1 2011-10-27 Ryosuke Niwa <rniwa@webkit.org>
3 Remove erroneous expected results after r98685.
5 * platform/chromium-linux/editing/selection/click-before-and-after-table-expected.png: Removed.
6 * platform/chromium-win/editing/selection/click-before-and-after-table-expected.png: Removed.
7 * platform/chromium-win/editing/selection/click-before-and-after-table-expected.txt: Removed.
8 * platform/qt/editing/selection/click-before-and-after-table-expected.png: Removed.
10 2011-10-27 Ryosuke Niwa <rniwa@webkit.org>
12 Fix click-before-and-after-table.html for Chromium
13 https://bugs.webkit.org/show_bug.cgi?id=70869
15 Reviewed by Tony Chang.
17 Fixed the test by wrapping tests in a function to avoid shadowing "top" variable.
19 * editing/selection/click-before-and-after-table.html:
20 * platform/chromium/test_expectations.txt:
22 2011-10-27 John Gregg <johnnyg@google.com>
24 Update chromium test expectations.
26 * platform/chromium/test_expectations.txt:
28 2011-10-27 John Gregg <johnnyg@google.com>
30 Add more test expectations and chromium results.
32 * platform/chromium-cg-mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
33 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle: Removed.
34 * platform/chromium-cg-mac-leopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
35 * platform/chromium-cg-mac-leopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
36 * platform/chromium-cg-mac-snowleopard/fast/css/child-style-can-override-visited-style-expected.png: Added.
37 * platform/chromium-linux-x86/fast/css/child-style-can-override-visited-style-expected.png: Added.
38 * platform/chromium-linux-x86/fast/css/child-style-can-override-visited-style-expected.txt: Added.
39 * platform/chromium-linux/fast/css/child-style-can-override-visited-style-expected.png: Added.
40 * platform/chromium-linux/fast/css/child-style-can-override-visited-style-expected.txt: Added.
41 * platform/chromium-mac-snowleopard/fast/css/child-style-can-override-visited-style-expected.png: Added.
42 * platform/chromium-win/fast/css/child-style-can-override-visited-style-expected.png: Added.
43 * platform/chromium-win/fast/css/child-style-can-override-visited-style-expected.txt: Added.
44 * platform/chromium/test_expectations.txt:
46 2011-10-27 Dan Bernstein <mitz@apple.com>
48 Assertion failure (m_text) in RenderText::RenderText() at icanhascheezburger.com
49 https://bugs.webkit.org/show_bug.cgi?id=71085
51 Reviewed by Jon Honeycutt.
53 * fast/css-generated-content/attr-missing-expected.txt: Added.
54 * fast/css-generated-content/attr-missing.html: Added.
56 2011-10-27 Mike Lawther <mikelawther@chromium.org>
58 Test that :visited style can be overridden by child element style
59 Added as requested on https://bugs.webkit.org/show_bug.cgi?id=70470
61 https://bugs.webkit.org/show_bug.cgi?id=70568
63 Reviewed by Antti Koivisto.
65 * fast/css/child-style-can-override-visited-style-expected.txt: Added.
66 * fast/css/child-style-can-override-visited-style.html: Added.
68 2011-10-27 Tony Chang <tony@chromium.org>
70 add snow leopard results for flexbox repaint tests
71 https://bugs.webkit.org/show_bug.cgi?id=71069
73 Reviewed by Ojan Vafai.
75 * css3/flexbox/repaint-rtl-column.html:
76 * css3/flexbox/repaint.html:
77 * platform/mac-snowleopard/css3/flexbox/repaint-expected.png: Added.
78 * platform/mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
80 2011-10-27 John Gregg <johnnyg@google.com>
82 Unreviewed, more gardening.
84 * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png:
85 * platform/chromium/test_expectations.txt:
87 2011-10-27 John Gregg <johnnyg@google.com>
89 Unreviewed, gardening chromium.
91 * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Added.
92 * platform/chromium-mac-snowleopard/fast/table: Added.
93 * platform/chromium-mac-snowleopard/fast/table/border-collapsing: Added.
94 * platform/chromium-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Added.
95 * platform/chromium-win-vista/fast/css/getComputedStyle: Removed.
96 * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
97 * platform/chromium-win-xp/fast/css/getComputedStyle: Removed.
98 * platform/chromium-win-xp/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
99 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
100 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
101 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
102 * platform/chromium/fast/css/getComputedStyle: Removed.
103 * platform/chromium/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
104 * platform/chromium/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
105 * platform/chromium/svg/css: Removed.
106 * platform/chromium/svg/css/getComputedStyle-basic-expected.txt: Removed.
107 * platform/chromium/test_expectations.txt:
109 2011-10-27 Kenneth Russell <kbr@google.com>
111 Implement new restrictions on uniform and attribute location lengths
112 https://bugs.webkit.org/show_bug.cgi?id=70981
114 Reviewed by Chris Marrin.
116 * fast/canvas/webgl/attrib-location-length-limits-expected.txt: Added.
117 * fast/canvas/webgl/attrib-location-length-limits.html: Added (imported from WebGL conformance suite).
118 * fast/canvas/webgl/resources/webgl-test-utils.js:
120 (WebGLTestUtils.): Updated to latest version in WebGL conformance suite.
121 * fast/canvas/webgl/uniform-location-length-limits-expected.txt: Added.
122 * fast/canvas/webgl/uniform-location-length-limits.html: Added (imported from WebGL conformance suite).
123 * platform/mac/Skipped: Temporarily skip new tests on Mac until WebKit's copy of ANGLE is upgraded.
125 2011-10-27 Rafael Weinstein <rafaelw@chromium.org>
127 [MutationObservers] Implement subtree observation of transiently disconnected nodes
128 https://bugs.webkit.org/show_bug.cgi?id=70788
130 Reviewed by Ryosuke Niwa.
132 Added tests which assert that nodes can be detached from a subtree where observation is registered
133 and still be observed -- until the end of the current "microtask".
135 * fast/mutation/observe-subtree-expected.txt:
136 * fast/mutation/observe-subtree.html:
138 2011-10-27 Filip Pizlo <fpizlo@apple.com>
140 If the bytecode generator emits code after the return in the first basic block,
141 DFG's inliner crashes
142 https://bugs.webkit.org/show_bug.cgi?id=71071
144 Reviewed by Gavin Barraclough.
146 * fast/js/dfg-inline-early-return-expected.txt: Added.
147 * fast/js/dfg-inline-early-return.html: Added.
148 * fast/js/script-tests/dfg-inline-early-return.js: Added.
152 2011-10-27 John Gregg <johnnyg@google.com>
154 Unreviewed, new chromium expectations for shading/anti-aliasing changes.
156 * fast/borders/borderRadiusDashed06-expected.txt: Added.
157 * platform/chromium-cg-mac-leopard/fast/table/028-vertical-expected.png: Added.
158 * platform/chromium-cg-mac-leopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Added.
159 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-expected.png: Added.
160 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/size: Added.
161 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
162 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed06-expected.png: Added.
163 * platform/chromium-cg-mac-snowleopard/fast/css/shadow-multiple-expected.png: Added.
164 * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-clip-expected.png: Added.
165 * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Added.
166 * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Added.
167 * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Added.
168 * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Added.
169 * platform/chromium-cg-mac-snowleopard/fast/forms/select-baseline-expected.png: Added.
170 * platform/chromium-cg-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Added.
171 * platform/chromium-cg-mac-snowleopard/media/audio-repaint-expected.png: Added.
172 * platform/chromium-cg-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
173 * platform/chromium-cg-mac-snowleopard/svg/clip-path: Added.
174 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
175 * platform/chromium-cg-mac-snowleopard/svg/custom: Added.
176 * platform/chromium-cg-mac-snowleopard/svg/custom/focus-ring-expected.png: Added.
177 * platform/chromium-cg-mac-snowleopard/svg/filters: Added.
178 * platform/chromium-cg-mac-snowleopard/svg/filters/filter-clip-expected.png: Added.
179 * platform/chromium-cg-mac/fast/backgrounds/background-leakage-expected.png: Removed.
180 * platform/chromium-cg-mac/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
181 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed06-expected.png: Removed.
182 * platform/chromium-cg-mac/fast/css/shadow-multiple-expected.png: Removed.
183 * platform/chromium-cg-mac/fast/forms/menulist-clip-expected.png: Removed.
184 * platform/chromium-cg-mac/fast/forms/menulist-option-wrap-expected.png: Removed.
185 * platform/chromium-cg-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed.
186 * platform/chromium-cg-mac/fast/forms/menulist-separator-painting-expected.png: Removed.
187 * platform/chromium-cg-mac/fast/forms/menulist-style-color-expected.png: Removed.
188 * platform/chromium-cg-mac/fast/forms/select-baseline-expected.png: Removed.
189 * platform/chromium-cg-mac/fast/forms/select-empty-option-height-expected.png: Removed.
190 * platform/chromium-cg-mac/media/audio-repaint-expected.png: Removed.
191 * platform/chromium-cg-mac/media/video-zoom-controls-expected.png: Removed.
192 * platform/chromium-cg-mac/media/video-zoom-controls-expected.txt: Removed.
193 * platform/chromium-cg-mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
194 * platform/chromium-cg-mac/svg/custom/focus-ring-expected.png: Removed.
195 * platform/chromium-cg-mac/svg/filters/filter-clip-expected.png: Removed.
196 * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-expected.png: Added.
197 * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
198 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed06-expected.png: Added.
199 * platform/chromium-mac-snowleopard/fast/box-shadow: Added.
200 * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
201 * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png: Added.
202 * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png: Added.
203 * platform/chromium-mac-snowleopard/fast/forms/menulist-narrow-width-expected.png: Added.
204 * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Added.
205 * platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Added.
206 * platform/chromium-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Added.
207 * platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Added.
208 * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: Added.
209 * platform/chromium-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Added.
210 * platform/chromium-mac-snowleopard/fast/text: Added.
211 * platform/chromium-mac-snowleopard/fast/text/emphasis-overlap-expected.png: Added.
212 * platform/chromium-mac-snowleopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Added.
213 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: Added.
214 * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
215 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1: Added.
216 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
217 * platform/chromium-mac-snowleopard/svg/clip-path: Added.
218 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
219 * platform/chromium-mac-snowleopard/svg/custom: Added.
220 * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: Added.
221 * platform/chromium-mac-snowleopard/svg/filters/filter-clip-expected.png: Added.
222 * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png: Removed.
223 * platform/chromium-mac/fast/borders/borderRadiusDashed06-expected.png: Removed.
224 * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
225 * platform/chromium-mac/fast/css/shadow-multiple-expected.png: Removed.
226 * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Removed.
227 * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Removed.
228 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Removed.
229 * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed.
230 * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Removed.
231 * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Removed.
232 * platform/chromium-mac/fast/forms/select-baseline-expected.png: Removed.
233 * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Removed.
234 * platform/chromium-mac/fast/text/emphasis-overlap-expected.png: Removed.
235 * platform/chromium-mac/media/audio-repaint-expected.png: Removed.
236 * platform/chromium-mac/media/video-zoom-controls-expected.png: Removed.
237 * platform/chromium-mac/media/video-zoom-controls-expected.txt: Removed.
238 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed.
239 * platform/chromium-mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
240 * platform/chromium-mac/svg/custom/focus-ring-expected.png: Removed.
241 * platform/chromium-mac/svg/filters/filter-clip-expected.png: Removed.
242 * platform/chromium-win-xp/media: Added.
243 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
244 * platform/chromium-win-xp/media/video-zoom-controls-expected.txt: Added.
245 * platform/chromium/media/video-zoom-controls-expected.txt: Added.
246 * platform/gtk/fast/borders/borderRadiusDashed06-expected.txt: Removed.
247 * platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
248 * platform/mac/fast/borders/borderRadiusDashed06-expected.txt: Removed.
249 * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
250 * platform/qt/fast/borders/borderRadiusDashed06-expected.txt: Removed.
251 * platform/qt/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
252 * platform/win-xp/media/audio-repaint-expected.txt: Removed.
253 * svg/clip-path/clip-path-childs-clipped-expected.txt: Added.
255 2011-10-27 Anna Cavender <annacc@chromium.org>
257 Individually Skip track-related LayoutTests rather than block-Skipping them.
258 https://bugs.webkit.org/show_bug.cgi?id=71037
260 Reviewed by Adam Barth.
262 * platform/chromium/test_expectations.txt:
263 * platform/efl/Skipped:
264 * platform/gtk/Skipped:
265 * platform/mac/Skipped:
266 * platform/qt/Skipped:
267 * platform/win/Skipped:
268 * platform/wincairo/Skipped:
269 * platform/wk2/Skipped:
271 2011-10-27 David Hyatt <hyatt@apple.com>
273 https://bugs.webkit.org/show_bug.cgi?id=71061
275 [CSS Line Grid] Add support for parsing the line-grid property.
277 Reviewed by Dan Bernstein.
279 * fast/css/getComputedStyle/computed-style-expected.txt:
280 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
281 * fast/line-grid: Added.
282 * fast/line-grid/line-grid-parsing-expected.txt: Added.
283 * fast/line-grid/line-grid-parsing.html: Added.
284 * fast/line-grid/script-tests: Added.
285 * fast/line-grid/script-tests/line-grid-parsing.js: Added.
287 2011-10-27 Fady Samuel <fsamuel@chromium.org>
289 iframes seem to occasionally doubly scale or scale incorrectly when pageScaleFactor != 1.0
290 https://bugs.webkit.org/show_bug.cgi?id=70552
292 Reviewed by Simon Fraser.
294 * fast/frames/iframe-double-scale-contents-expected.png: Added.
295 * fast/frames/iframe-double-scale-contents-expected.txt: Added.
296 * fast/frames/iframe-double-scale-contents.html: Added.
297 * fast/frames/resources/iframe-content-scaling-bug-iframe.html: Added.
299 2011-10-27 Mike Reed <reed@google.com>
301 test_rebaseline_expectations failing
302 https://bugs.webkit.org/show_bug.cgi?id=71033
304 Reviewed by Adam Barth.
308 * platform/chromium/test_expectations.txt:
310 2011-10-27 Dan Bernstein <mitz@apple.com>
312 Updated expected results after r98608.
314 * fast/css/getComputedStyle/computed-style-expected.txt:
315 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
316 * svg/css/getComputedStyle-basic-expected.txt:
318 2011-10-27 Stephen Chenney <schenney@chromium.org>
320 [Chromium] Need setPrinting
321 https://bugs.webkit.org/show_bug.cgi?id=46152
323 Reviewed by Hajime Morita.
325 * platform/chromium/test_expectations.txt: Removing setPrinting tests from the expected failures.
326 * platform/chromium-linux/printing/setPrinting-expected.png: Added.
327 * platform/chromium-linux/printing/setPrinting-expected.txt: Added.
328 * platform/chromium-linux/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added.
329 * platform/chromium-linux/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
330 * platform/chromium-mac/printing/setPrinting-expected.png: Added.
331 * platform/chromium-mac/printing/setPrinting-expected.txt: Added.
332 * platform/chromium-mac/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added.
333 * platform/chromium-mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
334 * platform/chromium-win/printing/setPrinting-expected.png: Added.
335 * platform/chromium-win/printing/setPrinting-expected.txt: Added.
336 * platform/chromium-win/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added.
337 * platform/chromium-win/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
338 * platform/mac/printing/setPrinting-expected.png: Rebaselined for the change to the test html.
339 * platform/mac/printing/setPrinting-expected.txt: Rebaselined for the change to the test html.
340 * printing/setPrinting.html: Modified the test to make the box have a colored border
341 instead of the solid background, as the solid background does not print on chromium.
343 2011-10-27 Leandro Pereira <leandro@profusion.mobi>
345 [EFL] Unreviewed. Add pixel test baselines for animations,
346 compositing, dom, editing, fonts, mathml, media, printing,
347 transforms and transitions.
349 * platform/efl/animations: [...]
350 * platform/efl/compositing: [...]
351 * platform/efl/dom: [...]
352 * platform/efl/editing: [...]
353 * platform/efl/fonts: [...]
354 * platform/efl/mathml: [...]
355 * platform/efl/media: [...]
356 * platform/efl/printing: [...]
357 * platform/efl/transforms: [...]
358 * platform/efl/transitions: [...]
360 2011-10-27 Tony Chang <tony@chromium.org>
362 fix sizing of auto sized flexbox
363 https://bugs.webkit.org/show_bug.cgi?id=70839
365 Reviewed by David Hyatt.
367 * css3/flexbox/columns-auto-size-expected.txt: Added.
368 * css3/flexbox/columns-auto-size.html: Added.
369 * css3/flexbox/flex-flow-margins-auto-size-expected.txt: Added.
370 * css3/flexbox/flex-flow-margins-auto-size.html: Added.
371 A bunch of these cases fail, but that's because of bug 70769.
373 2011-10-25 Vangelis Kokkevis <vangelis@chromium.org>
375 Adding tests for fixed positioned elements getting their own composited layer.
376 https://bugs.webkit.org/show_bug.cgi?id=69796
378 Reviewed by Simon Fraser.
381 * compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
382 * compositing/geometry/fixed-position-composited-switch.html: Added.
384 2011-10-27 John Gregg <johnnyg@google.com>
386 Unreviewed, more chromium baselines for new multicol tests.
388 * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
389 * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
390 * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-vertical-lr-expected.png: Added.
391 * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-vertical-rl-expected.png: Added.
392 * platform/chromium-linux-x86/fast/multicol: Removed.
393 * platform/chromium-linux/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
394 * platform/chromium-linux/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
395 * platform/chromium-linux/fast/multicol/block-axis-vertical-lr-expected.png: Added.
396 * platform/chromium-linux/fast/multicol/block-axis-vertical-rl-expected.png: Added.
397 * platform/chromium-mac-snowleopard/fast/multicol: Added.
398 * platform/chromium-mac-snowleopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
399 * platform/chromium-mac-snowleopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
400 * platform/chromium-mac-snowleopard/fast/multicol/block-axis-vertical-lr-expected.png: Added.
401 * platform/chromium-mac-snowleopard/fast/multicol/block-axis-vertical-rl-expected.png: Added.
402 * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
403 * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.txt: Added.
404 * platform/chromium-win/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
405 * platform/chromium-win/fast/multicol/block-axis-horizontal-tb-expected.txt: Added.
406 * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.png: Added.
407 * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.txt: Added.
408 * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.png: Added.
409 * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.txt: Added.
411 2011-10-27 John Gregg <johnnyg@google.com>
413 Unreviewed, rebaselines after multi-col changes.
415 * platform/chromium-win-vista/fast/css/getComputedStyle: Added.
416 * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-expected.txt: Added.
417 * platform/chromium-win-xp/fast/css/getComputedStyle: Added.
418 * platform/chromium-win-xp/fast/css/getComputedStyle/computed-style-expected.txt: Added.
419 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
420 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
421 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
422 * platform/chromium/fast/css/getComputedStyle/computed-style-expected.txt: Added.
423 * platform/chromium/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
424 * platform/chromium/svg/css: Added.
425 * platform/chromium/svg/css/getComputedStyle-basic-expected.txt: Added.
427 2011-10-27 Pavel Podivilov <podivilov@chromium.org>
429 Get rid of optional parameters in the middle in IDLs.
430 https://bugs.webkit.org/show_bug.cgi?id=70816
432 Reviewed by Adam Barth.
434 Optional parameters in the middle are prohibited by WebIDL spec.
436 * fast/canvas/canvas-putImageData-expected.txt: expectation was wrong, context.putImageData({}, 0, 0) should throw Type Error.
437 * fast/canvas/canvas-putImageData.js:
439 2011-10-27 John Gregg <johnnyg@google.com>
441 unreviewed, test expectations
443 * platform/chromium/test_expectations.txt:
445 2011-10-27 Dan Bernstein <mitz@apple.com>
447 <rdar://problem/10262205> Allow column progression to be independent of writing mode
448 https://bugs.webkit.org/show_bug.cgi?id=71028
450 Reviewed by Darin Adler.
452 * fast/multicol/block-axis-horizontal-bt.html: Added.
453 * fast/multicol/block-axis-horizontal-tb.html: Added.
454 * fast/multicol/block-axis-vertical-lr.html: Added.
455 * fast/multicol/block-axis-vertical-rl.html: Added.
456 * fast/multicol/flipped-blocks-hit-test-expected.txt: Added.
457 * fast/multicol/flipped-blocks-hit-test.html: Added.
458 * fast/multicol/resources/block-axis.css: Added.
459 * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
460 * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt: Added.
461 * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
462 * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.txt: Added.
463 * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png: Added.
464 * platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt: Added.
465 * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png: Added.
466 * platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt: Added.
468 2011-10-27 John Gregg <johnnyg@google.com>
470 Unreviewed, adding additional expected failures.
472 * platform/chromium/test_expectations.txt:
474 2011-10-27 John Gregg <johnnyg@google.com>
476 Unreviewed, fixing duplicate entries in test expectations.
478 * platform/chromium/test_expectations.txt:
480 2011-10-27 Mihnea Ovidenie <mihnea@adobe.com>
482 [CSSRegions]Flag regions with custom styling
483 https://bugs.webkit.org/show_bug.cgi?id=70733
485 Reviewed by David Hyatt.
487 Region elements that have custom region styling are now marked accordingly.
489 * fast/regions/render-region-custom-style-mark.html: Added.
490 * platform/chromium/test_expectations.txt:
491 * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Added.
493 2011-10-27 Sheriff Bot <webkit.review.bot@gmail.com>
495 Unreviewed, rolling out r98556.
496 http://trac.webkit.org/changeset/98556
497 https://bugs.webkit.org/show_bug.cgi?id=71031
499 The test added by the patch doesn't pass on Snow Leopard
500 (Requested by rniwa on #webkit).
502 * editing/spelling/spelling-unified-emulation-expected.txt: Removed.
503 * editing/spelling/spelling-unified-emulation.html: Removed.
505 2011-10-27 Ryosuke Niwa <rniwa@webkit.org>
507 Temporarily skip tables/mozilla_expected_failures/bugs/bug14007-2.html on all platforms
508 since r98542 regressed it. The failure is tracked by the bug 71032.
510 * platform/chromium/test_expectations.txt:
511 * platform/gtk/Skipped:
512 * platform/mac/Skipped:
513 * platform/qt/Skipped:
514 * platform/win/Skipped:
516 2011-10-27 Mike Reed <reed@google.com>
518 [skia] replace offscreen technique with native support for antialiased clipping
519 https://bugs.webkit.org/show_bug.cgi?id=70748
521 Reviewed by Stephen White.
523 ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low
524 bits of the result. Other than that, the results should be the same, except that now the drawing
525 can go directly to the canvas, rather than being direct offscreen and then have that result
526 "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a
527 antialiased clip area.
529 * platform/chromium/test_expectations.txt:
531 2011-10-27 Leandro Pereira <leandro@profusion.mobi>
533 [EFL] Unreviewed. Add pixel baselines for table tests.
535 * platform/efl/tables: [...]
537 2011-10-27 Philippe Normand <pnormand@igalia.com>
539 Unreviewed, GTK rebaseline.
541 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
543 2011-10-27 Philippe Normand <pnormand@igalia.com>
545 Unreviewed, skipping 2 new failing tests in GTK.
547 * platform/gtk/Skipped: Skip
548 fast/canvas/canvas-composite-image.html and editing/spelling/spelling-unified-emulation.html.
550 2011-10-27 Yury Semikhatsky <yurys@chromium.org>
552 Rebaseline tables/mozilla_expected_failures/bugs/bug14007-2.html after r98542.
555 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added.
556 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added.
557 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
558 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
559 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added.
560 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Removed.
561 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
562 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
563 * platform/chromium/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
565 2011-10-27 Arko Saha <arko@motorola.com>
567 Microdata: Add test cases for itemscope attribute.
568 https://bugs.webkit.org/show_bug.cgi?id=71014
570 Reviewed by Ryosuke Niwa.
572 * fast/dom/MicroData/itemscope-attribute-test-expected.txt: Added.
573 * fast/dom/MicroData/itemscope-attribute-test.html: Added.
574 * fast/dom/MicroData/itemscope-must-be-read-write-expected.txt: Added.
575 * fast/dom/MicroData/itemscope-must-be-read-write.html: Added.
577 2011-10-27 Yury Semikhatsky <yurys@chromium.org>
579 Unreviewed, gardening.
581 * platform/chromium/test_expectations.txt:
583 2011-10-27 Mike Reed <reed@google.com>
585 need to rebaseline after skia 2527 lands, fixing an off-by-1 bug in blending (with alpha==0)
586 https://bugs.webkit.org/show_bug.cgi?id=70963
588 Reviewed by James Robinson.
590 * platform/chromium/test_expectations.txt:
592 2011-10-27 Andreas Kling <kling@webkit.org>
594 StyleSheet.parentStyleSheet does not work.
595 https://bugs.webkit.org/show_bug.cgi?id=70956
597 Reviewed by Antti Koivisto.
599 * fast/css/stylesheet-parentStyleSheet-expected.txt: Added.
600 * fast/css/stylesheet-parentStyleSheet.html: Added.
602 2011-10-27 Yury Semikhatsky <yurys@chromium.org>
604 Unreviewed, gardening.
606 * platform/chromium/test_expectations.txt:
608 2011-10-27 Joshua Bell <jsbell@chromium.org>
610 IndexedDB: Passing empty array to IDBDatabase.transaction should raise exception
611 https://bugs.webkit.org/show_bug.cgi?id=70251
613 Reviewed by Adam Barth.
615 Many tests relied on the non-specified behavior of passing an empty
616 array into IDBDatabase.transaction() to include all object stores in
617 scopes. Worse, non-arrays would be treated as empty arrays, and hence
620 * storage/indexeddb/create-and-remove-object-store-expected.txt:
621 * storage/indexeddb/create-and-remove-object-store.html:
622 * storage/indexeddb/create-object-store-options-expected.txt:
623 * storage/indexeddb/create-object-store-options.html:
624 * storage/indexeddb/cursor-inconsistency-expected.txt:
625 * storage/indexeddb/cursor-inconsistency.html:
626 * storage/indexeddb/cursor-skip-deleted-expected.txt:
627 * storage/indexeddb/cursor-skip-deleted.html:
628 * storage/indexeddb/cursor-update-expected.txt:
629 * storage/indexeddb/cursor-update.html:
630 * storage/indexeddb/data-corruption-expected.txt:
631 * storage/indexeddb/data-corruption.html:
632 * storage/indexeddb/database-quota.html:
633 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
634 * storage/indexeddb/error-causes-abort-by-default.html:
635 * storage/indexeddb/exception-in-event-aborts-expected.txt:
636 * storage/indexeddb/exception-in-event-aborts.html:
637 * storage/indexeddb/index-unique-expected.txt:
638 * storage/indexeddb/index-unique.html:
639 * storage/indexeddb/mutating-cursor-expected.txt:
640 * storage/indexeddb/mutating-cursor.html:
641 * storage/indexeddb/objectstore-autoincrement-expected.txt:
642 * storage/indexeddb/objectstore-autoincrement.html:
643 * storage/indexeddb/objectstore-basics-expected.txt:
644 * storage/indexeddb/objectstore-basics.html:
645 * storage/indexeddb/objectstore-clear-expected.txt:
646 * storage/indexeddb/objectstore-clear.html:
647 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
648 * storage/indexeddb/objectstore-removeobjectstore.html:
649 * storage/indexeddb/request-event-propagation-expected.txt:
650 * storage/indexeddb/request-event-propagation.html:
651 * storage/indexeddb/transaction-abort-expected.txt:
652 * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt:
653 * storage/indexeddb/transaction-abort-with-js-recursion.html:
654 * storage/indexeddb/transaction-abort.html:
655 * storage/indexeddb/transaction-after-close-expected.txt:
656 * storage/indexeddb/transaction-after-close.html:
657 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
658 * storage/indexeddb/transaction-and-objectstore-calls.html:
659 * storage/indexeddb/transaction-basics-expected.txt:
660 * storage/indexeddb/transaction-basics.html:
661 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
662 * storage/indexeddb/transaction-crash-on-abort.html:
663 * storage/indexeddb/transaction-event-propagation-expected.txt:
664 * storage/indexeddb/transaction-event-propagation.html:
665 * storage/indexeddb/transaction-read-only-expected.txt:
666 * storage/indexeddb/transaction-read-only.html:
667 * storage/indexeddb/transaction-storeNames-required-expected.txt:
668 * storage/indexeddb/tutorial.html:
670 2011-10-27 Ken Buchanan <kenrb@chromium.org>
672 Crash due to nested first-letter selectors
673 https://bugs.webkit.org/show_bug.cgi?id=70457
675 Adding layout test for nested first-letter pseudostyles causing a crash.
677 Reviewed by David Hyatt.
679 * fast/css/nested-first-letter-with-float-crash.html: Added
680 * fast/css/nested-first-letter-with-float-crash-expected.txt: Added
682 2011-10-27 Shinya Kawanaka <shinyak@google.com>
684 Implement legacy text check emulation in unified text check interface.
685 https://bugs.webkit.org/show_bug.cgi?id=70299
687 Reviewed by Hajime Morita.
689 Added tests for the case unified text checker is used when WebCore::checkTextOfParagraph() is not supported.
691 * editing/spelling/spelling-unified-emulation-expected.txt: Added.
692 * editing/spelling/spelling-unified-emulation.html: Added.
694 2011-10-27 Philippe Normand <pnormand@igalia.com>
696 Unreviewed, GTK rebaseline after r98507.
698 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
699 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
701 2011-10-27 Vsevolod Vlasov <vsevik@chromium.org>
703 http/tests/inspector/search/search-in-resources.html fails on all platforms
704 https://bugs.webkit.org/show_bug.cgi?id=70993
706 Reviewed by Pavel Feldman.
708 * http/tests/inspector/search/search-test.js:
709 (initialize_SearchTest.InspectorTest.dumpSearchResults):
711 2011-10-27 Vsevolod Vlasov <vsevik@chromium.org>
713 Web Inspector: Execution line in selected call frame should keep showing after toggling format source.
714 https://bugs.webkit.org/show_bug.cgi?id=70906
716 Reviewed by Yury Semikhatsky.
718 * inspector/debugger/selected-call-frame-after-formatting-source-expected.txt: Added.
719 * inspector/debugger/selected-call-frame-after-formatting-source.html: Added.
721 2011-10-27 Andrey Kosyakov <caseq@chromium.org>
723 Web Inspector: [Extensions API] add ignoreCache flag to options of inspectedWindow.reload()
724 https://bugs.webkit.org/show_bug.cgi?id=70926
726 Reviewed by Pavel Feldman.
728 * http/tests/inspector/extensions-ignore-cache-expected.txt: Added.
729 * http/tests/inspector/extensions-ignore-cache.html: Added.
731 2011-10-27 Gabor Rapcsanyi <rgabor@webkit.org>
733 Unreviewed, fix typo in skiplist.
735 * platform/qt/Skipped:
737 2011-10-27 Gabor Rapcsanyi <rgabor@webkit.org>
739 Unreviewed. Add bugzilla link to skipped test.
741 * platform/qt/Skipped:
743 2011-10-27 Ilya Tikhonovsky <loislo@chromium.org>
745 inspector/storage-panel-dom-storage.html has results platform dependant?
746 https://bugs.webkit.org/show_bug.cgi?id=70985
748 The items set in DOM storage is unsorted and as result the test is platform dependant.
749 We will sort it before the dumping.
751 Reviewed by Yury Semikhatsky.
753 * inspector/storage-panel-dom-storage-expected.txt:
754 * inspector/storage-panel-dom-storage.html:
755 * platform/chromium/test_expectations.txt:
757 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
759 Unreviewed, gardening.
761 * platform/chromium/test_expectations.txt:
763 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
765 Unreviewed. Update Chromium test_expectations.
767 inspector/storage-panel-dom-storage.html has results platform dependant?
768 https://bugs.webkit.org/show_bug.cgi?id=70985
770 * platform/chromium/test_expectations.txt:
772 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
774 Unreviewed. Update test expecatations for search-in-resources.html
776 http/tests/inspector/search/search-in-resources.html fails on all platforms
777 https://bugs.webkit.org/show_bug.cgi?id=70993
779 * http/tests/inspector/search/search-in-resources-expected.txt:
780 * platform/chromium-linux/http/tests/inspector/search/search-in-resources-expected.txt: Removed.
782 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
784 Chromium Windows and Linux rebaselines.
786 * platform/chromium-linux/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added.
787 * platform/chromium-linux/platform/mac/editing: Added.
788 * platform/chromium-linux/platform/mac/editing/pasteboard: Added.
789 * platform/chromium-linux/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
790 * platform/chromium-win/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added.
791 * platform/chromium-win/http/tests/security/dataTransfer-set-data-file-url-expected.txt: Added.
792 * platform/chromium-win/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
793 * platform/chromium-win/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt: Added.
794 * platform/chromium/test_expectations.txt:
796 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
798 Console message in copy-standalone-image-crash.html bleeds into the result of copy-standalone-image.html
799 https://bugs.webkit.org/show_bug.cgi?id=70957
801 Reviewed by Ojan Vafai.
803 The bug was caused by the delayed hideDiv call in a mousedown event listener.
804 Fixed the bug by not attaching this event listener inside DRT or TestRunner.
806 * editing/pasteboard/copy-standalone-image-crash.html:
808 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
812 * platform/chromium/test_expectations.txt: Lots of tests were regularly failing
813 or timing out but were not marked. Added them as they were consistently flaky.
815 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
817 Unreviewed gardening.
819 * platform/chromium-linux/http/tests/inspector: Added.
820 * platform/chromium-linux/http/tests/inspector/search: Added.
821 * platform/chromium-linux/http/tests/inspector/search/search-in-resources-expected.txt: Added.
822 Rebaselined (looks like the urls are sorted differently on Linux).
824 * platform/chromium/test_expectations.txt: Marked inspector/storage-panel-dom-storage.html
825 as TEXT as it started failing on the bots.
827 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
829 Unreviewed, rolling out r98486.
830 http://trac.webkit.org/changeset/98486
831 https://bugs.webkit.org/show_bug.cgi?id=70748
833 Broke Chromium's test_expectation.txt
835 * platform/chromium/test_expectations.txt:
837 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
839 Unreviewed trivial renaming.
841 * fast/js/dfg-intrinsic-osr-exit-expected.html: Removed.
842 * fast/js/dfg-intrinsic-osr-exit-expected.txt: Copied from LayoutTests/fast/js/dfg-intrinsic-osr-exit-expected.html.
844 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
846 Unreviewed gardening.
848 * platform/chromium/test_expectations.txt:
849 storage/domstorage/events/basic-setattribute.html is a flaky crasher.
851 2011-10-26 Cary Clark <caryclark@google.com>
853 Unreviewed gardening: sixth chunk of baselines for Chromium-Skia
856 [Omitting 674 of 680 files for brevity.]
858 * platform/chromium-mac-leopard/svg/as-background-image: Added.
859 * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-1-expected.png: Added.
860 * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-5-expected.png: Added.
862 * platform/chromium-mac-leopard/tables/mozilla/core/margins-expected.png:
863 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Added.
864 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
866 2011-10-26 Filip Pizlo <fpizlo@apple.com>
868 REGRESSION (r97030): Cannot log in to progressive.com
869 https://bugs.webkit.org/show_bug.cgi?id=70094
871 Reviewed by Oliver Hunt.
873 * fast/js/dfg-intrinsic-osr-exit-expected.html: Added.
874 * fast/js/dfg-intrinsic-osr-exit.html: Added.
875 * fast/js/script-tests/dfg-intrinsic-osr-exit.js: Added.
878 2011-10-26 Leandro Pereira <leandro@profusion.mobi>
880 [EFL] Unreviewed. Add pixel baselines for CSS3 tests.
882 * platform/efl/css3: [...]
884 2011-10-26 Leandro Pereira <leandro@profusion.mobi>
886 [EFL] Unreviewed. Add pixel baselines for CSS2.1 tests.
888 * platform/efl/css2.1: [...]
890 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
892 Chromium Mac rebaseline.
894 * platform/chromium-mac-leopard/editing/pasteboard/copy-standalone-image-expected.png: Added.
895 * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
897 2011-10-26 Julien Chaffraix <jchaffraix@webkit.org>
899 Unreviewed, rolling out r98483.
900 http://trac.webkit.org/changeset/98483
901 https://bugs.webkit.org/show_bug.cgi?id=47156
903 Change is causing some crashes and ASSERTs.
905 * css2.1/20110323/background-intrinsic-001.htm: Removed.
906 * css2.1/20110323/background-intrinsic-002.htm: Removed.
907 * css2.1/20110323/background-intrinsic-003.htm: Removed.
908 * css2.1/20110323/background-intrinsic-004.htm: Removed.
909 * css2.1/20110323/background-intrinsic-005.htm: Removed.
910 * css2.1/20110323/background-intrinsic-006.htm: Removed.
911 * css2.1/20110323/background-intrinsic-007.htm: Removed.
912 * css2.1/20110323/background-intrinsic-008.htm: Removed.
913 * css2.1/20110323/background-intrinsic-009.htm: Removed.
914 * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Removed.
915 * css2.1/20110323/resources/green-intrinsic-height.svg: Removed.
916 * css2.1/20110323/resources/green-intrinsic-none.svg: Removed.
917 * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Removed.
918 * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Removed.
919 * css2.1/20110323/resources/green-intrinsic-width-height.svg: Removed.
920 * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Removed.
921 * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Removed.
922 * css2.1/20110323/resources/green-intrinsic-width.svg: Removed.
923 * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Removed.
924 * css2.1/20110323/resources/red-intrinsic-height.svg: Removed.
925 * css2.1/20110323/resources/red-intrinsic-none.svg: Removed.
926 * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Removed.
927 * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Removed.
928 * css2.1/20110323/resources/red-intrinsic-width-height.svg: Removed.
929 * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Removed.
930 * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Removed.
931 * css2.1/20110323/resources/red-intrinsic-width.svg: Removed.
932 * fast/backgrounds/size/contain-and-cover-zoomed.html: Removed.
933 * fast/images/percent-height-image-expected.txt:
934 * fast/images/percent-height-image.html:
935 * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
936 * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added.
937 * platform/mac/css1/text_properties/vertical_align-expected.txt:
938 * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Removed.
939 * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
940 * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Removed.
941 * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
942 * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Removed.
943 * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
944 * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Removed.
945 * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
946 * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Removed.
947 * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
948 * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Removed.
949 * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
950 * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Removed.
951 * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
952 * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Removed.
953 * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
954 * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Removed.
955 * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
956 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
957 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
958 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
959 * platform/mac/fast/block/float/015-expected.png:
960 * platform/mac/fast/block/float/015-expected.txt:
961 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
962 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
963 * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
964 * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt:
965 * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Removed.
966 * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Removed.
967 * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Removed.
968 * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Removed.
969 * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Removed.
970 * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Removed.
971 * platform/mac/svg/as-background-image/svg-as-background-4-expected.png:
972 * platform/mac/svg/as-border-image/svg-as-border-image-expected.png:
973 * platform/mac/svg/as-image/animated-svg-as-image-expected.png:
974 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Removed.
975 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Removed.
976 * platform/mac/svg/as-image/same-image-two-instances-expected.png: Removed.
977 * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Removed.
978 * platform/mac/svg/as-image/svg-as-relative-image-expected.png:
979 * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Removed.
980 * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Removed.
981 * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Removed.
982 * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Removed.
983 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
984 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
985 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed.
986 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
987 * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Removed.
988 * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Removed.
989 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png:
990 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
991 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
992 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
993 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Removed.
994 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
995 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Removed.
996 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed.
997 * svg/as-background-image/background-image-preserveaspectRatio-support.html: Removed.
998 * svg/as-background-image/background-image-tiled.html: Removed.
999 * svg/as-background-image/resources/construction-tape.svg: Removed.
1000 * svg/as-background-image/resources/hearts.svg:
1001 * svg/as-background-image/same-image-two-instances-background-image.html: Removed.
1002 * svg/as-image/img-preserveAspectRatio-support-1.html: Removed.
1003 * svg/as-image/resources/circle-default-meet.svg: Removed.
1004 * svg/as-image/resources/circle-default-none.svg: Removed.
1005 * svg/as-image/resources/circle-default-slice.svg: Removed.
1006 * svg/as-image/resources/circle-nosize.svg: Removed.
1007 * svg/as-image/resources/circle-viewbox-default.svg: Removed.
1008 * svg/as-image/resources/circle-viewbox-meet.svg: Removed.
1009 * svg/as-image/resources/circle-viewbox-none.svg: Removed.
1010 * svg/as-image/resources/circle-viewbox-slice.svg: Removed.
1011 * svg/as-image/resources/green-relative-size-rect.svg:
1012 * svg/as-image/same-image-two-instances.html: Removed.
1013 * svg/as-image/svg-as-relative-image-with-explicit-size.html: Removed.
1014 * svg/as-image/svg-image-change-content-size.xhtml: Removed.
1015 * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Removed.
1016 * svg/zoom/page/zoom-background-image-tiled.html: Removed.
1017 * svg/zoom/page/zoom-background-images.html: Removed.
1018 * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Removed.
1019 * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Removed.
1020 * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Removed.
1022 2011-10-26 Eric Carlson <eric.carlson@apple.com>
1024 Constructors for all TextTrack interfaces should be available on DOMWindow
1025 https://bugs.webkit.org/show_bug.cgi?id=70734
1027 Reviewed by Sam Weinig.
1029 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1030 * platform/gtk/fast/js/global-constructors-expected.txt:
1032 2011-10-26 Jon Lee <jonlee@apple.com>
1034 selectedIndex gets set from -1 to 0 when modifying options
1035 https://bugs.webkit.org/show_bug.cgi?id=70547
1036 <rdar://problem/8388856>
1038 Reviewed by Darin Adler.
1040 The added tests set the selected index to either -1 or 1 (a legitimate value), and then change
1041 the text, value, and label of the option. In all cases, the selected index should remain unchanged.
1043 * fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text-changes-expected.txt: Added.
1044 * fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text-changes.html: Added.
1046 2011-10-26 Zoltan Herczeg <zherczeg@webkit.org>
1048 Add new CSS escape sequence parsing tests
1049 https://bugs.webkit.org/show_bug.cgi?id=70909
1051 Reviewed by Darin Adler.
1053 Test escape various sequences terminated by \n \f \r and \r\n.
1055 * fast/css/parsing-css-escapes-expected.txt: Added.
1056 * fast/css/parsing-css-escapes.html: Added.
1058 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1060 Chromium Mac editing test rebaseline.
1062 * platform/chromium-cg-mac-leopard/platform/mac/editing: Added.
1063 * platform/chromium-cg-mac-leopard/platform/mac/editing/pasteboard: Added.
1064 * platform/chromium-cg-mac-leopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
1065 * platform/chromium-mac-leopard/http/tests/security: Added.
1066 * platform/chromium-mac-leopard/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added.
1067 * platform/chromium-mac-leopard/platform/mac: Added.
1068 * platform/chromium-mac-leopard/platform/mac/editing: Added.
1069 * platform/chromium-mac-leopard/platform/mac/editing/pasteboard: Added.
1070 * platform/chromium-mac-leopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
1071 * platform/chromium-mac-snowleopard/http: Added.
1072 * platform/chromium-mac-snowleopard/http/tests: Added.
1073 * platform/chromium-mac-snowleopard/http/tests/security: Added.
1074 * platform/chromium-mac-snowleopard/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added.
1075 * platform/chromium-mac-snowleopard/platform: Added.
1076 * platform/chromium-mac-snowleopard/platform/mac: Added.
1077 * platform/chromium-mac-snowleopard/platform/mac/editing: Added.
1078 * platform/chromium-mac-snowleopard/platform/mac/editing/pasteboard: Added.
1079 * platform/chromium-mac-snowleopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
1080 * platform/chromium/test_expectations.txt:
1082 2011-10-26 Ojan Vafai <ojan@chromium.org>
1084 Fix typo. The expected results don't change.
1086 * fast/writing-mode/borders.html:
1087 * fast/writing-mode/margins.html:
1089 2011-10-26 Dimitri Glazkov <dglazkov@chromium.org>
1091 REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regression)
1092 https://bugs.webkit.org/show_bug.cgi?id=70857
1094 Rubber-stamped by Antti Koivisto.
1096 * fast/css/adjacent-sibling-selector-expected.txt: Removed.
1097 * fast/css/adjacent-sibling-selector.html: Removed.
1099 2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
1101 inspector/cookie-parser.html is a flaky crash
1102 https://bugs.webkit.org/show_bug.cgi?id=62662
1104 Unreviewed Qt-Debug gardening.
1106 Add CRASH+PASS expectation instead of the skipping madness
1107 because the first inspector test is always a flaky crash,
1108 no matter which one is that.
1110 * platform/qt/Skipped:
1111 * platform/qt/test_expectations.txt:
1113 2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
1115 [Qt][WK2] Unreviewed gardening.
1117 [Qt][WK2] fast/transforms/scrollIntoView-transformed.html is flaky
1118 https://bugs.webkit.org/show_bug.cgi?id=70935
1120 [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
1121 https://bugs.webkit.org/show_bug.cgi?id=70915
1122 The test became flaky after added platform result.
1126 * platform/qt-wk2/Skipped:
1128 2011-10-26 Mike Reed <reed@google.com>
1130 [skia] replace offscreen technique with native support for antialiased clipping
1131 https://bugs.webkit.org/show_bug.cgi?id=70748
1133 Reviewed by Stephen White.
1135 ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low
1136 bits of the result. Other than that, the results should be the same, except that now the drawing
1137 can go directly to the canvas, rather than being direct offscreen and then have that result
1138 "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a
1139 antialiased clip area.
1141 * platform/chromium/test_expectations.txt:
1143 2011-10-26 Nikolas Zimmermann <nzimmermann@rim.com>
1145 CSS 2.1 failure: background-intrinsic-*
1146 https://bugs.webkit.org/show_bug.cgi?id=47156
1148 Reviewed by Antti Koivisto.
1150 Add all *intrinsic* tests from the CSS 2.1 Testsuite - we pass all of them now.
1151 All tests regarding SVG are now imported in LayoutTests, none are failing anymore.
1153 Add several new testcases covering the SVG Image size negotiation logic, as defined in CSS 2.1.
1155 * css2.1/20110323/background-intrinsic-001.htm: Added.
1156 * css2.1/20110323/background-intrinsic-002.htm: Added.
1157 * css2.1/20110323/background-intrinsic-003.htm: Added.
1158 * css2.1/20110323/background-intrinsic-004.htm: Added.
1159 * css2.1/20110323/background-intrinsic-005.htm: Added.
1160 * css2.1/20110323/background-intrinsic-006.htm: Added.
1161 * css2.1/20110323/background-intrinsic-007.htm: Added.
1162 * css2.1/20110323/background-intrinsic-008.htm: Added.
1163 * css2.1/20110323/background-intrinsic-009.htm: Added.
1164 * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Added.
1165 * css2.1/20110323/resources/green-intrinsic-height.svg: Added.
1166 * css2.1/20110323/resources/green-intrinsic-none.svg: Added.
1167 * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Added.
1168 * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Added.
1169 * css2.1/20110323/resources/green-intrinsic-width-height.svg: Added.
1170 * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Added.
1171 * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Added.
1172 * css2.1/20110323/resources/green-intrinsic-width.svg: Added.
1173 * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Added.
1174 * css2.1/20110323/resources/red-intrinsic-height.svg: Added.
1175 * css2.1/20110323/resources/red-intrinsic-none.svg: Added.
1176 * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Added.
1177 * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Added.
1178 * css2.1/20110323/resources/red-intrinsic-width-height.svg: Added.
1179 * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Added.
1180 * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Added.
1181 * css2.1/20110323/resources/red-intrinsic-width.svg: Added.
1182 * fast/backgrounds/size/contain-and-cover-zoomed.html: Added.
1183 * fast/images/percent-height-image-expected.txt: Update results, testcase is fixed now.
1184 * fast/images/percent-height-image.html: Make test async, to make it work cross-browser. With this patch we now pass this testcase.
1185 * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed.
1186 * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
1187 * platform/mac/css1/text_properties/vertical_align-expected.txt: Update for rounding differences.
1188 * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Added.
1189 * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Added.
1190 * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Added.
1191 * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Added.
1192 * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Added.
1193 * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Added.
1194 * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Added.
1195 * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Added.
1196 * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Added.
1197 * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Added.
1198 * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Added.
1199 * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Added.
1200 * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Added.
1201 * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Added.
1202 * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Added.
1203 * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Added.
1204 * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Added.
1205 * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Added.
1206 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: Updated for rounding differences.
1207 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
1208 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1209 * platform/mac/fast/block/float/015-expected.png: Slight changes, due 49x50 -> 50x50 size change.
1210 * platform/mac/fast/block/float/015-expected.txt: Ditto.
1211 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Slight changes due to rounding.
1212 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Ditto.
1213 * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Ditto.
1214 * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Ditto.
1215 * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
1216 * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added.
1217 * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Added.
1218 * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Added.
1219 * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
1220 * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added.
1221 * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: Adapt to preserveAspectRatio changes in hearts.svg.
1222 * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: This needed a rebaseline, it was forgotten before.
1223 * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Progression, now both images share the same size & ratio, as desired.
1224 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
1225 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added.
1226 * platform/mac/svg/as-image/same-image-two-instances-expected.png: Added.
1227 * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Added.
1228 * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Adapt to green-relative-size-rect.svg - a circle got added to make it easier to compare.
1229 * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
1230 * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added.
1231 * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Added.
1232 * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Added.
1233 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Updated, scrollbars are gone - now matching Opera/FF.
1234 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Ditto.
1235 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
1236 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
1237 * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Added.
1238 * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Added.
1239 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Updated, scrollbars are gone - now matching Opera/FF.
1240 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Ditto.
1241 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
1242 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
1243 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
1244 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
1245 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
1246 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added.
1247 * svg/as-background-image/background-image-preserveaspectRatio-support.html: Added.
1248 * svg/as-background-image/background-image-tiled.html: Added.
1249 * svg/as-background-image/resources/construction-tape.svg: Added.
1250 * svg/as-background-image/resources/hearts.svg: Fix testcase, by adding pAR="none", which is now respected. Now the image looks as desired across Opera/FF and us.
1251 * svg/as-background-image/same-image-two-instances-background-image.html: Added.
1252 * svg/as-image/img-preserveAspectRatio-support-1.html: Added.
1253 * svg/as-image/resources/circle-default-meet.svg: Added.
1254 * svg/as-image/resources/circle-default-none.svg: Added.
1255 * svg/as-image/resources/circle-default-slice.svg: Added.
1256 * svg/as-image/resources/circle-nosize.svg: Added.
1257 * svg/as-image/resources/circle-viewbox-default.svg: Added.
1258 * svg/as-image/resources/circle-viewbox-meet.svg: Added.
1259 * svg/as-image/resources/circle-viewbox-none.svg: Added.
1260 * svg/as-image/resources/circle-viewbox-slice.svg: Added.
1261 * svg/as-image/resources/green-relative-size-rect.svg: Use relative units everywhere as intended. Add circle to make it easy to spot ratio changes.
1262 * svg/as-image/same-image-two-instances.html: Added.
1263 * svg/as-image/svg-as-relative-image-with-explicit-size.html: Added.
1264 * svg/as-image/svg-image-change-content-size.xhtml: Added.
1265 * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Added.
1266 * svg/zoom/page/zoom-background-image-tiled.html: Added.
1267 * svg/zoom/page/zoom-background-images.html: Added.
1268 * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Added.
1269 * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Added.
1270 * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Added.
1272 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
1274 Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 CPU-CG.
1276 * platform/chromium/test_expectations.txt:
1278 2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
1280 [Qt][WK2] Unreviewed gardening.
1282 [Qt][WK2] fast/css/font-face-descending-unicode-range.html fails
1283 https://bugs.webkit.org/show_bug.cgi?id=70922
1286 [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
1287 https://bugs.webkit.org/show_bug.cgi?id=70915
1288 The svg test has correct pixel results so it's ok to add platform results.
1290 * platform/qt-wk2/Skipped:
1291 * platform/qt-wk2/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
1293 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
1295 Unreviewed. Revert change to test_expectations.txt due to test failures.
1297 * platform/chromium/test_expectations.txt:
1299 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
1301 Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 GPU.
1303 * platform/chromium/test_expectations.txt:
1305 2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
1307 Unreviewed Qt-WK2 gardening.
1309 [Qt][WK2] Crash with http/tests/websocket/tests/hixie76/long-invalid-header.html
1310 https://bugs.webkit.org/show_bug.cgi?id=70917
1312 [Qt][WK2] fast/events/drag-selects-image.html fails
1313 https://bugs.webkit.org/show_bug.cgi?id=70907
1315 [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
1316 https://bugs.webkit.org/show_bug.cgi?id=70915
1318 * platform/qt-wk2/Skipped:
1320 2011-10-26 Csaba Osztrogonác <ossy@webkit.org>
1322 [Qt] Unreviewed gardening.
1324 Skip failing tests temporarily because of missing Qt Mobility on the buildbot.
1326 * platform/qt-arm/Skipped:
1328 2011-10-26 Yury Semikhatsky <yurys@chromium.org>
1330 Unreviewed, gardening. Mark editing/selection/designmode-no-caret.html as failing in debug mode.
1332 * platform/chromium/test_expectations.txt:
1334 2011-10-26 Balazs Kelemen <kbalazs@webkit.org>
1336 [Qt] inspector/extensions/extensions-console.html is failing
1337 https://bugs.webkit.org/show_bug.cgi?id=70905
1339 Unreviewed gardening. Skip failing test.
1341 * platform/qt/Skipped:
1343 2011-10-26 Gabor Rapcsanyi <rgabor@webkit.org>
1345 [Qt] Unreviewed skip. fast/canvas/canvas-composite-image.html failing on Qt
1347 * platform/qt/Skipped:
1349 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1351 Fix editing/selection/caret-mode-paragraph-keys-navigation.html for Mac
1352 https://bugs.webkit.org/show_bug.cgi?id=70880
1354 Reviewed by Eric Seidel.
1356 Use option key (instead of control key) to move between word boundaries on Mac.
1358 * editing/selection/caret-mode-paragraph-keys-navigation.html:
1359 * platform/chromium/test_expectations.txt:
1361 2011-10-26 Pavel Feldman <pfeldman@google.com>
1363 Web Inspector: order console message parameters for better optional parameters handling.
1364 https://bugs.webkit.org/show_bug.cgi?id=70809
1366 Reviewed by Yury Semikhatsky.
1368 * inspector/console/console-preserve-log.html:
1370 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1372 Fix rebaseline done in r98439.
1374 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
1375 * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
1376 * platform/chromium/editing/pasteboard/copy-standalone-image-expected.txt: Added.
1378 2011-10-26 Vsevolod Vlasov <vsevik@chromium.org>
1380 Web Inspector: Debugger fails when there is an invalid watch expression.
1381 https://bugs.webkit.org/show_bug.cgi?id=70718
1383 Reviewed by Pavel Feldman.
1385 * inspector/debugger/error-in-watch-expressions.html:
1386 * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
1387 * inspector/debugger/watch-expressions-panel-switch.html: Added.
1388 * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
1390 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1394 * platform/chromium/test_expectations.txt:
1396 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1398 More Chromium test expectation updates. Filed a bunch of bugs to track real failures
1399 and removed erroneous failing test expectations.
1401 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png:
1402 * platform/chromium-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
1403 * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
1404 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Removed.
1405 * platform/chromium/test_expectations.txt:
1407 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1409 Cleanup Chromium test expectation. These tests were erroneously marked as timing out intermittently
1410 even though the Chromium issue 66085 was fixed a long time ago.
1412 Remove failing expectations from these tests except http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
1413 which is still timing out intermittently on Chromium Linux. Filed the bug 70878 to track the failure.
1415 * platform/chromium/test_expectations.txt:
1417 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1419 Chromium editing test rebaselines and editing test expectations updates.
1421 * platform/chromium-linux/editing/selection/5354455-2-expected.png:
1422 * platform/chromium-mac-leopard/editing/inserting/12882-expected.png: Added.
1423 * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png: Added.
1424 * platform/chromium-mac-snowleopard/editing/selection/5354455-2-expected.png: Added.
1425 * platform/chromium-mac/editing/inserting/12882-expected.png: Removed.
1426 * platform/chromium-mac/editing/selection/5354455-2-expected.png: Removed.
1427 * platform/chromium/test_expectations.txt:
1429 2011-10-26 Ben Wells <benwells@chromium.org>
1431 Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors
1432 https://bugs.webkit.org/show_bug.cgi?id=66920
1434 Reviewed by James Robinson.
1436 * fast/canvas/canvas-composite-image-expected.txt: Added.
1437 * fast/canvas/canvas-composite-image.html: Added.
1439 2011-10-26 Ryosuke Niwa <rniwa@webkit.org>
1441 Chromium Mac rebaseline, trusting the baseline optimizer.
1443 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added.
1444 * platform/chromium-cg-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
1445 * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png: Added.
1446 * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added.
1447 * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png: Removed.
1448 * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed.
1450 2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
1452 Mac, Qt, and Windows rebaseline r98407.
1454 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1455 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1456 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1458 2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
1460 Unreviewed, rolling out r98379.
1461 http://trac.webkit.org/changeset/98379
1462 https://bugs.webkit.org/show_bug.cgi?id=70875
1464 Did not pass on JSC ports (Requested by abarth on #webkit).
1466 * fast/canvas/canvas-putImageData-expected.txt:
1467 * fast/canvas/canvas-putImageData.js:
1469 2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
1471 Unreviewed, rolling out r98346.
1472 http://trac.webkit.org/changeset/98346
1473 https://bugs.webkit.org/show_bug.cgi?id=70874
1475 Breaks JSC-based bots. (Requested by pfeldman on #webkit).
1477 * inspector/debugger/error-in-watch-expressions.html:
1478 * inspector/debugger/watch-expressions-panel-switch-expected.txt: Removed.
1479 * inspector/debugger/watch-expressions-panel-switch.html: Removed.
1481 2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
1483 Flaky Test: editing/pasteboard/copy-standalone-image.html
1484 https://bugs.webkit.org/show_bug.cgi?id=61813
1486 Reviewed by Adam Barth.
1488 The flakiness was caused by the fact test didn't wait until iframe finish loading.
1490 HTML5 section 4.8.2. the iframe element (http://www.whatwg.org/specs/web-apps/current-work/#the-iframe-element):
1491 When there is an active parser in the iframe, and when anything in the iframe is delaying the load event
1492 of the iframe's browsing context's active document, the iframe must delay the load event of its document.
1494 Since an image doesn't require an active parser, it does not delay the load event of the document.
1496 * editing/pasteboard/copy-standalone-image.html:
1497 * platform/chromium/test_expectations.txt:
1499 2011-10-25 Xiaomei Ji <xji@chromium.org>
1501 Disable editing/selection/move-by-word-visually-inline-block-positioned-element.html in QT after r98428.
1503 * platform/qt/Skipped:
1505 2011-10-25 Xiaomei Ji <xji@chromium.org>
1507 --webkit-visual-word does not work in multi-line
1508 https://bugs.webkit.org/show_bug.cgi?id=61344
1510 Reviewed by Ryosuke Niwa.
1512 * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt: Added.
1513 * editing/selection/move-by-word-visually-inline-block-positioned-element.html: Added.
1514 * editing/selection/move-by-word-visually-multi-line-expected.txt:
1515 * editing/selection/move-by-word-visually-single-space-one-element-expected.txt:
1516 * editing/selection/move-by-word-visually-single-space-one-element.html:
1517 * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt:
1519 2011-10-25 Erik Arvidsson <arv@chromium.org>
1525 * fast/canvas/webgl/gl-teximage.html:
1527 2011-10-25 Chris Fleizach <cfleizach@apple.com>
1529 AX: WebKit does not expose HTML label for slider elements
1530 https://bugs.webkit.org/show_bug.cgi?id=70856
1532 Reviewed by Darin Adler.
1534 * platform/mac/accessibility/slider-allows-title-ui-element-expected.txt: Added.
1535 * platform/mac/accessibility/slider-allows-title-ui-element.html: Added.
1537 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1539 Unreviewed gardening.
1541 * platform/chromium/test_expectations.txt:
1542 fast/forms/form-associated-element-crash3.html has
1543 been timing out very regularly on linux debug.
1545 2011-10-25 Erik Arvidsson <arv@chromium.org>
1547 [Chromium] Fix expectation.
1551 * platform/chromium/fast/js/kde/garbage-n-expected.txt:
1553 2011-10-25 Anders Carlsson <andersca@apple.com>
1555 Plug-ins have no way to find out when the device scale factor changes
1556 https://bugs.webkit.org/show_bug.cgi?id=67226
1557 <rdar://problem/10048276>
1559 Reviewed by Sam Weinig.
1561 Update test to check that the scale factor is updated correctly.
1563 * platform/mac-wk2/plugins/contents-scale-factor.html:
1565 2011-10-25 Fady Samuel <fsamuel@chromium.org>
1567 Made Table tests for Bug 70678 Platform Independent
1568 https://bugs.webkit.org/show_bug.cgi?id=70850
1570 Reviewed by Adam Barth.
1572 * fast/table/table-anonymous-cell-bug-expected.png: Added.
1573 * fast/table/table-anonymous-cell-bug-expected.txt:
1574 * fast/table/table-anonymous-cell-bug.html:
1575 * fast/table/table-anonymous-row-bug-expected.png: Added.
1576 * fast/table/table-anonymous-row-bug-expected.txt:
1577 * fast/table/table-anonymous-row-bug.html:
1578 * fast/table/table-anonymous-section-bug-expected.png: Added.
1579 * fast/table/table-anonymous-section-bug-expected.txt:
1580 * fast/table/table-anonymous-section-bug.html:
1582 2011-10-25 Ryosuke Niwa <rniwa@webkit.org>
1584 Moving to the start of line should not place the caret outside of the table
1585 https://bugs.webkit.org/show_bug.cgi?id=70757
1587 Reviewed by Chang Shu.
1589 Added a test to move the caret to lineboundaries in the first and the last table cell.
1590 The caret should remain inside a table cell.
1592 * editing/selection/table-lineboundary-expected.txt: Added.
1593 * editing/selection/table-lineboundary.html: Added.
1595 2011-10-25 Erik Arvidsson <arv@chromium.org>
1597 JS Test Harness: Make successfullyParsed optional
1598 https://bugs.webkit.org/show_bug.cgi?id=70784
1600 Reviewed by Ojan Vafai.
1602 This makes "successfullyParsed = true" optional in favor of tracking syntax errors
1603 using window.onerror.
1605 * fast/*: Remove successfullyParsed.
1606 * fast/dom/Window/new-window-opener.html: Cleanup.
1607 * fast/dom/Window/resources/window-appendages-cleared-results.html:
1608 * fast/dom/Window/webkitConvertPoint.html: Ditto.
1609 * fast/dom/Window/webkitConvertPointUpdateLayout.html: Ditto.
1610 * fast/js/kde/evil-n.html: This is now a normal test since it is not supposed to fail.
1611 * fast/js/kde/garbage-n-expected.txt:
1612 * fast/js/kde/garbage-n.html: Use shouldHaveHadError instead of js-test-post-n.js
1613 * fast/js/kde/string-1-n.html: Ditto.
1614 * fast/js/kde/string-2-n.html: Ditto.
1615 * fast/js/resources/js-test-post-async.js: Ensure we didn't get an error.
1616 * fast/js/resources/js-test-post-function.js: Ditto.
1617 * fast/js/resources/js-test-post-n.js: Removed.
1618 * fast/js/resources/js-test-pre.js: Added shouldHaveHadError function that can be used to assert that the
1619 error message is what was expected.
1620 Ensure we didn't get an error in finistJSTest.
1622 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1626 * platform/chromium/test_expectations.txt: Missed some cases where
1627 video-porter.html times out. Also added zoom-animator-scale-test2.html
1628 that has been timing out for several days.
1630 2011-10-25 Anders Carlsson <andersca@apple.com>
1632 Plug-ins have to use JavaScript to find out the current device scale factor
1633 https://bugs.webkit.org/show_bug.cgi?id=67225
1634 <rdar://problem/10048258>
1636 Reviewed by Darin Adler.
1640 * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: Added.
1641 * platform/mac-wk2/plugins/contents-scale-factor.html: Added.
1643 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1645 More unreviewed gardening.
1647 * platform/chromium/test_expectations.txt: Mark another test
1648 as crashing. Moved 2 tests together as they hit the same ASSERT
1651 2011-10-25 Leandro Pereira <leandro@profusion.mobi>
1653 [EFL] Unreviewed. Add CSS1 pixel baselines.
1655 * platform/efl/css1: [...]
1657 2011-10-25 Nate Chapin <japhet@chromium.org>
1659 Test update for https://bugs.webkit.org/show_bug.cgi?id=61225.
1660 Due to changes in the implementation of DocumentThreadableLoader (and
1661 therefore XHR), this test will have empty (rather than null) content
1662 if we go over the length limit.
1664 Reviewed by Antti Koivisto.
1666 * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
1668 2011-10-25 Pavel Podivilov <podivilov@chromium.org>
1670 Get rid of optional parameters in the middle in IDLs.
1671 https://bugs.webkit.org/show_bug.cgi?id=70816
1673 Reviewed by Adam Barth.
1675 Optional parameters in the middle are prohibited by WebIDL spec.
1677 * fast/canvas/canvas-putImageData-expected.txt:
1678 * fast/canvas/canvas-putImageData.js:
1680 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1682 Unreviewed gardening.
1684 * platform/chromium/test_expectations.txt: Marking a test as timing
1687 2011-10-25 Fady Samuel <fsamuel@chromium.org>
1689 Crash in WebCore::RenderTableSection::addChild due to assert failure
1690 https://bugs.webkit.org/show_bug.cgi?id=70678
1692 Reviewed by David Hyatt.
1694 If the child being added is not a Section/Row/Cell, and the previous sibling is not anonymous,
1695 we need to create a new anonymous Section/Row/Cell respectively, instead of failing an
1698 * fast/table/table-anonymous-cell-bug-expected.txt: Added.
1699 * fast/table/table-anonymous-cell-bug.html: Added.
1700 * fast/table/table-anonymous-row-bug-expected.txt: Added.
1701 * fast/table/table-anonymous-row-bug.html: Added.
1702 * fast/table/table-anonymous-section-bug-expected.txt: Added.
1703 * fast/table/table-anonymous-section-bug.html: Added.
1705 2011-10-25 Zoltan Herczeg <zherczeg@webkit.org>
1707 Add new uri tokenizer tests
1708 https://bugs.webkit.org/show_bug.cgi?id=70807
1710 Reviewed by Darin Adler.
1714 * fast/css/uri-token-parsing-expected.txt:
1715 * fast/css/uri-token-parsing.html:
1717 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1719 Unreviewed gardening.
1721 The old rebaseline looked wrong and did not match the other baselines. This is now corrected.
1723 * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
1725 2011-10-25 Julien Chaffraix <jchaffraix@webkit.org>
1727 Unreviewed gardening.
1729 Partial rebaselining of fast/css/focus-ring-multiline-writingmode-vertical.html as it looks like it progressed
1732 * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
1733 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
1734 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
1735 * platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
1736 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
1737 * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed.
1738 * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
1740 2011-10-25 Simon Fraser <simon.fraser@apple.com>
1742 REGRESSION (r88580): Cursor fails to change to pointer on embedded Google maps popups
1743 https://bugs.webkit.org/show_bug.cgi?id=62797
1745 Reviewed by Chris Marrin.
1747 New tests for hit testing through various configurations of 3D transforms.
1749 * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Removed.
1750 * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed.
1751 * transforms/3d/hit-testing/composited-hit-test-expected.txt: Added.
1752 * transforms/3d/hit-testing/composited-hit-test.html: Added.
1753 * transforms/3d/hit-testing/resources/hit-test-utils.js: Added.
1754 * transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added.
1755 * transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Added.
1756 * transforms/3d/hit-testing/rotated-hit-test-with-child.html: Added.
1757 * transforms/3d/hit-testing/rotated-hit-test.html:
1758 * transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Added.
1759 * transforms/3d/hit-testing/rotated-hit-test2.html: Added.
1761 2011-10-24 Jer Noble <jer.noble@apple.com>
1763 compositing/video tests time out on Lion
1764 https://bugs.webkit.org/show_bug.cgi?id=70448
1766 Reviewed by Simon Fraser.
1768 * compositing/video/video-poster.html: Seek, instead of play, to trigger
1770 * http/tests/media/video-load-twice.html: Use waitForEventOnce so that
1771 canPlayThrough listener is triggered only once.
1772 * media/video-test.js: Add a new function, waitForEventOnce.
1774 (waitForEvent._eventCallback):
1777 2011-10-25 Cary Clark <caryclark@google.com>
1779 Unreviewed gardening: fifth chunk of baselines for Chromium-Skia
1782 [Omitting 736 of 742 files for brevity.]
1784 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
1785 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
1786 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Added.
1788 * platform/chromium-mac-leopard/transitions: Added.
1789 * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Added.
1790 * platform/chromium-mac-leopard/transitions/svg-text-shadow-transition-expected.png: Added.
1792 2011-10-25 Arko Saha <arko@motorola.com>
1794 Microdata: itemtype attribute should be space-separated list to allow multiple types
1795 https://bugs.webkit.org/show_bug.cgi?id=70501
1797 Reviewed by Ryosuke Niwa.
1799 * fast/dom/MicroData/006.html:
1800 * fast/dom/MicroData/007.html:
1801 * fast/dom/MicroData/getitems-multiple-itemtypes-expected.txt: Added.
1802 * fast/dom/MicroData/getitems-multiple-itemtypes.html: Added.
1803 * fast/dom/MicroData/itemtype-add-remove-tokens-expected.txt: Added.
1804 * fast/dom/MicroData/itemtype-add-remove-tokens.html: Added.
1805 * fast/dom/MicroData/itemtype-attribute-test-expected.txt: Added.
1806 * fast/dom/MicroData/itemtype-attribute-test.html: Added.
1808 2011-10-25 Cary Clark <caryclark@google.com>
1810 Unreviewed gardening: fourth chunk of baselines for Chromium-Skia
1813 [Omitting 728 of 734 files for brevity.]
1815 * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
1816 * platform/chromium-mac-leopard/fast/lists/scrolled-marker-paint-expected.png: Added.
1817 * platform/chromium-mac-leopard/fast/media: Added.
1819 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
1820 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
1821 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
1823 2011-10-25 Yury Semikhatsky <yurys@chromium.org>
1825 Web Inspector: redesign workers sidebar pane
1826 https://bugs.webkit.org/show_bug.cgi?id=70815
1828 Update tests in accord with change of class name from
1829 styles-sidebar-pane to sidebar-pane.
1831 Reviewed by Pavel Feldman.
1833 * http/tests/inspector/elements-test.js:
1834 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
1836 2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
1838 Web Inspector: Debugger fails when there is an invalid watch expression.
1839 https://bugs.webkit.org/show_bug.cgi?id=70718
1841 Reviewed by Pavel Feldman.
1843 * inspector/debugger/error-in-watch-expressions.html:
1844 * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added.
1845 * inspector/debugger/watch-expressions-panel-switch.html: Added.
1847 2011-10-24 Pavel Podivilov <podivilov@chromium.org>
1849 Web Inspector: fix empty line handling in source maps.
1850 https://bugs.webkit.org/show_bug.cgi?id=70726
1852 Reviewed by Yury Semikhatsky.
1854 * inspector/debugger/compiler-source-mapping-expected.txt:
1855 * inspector/debugger/compiler-source-mapping.html:
1857 2011-10-25 Justin Schuh <jschuh@chromium.org>
1859 Check for empty string in parseArcFlag
1860 https://bugs.webkit.org/show_bug.cgi?id=70763
1862 Reviewed by Dirk Schulze.
1864 * svg/path-arc-invalid-expected.txt: Added.
1865 * svg/path-arc-invalid.html: Added.
1867 2011-10-24 Pavel Podivilov <podivilov@chromium.org>
1869 Web Inspector: keep old source mapping when new one could not be loaded.
1870 https://bugs.webkit.org/show_bug.cgi?id=70729
1872 Reviewed by Yury Semikhatsky.
1874 * inspector/debugger/raw-source-code-expected.txt:
1875 * inspector/debugger/raw-source-code.html:
1877 2011-10-25 Sachin Puranik <sachin.puranik@motorola.com>
1879 Double number step=.5 should be considered valid in <input type="number" step=".5">
1880 https://bugs.webkit.org/show_bug.cgi?id=70320
1882 Reviewed by Kent Tamura.
1884 * fast/forms/ValidityState-typeMismatch-number-expected.txt: Change in result of layout test.
1885 * fast/forms/input-step-as-double-expected.txt: Added, expected output for new test case.
1886 * fast/forms/input-step-as-double.html: Added, testcase to make sure that all ports
1887 consider .5 as a valid double value for step attribute of input element.
1888 * fast/forms/input-valueasnumber-number-expected.txt: Change in result of layout test.
1889 * fast/forms/range/input-valueasnumber-range-expected.txt: Change in result of layout test.
1890 * fast/forms/range/input-valueasnumber-range.html: Consider .2 as valid real number now.
1891 * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Consider
1892 .2 as valid real number now.
1893 * fast/forms/script-tests/input-valueasnumber-number.js: Consider .2 as valid real number now.
1895 2011-10-25 Vsevolod Vlasov <vsevik@chromium.org>
1897 Web Inspector: Resources panel: display the current search match index in the toolbar.
1898 https://bugs.webkit.org/show_bug.cgi?id=66050
1900 Reviewed by Pavel Feldman.
1902 * http/tests/inspector/search/resources-search-match-index-expected.txt: Added.
1903 * http/tests/inspector/search/resources-search-match-index.html: Added.
1905 2011-10-25 Csaba Osztrogonác <ossy@webkit.org>
1907 inspector/cookie-parser.html is a flaky crash
1908 https://bugs.webkit.org/show_bug.cgi?id=62662
1910 * platform/qt/Skipped: Skip one more test because of this bug: inspector/evaluate-in-page.html.
1912 2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1914 [Qt] Remove from Skipped list. Test passes: fast/transforms/scrollIntoView-transformed.html
1915 https://bugs.webkit.org/show_bug.cgi?id=58559
1917 Reviewed by Simon Hausmann.
1919 * platform/qt/Skipped:
1921 2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1923 [Qt] Removing test from Skipped list. Test passes: html5lib/runner.html
1924 https://bugs.webkit.org/show_bug.cgi?id=53030
1926 Reviewed by Simon Hausmann.
1928 * platform/qt/Skipped:
1930 2011-10-21 Andrey Kosyakov <caseq@chromium.org>
1932 Web Inspector: [Extensions API] allow extensions to specify script to be injected on reload
1933 https://bugs.webkit.org/show_bug.cgi?id=70600
1935 Reviewed by Pavel Feldman.
1937 * inspector/extensions/extensions-reload-expected.txt: Added.
1938 * inspector/extensions/extensions-reload.html: Added.
1940 2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com>
1942 Unreviewed, rolling out r98309.
1943 http://trac.webkit.org/changeset/98309
1944 https://bugs.webkit.org/show_bug.cgi?id=70801
1946 Test fails on mac (Requested by benwells on #webkit).
1948 * fast/canvas/canvas-composite-image-expected.txt: Removed.
1949 * fast/canvas/canvas-composite-image.html: Removed.
1951 2011-10-24 Oliver Varga <voliver@inf.u-szeged.hu>
1953 [Qt] Unreviewed gardening, add missing result after r98309.
1955 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
1956 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
1957 * platform/qt/svg/filters/feColorMatrix-default-type-expected.png: Added.
1958 * platform/qt/svg/filters/feColorMatrix-default-type-expected.txt: Added.
1960 2011-10-24 Martin Robinson <mrobinson@igalia.com>
1962 REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
1963 https://bugs.webkit.org/show_bug.cgi?id=70481
1965 Update test results to reflect that the plugin clipping rectangle
1968 * platform/gtk/Skipped: Unskip the test.
1969 * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results.
1971 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
1973 Unreviewed gardening.
1975 Add a new baseline for snow-leopard.
1977 * platform/chromium-mac-snowleopard/svg/filters: Added.
1978 * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
1980 2011-10-24 Ben Wells <benwells@chromium.org>
1982 Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors
1983 https://bugs.webkit.org/show_bug.cgi?id=66920
1985 Reviewed by James Robinson.
1987 * fast/canvas/canvas-composite-image-expected.txt: Added.
1988 * fast/canvas/canvas-composite-image.html: Added.
1990 2011-10-24 Ryosuke Niwa <rniwa@webkit.org>
1992 GTK and Windows rebaselines after r98199.
1994 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
1995 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1997 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
1999 Unreviewed rebaseline after r98293.
2001 * platform/chromium-win/svg/filters/feColorMatrix-default-type-expected.png: Added.
2003 2011-10-24 Arko Saha <arko@motorola.com>
2005 Microdata: Add itemprop, itemref, itemvalue attributes.
2006 https://bugs.webkit.org/show_bug.cgi?id=69839
2008 Reviewed by Ryosuke Niwa.
2010 Added test-cases for Microdata itemprop, itemref, itemvalue attributes.
2012 * fast/dom/MicroData/002-expected.txt:
2013 * fast/dom/MicroData/002.html:
2014 * fast/dom/MicroData/003-expected.txt:
2015 * fast/dom/MicroData/003.html:
2016 * fast/dom/MicroData/005-expected.txt:
2017 * fast/dom/MicroData/005.html:
2018 * fast/dom/MicroData/006-expected.txt:
2019 * fast/dom/MicroData/009.html:
2020 * fast/dom/MicroData/itemprop-add-remove-tokens-expected.txt: Added.
2021 * fast/dom/MicroData/itemprop-add-remove-tokens.html: Added.
2022 * fast/dom/MicroData/itemprop-for-an-element-must-be-correct-expected.txt: Added.
2023 * fast/dom/MicroData/itemprop-for-an-element-must-be-correct.html: Added.
2024 * fast/dom/MicroData/itemprop-must-be-read-only-expected.txt: Added.
2025 * fast/dom/MicroData/itemprop-must-be-read-only.html: Added.
2026 * fast/dom/MicroData/itemprop-reflected-by-itemProp-property-expected.txt: Added.
2027 * fast/dom/MicroData/itemprop-reflected-by-itemProp-property.html: Added.
2028 * fast/dom/MicroData/itemref-add-remove-tokens-expected.txt: Added.
2029 * fast/dom/MicroData/itemref-add-remove-tokens.html: Added.
2030 * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property-expected.txt: Added.
2031 * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property.html: Added.
2032 * fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt: Added.
2033 * fast/dom/MicroData/itemref-for-an-element-must-be-correct.html: Added.
2034 * fast/dom/MicroData/itemref-must-be-read-only-expected.txt: Added.
2035 * fast/dom/MicroData/itemref-must-be-read-only.html: Added.
2036 * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element-expected.txt: Added.
2037 * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element.html: Added.
2038 * fast/dom/MicroData/itemvalue-reflects-href-attr-expected.txt: Added.
2039 * fast/dom/MicroData/itemvalue-reflects-href-attr.html: Added.
2040 * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element-expected.txt: Added.
2041 * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element.html: Added.
2042 * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element-expected.txt: Added.
2043 * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element.html: Added.
2044 * fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt: Added.
2045 * fast/dom/MicroData/itemvalue-reflects-the-src-attr.html: Added.
2046 * fast/dom/MicroData/itemvalue-returns-element-itself-expected.txt: Added.
2047 * fast/dom/MicroData/itemvalue-returns-element-itself.html: Added.
2048 * fast/dom/MicroData/itemvalue-returns-null-expected.txt: Added.
2049 * fast/dom/MicroData/itemvalue-returns-null.html: Added.
2050 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt: Added.
2051 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001.html: Added.
2052 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-expected.txt: Added.
2053 * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002.html: Added.
2054 * fast/dom/MicroData/resources/microdata-common.js:
2058 2011-10-24 Filip Pizlo <fpizlo@apple.com>
2060 Object-or-other branch speculation may corrupt the state for OSR if the child of the
2061 branch is an integer
2062 https://bugs.webkit.org/show_bug.cgi?id=70777
2064 Reviewed by Oliver Hunt.
2066 * fast/js/dfg-other-branch-expected.txt: Added.
2067 * fast/js/dfg-other-branch.html: Added.
2068 * fast/js/script-tests/dfg-other-branch.js: Added.
2072 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
2074 Unreviewed gardening.
2076 Bug 58013 has landed 3 months ago and it looks like the rebaseline was forgotten.
2077 The new result is consistent with the other platforms.
2079 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed.
2080 * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: Added.
2081 * platform/chromium-win/fast/repaint/scale-page-shrink-expected.txt: Added.
2082 * platform/chromium/test_expectations.txt:
2084 2011-10-24 Filip Pizlo <fpizlo@apple.com>
2086 op_new_array_buffer is not inlined correctly
2087 https://bugs.webkit.org/show_bug.cgi?id=70770
2089 Reviewed by Oliver Hunt.
2091 * fast/js/dfg-inline-new-array-buffer-expected.txt: Added.
2092 * fast/js/dfg-inline-new-array-buffer.html: Added.
2093 * fast/js/script-tests/dfg-inline-new-array-buffer.js: Added.
2097 2011-10-24 Tim Horton <timothy_horton@apple.com>
2099 feColorMatrix doesn't use the correct default "matrix" type when no type attribute is specified
2100 https://bugs.webkit.org/show_bug.cgi?id=70035
2101 <rdar://problem/10280177>
2103 Reviewed by Nikolas Zimmermann.
2105 Add a test that ensures that feColorMatrix's type attribute defaults to "matrix".
2107 * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Added.
2108 * platform/mac/svg/filters/feColorMatrix-default-type-expected.txt: Added.
2109 * svg/filters/feColorMatrix-default-type.svg: Added.
2111 2011-10-24 Levi Weintraub <leviw@chromium.org>
2113 Adding Chromium expectations from http://trac.webkit.org/changeset/98263
2117 * platform/chromium-cg-mac-snowleopard/svg/as-object: Added.
2118 * platform/chromium-cg-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
2119 * platform/chromium-linux-x86/svg/as-object: Removed.
2120 * platform/chromium-linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
2121 * platform/chromium-mac-snowleopard/svg/as-object: Added.
2122 * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
2123 * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
2124 * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
2125 * platform/chromium/test_expectations.txt:
2127 2011-10-24 Levi Weintraub <leviw@chromium.org>
2129 Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263
2131 Unreviewed test expectations update.
2133 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes
2135 * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added.
2137 2011-10-24 Joshua Bell <jsbell@chromium.org>
2139 IndexedDB: Throw DATA_ERR on invalid keys, remove null key support
2140 https://bugs.webkit.org/show_bug.cgi?id=70065
2142 Reviewed by Tony Chang.
2144 Updated expectations now that most tests match spec. Includes change to
2145 objectstore-basics test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=70041
2146 since this CL stops hiding that bug.
2148 * storage/indexeddb/factory-cmp-expected.txt:
2149 * storage/indexeddb/index-basics-expected.txt:
2150 * storage/indexeddb/invalid-keys-expected.txt:
2151 * storage/indexeddb/keyrange-expected.txt:
2152 * storage/indexeddb/objectstore-basics-expected.txt:
2153 * storage/indexeddb/objectstore-basics.html:
2154 * storage/indexeddb/open-cursor-expected.txt:
2156 2011-10-24 Ojan Vafai <ojan@chromium.org>
2158 Some more fixups from http://trac.webkit.org/changeset/98265.
2160 The leopard bot results are incorrect, but that's because the
2161 chromium leopard bots have not compiled in a few days. Once
2162 the bots are fixed, we'll need to rebaseline this test again for
2165 * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
2166 * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
2167 * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
2168 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
2170 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
2172 Unreviewed rebaseline of svg/W3C-SVG-1.1-SE/coords-units-03-b.html
2174 The new baselines all match the existing ones. Not sure if we really pass the test as
2175 2 lines should be 200px but at least all the baselines are consistent (within some font
2178 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2179 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
2180 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
2181 * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
2182 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2183 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE: Added.
2184 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
2185 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added.
2186 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
2187 * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2188 * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2189 * platform/chromium/test_expectations.txt:
2190 * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
2191 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
2192 * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
2194 2011-10-24 Ojan Vafai <ojan@chromium.org>
2196 Cleanup some test expectations missed in r98183.
2198 * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
2199 * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
2200 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
2201 * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
2202 * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt.
2203 * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Removed.
2204 * platform/chromium/test_expectations.txt:
2206 2011-10-24 Levi Weintraub <leviw@chromium.org>
2208 <svg> fails to use explicit width and height inside <html> inside IFRAME
2209 https://bugs.webkit.org/show_bug.cgi?id=64823
2211 Reviewed by Nikolas Zimmermann.
2213 Fixing a bug where SVG negotiated size when embedded in html inside an iframe.
2215 * platform/chromium/test_expectations.txt: Will update with results on other platforms.
2216 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added.
2217 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
2218 * svg/as-object/svg-embedded-in-html-in-iframe.html: Added.
2220 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
2222 Unreviewed gardening rebaselining.
2224 Updating those baselines as they match Mac and looks like progressions. Linux was needing a wrong
2225 rebaseline, so it was not rebaselined.
2227 * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
2228 * platform/chromium-cg-mac-snowleopard/fast/repaint: Added.
2229 * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
2230 * platform/chromium-mac-leopard/fast/repaint: Added.
2231 * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
2232 * platform/chromium-mac-snowleopard/fast/repaint: Added.
2233 * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added.
2234 * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png:
2235 * platform/chromium/test_expectations.txt:
2237 2011-10-24 Joshua Bell <jsbell@chromium.org>
2239 IndexedDB add should fail adding an inline and passed key simultaneously
2240 https://bugs.webkit.org/show_bug.cgi?id=58598
2242 Reviewed by Tony Chang.
2244 * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: Added.
2245 * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Added.
2247 2011-10-24 Cary Clark <caryclark@google.com>
2249 Unreviewed gardening: third chunk of baselines for Chromium-Skia
2252 [Omitting 736 of 743 files for brevity.]
2254 * platform/chromium-mac-leopard/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added.
2255 * platform/chromium-mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Added.
2256 * platform/chromium-mac-leopard/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
2258 * platform/chromium-mac-leopard/fast/lists/ol-display-types-expected.png: Added.
2259 * platform/chromium-mac-leopard/fast/lists/ol-start-dynamic-expected.png: Added.
2260 * platform/chromium-mac-leopard/fast/lists/olstart-expected.png: Added.
2261 * platform/chromium/test_expectations.txt:
2263 2011-10-24 Julien Chaffraix <jchaffraix@webkit.org>
2265 [chromium] New failing test fast/events/dropzone-002.html
2266 https://bugs.webkit.org/show_bug.cgi?id=61625
2268 Unreviewed gardening.
2270 * platform/chromium/test_expectations.txt: The test has been passing
2271 on all platforms except leopard for several days.
2273 2011-10-24 Alexander Pavlov <apavlov@chromium.org>
2275 Web Inspector: [Styles] Adding a new style rule breaks things
2276 https://bugs.webkit.org/show_bug.cgi?id=70721
2278 Reviewed by Pavel Feldman.
2280 * inspector/styles/styles-add-new-rule-expected.txt:
2281 * inspector/styles/styles-add-new-rule.html:
2283 2011-10-24 Pavel Feldman <pfeldman@google.com>
2285 Web Inspector: do not force document loading on reload (should happen on demand).
2286 https://bugs.webkit.org/show_bug.cgi?id=70724
2288 Reviewed by Yury Semikhatsky.
2290 * inspector/debugger/dom-breakpoints.html:
2291 * inspector/debugger/error-in-watch-expressions.html:
2293 2011-10-24 Yury Semikhatsky <yurys@chromium.org>
2295 Web Inspector: allow debugging dedicated worker initialization
2296 https://bugs.webkit.org/show_bug.cgi?id=70723
2298 Reviewed by Pavel Feldman.
2300 * inspector/protocol/runtime-agent-expected.txt:
2301 * inspector/protocol/runtime-agent.html:
2303 2011-10-24 Alejandro G. Castro <alex@igalia.com>
2305 Unreviewed, skip failing test in GTK, added bug 70720. Rebaseline
2306 prototype-inheritance-2.html.
2308 * platform/gtk/Skipped: skipped fast/events/event-creation.html.
2309 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
2310 Reset expected results after r98199.
2312 2011-10-21 Alexander Pavlov <apavlov@chromium.org>
2314 Web Inspector: Audits hang on pages without img[src] elements
2315 https://bugs.webkit.org/show_bug.cgi?id=70604
2317 Reviewed by Pavel Feldman.
2319 * inspector/audits/audits-panel-noimages-functional-expected.txt: Added.
2320 * inspector/audits/audits-panel-noimages-functional.html: Added.
2322 2011-10-24 Deepak Sherveghar <bpwv64@motorola.com>
2324 [Qt] fast/events/media-focus-in-standalone-media-document.html fails
2325 https://bugs.webkit.org/show_bug.cgi?id=70110
2327 Reviewed by Simon Hausmann.
2329 Remove media-focus-in-standalone-media-document.html from Qt Skipped test list.
2331 * platform/qt/Skipped:
2333 2011-10-24 Pavel Feldman <pfeldman@chromium.org>
2335 Web Inspector: make view load CSS files upon show.
2336 https://bugs.webkit.org/show_bug.cgi?id=70696
2338 Reviewed by Yury Semikhatsky.
2340 * inspector/view-css-expected.txt: Added.
2341 * inspector/view-css.html: Added.
2342 * inspector/view-events-expected.txt:
2343 * inspector/view-events.html:
2345 2011-10-24 Kosztyo Kristof <kkristof@inf.u-szeged.hu>
2347 [Qt] Unreviewed gardening after r98199
2349 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
2351 2011-10-24 Yosifumi Inoue <yosin@chromium.org>
2353 [Forms] Setting defaultValue should hide an input placeholder.
2354 https://bugs.webkit.org/show_bug.cgi?id=70586
2356 Reviewed by Kent Tamura.
2358 This test checks "value" attribute (default value) changing in two
2359 ways, one is using setDefault method and another is setAttribute
2362 * fast/forms/placeholder-and-default-value-expected.html: Added. Render text input element with "Default" value.
2363 * fast/forms/placeholder-and-default-value.html: Added. Render text input element with placeholder attribute and a script to change default value of input element to "Default" from empty.
2365 2011-10-23 Adam Barth <abarth@webkit.org>
2367 <img crossorigin> should fail to load when CORS check fails
2368 https://bugs.webkit.org/show_bug.cgi?id=69732
2370 Reviewed by Darin Adler.
2372 Test that images loaded with the crossorigin attribute fail to load if
2373 the CORS access check doesn't pass.
2375 * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: Added.
2376 * http/tests/security/img-with-failed-cors-check-fails-to-load.html: Added.
2378 2011-10-23 Filip Pizlo <fpizlo@apple.com>
2380 DFG should inline constructors
2381 https://bugs.webkit.org/show_bug.cgi?id=70675
2383 Reviewed by Oliver Hunt.
2385 Adds test that asserts that register pressure induced by inlining doesn't
2386 result in spilling corrupting values.
2388 * fast/js/dfg-inlining-reg-alloc-expected.txt: Added.
2389 * fast/js/dfg-inlining-reg-alloc.html: Added.
2390 * fast/js/script-tests/dfg-inlining-reg-alloc.js: Added.
2395 2011-10-23 Yuzo Fujishima <yuzo@google.com>
2397 [chromium] Test expecation change. inspector/elements/edit-dom-actions.html times out since around r98120:98133 (chromium 106751:106770).
2401 * platform/chromium/test_expectations.txt:
2403 2011-10-23 Yuzo Fujishima <yuzo@google.com>
2405 [chromium] Test expectation change for "r98183 causes 4 snowleopard tests to fail".
2406 https://bugs.webkit.org/show_bug.cgi?id=70704
2410 * platform/chromium/test_expectations.txt:
2412 2011-10-23 Geoffrey Garen <ggaren@apple.com>
2416 Updated two test results I missed in my last check-in.
2418 These tests depended on non-deterministic effects of hash order, so I
2421 * http/tests/inspector/search/search-in-resources-expected.txt:
2422 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
2424 2011-10-23 Kaustubh Atrawalkar <kaustubh@motorola.com>
2426 [GTK] Implement KeyDown function for WebKit2 EventSender.
2427 https://bugs.webkit.org/show_bug.cgi?id=69410
2429 Unskip passed tests.
2431 Reviewed by Martin Robinson.
2433 * platform/gtk-wk2/Skipped:
2435 2011-10-21 Geoffrey Garen <ggaren@apple.com>
2437 Separated string lifetime bits from character buffer state bits
2438 https://bugs.webkit.org/show_bug.cgi?id=70673
2440 Reviewed by Anders Carlsson.
2442 These tests depended on non-deterministic effects of hash order, so I
2445 * fast/dom/prototype-inheritance-2-expected.txt: Updated for slightly
2446 different order of discovering properties.
2448 * fast/js/delete-syntax-expected.txt:
2449 * fast/js/script-tests/delete-syntax.js: Updated not to depend on iteration
2450 order, since that's not what this test is about.
2452 * http/tests/inspector/inspector-test.js: Updated not to depend on
2453 global function iteration order. This test setup is pretty spaghetti.
2454 I think I avoided making it even more spaghetti.
2456 * inspector/storage-panel-dom-storage-expected.txt: Updated for changed
2459 2011-10-22 Benjamin Poulain <benjamin@webkit.org>
2461 Make relayout-nested-positioned-elements-crash.html more reliable
2462 https://bugs.webkit.org/show_bug.cgi?id=70672
2464 Reviewed by Kenneth Rohde Christiansen.
2466 The test relayout-nested-positioned-elements-crash relies on implementation
2467 details of the test runner. If the function runTest() is run
2468 during the test, the result will be different than the expected results.
2470 Change the test to use the Javascript test framework.
2471 Ensure the element has the correct style in the final state.
2473 * fast/block/positioning/relayout-nested-positioned-elements-crash-expected.txt:
2474 * fast/block/positioning/relayout-nested-positioned-elements-crash.html:
2476 2011-10-20 Pavel Feldman <pfeldman@google.com>
2478 Web Inspector: get rid of View::hide, View::set visible, View::attach.
2479 https://bugs.webkit.org/show_bug.cgi?id=70523
2481 Reviewed by Yury Semikhatsky.
2483 * inspector/debugger/scripts-panel.html:
2484 * inspector/view-events-expected.txt:
2485 * inspector/view-events.html:
2487 2011-10-21 Filip Pizlo <fpizlo@apple.com>
2489 DFG inlining sometimes fails to reset constant references
2490 https://bugs.webkit.org/show_bug.cgi?id=70668
2492 Reviewed by Anders Carlsson.
2494 Added a new test that covers this specific bug as well as the general
2495 ability to perform inlining, and the ability to OSR out of an inline
2498 * fast/js/dfg-inline-constant-expected.txt: Added.
2499 * fast/js/dfg-inline-constant.html: Added.
2500 * fast/js/script-tests/dfg-inline-constant.js: Added.
2504 2011-10-21 Ojan Vafai <ojan@chromium.org>
2506 Fixup test expectations now that http://trac.webkit.org/changeset/98173 has landed.
2508 * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2509 * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png:
2510 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2511 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Added.
2512 * platform/chromium-cg-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
2513 * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2514 * platform/chromium-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: Added.
2515 * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2516 * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png:
2517 * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
2518 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
2519 * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
2520 * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Added.
2521 * platform/chromium/test_expectations.txt:
2523 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2525 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
2526 https://bugs.webkit.org/show_bug.cgi?id=68885
2528 Unreviewed gardening.
2530 * platform/chromium/test_expectations.txt: Removed the test since it has been passing on
2531 the bots for at least a week.
2533 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2535 Unreviewed rebaseline.
2537 This test started failing on the bot. As this is a progression, updating the baseline.
2539 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
2540 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
2541 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
2542 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Removed.
2543 * platform/chromium/fast/multicol/flipped-blocks-border-after-expected.png: Added.
2545 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2547 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
2548 https://bugs.webkit.org/show_bug.cgi?id=68879
2550 Reviewed by Adam Barth.
2552 * platform/chromium/test_expectations.txt: Those changes have been consistently passing on
2553 the bots for at least 10 days.
2555 2011-10-21 Dmitry Lomov <dslomov@google.com>
2557 https://bugs.webkit.org/show_bug.cgi?id=70580
2558 [Chromium] Implement MessagePort transfer in chromium port of webkit.
2559 Results for JSC include some FAILs - this will be addressed when JSC
2560 implements message port transfers as well (https://bugs.webkit.org/show_bug.cgi?id=70658)
2562 Reviewed by David Levin.
2564 * fast/dom/Window/window-postmessage-args-expected.txt:
2565 * fast/dom/Window/window-postmessage-args.html:
2566 * fast/events/message-port-multi-expected.txt:
2567 * fast/events/resources/message-port-multi.js:
2568 (testTransfers.channel0.port2.onmessage):
2570 (channel.port2.onmessage):
2571 * platform/chromium-win/fast/events/message-port-multi-expected.txt:
2572 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
2574 2011-10-21 Vineet Chaudhary <vineet.chaudhary@motorola.com>
2576 Setting form.enctype reflected attribute behaves strangely.
2577 https://bugs.webkit.org/show_bug.cgi?id=44879
2579 Reviewed by Darin Adler.
2581 Leading/trailing white-spaces should not be allowed while specifying attribute value.
2582 Added more test coverage for form.enctype attribute.
2584 * fast/forms/encoding-test.html:
2585 * fast/forms/enctype-attribute-expected.txt:
2586 * fast/forms/enctype-attribute.html: Corrected test case as per new behavior.
2588 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2592 * platform/chromium/test_expectations.txt: We are randomly hitting
2593 a known ASSERT on this test case.
2595 2011-10-21 Adam Klein <adamk@chromium.org>
2597 [MutationObservers] Implement basic subtree observation
2598 https://bugs.webkit.org/show_bug.cgi?id=70436
2600 Reviewed by Ryosuke Niwa.
2602 * fast/mutation/observe-subtree-expected.txt: Added.
2603 * fast/mutation/observe-subtree.html: Added.
2605 2011-10-21 Joshua Bell <jsbell@chromium.org>
2607 IndexedDB: objectStore.transaction property should be readonly
2608 https://bugs.webkit.org/show_bug.cgi?id=62395
2610 Reviewed by Tony Chang.
2612 * storage/indexeddb/objectstore-basics-expected.txt:
2613 * storage/indexeddb/objectstore-basics.html:
2614 * storage/indexeddb/readonly-properties-expected.txt: Added.
2615 * storage/indexeddb/readonly-properties.html: Added.
2617 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2619 Unreviewed gardening, yet another flaky crashing test.
2621 * platform/chromium/test_expectations.txt:
2623 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2625 Gardening rebaselines.
2627 * platform/chromium-linux-x86/fast/multicol/vertical-lr: Removed.
2628 * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
2629 * platform/chromium-linux-x86/fast/multicol/vertical-rl: Removed.
2630 * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
2631 * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
2632 * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
2633 * platform/chromium-win/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
2634 * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
2635 * platform/chromium/fast/multicol: Added.
2636 * platform/chromium/fast/multicol/vertical-lr: Added.
2637 * platform/chromium/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
2638 * platform/chromium/fast/multicol/vertical-rl: Added.
2639 * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
2640 * platform/chromium/test_expectations.txt:
2641 The dumps are weird on SL so we don't land them but mark the test as PASS TEXT.
2643 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2645 Unreviewed gardening.
2647 * platform/chromium/test_expectations.txt: This test is flaky and crashing
2648 sometimes on snow-leopard.
2650 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2652 Fix r98125 by having duplicate entries for Win Debug.
2654 * platform/chromium/test_expectations.txt:
2656 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2658 Unreviewed gardening.
2660 * platform/chromium/test_expectations.txt: The test is now also failing on debug on XP.
2662 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2664 Unreviewed gardening.
2666 * platform/chromium/test_expectations.txt: Mark call-base-resolution.html as crashing on snow-leopard.
2668 2011-10-21 Rafael Weinstein <rafaelw@chromium.org>
2670 [MutationObservers] Implement WebKitMutationObserver.observe for childList changes
2671 https://bugs.webkit.org/show_bug.cgi?id=68955
2673 Reviewed by Ryosuke Niwa.
2675 * fast/mutation/observe-attributes-expected.txt:
2676 * fast/mutation/observe-attributes.html:
2677 * fast/mutation/observe-childList-expected.txt: Added.
2678 * fast/mutation/observe-childList.html: Added.
2680 2011-10-21 Julien Chaffraix <jchaffraix@webkit.org>
2682 Unreviewed gardening: rebaseline 2 tests (small color difference).
2684 * platform/chromium-linux-x86/fast/multicol: Added.
2685 * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
2686 * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
2687 * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
2688 * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
2689 * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
2690 * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
2692 2011-10-21 Cary Clark <caryclark@google.com>
2694 Unreviewed gardening: second chunk of baselines for Chromium-Skia
2697 [Omitting 706 of 712 files for brevity.]
2699 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
2700 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
2701 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
2703 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-rtl-expected.png: Added.
2704 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added.
2705 * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added.
2707 2011-10-21 Sheriff Bot <webkit.review.bot@gmail.com>
2709 Unreviewed, rolling out r98079.
2710 http://trac.webkit.org/changeset/98079
2711 https://bugs.webkit.org/show_bug.cgi?id=70624
2713 The extensions tests enabled are failing on the Chromium Win
2714 Dbg bot (Requested by jchaffraix on #webkit).
2716 * http/tests/inspector/extensions-headers.html:
2717 * http/tests/inspector/resources/extension-main.js:
2719 * inspector/extensions/extensions-audits.html:
2720 * inspector/extensions/extensions-console.html:
2721 * inspector/extensions/extensions-resources.html:
2722 * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed.
2723 * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed.
2724 * platform/chromium/test_expectations.txt:
2726 2011-10-21 Dan Bernstein <mitz@apple.com>
2728 Column rules positioned incorrectly in vertical-rl block with horizontal border or padding
2729 https://bugs.webkit.org/show_bug.cgi?id=70622
2731 Reviewed by Beth Dakin.
2733 * fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
2734 * fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
2735 * fast/multicol/vertical-lr/rules-with-border-before.html: Added.
2736 * fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
2737 * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
2738 * fast/multicol/vertical-rl/rules-with-border-before.html: Added.
2740 2011-10-21 Elliot Poger <epoger@google.com>
2742 re-enable layout tests against chromium-mac-snowleopard (Skia) baselines
2743 https://bugs.webkit.org/show_bug.cgi?id=70612
2745 Reviewed by Adam Barth.
2747 * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
2748 * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
2749 * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Removed.
2750 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
2751 * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
2752 * platform/chromium-mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
2753 * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
2754 * platform/chromium/test_expectations.txt:
2756 2011-10-21 Devdatta Deshpande <pwjd73@motorola.com>
2758 [Gtk] mousemove event always has metaKey == true
2759 https://bugs.webkit.org/show_bug.cgi?id=35299
2761 Reviewed by Martin Robinson.
2763 For testing state of metaKey for mouse and keyboard events generated
2764 using evnetSender object.
2766 * platform/gtk/fast/events/event-sender-metakey-expected.txt: Added.
2767 * platform/gtk/fast/events/event-sender-metakey.html: Added.
2769 2011-10-21 Cary Clark <caryclark@google.com>
2771 Unreviewed gardening: first chunk of rebaselines for Chromium-Skia
2774 [Omitting 707 of 713 files for brevity.]
2776 * platform/chromium-mac-leopard/css1: Added.
2777 * platform/chromium-mac-leopard/css1/basic: Added.
2778 * platform/chromium-mac-leopard/css1/basic/class_as_selector-expected.png: Added.
2780 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
2781 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
2782 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
2784 2011-10-21 Philippe Normand <pnormand@igalia.com>
2786 Unreviewed, skip failing a11y test in GTK.
2788 * platform/gtk/Skipped: Skip accessibility/menu-list-sends-change-notification.html
2790 2011-10-21 Philippe Normand <pnormand@igalia.com>
2792 Unreviewed, GTK baselines for 3 new tests.
2794 * platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt: Added.
2795 * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Added.
2796 * platform/gtk/fast/selectors/visited-descendant-expected.txt: Added.
2798 2011-10-21 Cary Clark <caryclark@google.com>
2800 Unreviewed gardening: rebaselining to account for focus ring changes in
2801 http://trac.webkit.org/changeset/97971
2803 * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png: Added.
2804 * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png:
2805 * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png:
2806 * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png:
2807 * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png:
2808 * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png:
2809 * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png:
2810 * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
2811 * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png:
2812 * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png:
2813 * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
2814 * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
2815 * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
2816 * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
2817 * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
2818 * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
2819 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png:
2820 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png:
2821 * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png:
2822 * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png:
2823 * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
2824 * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
2825 * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png:
2826 * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png:
2827 * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png:
2828 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
2829 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
2830 * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
2831 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png:
2832 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png:
2833 * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png:
2834 * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png:
2835 * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png:
2836 * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
2837 * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
2838 * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png:
2839 * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
2840 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
2841 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
2842 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
2843 * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
2844 * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png:
2845 * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
2846 * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
2847 * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
2848 * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
2849 * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png:
2850 * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png:
2851 * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png:
2852 * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png:
2853 * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png:
2854 * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
2855 * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
2856 * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
2857 * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png:
2858 * platform/chromium-mac/editing/deleting/4922367-expected.png:
2859 * platform/chromium-mac/editing/deleting/5126166-expected.png:
2860 * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
2861 * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
2862 * platform/chromium-mac/editing/deleting/5272440-expected.png:
2863 * platform/chromium-mac/editing/deleting/5369009-expected.png:
2864 * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
2865 * platform/chromium-mac/editing/deleting/5483370-expected.png:
2866 * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
2867 * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
2868 * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
2869 * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png:
2870 * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
2871 * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
2872 * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
2873 * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
2874 * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
2875 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png:
2876 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
2877 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
2878 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
2879 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
2880 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
2881 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
2882 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
2883 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
2884 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
2885 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
2886 * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
2887 * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
2888 * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
2889 * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
2890 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
2891 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
2892 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
2893 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
2894 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
2895 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
2896 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
2897 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
2898 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
2899 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
2900 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
2901 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
2902 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
2903 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
2904 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
2905 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
2906 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
2907 * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
2908 * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
2909 * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
2910 * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
2911 * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
2912 * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
2913 * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
2914 * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
2915 * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
2916 * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
2917 * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
2918 * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
2919 * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
2920 * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
2921 * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
2922 * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
2923 * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
2924 * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
2925 * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
2926 * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
2927 * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
2928 * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
2929 * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
2930 * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
2931 * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
2932 * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
2933 * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
2934 * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
2935 * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
2936 * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
2937 * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
2938 * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
2939 * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
2940 * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
2941 * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
2942 * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
2943 * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
2944 * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
2945 * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
2946 * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
2947 * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
2948 * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
2949 * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
2950 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
2951 * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
2952 * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
2953 * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
2954 * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
2955 * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
2956 * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
2957 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
2958 * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
2959 * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
2960 * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
2961 * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
2962 * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
2963 * platform/chromium-mac/editing/execCommand/4747450-expected.png:
2964 * platform/chromium-mac/editing/execCommand/4916402-expected.png:
2965 * platform/chromium-mac/editing/execCommand/4916541-expected.png:
2966 * platform/chromium-mac/editing/execCommand/4924441-expected.png:
2967 * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
2968 * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
2969 * platform/chromium-mac/editing/execCommand/5136770-expected.png:
2970 * platform/chromium-mac/editing/execCommand/5138441-expected.png:
2971 * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
2972 * platform/chromium-mac/editing/execCommand/5481523-expected.png:
2973 * platform/chromium-mac/editing/execCommand/5569741-expected.png:
2974 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
2975 * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
2976 * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
2977 * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
2978 * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
2979 * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
2980 * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
2981 * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
2982 * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
2983 * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
2984 * platform/chromium-mac/editing/execCommand/print-expected.png:
2985 * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
2986 * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
2987 * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
2988 * platform/chromium-mac/editing/inserting/4278698-expected.png:
2989 * platform/chromium-mac/editing/inserting/4840662-expected.png:
2990 * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
2991 * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
2992 * platform/chromium-mac/editing/inserting/4959067-expected.png:
2993 * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
2994 * platform/chromium-mac/editing/inserting/5002441-expected.png:
2995 * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
2996 * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
2997 * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
2998 * platform/chromium-mac/editing/inserting/5418891-expected.png:
2999 * platform/chromium-mac/editing/inserting/5510537-expected.png:
3000 * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
3001 * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
3002 * platform/chromium-mac/editing/inserting/6703873-expected.png:
3003 * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
3004 * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
3005 * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
3006 * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
3007 * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
3008 * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
3009 * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
3010 * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
3011 * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
3012 * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
3013 * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
3014 * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
3015 * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
3016 * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
3017 * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
3018 * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
3019 * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
3020 * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
3021 * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
3022 * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
3023 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
3024 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
3025 * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
3026 * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
3027 * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
3028 * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
3029 * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
3030 * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
3031 * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
3032 * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
3033 * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
3034 * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
3035 * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
3036 * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
3037 * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
3038 * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
3039 * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
3040 * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
3041 * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
3042 * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
3043 * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
3044 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
3045 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
3046 * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
3047 * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
3048 * platform/chromium-mac/editing/inserting/line-break-expected.png:
3049 * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
3050 * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
3051 * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
3052 * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
3053 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
3054 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
3055 * platform/chromium-mac/editing/inserting/redo-expected.png:
3056 * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
3057 * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
3058 * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
3059 * platform/chromium-mac/editing/inserting/typing-001-expected.png:
3060 * platform/chromium-mac/editing/inserting/typing-002-expected.png:
3061 * platform/chromium-mac/editing/inserting/typing-003-expected.png:
3062 * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
3063 * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
3064 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
3065 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
3066 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
3067 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
3068 * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
3069 * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
3070 * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
3071 * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
3072 * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
3073 * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
3074 * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
3075 * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
3076 * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
3077 * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
3078 * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
3079 * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
3080 * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
3081 * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
3082 * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
3083 * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
3084 * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
3085 * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
3086 * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
3087 * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
3088 * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
3089 * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
3090 * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
3091 * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
3092 * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
3093 * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
3094 * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added.
3095 * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added.
3096 * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
3097 * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
3098 * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
3099 * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
3100 * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
3101 * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
3102 * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
3103 * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
3104 * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
3105 * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
3106 * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
3107 * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
3108 * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
3109 * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
3110 * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
3111 * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
3112 * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
3113 * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
3114 * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
3115 * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
3116 * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
3117 * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
3118 * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
3119 * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
3120 * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
3121 * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
3122 * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
3123 * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
3124 * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
3125 * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
3126 * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
3127 * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png: Added.
3128 * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
3129 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
3130 * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
3131 * platform/chromium-mac/editing/selection/13804-expected.png:
3132 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
3133 * platform/chromium-mac/editing/selection/3690703-expected.png:
3134 * platform/chromium-mac/editing/selection/3690719-expected.png:
3135 * platform/chromium-mac/editing/selection/4397952-expected.png:
3136 * platform/chromium-mac/editing/selection/4818145-expected.png:
3137 * platform/chromium-mac/editing/selection/4866671-expected.png:
3138 * platform/chromium-mac/editing/selection/4889598-expected.png:
3139 * platform/chromium-mac/editing/selection/4895428-2-expected.png:
3140 * platform/chromium-mac/editing/selection/4932260-1-expected.png:
3141 * platform/chromium-mac/editing/selection/4932260-2-expected.png:
3142 * platform/chromium-mac/editing/selection/4932260-3-expected.png:
3143 * platform/chromium-mac/editing/selection/4947387-expected.png:
3144 * platform/chromium-mac/editing/selection/5007143-2-expected.png:
3145 * platform/chromium-mac/editing/selection/5007143-expected.png:
3146 * platform/chromium-mac/editing/selection/5057506-2-expected.png:
3147 * platform/chromium-mac/editing/selection/5057506-expected.png:
3148 * platform/chromium-mac/editing/selection/5076323-1-expected.png:
3149 * platform/chromium-mac/editing/selection/5076323-2-expected.png:
3150 * platform/chromium-mac/editing/selection/5076323-3-expected.png:
3151 * platform/chromium-mac/editing/selection/5099303-expected.png:
3152 * platform/chromium-mac/editing/selection/5131716-1-expected.png:
3153 * platform/chromium-mac/editing/selection/5131716-2-expected.png:
3154 * platform/chromium-mac/editing/selection/5131716-3-expected.png:
3155 * platform/chromium-mac/editing/selection/5131716-4-expected.png:
3156 * platform/chromium-mac/editing/selection/5195166-2-expected.png:
3157 * platform/chromium-mac/editing/selection/5234383-1-expected.png:
3158 * platform/chromium-mac/editing/selection/5234383-2-expected.png:
3159 * platform/chromium-mac/editing/selection/6476-expected.png:
3160 * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
3161 * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
3162 * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
3163 * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
3164 * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
3165 * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
3166 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
3167 * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
3168 * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
3169 * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
3170 * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
3171 * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
3172 * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
3173 * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
3174 * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
3175 * platform/chromium-mac/editing/selection/end-of-document-expected.png:
3176 * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
3177 * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
3178 * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
3179 * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
3180 * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
3181 * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
3182 * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
3183 * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
3184 * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
3185 * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
3186 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
3187 * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
3188 * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
3189 * platform/chromium-mac/editing/selection/iframe-expected.png:
3190 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
3191 * platform/chromium-mac/editing/selection/inline-table-expected.png:
3192 * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
3193 * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
3194 * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
3195 * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
3196 * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
3197 * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
3198 * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
3199 * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
3200 * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
3201 * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
3202 * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
3203 * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
3204 * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
3205 * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
3206 * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
3207 * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
3208 * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
3209 * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
3210 * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
3211 * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
3212 * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
3213 * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
3214 * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
3215 * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
3216 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
3217 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
3218 * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
3219 * platform/chromium-mac/editing/selection/select-all-001-expected.png:
3220 * platform/chromium-mac/editing/selection/select-all-002-expected.png:
3221 * platform/chromium-mac/editing/selection/select-box-expected.png:
3222 * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
3223 * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
3224 * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
3225 * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
3226 * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
3227 * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
3228 * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
3229 * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
3230 * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added.
3231 * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
3232 * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
3233 * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
3234 * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
3235 * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
3236 * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
3237 * platform/chromium-mac/editing/spelling/spelling-expected.png:
3238 * platform/chromium-mac/editing/style/4916887-expected.png:
3239 * platform/chromium-mac/editing/style/5017613-1-expected.png:
3240 * platform/chromium-mac/editing/style/5017613-2-expected.png:
3241 * platform/chromium-mac/editing/style/5046875-1-expected.png:
3242 * platform/chromium-mac/editing/style/5046875-2-expected.png: Added.
3243 * platform/chromium-mac/editing/style/5065910-expected.png:
3244 * platform/chromium-mac/editing/style/5084241-expected.png:
3245 * platform/chromium-mac/editing/style/5228141-expected.png:
3246 * platform/chromium-mac/editing/style/5279521-expected.png:
3247 * platform/chromium-mac/editing/style/block-styles-007-expected.png:
3248 * platform/chromium-mac/editing/style/highlight-expected.png:
3249 * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
3250 * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
3251 * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
3252 * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
3253 * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
3254 * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
3255 * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
3256 * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
3257 * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
3258 * platform/chromium-mac/editing/style/typing-style-001-expected.png:
3259 * platform/chromium-mac/editing/style/typing-style-002-expected.png:
3260 * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
3261 * platform/chromium-mac/editing/undo/4063751-expected.png:
3262 * platform/chromium-mac/editing/undo/5378473-expected.png:
3263 * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
3264 * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
3265 * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
3266 * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
3267 * platform/chromium-mac/editing/undo/undo-delete-expected.png:
3268 * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
3269 * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
3270 * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
3271 * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
3272 * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
3273 * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
3274 * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
3275 * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
3276 * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
3277 * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
3278 * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
3279 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
3280 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
3281 * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
3282 * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
3283 * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
3284 * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
3285 * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
3286 * platform/chromium-mac/fast/inline/25277-2-expected.png:
3287 * platform/chromium-mac/fast/inline/25277-expected.png:
3288 * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
3289 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
3290 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png:
3291 * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
3292 * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
3293 * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
3294 * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
3295 * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
3296 * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
3297 * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
3298 * platform/chromium-mac/svg/custom/focus-ring-expected.png:
3299 * platform/chromium/test_expectations.txt:
3301 2011-10-21 Zoltan Horvath <zoltan@webkit.org>
3303 [Qt] fast/events/touch/page-scaled-touch-gesture-click.html is failing
3304 https://bugs.webkit.org/show_bug.cgi?id=70593
3306 It was introduced in r97988. Skip it.
3308 * platform/qt/Skipped:
3310 2011-10-21 Andrey Kosyakov <caseq@chromium.org>
3312 [Qt] 2 inspector/extensions tests times out on Mac and linux after r97850
3313 https://bugs.webkit.org/show_bug.cgi?id=70414
3315 Unreviewed. Skipped inspector/extensions/extensions-{events,network}.html
3317 * platform/qt/Skipped:
3319 2011-10-03 Kent Tamura <tkent@chromium.org>
3321 Add tests to check behavior of border attribute with a large number or an invalid value.
3322 https://bugs.webkit.org/show_bug.cgi?id=69055
3324 Reviewed by Daniel Bates.
3326 r96290 changed the behavior of integer parsing so that large
3327 number strings which can not be represented in 32 bit integers
3328 makes an error. However, border attribute behavior wasn't changed
3329 by r96290 because its default value is 0 and
3330 parseHTMLNonNegativeInteger() had set 0 in a case of overflow.
3332 * fast/dom/HTMLImageElement/image-with-invalid-border-expected.html: Added.
3333 * fast/dom/HTMLImageElement/image-with-invalid-border.html: Added.
3334 * fast/dom/HTMLInputElement/input-with-invalid-border-expected.html: Added.
3335 * fast/dom/HTMLInputElement/input-with-invalid-border.html: Added.
3336 * fast/dom/HTMLObjectElement/object-with-invalid-border-expected.html: Added.
3337 * fast/dom/HTMLObjectElement/object-with-invalid-border.html: Added.
3339 2011-10-20 Andrey Kosyakov <caseq@chromium.org>
3341 Web Inspector: make extension tests pass on chromium
3342 https://bugs.webkit.org/show_bug.cgi?id=70334
3344 Reviewed by Pavel Feldman.
3346 * http/tests/inspector/extensions-headers.html:
3347 * http/tests/inspector/resources/extension-main.js:
3349 * inspector/extensions/extensions-audits.html:
3350 * inspector/extensions/extensions-console.html:
3351 * inspector/extensions/extensions-resources.html:
3352 * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added.
3353 * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added.
3354 * platform/chromium/test_expectations.txt:
3356 2011-10-21 Yuzo Fujishima <yuzo@google.com>
3358 [chromium] Test expectation change: fast/canvas/webgl/WebGLContextEvent.html now passes.
3360 Unreviewed. The test passes since http://trac.webkit.org/changeset/98044/
3362 * platform/chromium/test_expectations.txt:
3364 2011-10-20 Adam Barth <abarth@webkit.org>
3366 These tests are skipped so there's no need to say they TIMEOUT.
3368 * platform/chromium/test_expectations.txt:
3370 2011-10-02 Kent Tamura <tkent@chromium.org>
3372 Add a test to check behavior of tabindex attribute with a large number
3373 https://bugs.webkit.org/show_bug.cgi?id=69056
3375 Reviewed by Daniel Bates.
3377 r96290 changed the behavior of integer parsing so that large
3378 number strings which can not be represented in 32 bit integers
3379 makes an error. Before r96290, we had assumed such large numbers
3380 are equivelent to 0. We assume them invalid values.
3382 * fast/dom/tabindex-defaults-expected.txt: Added.
3383 * fast/dom/tabindex-defaults.html: Added.
3385 2011-10-20 Yuzo Fujishima <yuzo@google.com>
3387 [chromium] Update test expectation for inspector/debugger/{linkifier,script-formatter}.html
3391 * platform/chromium/test_expectations.txt:
3393 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3395 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3396 even if the family does not match.
3397 https://bugs.webkit.org/show_bug.cgi?id=55036
3399 Unreviewed. Update tests after r97990, and unskip them. (part 6)
3401 * platform/qt/tables/: [...]
3402 * platform/qt/transforms/: [...]
3403 * platform/qt/transitions/: [...]
3404 * platform/qt/Skipped:
3406 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3408 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3409 even if the family does not match.
3410 https://bugs.webkit.org/show_bug.cgi?id=55036
3412 Unreviewed. Update tests after r97990, and unskip them. (part 5)
3414 * platform/qt/svg/: [...]
3415 * platform/qt/Skipped:
3417 2011-10-20 Simon Fraser <simon.fraser@apple.com>
3419 Hidden composited iframes cause infinite loop
3420 https://bugs.webkit.org/show_bug.cgi?id=52655
3422 Reviewed by Darin Adler.
3424 Test with a visibility:hidden iframe, whose subframe becomes composited.
3426 * compositing/visibility/hidden-iframe-expected.txt: Added.
3427 * compositing/visibility/hidden-iframe.html: Added.
3429 2011-10-20 Dirk Pranke <dpranke@chromium.org>
3431 Suppress inspector failures for the moment.
3432 https://bugs.webkit.org/show_bug.cgi?id=70573
3434 Unreviewed, expectations change.
3436 * platform/chromium/test_expectations.txt:
3438 2011-10-20 Ryosuke Niwa <rniwa@webkit.org>
3440 Mac rebaseline after r97878.
3442 * platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
3444 2011-10-20 Zhenyao Mo <zmo@google.com>
3446 Unreviewed, test expectations update for GPU bots.
3448 * platform/chromium/test_expectations.txt:
3450 2011-10-20 Tony Chang <tony@chromium.org>
3452 Update chromium-linux flexbox pixel results. My machine is running
3453 a different version of ubuntu and the fonts are antialiased differently.
3455 * platform/chromium-linux/css3/flexbox/repaint-expected.png:
3456 * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png:
3458 2011-10-20 Dirk Pranke <dpranke@chromium.org>
3460 Unreviewed, expectations change.
3462 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Added.
3463 * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Added.
3465 2011-10-20 Julien Chaffraix <jchaffraix@webkit.org>
3467 RenderDeprecatedFlexibleBox does not call its children's layout method
3468 https://bugs.webkit.org/show_bug.cgi?id=64842
3470 Reviewed by David Hyatt.
3472 Added a test covering the vertical change as the horizontal one is covered
3473 by 021.html. The test is failing currently as we don't properly support this
3476 * fast/flexbox/021-vertical-expected.png: Added.
3477 * fast/flexbox/021-vertical-expected.txt: Added.
3478 * fast/flexbox/021-vertical.html: Added.
3479 * fast/flexbox/crash-flexbox-no-layout-child-expected.txt: Added.
3480 * fast/flexbox/crash-flexbox-no-layout-child.html: Added.
3482 * platform/chromium-win/fast/flexbox/021-expected.txt:
3483 * platform/efl/fast/flexbox/021-expected.txt:
3484 * platform/gtk/fast/flexbox/021-expected.txt:
3485 * platform/mac/fast/flexbox/021-expected.txt:
3486 * platform/qt/fast/flexbox/021-expected.txt:
3487 Updated as we now layout out this flex-box. The image result should not
3488 change as it doesn't contribute to the visible flexbox layout.
3490 2011-10-20 Simon Fraser <simon.fraser@apple.com>
3492 Fix two compositing iframes tests
3493 https://bugs.webkit.org/show_bug.cgi?id=70543
3495 Reviewed by Dean Jackson.
3497 Remove incorrect WK2-specific result for invisible-nested-iframe-show.html.
3499 The WK1 result for overlapped-iframe-iframe-expected.txt was also incorrect, because
3500 the test didn not function correctly in WK1. It needs to use a setTimeout(0) to work
3501 around an AppKit issue, and to display() so that painting triggers overflow detection.
3503 * compositing/iframes/overlapped-iframe-iframe.html:
3504 * platform/mac-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
3505 * platform/mac/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
3507 2011-10-19 Ryosuke Niwa <rniwa@webkit.org>
3509 [nrwt] results.html should differentiate expected missing and unexpected missing
3510 https://bugs.webkit.org/show_bug.cgi?id=70372
3512 Reviewed by Ojan Vafai.
3514 Fixed the bug by moving the code to set isExpected above where we find tests with missing results
3515 in processGlobalStateFor, and replacing testList for the missing results table by failingTestsTable.
3517 Also fixed a bug in updateTogglingImages that was erroneously replacing links to .png files by
3518 links to -diffs.html that don't exist for tests with missing results.
3520 * fast/harness/resources/results-test.js: Added a test.
3521 * fast/harness/results-expected.txt: Rebaselined.
3522 * fast/harness/results.html:
3523 * platform/chromium/fast/harness/results-expected.txt: Rebaselined.
3524 * platform/win/fast/harness/results-expected.txt: Rebaselined.
3526 2011-10-20 Tony Chang <tony@chromium.org>
3528 fix repaint bugs in new flexbox
3529 https://bugs.webkit.org/show_bug.cgi?id=70450
3531 Reviewed by David Hyatt.
3533 * css3/flexbox/repaint-expected.txt: Added.
3534 * css3/flexbox/repaint-rtl-column-expected.txt: Added.
3535 * css3/flexbox/repaint-rtl-column.html: Added.
3536 * css3/flexbox/repaint.html: Added.
3537 * platform/chromium-linux/css3/flexbox/repaint-expected.png: Added.
3538 * platform/chromium-linux/css3/flexbox/repaint-rtl-columnexpected.png: Added.
3540 2011-10-20 Dan Bernstein <mitz@apple.com>
3542 Flipped-blocks writing mode blocks do not hit test their overflow
3543 https://bugs.webkit.org/show_bug.cgi?id=70546
3545 Reviewed by Sam Weinig.
3547 * fast/writing-mode/flipped-blocks-hit-test-overflow-expected.txt: Added.
3548 * fast/writing-mode/flipped-blocks-hit-test-overflow.html: Added.
3550 2011-10-20 David Hyatt <hyatt@apple.com>
3552 https://bugs.webkit.org/show_bug.cgi?id=70539
3554 Make the 'clip' property work in variable width regions.
3556 Reviewed by Dan Bernstein.
3558 * fast/regions/positioned-objects-clipped-spanning-regions.html: Added.
3559 * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Added.
3560 * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.txt: Added.
3562 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3564 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3565 even if the family does not match.
3566 https://bugs.webkit.org/show_bug.cgi?id=55036
3568 Unreviewed. Update tests after r97990, and unskip them. (part 4)
3570 * platform/qt/http/: [...]
3571 * platform/qt/fast/: [...]
3572 * platform/qt/plugins/: [...]
3573 * platform/qt/printing/: [...]
3574 * platform/qt/scrollbars/: [...]
3575 * platform/qt/Skipped:
3577 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3579 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3580 even if the family does not match.
3581 https://bugs.webkit.org/show_bug.cgi?id=55036
3583 Unreviewed. Update tests after r97990, and unskip them. (part 3)
3585 * platform/qt/editing/: [...]
3586 * platform/qt/fast/: [...]
3587 * platform/qt/Skipped:
3589 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3591 Unreviewed. Add remaining EFL baselines.
3593 * platform/efl/fast/html: Added.
3594 * platform/efl/fast/html/keygen-expected.txt: Added.
3595 * platform/efl/fast/html/link-rel-stylesheet-expected.txt: Added.
3596 * platform/efl/fast/html/listing-expected.txt: Added.
3597 * platform/efl/fast/html/marquee-scroll-expected.txt: Added.
3598 * platform/efl/fast/html/marquee-scrollamount-expected.txt: Added.
3599 * platform/efl/fast/loader: Added.
3600 * platform/efl/fast/loader/text-document-wrapping-expected.txt: Added.
3602 2011-10-20 Ken Buchanan <kenrb@chromium.org>
3604 Crash in updateFirstLetter on :after generated content
3605 https://bugs.webkit.org/show_bug.cgi?id=70031
3607 Reviewed by David Hyatt.
3609 Added test for crash condition with a floating first-letter on after content
3611 * fast/css-generated-content/after-with-first-letter-float-crash.html: Added
3612 * fast/css-generated-content/after-with-first-letter-float-crash-expected.txt: Added
3614 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3616 Unreviewed. Add EFL baselines for the selectors, table, text,
3617 tokenizer, transforms, writing-mode, xsl suites inside the "fast" suite.
3619 * platform/efl/fast/selectors: [...]
3620 * platform/efl/fast/table: [...]
3621 * platform/efl/fast/text: [...]
3622 * platform/efl/fast/tokenizer: [...]
3623 * platform/efl/fast/transforms: [...]
3624 * platform/efl/fast/writing-mode: [...]
3625 * platform/efl/fast/xsl: [...]
3627 2011-10-20 Daniel Cheng <dcheng@chromium.org>
3629 Update expectations after r97878.
3630 https://bugs.webkit.org/show_bug.cgi?id=70527
3632 Reviewed by Tony Chang.
3634 * platform/chromium-cg-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
3635 * platform/chromium-cg-mac-leopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
3636 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
3637 * platform/chromium-cg-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
3638 * platform/chromium-cg-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
3639 * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
3640 * platform/chromium-linux/editing/selection/drag-to-contenteditable-iframe-expected.png:
3641 * platform/chromium-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
3642 * platform/chromium-mac-leopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png.
3643 * platform/chromium-mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Added.
3644 * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
3645 * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
3646 * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
3647 * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
3648 * platform/chromium/test_expectations.txt:
3650 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3652 Unreviewed. Add EFL baselines for the overflow, parser, reflections, regions,
3653 repaint, replaced, ruby and runing suites inside the "fast" suites.
3655 * platform/efl/fast/overflow: [...]
3656 * platform/efl/fast/parser: [...]
3657 * platform/efl/fast/reflections: [...]
3658 * platform/efl/fast/regions: [...]
3659 * platform/efl/fast/repaint: [...]
3660 * platform/efl/fast/replaced: [...]
3661 * platform/efl/fast/ruby: [...]
3662 * platform/efl/fast/runin: [...]
3664 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3666 Unreviewed. Add more EFL baselines for the fast/ suite.
3668 * platform/efl/fast/images: [...]
3669 * platform/efl/fast/inline: [...]
3670 * platform/efl/fast/inline-block: [...]
3671 * platform/efl/fast/innerHTML: [...]
3672 * platform/efl/fast/inspector-support: [...]
3673 * platform/efl/fast/invalid: [...]
3674 * platform/efl/fast/layers: [...]
3675 * platform/efl/fast/lists: [...]
3676 * platform/efl/fast/media: [...]
3677 * platform/efl/fast/multicol: [...]
3679 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3681 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3682 even if the family does not match.
3683 https://bugs.webkit.org/show_bug.cgi?id=55036
3685 Unreviewed. Update tests after r97990, and unskip them. (part 2)
3687 * platform/qt/css3/: [...]
3688 * platform/qt/Skipped:
3690 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3692 [Qt] FontCache::createFontPlatformData() is broken, a default font is returned
3693 even if the family does not match.
3694 https://bugs.webkit.org/show_bug.cgi?id=55036
3696 Unreviewed. Update tests after r97990, and unskip them. (part 1)
3698 * platform/qt/animations/: [...]
3699 * platform/qt/css1/: [...]
3700 * platform/qt/css2.1/: [...]
3701 * platform/qt/Skipped:
3703 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3705 Unreviewed. Add part of EFL baselines for the fast/ suite.
3707 * platform/efl/fast/doctypes: [...]
3708 * platform/efl/fast/dom: [...]
3709 * platform/efl/fast/dynamic: [...]
3710 * platform/efl/fast/encoding: [...]
3711 * platform/efl/fast/events: [...]
3712 * platform/efl/fast/fast-mobile-scrolling: [...]
3713 * platform/efl/fast/files: [...]
3714 * platform/efl/fast/flexbox: [...]
3715 * platform/efl/fast/forms: [...]
3716 * platform/efl/fast/frames: [...]
3717 * platform/efl/fast/gradients: [...]
3719 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3721 [Qt] Temporarily skip 5436 tests until rebaselines landed.
3723 * platform/qt/Skipped:
3725 2011-10-20 John Knottenbelt <jknotten@chromium.org>
3727 Touch events should take page scale into account
3728 https://bugs.webkit.org/show_bug.cgi?id=69798
3730 Reviewed by Adam Barth.
3732 * fast/events/touch/page-scaled-touch-gesture-click-expected.txt: Added.
3733 * fast/events/touch/page-scaled-touch-gesture-click.html: Added.
3735 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3737 Unreviewed. Add part of EFL baselines for the fast/ suite.
3739 * platform/efl/fast: Added.
3740 * platform/efl/fast/backgrounds: [...]
3741 * platform/efl/fast/block: [...]
3742 * platform/efl/fast/body-propagation: [...]
3743 * platform/efl/fast/borders: [...]
3744 * platform/efl/fast/box-shadow: [...]
3745 * platform/efl/fast/box-sizing: [...]
3746 * platform/efl/fast/canvas: [...]
3747 * platform/efl/fast/clip: [...]
3748 * platform/efl/fast/compact: [...]
3749 * platform/efl/fast/css: [...]
3750 * platform/efl/fast/css-generated-content: [...]
3752 2011-10-20 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3754 [Qt] Removing test from Skipped list. Test passes: fast/text/justify-padding-distribution.html
3755 https://bugs.webkit.org/show_bug.cgi?id=40584
3757 Reviewed by Andreas Kling.
3759 * platform/qt/Skipped:
3761 2011-10-20 Vsevolod Vlasov <vsevik@chromium.org>
3763 Web Inspector: Advanced search results should keep working after pretty print toggled.
3764 https://bugs.webkit.org/show_bug.cgi?id=70347
3766 Reviewed by Pavel Feldman.
3768 * inspector/debugger/raw-source-code.html:
3770 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3772 Unreviewed. Add EFL baselines for dom, editing, fonts, mathml, media, printing, scrollbars and security.
3774 * platform/efl/dom: [...]
3775 * platform/efl/editing: [...]
3776 * platform/efl/fonts: [...]
3777 * platform/efl/mathml: [...]
3778 * platform/efl/media: [...]
3779 * platform/efl/printing: [...]
3780 * platform/efl/scrollbars: [...]
3781 * platform/efl/security: [...]
3783 2011-10-20 Csaba Osztrogonác <ossy@webkit.org>
3785 [Qt] Move qt-4.8 platform to qt platform.
3787 Now Qt 4.8 results are default, 4.7 results aren't supported anymore.
3789 * platform/qt: [...]
3790 * platform/qt-4.8: [...]
3792 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3794 Unreviewed. Adding EFL baselines for animations, compositing, transforms and transitions.
3796 * platform/efl/animations: Added.
3797 * platform/efl/animations/missing-values-first-keyframe-expected.txt: Added.
3798 * platform/efl/animations/missing-values-last-keyframe-expected.txt: Added.
3799 * platform/efl/animations/state-at-end-event-expected.txt: Added.
3800 * platform/efl/compositing: Added.
3801 * platform/efl/compositing/animation: Added.
3802 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
3803 * platform/efl/compositing/color-matching: Added.
3804 * platform/efl/compositing/color-matching/image-color-matching-expected.txt: Added.
3805 * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: Added.
3806 * platform/efl/compositing/compositing-visible-descendant-expected.txt: Added.
3807 * platform/efl/compositing/direct-image-compositing-expected.txt: Added.
3808 * platform/efl/compositing/framesets: Added.
3809 * platform/efl/compositing/generated-content-expected.txt: Added.
3810 * platform/efl/compositing/geometry: Added.
3811 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
3812 * platform/efl/compositing/geometry/clipped-video-controller-expected.txt: Added.
3813 * platform/efl/compositing/geometry/clipping-foreground-expected.txt: Added.
3814 * platform/efl/compositing/geometry/composited-html-size-expected.txt: Added.
3815 * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: Added.
3816 * platform/efl/compositing/geometry/fixed-position-expected.txt: Added.
3817 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
3818 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
3819 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
3820 * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
3821 * platform/efl/compositing/geometry/outline-change-expected.txt: Added.
3822 * platform/efl/compositing/geometry/partial-layout-update-expected.txt: Added.
3823 * platform/efl/compositing/geometry/root-layer-update-expected.txt: Added.
3824 * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Added.
3825 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
3826 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
3827 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
3828 * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: Added.
3829 * platform/efl/compositing/iframes: Added.
3830 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
3831 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
3832 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
3833 * platform/efl/compositing/images: Added.
3834 * platform/efl/compositing/images/direct-image-background-color-expected.txt: Added.
3835 * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: Added.
3836 * platform/efl/compositing/masks: Added.
3837 * platform/efl/compositing/masks/direct-image-mask-expected.txt: Added.
3838 * platform/efl/compositing/masks/masked-ancestor-expected.txt: Added.
3839 * platform/efl/compositing/masks/multiple-masks-expected.txt: Added.
3840 * platform/efl/compositing/masks/simple-composited-mask-expected.txt: Added.
3841 * platform/efl/compositing/overflow: Added.
3842 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: Added.
3843 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
3844 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
3845 * platform/efl/compositing/overflow/overflow-positioning-expected.txt: Added.
3846 * platform/efl/compositing/overflow/overflow-scroll-expected.txt: Added.
3847 * platform/efl/compositing/overflow/parent-overflow-expected.txt: Added.
3848 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
3849 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: Added.
3850 * platform/efl/compositing/plugins: Added.
3851 * platform/efl/compositing/plugins/composited-plugin-expected.txt: Added.
3852 * platform/efl/compositing/reflections: Added.
3853 * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: Added.
3854 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
3855 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
3856 * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: Added.
3857 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
3858 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
3859 * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: Added.
3860 * platform/efl/compositing/reflections/nested-reflection-expected.txt: Added.
3861 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
3862 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
3863 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
3864 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
3865 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
3866 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
3867 * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: Added.
3868 * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: Added.
3869 * platform/efl/compositing/reflections/reflection-on-composited-expected.txt: Added.
3870 * platform/efl/compositing/reflections/reflection-opacity-expected.txt: Added.
3871 * platform/efl/compositing/reflections/reflection-ordering-expected.txt: Added.
3872 * platform/efl/compositing/reflections/reflection-positioning-expected.txt: Added.
3873 * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: Added.
3874 * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: Added.
3875 * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: Added.
3876 * platform/efl/compositing/repaint: Added.
3877 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
3878 * platform/efl/compositing/repaint/composited-document-element-expected.txt: Added.
3879 * platform/efl/compositing/repaint/content-into-overflow-expected.txt: Added.
3880 * platform/efl/compositing/repaint/layer-repaint-expected.txt: Added.
3881 * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: Added.
3882 * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: Added.
3883 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
3884 * platform/efl/compositing/repaint/overflow-into-content-expected.txt: Added.
3885 * platform/efl/compositing/scaling: Added.
3886 * platform/efl/compositing/self-painting-layers-expected.txt: Added.
3887 * platform/efl/compositing/shadows: Added.
3888 * platform/efl/compositing/shadows/shadow-drawing-expected.txt: Added.
3889 * platform/efl/compositing/sibling-positioning-expected.txt: Added.
3890 * platform/efl/compositing/text-on-large-layer-expected.txt: Added.
3891 * platform/efl/compositing/transitions: Added.
3892 * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: Added.
3893 * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: Added.
3894 * platform/efl/compositing/video: Added.
3895 * platform/efl/compositing/video/video-background-color-expected.txt: Added.
3896 * platform/efl/transforms: Added.
3897 * platform/efl/transforms/2d: Added.
3898 * platform/efl/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
3899 * platform/efl/transforms/2d/hindi-rotated-expected.txt: Added.
3900 * platform/efl/transforms/2d/transform-borderbox-expected.txt: Added.
3901 * platform/efl/transforms/2d/transform-fixed-container-expected.txt: Added.
3902 * platform/efl/transforms/2d/transform-origin-borderbox-expected.txt: Added.
3903 * platform/efl/transforms/2d/zoom-menulist-expected.txt: Added.
3904 * platform/efl/transforms/no_transform_hit_testing-expected.txt: Added.
3905 * platform/efl/transforms/svg-vs-css-expected.txt: Added.
3906 * platform/efl/transitions: Added.
3907 * platform/efl/transitions/default-timing-function-expected.txt: Added.
3908 * platform/efl/transitions/move-after-transition-expected.txt: Added.
3909 * platform/efl/transitions/svg-text-shadow-transition-expected.txt: Added.
3910 * platform/efl/transitions/transition-end-event-rendering-expected.txt: Added.
3912 2011-10-20 Leandro Pereira <leandro@profusion.mobi>
3914 Unreviewed. Add EFL baselines for table tests.
3916 * platform/efl/tables: Added.
3917 * platform/efl/tables/layering: Added.
3918 * platform/efl/tables/layering/paint-test-layering-1-expected.txt: Added.
3919 * platform/efl/tables/layering/paint-test-layering-2-expected.txt: Added.
3920 * platform/efl/tables/mozilla: Added.
3921 * platform/efl/tables/mozilla/bugs: Added.
3922 * platform/efl/tables/mozilla/bugs/45621-expected.txt: Added.
3923 * platform/efl/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
3924 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt: Added.
3925 * platform/efl/tables/mozilla/bugs/bug100334-expected.txt: Added.
3926 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt: Added.
3927 * platform/efl/tables/mozilla/bugs/bug10039-expected.txt: Added.
3928 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt: Added.
3929 * platform/efl/tables/mozilla/bugs/bug101674-expected.txt: Added.
3930 * platform/efl/tables/mozilla/bugs/bug102145-1-expected.txt: Added.
3931 * platform/efl/tables/mozilla/bugs/bug102145-2-expected.txt: Added.
3932 * platform/efl/tables/mozilla/bugs/bug102145-3-expected.txt: Added.
3933 * platform/efl/tables/mozilla/bugs/bug102145-4-expected.txt: Added.
3934 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt: Added.
3935 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt: Added.
3936 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt: Added.
3937 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt: Added.
3938 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt: Added.
3939 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Added.
3940 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Added.
3941 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt: Added.
3942 * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt: Added.
3943 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Added.
3944 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt: Added.
3945 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt: Added.
3946 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt: Added.
3947 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Added.
3948 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt: Added.
3949 * platform/efl/tables/mozilla/bugs/bug109043-expected.txt: Added.
3950 * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Added.
3951 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt: Added.
3952 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt: Added.
3953 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Added.
3954 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
3955 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
3956 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Added.
3957 * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt: Added.
3958 * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt: Added.
3959 * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt: Added.
3960 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt: Added.
3961 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt: Added.
3962 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt: Added.
3963 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt: Added.
3964 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
3965 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt: Added.
3966 * platform/efl/tables/mozilla/bugs/bug1220-expected.txt: Added.
3967 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt: Added.
3968 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt: Added.
3969 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt: Added.
3970 * platform/efl/tables/mozilla/bugs/bug123862-expected.txt: Added.
3971 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt: Added.
3972 * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Added.
3973 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt: Added.
3974 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
3975 * platform/efl/tables/mozilla/bugs/bug127267-expected.txt: Added.
3976 * platform/efl/tables/mozilla/bugs/bug128229-expected.txt: Added.
3977 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Added.
3978 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
3979 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
3980 * platform/efl/tables/mozilla/bugs/bug12910-expected.txt: Added.
3981 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Added.
3982 * platform/efl/tables/mozilla/bugs/bug1302-expected.txt: Added.
3983 * platform/efl/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
3984 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Added.
3985 * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt: Added.
3986 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt: Added.
3987 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Added.
3988 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
3989 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt: Added.
3990 * platform/efl/tables/mozilla/bugs/bug13196-expected.txt: Added.
3991 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: Added.
3992 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: Added.
3993 * platform/efl/tables/mozilla/bugs/bug133948-expected.txt: Added.
3994 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt: Added.
3995 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt: Added.
3996 * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
3997 * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
3998 * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
3999 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt: Added.
4000 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt: Added.
4001 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Added.
4002 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt: Added.
4003 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt: Added.
4004 * platform/efl/tables/mozilla/bugs/bug14159-1-expected.txt: Added.
4005 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt: Added.
4006 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Added.