1 2012-03-31 Alexander Pavlov <apavlov@chromium.org>
3 [Chromium] Unreviewed, update expectations for SNOWLEOPARD after r112755
5 * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
6 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
8 2012-03-31 Alexander Pavlov <apavlov@chromium.org>
10 [Chromium] Unreviewed, rebaseline test on LEOPARD after r112755
12 * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Added.
14 2012-03-31 Abhishek Arya <inferno@chromium.org>
16 Crash in HTMLFieldSetElement::disabledAttributeChanged.
17 https://bugs.webkit.org/show_bug.cgi?id=82814
19 Reviewed by Kent Tamura.
21 * fast/forms/fieldset/fieldset-crash-expected.txt: Added.
22 * fast/forms/fieldset/fieldset-crash.html: Added.
24 2012-03-31 Alexander Pavlov <apavlov@chromium.org>
26 [Chromium] Unreviewed, suppress more failures after http://crrev.com/130034
28 * platform/chromium/test_expectations.txt:
30 2012-03-31 Alexander Pavlov <apavlov@chromium.org>
32 Unreviewed, avoid the need for pixel results (reported for Chromium) for tests added in r112769.
34 * svg/css/script-tests/svg-attribute-length-parsing.js:
35 * svg/css/script-tests/svg-attribute-parser-mode.js:
37 2012-03-31 Alexander Pavlov <apavlov@chromium.org>
39 [Chromium] Unreviewed, suppress failures after http://crrev.com/130034
41 * platform/chromium/test_expectations.txt:
43 2012-03-30 Dan Bernstein <mitz@apple.com>
45 Reverted r112767, because it caused many vertical text tests to fail.
47 * fast/text/international/text-spliced-font.html: Removed.
48 * platform/mac/fast/text/international/text-spliced-font-expected.png: Removed.
49 * platform/mac/fast/text/international/text-spliced-font-expected.txt: Removed.
51 2012-03-30 Dirk Schulze <krit@webkit.org>
53 Colors seem to be parsed using HTML quirks in SVG attributes
54 https://bugs.webkit.org/show_bug.cgi?id=46112
56 Test that values of SVG presentation attributes are parsed in strict mode. At the moment
57 this affects strict color parsing and no spaces between values and units.
59 Reviewed by Eric Seidel.
61 * svg/animations/script-tests/animate-color-fill-from-by.js:
62 * svg/css/script-tests/svg-attribute-length-parsing.js: Added.
63 * svg/css/script-tests/svg-attribute-parser-mode.js: Added.
64 * svg/css/svg-attribute-length-parsing-expected.txt: Added.
65 * svg/css/svg-attribute-length-parsing.html: Added.
66 * svg/css/svg-attribute-parser-mode-expected.txt: Added.
67 * svg/css/svg-attribute-parser-mode.html: Added.
69 2012-03-30 Tony Tseung <tseung@apple.com>
71 Composite Font References is a new established standard (ISO/IEC 14496-28:2012) for specifying
72 composite fonts from existing physical fonts.
73 <rdar://problem/10717370>
74 https://bugs.webkit.org/show_bug.cgi?id=82810
76 Added new LayoutTests/fast/text/international/text-spliced-font.html
78 Reviewed by Dan Bernstein.
80 * fast/text/international/text-spliced-font.html: Added.
81 * platform/mac/fast/text/international/text-spliced-font-expected.png: Added.
82 * platform/mac/fast/text/international/text-spliced-font-expected.txt: Added.
84 2012-03-30 Simon Fraser <simon.fraser@apple.com>
86 Skip more tests. Tracking bugs are listed in the Skipped file.
88 * platform/mac/Skipped:
90 2012-03-30 Simon Fraser <simon.fraser@apple.com>
92 Skip two SVG tests that asserted. Tracked by
93 https://bugs.webkit.org/show_bug.cgi?id=82815
95 * platform/mac/Skipped:
97 2012-03-30 Eric Seidel <eric@webkit.org>
99 Add tests for iframe seamless and support for parsing webkitseamless attribute
100 https://bugs.webkit.org/show_bug.cgi?id=82795
102 Reviewed by Adam Barth.
104 * fast/frames/seamless/resources/css-cascade-child.html: Added.
105 * fast/frames/seamless/resources/nested-seamless.html: Added.
106 * fast/frames/seamless/resources/square.html: Added.
107 * fast/frames/seamless/seamless-basic-expected.txt: Added.
108 * fast/frames/seamless/seamless-basic.html: Added.
109 * fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
110 * fast/frames/seamless/seamless-css-cascade.html: Added.
111 * fast/frames/seamless/seamless-nested-expected.txt: Added.
112 * fast/frames/seamless/seamless-nested.html: Added.
113 * fast/frames/seamless/seamless-sandbox-flag-expected.txt: Added.
114 * fast/frames/seamless/seamless-sandbox-flag.html: Added.
116 2012-03-30 Dirk Pranke <dpranke@chromium.org>
118 Unreviewed, fix Leopard/SL expectations for remaining SVG tests.
119 Also, mark zoom-img-preserveAspectRatio-support-1 as still failing.
121 * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.txt:
122 * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
123 * platform/chromium-mac-snowleopard/svg/custom/mask-colorspace-expected.txt:
124 * platform/chromium-mac-snowleopard/svg/custom/use-on-g-containing-use-expected.txt:
125 * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt:
126 * platform/chromium-mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.txt:
127 * platform/chromium-mac-snowleopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt:
128 * platform/chromium-mac-snowleopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt:
129 * platform/chromium/test_expectations.txt:
131 2012-03-30 Bear Travis <betravis@adobe.com>
133 shape-inside and shape-outside are not in the list of computed style properties
134 https://bugs.webkit.org/show_bug.cgi?id=82667
136 Reviewed by Ryosuke Niwa.
138 Adding prefixed shape-inside and shape-outside to the list of computed style properties.
139 Updating tests that look at all properties on a computed style declaration.
141 * fast/css/getComputedStyle/computed-style-expected.txt:
142 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
143 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
144 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
145 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
146 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
147 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
148 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
149 * platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
150 * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
151 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
152 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
153 * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
154 * svg/css/getComputedStyle-basic-expected.txt:
156 2012-03-30 Dirk Pranke <dpranke@chromium.org>
158 Unreviewed, expectations update.
160 * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
161 * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
162 * platform/chromium/test_expectations.txt:
164 2012-03-30 Joe Thomas <joethomas@motorola.com>
166 Spec renamed Viewport-relative lengths to Viewport-percentage lengths
167 https://bugs.webkit.org/show_bug.cgi?id=82773
169 Reviewed by Antti Koivisto.
171 As per the latest version of CSS Values and Units Module Level 3 specification released on 29 March 2012
172 (http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths) Viewport-relative lengths is renamed to Viewport-percentage lengths.
174 * css3/viewport-percentage-lengths: Added.
175 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt: Added.
176 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html: Added.
177 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-absolute-expected.html: Added.
178 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-absolute.html: Added.
179 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-expected.html: Added.
180 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh.html: Added.
181 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-absolute-expected.html: Added.
182 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-absolute.html: Added.
183 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-expected.html: Added.
184 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin.html: Added.
185 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-absolute-expected.html: Added.
186 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-absolute.html: Added.
187 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-expected.html: Added.
188 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw.html: Added.
189 * css3/viewport-relative-lengths: Removed.
190 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Removed.
191 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Removed.
192 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Removed.
193 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Removed.
194 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Removed.
195 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Removed.
196 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Removed.
197 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Removed.
198 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Removed.
199 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Removed.
200 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Removed.
201 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Removed.
202 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Removed.
203 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Removed.
205 2012-03-30 Dirk Pranke <dpranke@chromium.org>
207 Note more flaky crashes for bug 82505.
209 Unreviewed, expectations change.
211 * platform/chromium/test_expectations.txt:
213 2012-03-30 Simon Fraser <simon.fraser@apple.com>
215 Skip two WebGL tests. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82805
217 * platform/mac/Skipped:
219 2012-03-30 Alexandru Chiculita <achicu@adobe.com>
221 [CSS Filters] Drop Shadow is not repainting correctly when repaint area is smaller than the filtered element
222 https://bugs.webkit.org/show_bug.cgi?id=80323
224 Reviewed by Dean Jackson.
226 Added more tests to cover all the repaint issues on filtered RenderLayers.
228 * css3/filters/filter-repaint-blur-expected.png: Added.
229 * css3/filters/filter-repaint-blur-expected.txt: Added.
230 * css3/filters/filter-repaint-blur.html: Added. Checking that the full image of the RenderLayer is used to compute
231 the blur, even if only a sub-section of the layer has repainted.
232 * css3/filters/filter-repaint-child-layers-expected.png: Added.
233 * css3/filters/filter-repaint-child-layers-expected.txt: Added.
234 * css3/filters/filter-repaint-child-layers.html: Added. Checking that the bounding box of the RenderLayer
235 and all its children are taken into account when computing the filter box.
236 * css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
237 * css3/filters/filter-repaint-composited-fallback-crash-expected.txt: Added.
238 * css3/filters/filter-repaint-composited-fallback-crash.html: Added. There was a crash when filters changed from CPU to GPU.
239 * css3/filters/filter-repaint-composited-fallback-expected.png: Added.
240 * css3/filters/filter-repaint-composited-fallback-expected.txt: Added.
241 * css3/filters/filter-repaint-composited-fallback.html: Added. Checking that repaint still works when platform GPU is not able to
243 * css3/filters/filter-repaint-sepia-expected.png: Added.
244 * css3/filters/filter-repaint-sepia-expected.txt: Added.
245 * css3/filters/filter-repaint-sepia.html: Added. Testing that repaint still works correctly on simple filter that do not need the full
246 source image of the RenderLayer (ie. they are not displacing pixels positions).
247 * css3/filters/filter-repaint-shadow-clipped-expected.png: Added.
248 * css3/filters/filter-repaint-shadow-clipped-expected.txt: Added.
249 * css3/filters/filter-repaint-shadow-clipped.html: Added. Checking that an element that's out of view (clipped by the viewport) can
250 still drop a shadow that might be visible.
251 * css3/filters/filter-repaint-shadow-expected.png: Added.
252 * css3/filters/filter-repaint-shadow-expected.txt: Added.
253 * css3/filters/filter-repaint-shadow-rotated-expected.png: Added.
254 * css3/filters/filter-repaint-shadow-rotated-expected.txt: Added. Testing that transforms and clipping applied on filtered areas
255 work correctly with the new repaint methods.
256 * css3/filters/filter-repaint-shadow-rotated.html: Added.
257 * css3/filters/filter-repaint-shadow.html: Added. Checking that the full image of the RenderLayer is used to compute
258 the shadow, even if only a sub-section of the layer has repainted.
260 * platform/chromium/test_expectations.txt: Chromium needs expected results for the tests. Also the old filter-repaint.html had incorrect
263 2012-03-30 Dirk Pranke <dpranke@chromium.org>
265 Remove expectations for tests that are now passing.
269 * platform/chromium/test_expectations.txt:
271 2012-03-30 Joshua Bell <jsbell@chromium.org>
273 IndexedDB: Race condition causes version change transaction to commit after onblocked
274 https://bugs.webkit.org/show_bug.cgi?id=82678
276 Landing test marked PASS FAIL as WK82776 prevents it from running in DRT; will
277 run it as a Chromium browser test for now.
279 Reviewed by Tony Chang.
281 * platform/chromium/test_expectations.txt:
282 * storage/indexeddb/dont-commit-on-blocked.html: Added.
283 * storage/indexeddb/resources/dont-commit-on-blocked-worker.js: Added.
285 (onSetVersionBlocked):
286 (onSetVersionSuccess):
287 (onTransactionComplete):
289 2012-03-30 Simon Fraser <simon.fraser@apple.com>
291 Skip another cookie test. Tracked by
292 https://bugs.webkit.org/show_bug.cgi?id=82749
294 * platform/mac/Skipped:
296 2012-03-30 Ojan Vafai <ojan@chromium.org>
298 Cleanup a bunch of useless junk that's accumulated over time.
299 Also delete comments that add no value.
301 * platform/chromium/test_expectations.txt:
303 2012-03-30 Dirk Pranke <dpranke@chromium.org>
305 Unreviewed, new baseline.
307 * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
308 * platform/chromium/test_expectations.txt:
310 2012-03-30 Philip Rogers <pdr@google.com>
312 Rebaseline due to wkbug.com/80423
313 https://bugs.webkit.org/show_bug.cgi?id=82743
315 Reviewed by Simon Fraser.
317 * platform/mac/Skipped:
318 * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
320 2012-03-30 Dave Tharp <dtharp@codeaurora.org>
322 Integrate IETC CSS : textshadow tests
323 https://bugs.webkit.org/show_bug.cgi?id=81936
325 Reviewed by Adam Barth.
327 Adding expected pngs and render tree dumps for IETC text shadow tests.
329 * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png: Added.
330 * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png: Added.
331 * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png: Added.
332 * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png: Added.
333 * platform/chromium-linux/ietestcenter/css3/text/textshadow-005-expected.png: Added.
334 * platform/chromium-linux/ietestcenter/css3/text/textshadow-006-expected.png: Added.
335 * platform/chromium-linux/ietestcenter/css3/text/textshadow-007-expected.png: Added.
336 * platform/chromium-linux/ietestcenter/css3/text/textshadow-008-expected.png: Added.
337 * platform/chromium-linux/ietestcenter/css3/text/textshadow-009-expected.png: Added.
338 * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png: Added.
339 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-001-expected.png: Added.
340 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-002-expected.png: Added.
341 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-003-expected.png: Added.
342 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-004-expected.png: Added.
343 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-005-expected.png: Added.
344 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-006-expected.png: Added.
345 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-007-expected.png: Added.
346 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-008-expected.png: Added.
347 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-009-expected.png: Added.
348 * platform/chromium-mac-leopard/ietestcenter/css3/text/textshadow-010-expected.png: Added.
349 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png: Added.
350 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png: Added.
351 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png: Added.
352 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png: Added.
353 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-005-expected.png: Added.
354 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-006-expected.png: Added.
355 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-007-expected.png: Added.
356 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-008-expected.png: Added.
357 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-009-expected.png: Added.
358 * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png: Added.
359 * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
360 * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.txt: Added.
361 * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
362 * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.txt: Added.
363 * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
364 * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.txt: Added.
365 * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
366 * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.txt: Added.
367 * platform/chromium-mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
368 * platform/chromium-mac/ietestcenter/css3/text/textshadow-005-expected.txt: Added.
369 * platform/chromium-mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
370 * platform/chromium-mac/ietestcenter/css3/text/textshadow-006-expected.txt: Added.
371 * platform/chromium-mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
372 * platform/chromium-mac/ietestcenter/css3/text/textshadow-007-expected.txt: Added.
373 * platform/chromium-mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
374 * platform/chromium-mac/ietestcenter/css3/text/textshadow-008-expected.txt: Added.
375 * platform/chromium-mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
376 * platform/chromium-mac/ietestcenter/css3/text/textshadow-009-expected.txt: Added.
377 * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
378 * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.txt: Added.
379 * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png: Added.
380 * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.txt: Added.
381 * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png: Added.
382 * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.txt: Added.
383 * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png: Added.
384 * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.txt: Added.
385 * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png: Added.
386 * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.txt: Added.
387 * platform/chromium-win/ietestcenter/css3/text/textshadow-005-expected.png: Added.
388 * platform/chromium-win/ietestcenter/css3/text/textshadow-005-expected.txt: Added.
389 * platform/chromium-win/ietestcenter/css3/text/textshadow-006-expected.png: Added.
390 * platform/chromium-win/ietestcenter/css3/text/textshadow-006-expected.txt: Added.
391 * platform/chromium-win/ietestcenter/css3/text/textshadow-007-expected.png: Added.
392 * platform/chromium-win/ietestcenter/css3/text/textshadow-007-expected.txt: Added.
393 * platform/chromium-win/ietestcenter/css3/text/textshadow-008-expected.png: Added.
394 * platform/chromium-win/ietestcenter/css3/text/textshadow-008-expected.txt: Added.
395 * platform/chromium-win/ietestcenter/css3/text/textshadow-009-expected.png: Added.
396 * platform/chromium-win/ietestcenter/css3/text/textshadow-009-expected.txt: Added.
397 * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png: Added.
398 * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.txt: Added.
399 * platform/chromium/test_expectations.txt:
401 2012-03-30 Dirk Pranke <dpranke@chromium.org>
403 More SVG rebaselining.
405 Unreviewed, new baselines and expectations, for:
407 svg/W3C-SVG-1.1/animate-elem-37-t.svg
408 svg/W3C-SVG-1.1/animate-elem-81-t.svg
409 svg/W3C-SVG-1.1/animate-elem-82-t.svg
410 svg/W3C-SVG-1.1/animate-elem-83-t.svg
411 svg/W3C-SVG-1.1/struct-frag-02-t.svg
412 svg/W3C-SVG-1.1/text-align-05-b.svg
413 svg/text/text-align-05-b.svg
414 svg/zoom/page/zoom-coords-viewattr-01-b.svg
415 svg/zoom/text/zoom-coords-viewattr-01-b.svg
416 svg/W3C-SVG-1.1/types-basicDOM-01-b.svg
418 * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
419 * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
420 * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
421 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
422 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
423 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
424 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
425 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
426 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
427 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
428 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
429 * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
430 * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
431 * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
432 * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
433 * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
434 * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
435 * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
436 * platform/chromium/test_expectations.txt:
438 2012-03-30 Csaba Osztrogonác <ossy@webkit.org>
440 Add new renderer for circles and ellipses
441 https://bugs.webkit.org/show_bug.cgi?id=80423
443 One more unreviewed gardening after r112667.
445 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
446 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
448 2012-03-30 Dirk Pranke <dpranke@chromium.org>
450 Unreviewed, expectations updates for Lion, Linux for some SVG tests.
452 * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
453 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
454 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
455 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
456 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
457 * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
458 * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
459 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
460 * platform/chromium-mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Copied from LayoutTests/platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt.
461 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
462 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
463 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
464 * platform/chromium-mac/svg/custom/viewbox-syntax-expected.txt:
465 * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
466 * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
467 * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
468 * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
469 * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
470 * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
471 * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
472 * platform/chromium-win/svg/custom/viewbox-syntax-expected.txt:
473 * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt.
474 * platform/chromium/test_expectations.txt:
476 2012-03-30 Ojan Vafai <ojan@chromium.org>
478 Chromium garden-o-matic rebaselines for expected failures.
479 Most of these are one of the following:
480 -text-rendering differences
481 -anti-aliasing differences
482 -form control/scrollbar rendering
483 -different error messages from V8 vs. JSC
484 -Mac bots paint repaint shadow at a slightly different shade
486 2012-03-30 Simon Fraser <simon.fraser@apple.com>
488 Fix a typo in the Skipped list.
490 * platform/mac/Skipped:
492 2012-03-30 Simon Fraser <simon.fraser@apple.com>
494 Skip some more failing/timing-out tests.
496 * platform/mac/Skipped:
498 2012-03-30 Shawn Singh <shawnsingh@chromium.org>
500 Unreviewed rebaseline after r112436
502 * platform/chromium-linux/compositing/reflections/nested-reflection-on-overflow-expected.png:
503 * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-on-overflow-expected.png:
504 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-on-overflow-expected.png:
505 * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
506 * platform/chromium-win/compositing/reflections/nested-reflection-on-overflow-expected.png:
507 * platform/chromium/test_expectations.txt:
509 2012-03-30 Chris Fleizach <cfleizach@apple.com>
511 AX: Crash at WebCore::renderObjectContainsPosition(WebCore::RenderObject*, WebCore::Position const&)
512 https://bugs.webkit.org/show_bug.cgi?id=82745
514 Reviewed by Simon Fraser.
516 * platform/mac/accessibility/range-for-position-expected.txt: Added.
517 * platform/mac/accessibility/range-for-position.html: Added.
519 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
521 [Chromium] Unreviewed, rebaseline part of expectations after r112667 using garden-o-matic (224 files affected).
523 * platform/chromium-linux-x86/svg/: [...]
524 * platform/chromium-linux/svg/: [...]
525 * platform/chromium-mac-leopard/svg/: [...]
526 * platform/chromium-mac-snowleopard/svg/: [...]
527 * platform/chromium-mac/svg/: [...]
528 * platform/chromium-win-vista/svg/: [...]
529 * platform/chromium-win-xp/svg/: [...]
530 * platform/chromium-win/svg/: [...]
531 * platform/chromium/svg/hixie/shapes/path/001-expected.txt: Renamed from LayoutTests/platform/chromium-win/svg/hixie/shapes/path/001-expected.txt.
532 * platform/chromium/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt:
533 * platform/gtk/svg/hixie/perf/001-expected.txt: Removed.
534 * platform/gtk/svg/hixie/perf/002-expected.txt: Removed.
535 * platform/gtk/svg/hixie/shapes/path/001-expected.txt: Removed.
536 * platform/mac-snowleopard/svg/custom/object-sizing-no-width-height-expected.png: Removed.
537 * svg/hixie/mixed/004-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/mixed/004-expected.txt.
538 * svg/hixie/mixed/005-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/mixed/005-expected.txt.
539 * svg/hixie/perf/001-expected.txt: Renamed from LayoutTests/platform/efl/svg/hixie/perf/001-expected.txt.
540 * svg/hixie/perf/002-expected.txt: Renamed from LayoutTests/platform/efl/svg/hixie/perf/002-expected.txt.
541 * svg/hixie/shapes/path/001-expected.txt: Renamed from LayoutTests/platform/efl/svg/hixie/shapes/path/001-expected.txt.
543 2012-03-30 Simon Fraser <simon.fraser@apple.com>
545 Skip some more failing tests.
547 * platform/mac/Skipped:
549 2012-03-30 Simon Fraser <simon.fraser@apple.com>
551 Skip fast/css/font-face-data-uri.html which is flaky.
552 Tracked by https://bugs.webkit.org/show_bug.cgi?id=82744
554 * platform/mac/Skipped:
556 2012-03-30 Simon Fraser <simon.fraser@apple.com>
558 Skip a test, tracked by https://bugs.webkit.org/show_bug.cgi?id=82743.
560 * platform/mac/Skipped:
562 2012-03-30 Simon Fraser <simon.fraser@apple.com>
564 Skip two lineboxcontain tests. Tracked by
565 https://bugs.webkit.org/show_bug.cgi?id=82742
567 * platform/mac/Skipped:
569 2012-03-30 David Barr <davidbarr@chromium.org>
571 Split up top-level .gitignore and .gitattributes
572 https://bugs.webkit.org/show_bug.cgi?id=82687
574 Reviewed by Tor Arne Vestbø.
576 * .gitattributes: Added.
579 2012-03-30 Pavel Feldman <pfeldman@chromium.org>
581 Web Inspector: undo-ing edit that consists of a Tab does not work.
582 https://bugs.webkit.org/show_bug.cgi?id=82733
584 Reviewed by Vsevolod Vlasov.
586 * inspector/editor/text-editor-undo-redo-expected.txt: Added.
587 * inspector/editor/text-editor-undo-redo.html: Added.
589 2012-03-30 Csaba Osztrogonác <ossy@webkit.org>
591 Add new renderer for circles and ellipses
592 https://bugs.webkit.org/show_bug.cgi?id=80423
594 Unreviewed gardening after r112667.
596 * platform/qt/svg/ [...] : Updated.
598 2012-03-30 Pavel Feldman <pfeldman@chromium.org>
600 Web Inspector: do not issue attributes modified event if actual values were not changed.
601 https://bugs.webkit.org/show_bug.cgi?id=82726
603 Reviewed by Yury Semikhatsky.
605 * inspector/elements/edit-style-attribute-expected.txt: Added.
606 * inspector/elements/edit-style-attribute.html: Added.
608 2012-03-30 Philip Rogers <pdr@google.com>
610 Add new renderer for circles and ellipses
611 https://bugs.webkit.org/show_bug.cgi?id=80423
613 Reviewed by Eric Seidel.
615 * platform/chromium/test_expectations.txt:
616 * platform/gtk/Skipped:
617 * platform/mac/Skipped:
618 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
619 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
620 * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
621 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
622 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
623 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
624 * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
625 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
626 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
627 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
628 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
629 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
630 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
631 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
632 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
633 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
634 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
635 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
636 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
637 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
638 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
639 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
640 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
641 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
642 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
643 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
644 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
645 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
646 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
647 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
648 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
649 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
650 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
651 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
652 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
653 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
654 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
655 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
656 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
657 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
658 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
659 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
660 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
661 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
662 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
663 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
664 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
665 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
666 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
667 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
668 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
669 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
670 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
671 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
672 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
673 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
674 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
675 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
676 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
677 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
678 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
679 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
680 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
681 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
682 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
683 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
684 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
685 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
686 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
687 * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
688 * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.txt:
689 * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
690 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
691 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
692 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
693 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
694 * platform/mac/svg/batik/text/verticalText-expected.txt:
695 * platform/mac/svg/carto.net/button-expected.txt:
696 * platform/mac/svg/clip-path/clip-in-mask-expected.txt:
697 * platform/mac/svg/clip-path/clip-path-child-clipped-expected.txt:
698 * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
699 * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
700 * platform/mac/svg/clip-path/clip-path-nonzero-expected.txt:
701 * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
702 * platform/mac/svg/clip-path/clip-path-transform-1-expected.txt:
703 * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.txt:
704 * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.txt:
705 * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.txt:
706 * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.txt:
707 * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.txt:
708 * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.txt:
709 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
710 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
711 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
712 * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt:
713 * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt:
714 * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt:
715 * platform/mac/svg/css/shadow-changes-expected.txt:
716 * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.txt:
717 * platform/mac/svg/custom/circle-move-invalidation-expected.txt:
718 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
719 * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
720 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
721 * platform/mac/svg/custom/focus-ring-expected.txt:
722 * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
723 * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
724 * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
725 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
726 * platform/mac/svg/custom/invalid-css-expected.txt:
727 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
728 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
729 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
730 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
731 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
732 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
733 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
734 * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
735 * platform/mac/svg/custom/marker-opacity-expected.txt:
736 * platform/mac/svg/custom/mask-colorspace-expected.txt:
737 * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt:
738 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
739 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
740 * platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt:
741 * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
742 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
743 * platform/mac/svg/custom/object-sizing-expected.txt:
744 * platform/mac/svg/custom/object-sizing-explicit-height-expected.txt:
745 * platform/mac/svg/custom/object-sizing-explicit-width-expected.txt:
746 * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.txt:
747 * platform/mac/svg/custom/object-sizing-no-width-height-expected.txt:
748 * platform/mac/svg/custom/path-zero-strokewidth-expected.txt:
749 * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
750 * platform/mac/svg/custom/pattern-no-pixelation-expected.txt:
751 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt:
752 * platform/mac/svg/custom/pattern-rotate-expected.txt:
753 * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
754 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
755 * platform/mac/svg/custom/stroked-pattern-expected.txt:
756 * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.txt:
757 * platform/mac/svg/custom/use-css-events-expected.txt:
758 * platform/mac/svg/custom/use-detach-expected.txt:
759 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
760 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
761 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
762 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
763 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
764 * platform/mac/svg/custom/use-on-g-expected.txt:
765 * platform/mac/svg/custom/use-on-use-expected.txt:
766 * platform/mac/svg/custom/use-transform-expected.txt:
767 * platform/mac/svg/custom/width-full-percentage-expected.txt:
768 * platform/mac/svg/filters/feDropShadow-expected.txt:
769 * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
770 * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.txt:
771 * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
772 * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
773 * platform/mac/svg/filters/feImage-late-indirect-update-expected.txt:
774 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
775 * platform/mac/svg/hixie/cascade/002-expected.txt:
776 * platform/mac/svg/hixie/error/001-expected.txt:
777 * platform/mac/svg/hixie/error/003-expected.txt:
778 * platform/mac/svg/hixie/error/017-expected.txt:
779 * platform/mac/svg/hixie/mixed/003-expected.txt:
780 * platform/mac/svg/hixie/mixed/004-expected.txt:
781 * platform/mac/svg/hixie/mixed/005-expected.txt:
782 * platform/mac/svg/hixie/mixed/006-expected.txt:
783 * platform/mac/svg/hixie/mixed/008-expected.txt:
784 * platform/mac/svg/hixie/mixed/011-expected.txt:
785 * platform/mac/svg/hixie/perf/001-expected.txt:
786 * platform/mac/svg/hixie/perf/002-expected.txt:
787 * platform/mac/svg/hixie/perf/007-expected.txt:
788 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
789 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
790 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
791 * platform/mac/svg/hixie/transform/001-expected.txt:
792 * platform/mac/svg/in-html/circle-expected.txt:
793 * platform/mac/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt:
794 * platform/mac/svg/stroke/zero-length-path-linecap-rendering-expected.txt:
795 * platform/mac/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt:
796 * platform/mac/svg/text/small-fonts-3-expected.txt:
797 * platform/mac/svg/text/text-align-01-b-expected.txt:
798 * platform/mac/svg/text/text-align-05-b-expected.txt:
799 * platform/mac/svg/text/text-fill-opacity-expected.txt:
800 * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
801 * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
802 * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
803 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
804 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
805 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
806 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
807 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
808 * platform/qt/Skipped:
809 * platform/win/Skipped:
810 * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt:
811 * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt:
812 * svg/clip-path/clip-path-childs-clipped-expected.txt:
813 * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt:
814 * svg/clip-path/clip-path-clipped-expected.txt:
815 * svg/clip-path/clip-path-clipped-nonzero-expected.txt:
816 * svg/clip-path/clip-path-css-transform-1-expected.txt:
817 * svg/clip-path/clip-path-css-transform-2-expected.txt:
818 * svg/clip-path/clip-path-objectBoundingBox-expected.txt:
819 * svg/clip-path/clip-path-on-clipped-use-expected.txt:
820 * svg/clip-path/clip-path-on-g-and-child-expected.txt:
821 * svg/clip-path/clip-path-on-g-expected.txt:
822 * svg/clip-path/clip-path-on-svg-and-child-expected.txt:
823 * svg/clip-path/clip-path-on-svg-expected.txt:
824 * svg/clip-path/clip-path-transform-2-expected.txt:
825 * svg/clip-path/clip-path-use-as-child-expected.txt:
826 * svg/css/circle-in-mask-with-shadow-expected.txt:
827 * svg/css/mask-with-shadow-expected.txt:
828 * svg/custom/absolute-root-position-masking-expected.txt:
829 * svg/custom/fill-opacity-update-expected.txt:
830 * svg/custom/gradient-stroke-width-expected.txt:
831 * svg/custom/js-late-marker-and-object-creation-expected.txt:
832 * svg/custom/js-late-marker-creation-expected.txt:
833 * svg/custom/js-update-bounce-expected.txt:
834 * svg/custom/marker-changes-expected.txt:
835 * svg/custom/marker-child-changes-css-expected.txt:
836 * svg/custom/marker-child-changes-expected.txt:
837 * svg/custom/marker-strokeWidth-changes-expected.txt:
838 * svg/custom/marker-viewBox-changes-expected.txt:
839 * svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt:
840 * svg/custom/pattern-scaled-pattern-space-expected.txt:
841 * svg/custom/resource-invalidate-on-target-update-expected.txt:
842 * svg/custom/stroke-opacity-update-expected.txt:
843 * svg/custom/use-setAttribute-crash-expected.txt:
844 * svg/custom/viewBox-hit-expected.txt:
845 * svg/filters/feImage-reference-svg-primitive-expected.txt:
846 * svg/filters/filter-clip-expected.txt:
847 * svg/filters/invalidate-on-child-layout-expected.txt:
848 * svg/hittest/svg-ellipse-expected.txt: Added.
849 * svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: Added.
850 * svg/hittest/svg-ellipse-non-scale-stroke.xhtml: Added.
851 * svg/hittest/svg-ellipse.xhtml: Added.
852 * svg/hixie/links/001-expected.txt:
854 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
856 [Chromium] Unreviewed, update expectations for XP.
858 * platform/chromium/test_expectations.txt:
860 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
862 [Chromium] Unreviewed, more expectations for BUGWK82505.
864 * platform/chromium/test_expectations.txt:
866 2012-03-30 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
868 Add a "preview" state to Page Visibility API implementation
869 https://bugs.webkit.org/show_bug.cgi?id=81355
871 Reviewed by Adam Barth.
873 Updating the Page Visibility API implementation to the current spec version.
875 * fast/events/page-visibility-transition-test-expected.txt:
876 * fast/events/page-visibility-transition-test.html:
878 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
880 [Chromium] Unreviewed, updated fast/frames/valid.html expectation for LEOPARD.
882 * platform/chromium/test_expectations.txt:
884 2012-03-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
886 [Qt] Skip another asserting test on debug build
887 https://bugs.webkit.org/show_bug.cgi?id=82052
889 Reviewed by Csaba Osztrogonác.
891 * platform/qt/Skipped: Skip asserting test.
893 2012-03-30 Keishi Hattori <keishi@webkit.org>
895 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
896 https://bugs.webkit.org/show_bug.cgi?id=80972
898 Reviewed by Kent Tamura.
900 * platform/efl/Skipped:
901 * platform/qt/Skipped:
903 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
905 [Chromium] Unreviewed, update expectations.
907 * platform/chromium/test_expectations.txt:
909 2012-03-30 Pavel Feldman <pfeldman@chromium.org>
911 Web Inspector: editing resets line-ending of the whole file
912 https://bugs.webkit.org/show_bug.cgi?id=82708
914 Reviewed by Yury Semikhatsky.
916 * inspector/editor/highlighter-basics.html:
917 * inspector/editor/highlighter-long-line.html:
918 * inspector/editor/highlighter-paste-in-comment.html:
919 * inspector/editor/indentation.html:
920 * inspector/editor/text-editor-line-breaks-expected.txt: Added.
921 * inspector/editor/text-editor-line-breaks.html: Added.
922 * inspector/editor/text-editor-model.html:
924 2012-03-29 Vsevolod Vlasov <vsevik@chromium.org>
926 Web Inspector: Take IndexedDB support out of experiments.
927 https://bugs.webkit.org/show_bug.cgi?id=82635
929 Reviewed by Pavel Feldman.
931 * http/tests/inspector/indexeddb/resources-panel.html: Renamed from LayoutTests/http/tests/inspector/indexeddb/resources-panel.html_disabled.
933 2012-03-30 Alexander Pavlov <apavlov@chromium.org>
935 [Chromium] Unreviewed, more CRASH expectations for BUGWK82505 added.
937 * platform/chromium/test_expectations.txt:
939 2012-03-30 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
941 [EFL] Implement LayoutTestController::setMinimumTimerInterval
942 https://bugs.webkit.org/show_bug.cgi?id=81220
944 Unskip tests connected with setMinimumTimerInterval.
946 Reviewed by Philippe Normand.
948 * platform/efl/Skipped:
950 2012-03-30 Philippe Normand <pnormand@igalia.com>
952 Unreviewed, GTK rebaseline after r112582 and r112391.
954 * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
955 * platform/gtk/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
957 2012-03-29 Alexandru Chiculita <achicu@adobe.com>
959 [CSS Filters] Trigger a repaint on elements with changed filter
960 https://bugs.webkit.org/show_bug.cgi?id=82521
962 Reviewed by Dean Jackson.
964 Repaint was not triggered when the filter property was changed. I've added two
965 tests, one for software and one for composited mode. Both tests are triggering
966 all the possible scenarios of changing the filter property.
968 * css3/filters/filter-change-repaint-composited-expected.png: Added.
969 * css3/filters/filter-change-repaint-composited-expected.txt: Added.
970 * css3/filters/filter-change-repaint-composited.html: Added.
971 * css3/filters/filter-change-repaint-expected.png: Added.
972 * css3/filters/filter-change-repaint-expected.txt: Added.
973 * css3/filters/filter-change-repaint.html: Added.
974 * platform/chromium/test_expectations.txt: Disabled the new tests on Chromium. They need rebaselining.
976 2012-03-29 Bear Travis <betravis@adobe.com>
978 Update shape-inside/shape-outside CSS Exclusion properties
979 https://bugs.webkit.org/show_bug.cgi?id=82365
981 Reviewed by Ryosuke Niwa.
983 Renaming prefixed wrap-shape-inside and wrap-shape-outside
984 to prefixed shape-inside and shape-outside. Updating the
985 tests to reflect the change.
987 * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
988 * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
989 * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
993 * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
998 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1000 Unreviewed, expectations changes.
1002 fast/block/lineboxcontain/glyphs.html and
1003 fast/text/international/spaces-combined-in-vertical-text.html on
1006 * platform/chromium/test_expectations.txt:
1008 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1010 Unreviewed, expectations updates.
1012 * platform/chromium/test_expectations.txt:
1014 2012-03-29 Simon Fraser <simon.fraser@apple.com>
1016 Move to the WK1 skipped list (which WK2 picks up). The
1017 bug on the skipping is https://bugs.webkit.org/show_bug.cgi?id=82679.
1019 * platform/mac-wk2/Skipped:
1020 * platform/mac/Skipped:
1022 2012-03-29 Simon Fraser <simon.fraser@apple.com>
1024 Skip three flaky storage tests.
1026 * platform/mac/Skipped:
1028 2012-03-29 Andy Chen <andchen@rim.com>
1030 [BlackBerry] DRT test case findString-markers is broken
1031 https://bugs.webkit.org/show_bug.cgi?id=82661
1033 Reviewed by Rob Buis.
1035 Fixed wrong paths to js libs for this test case.
1037 * platform/blackberry/editing/text-iterator/findString-markers.html:
1039 2012-03-29 Enrica Casucci <enrica@apple.com>
1041 Skipping a failing test on Lion.
1042 I filed https://bugs.webkit.org/show_bug.cgi?id=82675 to
1045 * platform/mac/Skipped:
1047 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1049 Unreviewed, expectations and baselines updates.
1051 * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
1052 * platform/chromium/test_expectations.txt:
1054 2012-03-29 Enrica Casucci <enrica@apple.com>
1056 Skipping http/tests/xmlhttprequest/range-test.html for Mac platforms.
1057 I filed https://bugs.webkit.org/show_bug.cgi?id=82672
1059 * platform/mac/Skipped:
1061 2012-03-29 Ojan Vafai <ojan@chromium.org>
1063 Rebaseline fast/js tests for Chromium where the new results are
1064 clearly more correct or the differences are just the error messages
1065 V8 uses that are different from JSCs.
1067 * platform/chromium-linux-x86/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1068 * platform/chromium-linux/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1069 * platform/chromium-mac-leopard/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1070 * platform/chromium-mac-snowleopard/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1071 * platform/chromium-mac/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1072 * platform/chromium-win-vista/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1073 * platform/chromium-win-xp/fast/js/large-expressions-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/js/large-expressions-expected.txt.
1074 * platform/chromium-win/fast/js/large-expressions-expected.txt:
1075 * platform/chromium/fast/js/JSON-parse-expected.txt:
1076 * platform/chromium/fast/js/JSON-stringify-replacer-expected.txt: Added.
1077 * platform/chromium/fast/js/Object-create-expected.txt: Added.
1078 * platform/chromium/fast/js/Object-defineProperties-expected.txt: Added.
1079 * platform/chromium/fast/js/exception-codegen-crash-expected.txt: Removed.
1080 * platform/chromium/fast/js/function-apply-aliased-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/js/function-apply-aliased-expected.txt.
1081 * platform/chromium/fast/js/function-bind-expected.txt: Added.
1082 * platform/chromium/fast/js/kde/parse-expected.txt:
1083 * platform/chromium/fast/js/object-literal-syntax-expected.txt: Added.
1084 * platform/chromium/fast/js/object-prototype-properties-expected.txt: Added.
1085 * platform/chromium/fast/js/regexp-caching-expected.txt: Removed.
1086 * platform/chromium/fast/js/regexp-test-null-string-expected.txt: Removed.
1087 * platform/chromium/fast/js/reserved-words-as-property-expected.txt: Added.
1088 * platform/chromium/fast/js/reserved-words-strict-expected.txt:
1089 * platform/chromium/test_expectations.txt:
1091 2012-03-29 Enrica Casucci <enrica@apple.com>
1093 Skipping 3 inspector tests on Mac.
1094 I filed https://bugs.webkit.org/show_bug.cgi?id=82671
1096 * platform/mac/Skipped:
1098 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1100 Update expectations w/ crash information after r129689 has landed.
1102 Unreviewed, expectations change.
1104 Also delete what appears to be a bad baseline for the fast/text test.
1106 * platform/chromium/fast/text/international/spaces-combined-in-vertical-text-expected.txt: Removed.
1107 * platform/chromium/test_expectations.txt:
1109 2012-03-29 Bear Travis <betravis@adobe.com>
1111 Update CSS Exclusion wrap-flow values left & right to start & end
1112 https://bugs.webkit.org/show_bug.cgi?id=82366
1114 Updating test values for the wrap-flow and wrap shorthand property
1116 Reviewed by Andreas Kling.
1118 * fast/exclusions/script-tests/wrap-flow-parsing.js:
1119 * fast/exclusions/script-tests/wrap-parsing.js:
1120 * fast/exclusions/wrap-flow-parsing-expected.txt:
1121 * fast/exclusions/wrap-parsing-expected.txt:
1123 2012-03-29 Enrica Casucci <enrica@apple.com>
1125 Skipping plugin mouse events tests failing on Mac platforms.
1126 The issue is tracked by https://bugs.webkit.org/show_bug.cgi?id=82668
1128 * platform/mac/Skipped:
1130 2012-03-29 Enrica Casucci <enrica@apple.com>
1132 Skipping 5 failing webarchive tests.
1133 I filed https://bugs.webkit.org/show_bug.cgi?id=82665
1135 * platform/mac/Skipped:
1137 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1139 rollout r112484, r112545, r112574, r112575
1140 https://bugs.webkit.org/show_bug.cgi?id=82662
1142 Unreviewed, build fix.
1144 * media/video-controls-rendering-toggle-display-none-expected.txt: Removed.
1145 * media/video-controls-rendering-toggle-display-none.html: Removed.
1146 * platform/chromium/test_expectations.txt:
1147 * platform/mac/Skipped.txt:
1149 2012-03-29 Enrica Casucci <enrica@apple.com>
1151 Skipping crashing workers tests.
1152 Filed https://bugs.webkit.org/show_bug.cgi?id=82660 to track the issue.
1154 * platform/mac/Skipped:
1156 2012-03-29 Julien Chaffraix <jchaffraix@webkit.org>
1158 REGRESSION (r110065-r110080): Content drawing outside overflow: hidden at ynet.co.il
1159 https://bugs.webkit.org/show_bug.cgi?id=82129
1161 Reviewed by Ojan Vafai.
1163 * fast/overflow/before-after-overflow-hidden-horizontal-writing-mode-tb-expected.html: Added.
1164 * fast/overflow/before-after-overflow-hidden-horizontal-writing-mode-tb.html: Added.
1165 * fast/overflow/before-after-overflow-hidden-vertical-writing-mode-rl-expected.html: Added.
1166 * fast/overflow/before-after-overflow-hidden-vertical-writing-mode-rl.html: Added.
1167 * fast/overflow/start-end-overflow-hidden-horizontal-writing-mode-tb-expected.html: Added.
1168 * fast/overflow/start-end-overflow-hidden-horizontal-writing-mode-tb.html: Added.
1169 * fast/overflow/start-end-overflow-hidden-vertical-writing-mode-rl-expected.html: Added.
1170 * fast/overflow/start-end-overflow-hidden-vertical-writing-mode-rl.html: Added.
1171 Added 4 ref tests that should cover the 4 different values of (hasTopOverflow, hasLeftOverflow)
1172 in RenderBox::addLayoutOverflow.
1174 * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt:
1175 * platform/chromium-win/fast/block/lineboxcontain/block-font-expected.txt:
1176 * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.txt:
1177 * platform/chromium-win/fast/block/lineboxcontain/font-expected.txt:
1178 Rebaselined those tests on Chromium linux (new layers).
1180 * platform/chromium/test_expectations.txt:
1181 * platform/efl/Skipped:
1182 * platform/gtk/Skipped:
1183 * platform/mac/Skipped:
1184 * platform/qt/Skipped:
1185 * platform/win/Skipped:
1186 * platform/wk2/Skipped:
1187 Skipped the previous tests on the other platforms.
1189 2012-03-29 Tony Chang <tony@chromium.org>
1191 remove ahem font from flexbox layout tests
1192 https://bugs.webkit.org/show_bug.cgi?id=82633
1194 Reviewed by Ojan Vafai.
1196 These tests don't depend on the ahem font and after r112489, we seem
1197 to be hitting a race condition on the Mac bots where we are checking
1198 baselines while the font is still being loaded. Speculatively fix by
1199 removing the webfont.
1201 * css3/flexbox/flex-align-vertical-writing-mode.html:
1202 * css3/flexbox/flex-align.html:
1204 2012-03-29 Enrica Casucci <enrica@apple.com>
1206 Moving test to skip from test-expectations.txt to Skipped
1209 * platform/mac/Skipped:
1210 * platform/mac/test_expectations.txt:
1212 2012-03-29 Dirk Pranke <dpranke@chromium.org>
1214 Update expectations for media tests failing w/ slider change after r112484.
1216 Unreviewed, expectations change.
1218 * platform/chromium/test_expectations.txt:
1220 2012-03-29 Enrica Casucci <enrica@apple.com>
1222 Updating expected results. The output has an additional blank line.
1223 No changes in the actual results.
1225 * platform/mac/editing/input/firstrectforcharacterrange-plain-expected.txt:
1226 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
1227 * platform/mac/fast/text/attributed-substring-from-range-002-expected.txt:
1229 2012-03-29 Pavel Feldman <pfeldman@chromium.org>
1231 Web Inspector: subtree disapears from <iframe> after loading
1232 https://bugs.webkit.org/show_bug.cgi?id=76552
1234 Reviewed by Yury Semikhatsky.
1236 * inspector/elements/iframe-load-event-expected.txt: Added.
1237 * inspector/elements/iframe-load-event.html: Added.
1238 * inspector/elements/resources/iframe-load-event-iframe-1.html: Added.
1239 * inspector/elements/resources/iframe-load-event-iframe-2.html: Added.
1240 * inspector/elements/resources/iframe-load-event-iframe.js: Added.
1242 (test.step1.nodeInserted):
1247 2012-03-29 Joseph Pecoraro <pecoraro@apple.com>
1249 <http://webkit.org/b/82558> Toggling <input type="range"> readonly or disabled state while active breaks all click events
1251 Reviewed by Kent Tamura.
1253 * fast/forms/range/range-drag-when-toggled-disabled-expected.txt: Added.
1254 * fast/forms/range/range-drag-when-toggled-disabled.html: Added.
1256 2012-03-29 Enrica Casucci <enrica@apple.com>
1258 Updating test_expectations with new failures after r112484.
1259 The failing tests need a new baseline.
1260 This is tracked by https://bugs.webkit.org/show_bug.cgi?id=82626
1262 * platform/mac/test_expectations.txt:
1264 2012-03-29 Tony Chang <tony@chromium.org>
1266 Need to implement flex-line-pack
1267 https://bugs.webkit.org/show_bug.cgi?id=70794
1269 Reviewed by Ojan Vafai.
1271 Updated the old multiline tests to have -webkit-flex-line-pack: start,
1272 which was the previous default behavior. The correct default behavior
1275 * css3/flexbox/multiline-align.html:
1276 * css3/flexbox/multiline-column-auto.html:
1277 * css3/flexbox/multiline-line-pack-expected.txt: Added.
1278 * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt: Added.
1279 * css3/flexbox/multiline-line-pack-horizontal-column.html: Added.
1280 * css3/flexbox/multiline-line-pack.html: Added.
1281 * css3/flexbox/multiline-pack.html:
1282 * css3/flexbox/multiline-reverse-wrap-overflow.html:
1283 * css3/flexbox/multiline-shrink-to-fit.html:
1284 * css3/flexbox/multiline.html:
1286 2012-03-29 Csaba Osztrogonác <ossy@webkit.org>
1288 [Qt] Unreviewed gardening after r112514. Fix the accidental r112532 fix.
1291 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1292 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1293 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1294 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
1296 2012-03-29 Vsevolod Vlasov <vsevik@chromium.org>
1298 Web Inspector: Existing UISourceCode should be loaded on scripts panel creation/reset.
1299 https://bugs.webkit.org/show_bug.cgi?id=82614
1301 Reviewed by Pavel Feldman.
1303 * inspector/debugger/scripts-panel-expected.txt:
1304 * inspector/debugger/scripts-panel.html:
1306 2012-03-29 Csaba Osztrogonác <ossy@webkit.org>
1308 [Qt] Unreviewed gardening after r112514. Add Qt5 specific expected files.
1310 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
1311 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
1312 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
1313 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
1315 2012-03-29 Csaba Osztrogonác <ossy@webkit.org>
1317 [Qt] Diverging test results on 32/64 bit architectures
1318 https://bugs.webkit.org/show_bug.cgi?id=82601
1320 * platform/qt/Skipped: Skip the remaining 6 failing test.
1322 2012-03-28 Yury Semikhatsky <yurys@chromium.org>
1324 Web Inspector: switch heap profiler front-end to separate storage of nodes and edges
1325 https://bugs.webkit.org/show_bug.cgi?id=82453
1327 Updated heap profiler test after switching heap profiler front-end
1328 to the new representation of nodes and edges.
1330 Reviewed by Pavel Feldman.
1332 * inspector/profiler/heap-snapshot-expected.txt:
1333 * inspector/profiler/heap-snapshot-test.js:
1334 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
1335 * inspector/profiler/heap-snapshot.html:
1337 2012-03-29 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1339 [Qt] Unreviewed gardening. Skip the new fast/dom/shadow tests because ENABLE(SHADOW_DOM) is disabled.
1341 * platform/qt/Skipped: Skip the failing tests
1343 2012-03-28 Shinya Kawanaka <shinyak@chromium.org>
1345 Write a test for <base> and <link> are inert in ShadowDOM.
1346 https://bugs.webkit.org/show_bug.cgi?id=82430
1348 Reviewed by Dimitri Glazkov.
1350 This test checks adding <base> or <link> in shadow root will not affect the
1351 elements outside and inside the shadow tree.
1353 * fast/dom/shadow/base-in-shadow-tree-expected.txt: Added.
1354 * fast/dom/shadow/base-in-shadow-tree.html: Added.
1355 * fast/dom/shadow/link-in-shadow-tree-expected.txt: Added.
1356 * fast/dom/shadow/link-in-shadow-tree.html: Added.
1357 * fast/dom/shadow/resources/link-in-shadow-style.css: Added.
1359 2012-03-29 Zeno Albisser <zeno@webkit.org>
1361 Fieldset disabled attribute does not work.
1362 https://bugs.webkit.org/show_bug.cgi?id=58837
1364 Add a test case for fieldset disabled attribute.
1366 Reviewed by Kent Tamura.
1368 * fast/forms/fieldset/fieldset-disabled-expected.txt: Added.
1369 * fast/forms/fieldset/fieldset-disabled.html: Added.
1371 2012-03-29 Csaba Osztrogonác <ossy@webkit.org>
1373 [Qt] Unreviewed gardening after r112397. Unskip tests, add new baselines.
1375 * platform/qt/Skipped:
1376 * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
1377 * platform/qt/fast/repaint/moving-shadow-on-container-expected.png:
1378 * platform/qt/fast/repaint/moving-shadow-on-container-expected.txt:
1379 * platform/qt/fast/repaint/moving-shadow-on-path-expected.png:
1380 * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt:
1381 * platform/qt/fast/table/max-width-integer-overflow-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.png.
1382 * platform/qt/fast/table/max-width-integer-overflow-expected.txt:
1383 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
1384 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
1385 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
1386 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
1387 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1388 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1389 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1390 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1391 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
1392 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1393 * platform/qt/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1394 * platform/qt/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1395 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1396 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1397 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1398 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1399 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1400 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1401 * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1402 * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1403 * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1404 * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
1405 * platform/qt/svg/batik/masking/maskRegions-expected.png:
1406 * platform/qt/svg/batik/masking/maskRegions-expected.txt:
1407 * platform/qt/svg/batik/text/textAnchor-expected.png:
1408 * platform/qt/svg/batik/text/textAnchor-expected.txt:
1409 * platform/qt/svg/carto.net/tabgroup-expected.png:
1410 * platform/qt/svg/carto.net/tabgroup-expected.txt:
1411 * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
1412 * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
1413 * platform/qt/svg/css/stars-with-shadow-expected.png: Added.
1414 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
1415 * platform/qt/svg/custom/circular-marker-reference-1-expected.png:
1416 * platform/qt/svg/custom/circular-marker-reference-1-expected.txt:
1417 * platform/qt/svg/custom/circular-marker-reference-2-expected.png:
1418 * platform/qt/svg/custom/circular-marker-reference-2-expected.txt: Added.
1419 * platform/qt/svg/custom/circular-marker-reference-3-expected.png:
1420 * platform/qt/svg/custom/circular-marker-reference-3-expected.txt: Added.
1421 * platform/qt/svg/custom/circular-marker-reference-4-expected.png:
1422 * platform/qt/svg/custom/circular-marker-reference-4-expected.txt: Added.
1423 * platform/qt/svg/custom/embedding-external-svgs-expected.png:
1424 * platform/qt/svg/custom/embedding-external-svgs-expected.txt:
1425 * platform/qt/svg/custom/empty-merge-expected.png:
1426 * platform/qt/svg/custom/empty-merge-expected.txt:
1427 * platform/qt/svg/custom/image-with-transform-clip-filter-expected.png:
1428 * platform/qt/svg/custom/image-with-transform-clip-filter-expected.txt:
1429 * platform/qt/svg/custom/non-circular-marker-reference-expected.png:
1430 * platform/qt/svg/custom/non-circular-marker-reference-expected.txt: Added.
1431 * platform/qt/svg/custom/non-scaling-stroke-markers-expected.png:
1432 * platform/qt/svg/custom/non-scaling-stroke-markers-expected.txt: Added.
1433 * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.png:
1434 * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.txt:
1435 * platform/qt/svg/custom/recursive-filter-expected.png:
1436 * platform/qt/svg/custom/recursive-filter-expected.txt:
1437 * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
1438 * platform/qt/svg/custom/relative-sized-inner-svg-expected.txt:
1439 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png: Added.
1440 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
1441 * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
1442 * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
1443 * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
1444 * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.txt:
1445 * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1446 * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1447 * platform/qt/svg/custom/stroked-pattern-expected.png:
1448 * platform/qt/svg/custom/stroked-pattern-expected.txt:
1449 * platform/qt/svg/custom/text-rotated-gradient-expected.png:
1450 * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
1451 * platform/qt/svg/custom/use-css-events-expected.png:
1452 * platform/qt/svg/custom/use-css-events-expected.txt:
1453 * platform/qt/svg/custom/use-detach-expected.png:
1454 * platform/qt/svg/custom/use-detach-expected.txt:
1455 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
1456 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
1457 * platform/qt/svg/dom/css-transforms-expected.png: Added.
1458 * platform/qt/svg/dom/css-transforms-expected.txt: Added.
1459 * platform/qt/svg/filters/feColorMatrix-saturate-expected.txt:
1460 * platform/qt/svg/filters/feColorMatrix-values-expected.png: Added.
1461 * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
1462 * platform/qt/svg/filters/feImage-preserveAspectratio-expected.png:
1463 * platform/qt/svg/filters/filteredImage-expected.png: Added.
1464 * platform/qt/svg/filters/filteredImage-expected.txt:
1465 * platform/qt/svg/hixie/links/001-expected.txt: Added.
1466 * platform/qt/svg/hixie/perf/007-expected.png:
1467 * platform/qt/svg/hixie/perf/007-expected.txt:
1468 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1469 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1470 * platform/qt/svg/overflow/overflow-on-inner-svg-element-expected.png:
1471 * platform/qt/svg/overflow/overflow-on-inner-svg-element-expected.txt:
1472 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
1473 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
1474 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
1475 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
1476 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
1477 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
1478 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
1479 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
1480 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
1481 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
1482 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
1483 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
1484 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
1485 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
1486 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
1487 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
1488 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
1489 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
1490 * platform/qt/svg/text/select-x-list-1-expected.png:
1491 * platform/qt/svg/text/select-x-list-1-expected.txt:
1492 * platform/qt/svg/text/select-x-list-2-expected.png:
1493 * platform/qt/svg/text/select-x-list-2-expected.txt:
1494 * platform/qt/svg/text/select-x-list-3-expected.png:
1495 * platform/qt/svg/text/select-x-list-3-expected.txt:
1496 * platform/qt/svg/text/select-x-list-4-expected.png:
1497 * platform/qt/svg/text/select-x-list-4-expected.txt:
1498 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
1499 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
1500 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
1501 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
1502 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
1503 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
1504 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
1505 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
1506 * platform/qt/svg/text/small-fonts-2-expected.png:
1507 * platform/qt/svg/text/small-fonts-2-expected.txt:
1508 * platform/qt/svg/text/text-align-05-b-expected.png:
1509 * platform/qt/svg/text/text-align-05-b-expected.txt:
1510 * platform/qt/svg/transforms/transform-origin-css-property-expected.png: Added.
1511 * platform/qt/svg/transforms/transform-origin-css-property-expected.txt: Added.
1512 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1513 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
1514 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1515 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
1517 2012-03-29 hayato@chromium.org <hayato@chromium.org>
1519 Let focus navigation be compliant with Shadow DOM spec.
1520 https://bugs.webkit.org/show_bug.cgi?id=78588
1522 Reviewed by Dimitri Glazkov.
1524 * fast/dom/shadow/focus-navigation-expected.txt: Added.
1525 * fast/dom/shadow/focus-navigation.html: Added.
1526 * fast/dom/shadow/resources/shadow-dom.js:
1529 (getNodeInShadowTreeStack):
1531 (innermostActiveElement):
1532 (isInnermostActiveElement):
1533 (shouldNavigateFocus):
1534 (navigateFocusForward):
1535 (navigateFocusBackward):
1536 (testFocusNavigationFowrad):
1537 (testFocusNavigationBackward):
1538 * fast/dom/shadow/shadow-host-transfer-focus-expected.txt: Removed.
1539 * fast/dom/shadow/shadow-host-transfer-focus.html: Removed.
1540 * fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt:
1541 * fast/dom/shadow/tab-order-iframe-and-shadow.html:
1543 2012-03-29 Ádám Kallai <kadam@inf.u-szeged.hu>
1545 [Qt] Unreviewed gardening. Skip some failing tests.
1547 * platform/qt/Skipped:
1549 2012-03-29 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1551 [Qt] Unreviewed rebaseline after r112444
1553 * platform/qt/editing/pasteboard/select-element-1-expected.txt:
1555 2012-03-29 Sheriff Bot <webkit.review.bot@gmail.com>
1557 Unreviewed, rolling out r112500.
1558 http://trac.webkit.org/changeset/112500
1559 https://bugs.webkit.org/show_bug.cgi?id=82576
1561 assertion failed on fast/events/tab-test-not-visible-
1562 imagemap.html on gtk/qt (Requested by hayato on #webkit).
1564 * fast/dom/shadow/focus-navigation-expected.txt: Removed.
1565 * fast/dom/shadow/focus-navigation.html: Removed.
1566 * fast/dom/shadow/resources/shadow-dom.js:
1567 (getNodeInShadowTreeStack):
1568 * fast/dom/shadow/shadow-host-transfer-focus-expected.txt: Added.
1569 * fast/dom/shadow/shadow-host-transfer-focus.html: Added.
1570 * fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt:
1571 * fast/dom/shadow/tab-order-iframe-and-shadow.html:
1573 2012-03-28 Hayato Ito <hayato@chromium.org>
1575 Make focus navigation be compliant with Shadow DOM spec.
1576 https://bugs.webkit.org/show_bug.cgi?id=78588
1578 Reviewed by Dimitri Glazkov.
1580 * fast/dom/shadow/focus-navigation-expected.txt: Added.
1581 * fast/dom/shadow/focus-navigation.html: Added.
1582 * fast/dom/shadow/resources/shadow-dom.js:
1585 (getNodeInShadowTreeStack):
1587 (innermostActiveElement):
1588 (isInnermostActiveElement):
1589 (shouldNavigateFocus):
1590 (navigateFocusForward):
1591 (navigateFocusBackward):
1592 (testFocusNavigationFowrad):
1593 (testFocusNavigationBackward):
1594 * fast/dom/shadow/shadow-host-transfer-focus-expected.txt: Removed.
1595 * fast/dom/shadow/shadow-host-transfer-focus.html: Removed.
1596 * fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt:
1597 * fast/dom/shadow/tab-order-iframe-and-shadow.html:
1599 2012-03-28 Li Yin <li.yin@intel.com>
1601 [WebSocket]Browser must fail connection if Sec-WebSocket-Protocol mismatched.
1602 https://bugs.webkit.org/show_bug.cgi?id=82307
1604 Reviewed by Kent Tamura.
1606 From RFC6455: http://tools.ietf.org/html/rfc6455#section-4.1
1607 If the response includes a |Sec-WebSocket-Protocol| header field
1608 and this header field indicates the use of a subprotocol that was
1609 not present in the client's handshake (the server has indicated a
1610 subprotocol not requested by the client), the client MUST _Fail
1611 the WebSocket Connection_.
1613 * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Added.
1614 * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html: Added.
1615 * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header_wsh.py: Added.
1616 (web_socket_do_extra_handshake):
1617 (web_socket_transfer_data):
1619 2012-03-28 David Grogan <dgrogan@chromium.org>
1621 IndexedDB: don't expose IDBDatabaseError to script
1622 https://bugs.webkit.org/show_bug.cgi?id=82280
1624 Add layout test that ensures IDBDatabaseError is gone.
1626 Also change shouldBeTrue to shouldBeTrueQuiet in the boilerplate idb
1627 layout test preamble to remove a bunch of clutter from the
1628 -expected.txt files.
1630 Reviewed by Tony Chang.
1632 * storage/indexeddb/basics-expected.txt:
1633 * storage/indexeddb/basics-shared-workers-expected.txt:
1634 * storage/indexeddb/basics-workers-expected.txt:
1635 ... every indexeddb -expected.txt:
1636 Remove output from check for IDBDatabaseError.
1637 * storage/indexeddb/removed-expected.txt: Added.
1638 * storage/indexeddb/removed.html: Added.
1639 * storage/indexeddb/request-event-propagation-expected.txt:
1640 * storage/indexeddb/resources/removed.js: Added.
1642 * storage/indexeddb/resources/shared.js:
1643 (removeVendorPrefixes): Stop checking for existence of
1644 window.IDBDatabaseError.
1646 2012-03-28 Kenichi Ishibashi <bashi@chromium.org>
1648 Respects font fallback list during webfonts are loading
1649 https://bugs.webkit.org/show_bug.cgi?id=76684
1651 Reviewed by Dimitri Glazkov.
1653 Add a test that checks fallback fonts are used for layout while
1654 webfonts are loading.
1656 * http/tests/webfont/fallback-font-while-loading-expected.txt: Added.
1657 * http/tests/webfont/fallback-font-while-loading.html: Added.
1658 * http/tests/webfont/getahem.cgi: Added.
1659 * http/tests/webfont/resources/Ahem.ttf: Added.
1661 2012-03-28 Li Yin <li.yin@intel.com>
1663 [WebSocket]Reserved bits test case should cover both extension and no-extension scenarios
1664 https://bugs.webkit.org/show_bug.cgi?id=82100
1666 Reviewed by Kent Tamura.
1668 The current reserved bits test case only support extension case,
1669 Improve test case to cover both no-extension and extension scenarios.
1671 * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
1672 * http/tests/websocket/tests/hybi/reserved-bits.html:
1673 * http/tests/websocket/tests/hybi/reserved-bits_wsh.py:
1674 (web_socket_do_extra_handshake):
1676 2012-03-28 Victor Carbune <vcarbune@adobe.com>
1678 Added relevant test to support video controls display:none toggling.
1679 https://bugs.webkit.org/show_bug.cgi?id=82150
1681 Reviewed by Eric Carlson.
1683 * media/video-controls-rendering-toggle-display-none.html: Added.
1684 * platform/chromium-linux/media/video-controls-rendering-toggle-display-none-expected.png: Added.
1685 * platform/chromium-linux/media/video-controls-rendering-toggle-display-none-expected.txt: Added.
1686 * platform/chromium/test_expectations.txt: Updated expectations, more rebaselining is needed.
1688 2012-03-28 Sheriff Bot <webkit.review.bot@gmail.com>
1690 Unreviewed, rolling out r110064.
1691 http://trac.webkit.org/changeset/110064
1692 https://bugs.webkit.org/show_bug.cgi?id=82537
1694 The patch leaks the DOM when audio elements are used
1695 (Requested by sundiamonde on #webkit).
1697 * platform/gtk/test_expectations.txt:
1699 2012-03-28 Enrica Casucci <enrica@apple.com>
1701 editing/spelling/spellcheck-async-mutation.html is flakey.
1702 https://bugs.webkit.org/show_bug.cgi?id=82555
1704 Mark this test as flakey in test_expectations.
1706 * platform/mac/test_expectations.txt:
1708 2012-03-28 Enrica Casucci <enrica@apple.com>
1710 Removed editing/pasteboard/drop-text-without-selection.html from test_expectations
1711 since it now passes consistently.
1713 * platform/mac/test_expectations.txt:
1715 2012-03-28 Enrica Casucci <enrica@apple.com>
1717 Added compositing/rtl/rtl-fixed-overflow-scrolled.html to the Mac skipped list, because of
1718 <https://bugs.webkit.org/show_bug.cgi?id=82554> compositing/rtl/rtl-fixed-overflow-scrolled.html fails on
1719 Lion and SnowLeopard.
1721 * platform/mac/Skipped:
1723 2012-03-28 Simon Fraser <simon.fraser@apple.com>
1725 Rebaseline this test after the nodes were removed in r112299.
1727 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1729 2012-03-28 Dirk Pranke <dpranke@chromium.org>
1733 Unreviewed, expectations change.
1735 * platform/chromium/test_expectations.txt:
1737 2012-03-28 Simon Fraser <simon.fraser@apple.com>
1739 compositing/tiling/crash-reparent-tiled-layer.html is flakey
1740 https://bugs.webkit.org/show_bug.cgi?id=82546
1742 Mark this test as flakey in test_expectations
1744 * platform/mac/test_expectations.txt:
1746 2012-03-28 Ojan Vafai <ojan@chromium.org>
1748 More Chromium rebaselines from the expected failures tab in garden-o-matic.
1749 They all looked like straightforward text-rendering, form-control rendering or anti-aliasing issues,
1750 except for some where the new results were clearly just more correct.
1752 2012-03-28 Simon Fraser <simon.fraser@apple.com>
1754 Remove some more tests from test_expectations.txt, since the pixel test pass.
1756 * platform/mac/test_expectations.txt:
1758 2012-03-28 Simon Fraser <simon.fraser@apple.com>
1760 Remove some tests that now pass pixel tests from the list of failures.
1762 * platform/mac/test_expectations.txt:
1764 2012-03-28 David Hyatt <hyatt@apple.com>
1766 https://bugs.webkit.org/show_bug.cgi?id=81685
1768 [New Multicolumn] Add RenderMultiColumnFlowThread to hold the flow thread contents of a multi-column block.
1769 It derives from RenderFlowThread.
1771 Change layout test results to reflect the name change from RenderFlowThread to
1772 RenderNamedFlowThread. Other platforms should update results accordingly.
1774 Reviewed by Julien Chaffraix.
1776 * fast/repaint/inline-relative-positioned-expected.txt:
1777 * fast/repaint/overflow-clip-subtree-layout-expected.txt:
1778 * fast/repaint/subtree-root-clip-2-expected.txt:
1779 * fast/repaint/subtree-root-clip-3-expected.txt:
1780 * fast/repaint/subtree-root-clip-expected.txt:
1781 * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
1782 * platform/mac/fast/regions/flow-content-basic-expected.txt:
1783 * platform/mac/fast/regions/flow-content-basic-vertical-expected.txt:
1784 * platform/mac/fast/regions/flow-content-basic-vertical-rl-expected.txt:
1785 * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
1786 * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
1787 * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt:
1788 * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
1789 * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
1790 * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
1791 * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
1792 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
1793 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
1794 * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
1795 * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
1796 * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
1797 * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.txt:
1798 * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
1799 * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
1800 * platform/mac/fast/regions/region-overflow-break-expected.txt:
1801 * platform/mac/fast/regions/region-style-block-background-color-expected.txt:
1802 * platform/mac/fast/regions/region-style-block-background-color2-expected.txt:
1803 * platform/mac/fast/regions/region-style-image-background-color-expected.txt:
1804 * platform/mac/fast/regions/region-style-inline-background-color-expected.txt:
1805 * platform/mac/fast/regions/render-region-custom-style-mark-expected.txt:
1806 * platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
1807 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
1808 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
1809 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
1810 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
1811 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
1812 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
1813 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
1814 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
1815 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
1816 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
1817 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
1818 * platform/mac/fast/repaint/region-painting-invalidation-expected.txt:
1819 * platform/mac/fast/repaint/region-painting-via-layout-expected.txt:
1820 * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
1821 * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
1822 * platform/qt/fast/repaint/region-painting-invalidation-expected.txt:
1823 * platform/qt/fast/repaint/region-painting-via-layout-expected.txt:
1824 * platform/win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
1826 2012-03-27 Ryosuke Niwa <rniwa@webkit.org>
1828 Deleting a paragraph of text should not add elements for typing style
1829 https://bugs.webkit.org/show_bug.cgi?id=82401
1831 Reviewed by Enrica Casucci.
1833 Rebaselined the tests per behavior changes. Also renamed 19653-3.html to deleting-text-rests-typing-style.html
1834 which tests this behavioral change.
1836 * editing/deleting/delete-and-cleanup-expected.txt:
1837 * editing/deleting/delete-and-cleanup.html: Elements added for typing styles have been removed.
1838 * editing/deleting/delete-br-012-expected.txt: Ditto.
1839 * editing/deleting/delete-select-all-001-expected.txt: Ditto.
1840 * editing/execCommand/19653-3-expected.txt: Removed.
1841 * editing/execCommand/19653-3.html: Removed.
1842 * editing/execCommand/apply-style-text-decoration-crash-expected.txt:
1843 * editing/execCommand/delete-image-in-anchor-expected.txt: Ditto.
1844 * editing/execCommand/deleting-text-rests-typing-style-expected.txt: Copied from LayoutTests/editing/execCommand/19653-3-expected.txt.
1845 * editing/execCommand/deleting-text-rests-typing-style.html: Copied from LayoutTests/editing/execCommand/19653-3.html.
1846 * editing/inserting/5994480-2-expected.txt:
1847 * editing/inserting/5994480-2.html: Ditto; converted this test to a dump-as-markup test for clarity.
1848 * editing/pasteboard/paste-text-with-style-2-expected.txt: Elements added for typing styles have been removed.
1849 * editing/style/block-style-005-expected.txt: Ditto.
1850 * editing/pasteboard/select-element-1-expected.txt: Editing delegate dump changed but the final result remains intact.
1852 2012-03-28 Ojan Vafai <ojan@chromium.org>
1854 More Chromium rebaselines from the expected failures tab in garden-o-matic.
1855 They all looked like straightforward text-rendering or anti-aliasing issues,
1856 except for some where the new results were clearly just more correct.
1858 * fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Copied from LayoutTests/platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png.
1859 * platform/chromium-linux/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
1860 * platform/chromium-linux/fast/dynamic/containing-block-change-expected.png: Added.
1861 * platform/chromium-linux/fast/dynamic/first-letter-display-change-expected.png: Added.
1862 * platform/chromium-linux/fast/dynamic/window-resize-scrollbars-test-expected.png:
1863 * platform/chromium-linux/fast/events/updateLayoutForHitTest-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png.
1864 * platform/chromium-linux/fast/events/updateLayoutForHitTest-expected.txt: Added.
1865 * platform/chromium-mac-leopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
1866 * platform/chromium-mac-leopard/fast/dom/getElementsByClassName/011-expected.txt: Added.
1867 * platform/chromium-mac-leopard/fast/dynamic/containing-block-change-expected.png: Added.
1868 * platform/chromium-mac-leopard/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
1869 * platform/chromium-mac-leopard/fast/events/updateLayoutForHitTest-expected.png: Added.
1870 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
1871 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.txt:
1872 * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
1873 * platform/chromium-mac-snowleopard/fast/dynamic/containing-block-change-expected.png: Added.
1874 * platform/chromium-mac-snowleopard/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
1875 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png:
1876 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png:
1877 * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
1878 * platform/chromium-mac-snowleopard/fast/events/updateLayoutForHitTest-expected.png: Added.
1879 * platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
1880 * platform/chromium-mac/fast/dynamic/containing-block-change-expected.png: Added.
1881 * platform/chromium-mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
1882 * platform/chromium-mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Added.
1883 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png: Added.
1884 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.txt: Added.
1885 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png: Added.
1886 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.txt: Added.
1887 * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png: Added.
1888 * platform/chromium-mac/fast/events/updateLayoutForHitTest-expected.png: Added.
1889 * platform/chromium-mac/fast/events/updateLayoutForHitTest-expected.txt: Added.
1890 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
1891 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
1892 * platform/chromium-win/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png.
1893 * platform/chromium-win/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
1894 * platform/chromium-win/fast/dynamic/containing-block-change-expected.png: Added.
1895 * platform/chromium-win/fast/dynamic/containing-block-change-expected.txt: Added.
1896 * platform/chromium-win/fast/dynamic/first-letter-display-change-expected.png: Added.
1897 * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.png:
1898 * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1899 * platform/chromium/fast/dom/Window/get-set-properties-expected.txt:
1900 * platform/chromium/fast/dom/Window/window-property-descriptors-expected.txt: Copied from LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt.
1901 * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt:
1902 * platform/chromium/test_expectations.txt:
1903 * platform/efl/fast/dom/Window/window-property-descriptors-expected.txt: Renamed from LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt.
1904 * platform/mac/fast/dynamic/first-letter-display-change-expected.txt: Renamed from LayoutTests/fast/dynamic/first-letter-display-change-expected.txt.
1906 2012-03-28 Florin Malita <fmalita@google.com>
1908 Incorrect foreignObject hit test results when overlapping other SVG elements
1909 https://bugs.webkit.org/show_bug.cgi?id=82059
1911 Reviewed by Nikolas Zimmermann.
1913 * svg/hittest/foreign-object-background-expected.txt: Added.
1914 * svg/hittest/foreign-object-background.svg: Added.
1916 2012-03-26 Shawn Singh <shawnsingh@chromium.org>
1918 [chromium] layer->clipRect() is not initialized for layers that create a renderSurface.
1919 https://bugs.webkit.org/show_bug.cgi?id=74147
1921 Reviewed by Adrienne Walker.
1923 * platform/chromium/test_expectations.txt: marked test as needing rebaselining
1925 2012-03-28 John Abd-El-Malek <jam@chromium.org>
1926 [chromium] Update worker-multi-port-expected.txt.
1928 https://bugs.webkit.org/show_bug.cgi?id=82499
1930 Reviewed by James Robinson.
1932 * platform/chromium-win/fast/workers/worker-multi-port-expected.txt:
1934 2012-03-28 Dirk Pranke <dpranke@chromium.org>
1938 Unreviewed, expectations update.
1940 * platform/chromium/test_expectations.txt:
1942 2012-03-28 Sergio Villar Senin <svillar@igalia.com>
1944 Unreviewed, skipping 3 tests timing out after the libsoup upgrade
1947 * platform/gtk/Skipped:
1949 2012-03-28 Pavel Feldman <pfeldman@chromium.org>
1951 Not reviewed: updated chromium test expectations.
1953 * platform/chromium/test_expectations.txt:
1955 2012-03-28 Pavel Podivilov <podivilov@chromium.org>
1957 Web Inspector: dispatch console-message-added and console-messages-cleared events on UISourceCode.
1958 https://bugs.webkit.org/show_bug.cgi?id=82463
1960 Reviewed by Vsevolod Vlasov.
1962 * inspector/debugger/scripts-panel.html:
1964 2012-03-28 Yi Shen <yi.4.shen@nokia.com>
1966 An extra line break is inserted when pasting into a font element.
1967 https://bugs.webkit.org/show_bug.cgi?id=71207
1969 Reviewed by Ryosuke Niwa.
1971 Fix an editing bug where inserting text into a font element would
1972 create an extra div element in the dom tree. The
1973 WebCore::positionAvoidingPrecedingNodes() tries to set the correct
1974 destination position by checking the next visible position, however,
1975 it causes the position moves into the child element in somecase.
1976 Instead, we should only check the position in parent after node.
1978 * editing/inserting/insert-text-into-font-expected.txt: Added.
1979 * editing/inserting/insert-text-into-font.html: Added.
1981 2012-03-28 Mihai Balan <mibalan@adobe.com>
1983 [CSS Regions] Add region styling tests for interaction between region styling and scoped styles
1984 https://bugs.webkit.org/show_bug.cgi?id=82340
1986 Reviewed by Antti Koivisto.
1988 Adding tests for style interaction between region styling snd scoped style elements. Currently skipped,
1989 since scoped style elements are not enabled by default.
1991 * fast/regions/style-scoped-in-flow-expected.html: Added.
1992 * fast/regions/style-scoped-in-flow-override-container-style-expected.html: Added.
1993 * fast/regions/style-scoped-in-flow-override-container-style.html: Added.
1994 * fast/regions/style-scoped-in-flow-override-region-styling-expected.html: Added.
1995 * fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Added.
1996 * fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html: Added.
1997 * fast/regions/style-scoped-in-flow-override-region-styling.html: Added.
1998 * fast/regions/style-scoped-in-flow.html: Added.
1999 * platform/efl/Skipped:
2000 * platform/gtk/Skipped:
2001 * platform/mac/Skipped:
2002 * platform/qt/Skipped:
2003 * platform/win/Skipped:
2004 * platform/wincairo/Skipped:
2006 2012-03-28 Eugene Girard <girard@chromium.org>
2008 window.scrollBy() scrolls incorrectly when zoomed in/out
2009 https://bugs.webkit.org/show_bug.cgi?id=45228
2011 Reviewed by Simon Fraser.
2013 scrollBy now uses layout (not CSS) units. (As scrollTo does.)
2015 * fast/dom/zoom-scroll-page-test-expected.txt: Added.
2016 * fast/dom/zoom-scroll-page-test.html: Added.
2018 2012-03-28 Stephen Chenney <schenney@chromium.org>
2020 Null dereference in SVGTextElement::animatedLocalTransform()
2021 https://bugs.webkit.org/show_bug.cgi?id=82375
2023 Reviewed by Nikolas Zimmermann.
2025 * svg/custom/get-text-element-transform-crash-expected.txt: Added.
2026 * svg/custom/get-text-element-transform-crash.html: Added.
2028 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2030 Enable animVal support for SVGAnimatedPreserveAspectRatio
2031 https://bugs.webkit.org/show_bug.cgi?id=82326
2033 Reviewed by Zoltan Herczeg.
2035 Extend SVGAnimatedPreserveAspectRatio tests to cover animVal support.
2037 * svg/animations/script-tests/svgPreserveAspectRatio-animation-1.js:
2041 * svg/animations/svgPreserveAspectRatio-animation-1-expected.txt:
2042 * svg/dom/preserve-aspect-ratio-parser-expected.txt:
2043 * svg/dom/preserve-aspect-ratio-parser.html: Parsing errors now yield to 'unknown' pAR values, as desired.
2045 2012-03-28 Alexis Menard <alexis.menard@openbossa.org>
2047 Speed up updates of existing CSS properties from JS.
2048 https://bugs.webkit.org/show_bug.cgi?id=82235
2050 Reviewed by Andreas Kling.
2052 Updated expectations after behavior change on how we handle updates of
2053 CSS properties from JS. We match now Firefox where the cssText keeps the
2054 order of the properties (but modify its value) whereas before we were appending
2055 the new value at the end of the list of properties.
2057 * editing/pasteboard/data-transfer-items-expected.txt:
2058 * editing/pasteboard/onpaste-text-html-expected.txt:
2059 * fast/dom/css-set-property-exception-expected.txt:
2060 * fast/events/ondrop-text-html-expected.txt:
2061 * fast/mutation/observe-attributes-expected.txt:
2062 * fast/mutation/observe-attributes.html:
2063 * inspector/styles/styles-new-API-expected.txt:
2065 2012-03-28 Pavel Podivilov <podivilov@chromium.org>
2067 Web Inspector: breakpoints are not shown in sidebar pane after reload.
2068 https://bugs.webkit.org/show_bug.cgi?id=82351
2070 Reviewed by Pavel Feldman.
2072 * inspector/debugger/set-breakpoint-expected.txt:
2073 * inspector/debugger/set-breakpoint.html:
2075 2012-03-28 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
2077 [Qt] REGRESSION(r111480): It made svg/as-image tests assert
2078 https://bugs.webkit.org/show_bug.cgi?id=82052
2080 It also made svg/as-object tests assert
2082 Reviewed by Csaba Osztrogonác.
2084 * platform/qt/Skipped: Skip failing tests.
2086 2012-03-28 Li Yin <li.yin@intel.com>
2088 [WebSocket]The Sec-WebSocket-Protocol must not appear more than once in an HTTP response
2089 https://bugs.webkit.org/show_bug.cgi?id=82432
2091 Reviewed by Kent Tamura.
2093 From RFC6455: http://tools.ietf.org/html/rfc6455#section-11.3.4
2094 The |Sec-WebSocket-Protocol| header field must not appear
2095 more than once in an HTTP response.
2097 * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Added.
2098 * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header.html: Added.
2099 * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header_wsh.py: Added.
2100 (web_socket_do_extra_handshake):
2101 (web_socket_transfer_data):
2103 2012-03-28 Philippe Normand <pnormand@igalia.com>
2105 Unreviewed, GTK rebaseline after r112254.
2107 * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
2108 * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
2110 2012-03-28 Csaba Osztrogonác <ossy@webkit.org>
2112 [Qt] REGRESSION(r111480): It made svg/as-image tests assert
2113 https://bugs.webkit.org/show_bug.cgi?id=82052
2115 * platform/qt/Skipped: Skip failing tests.
2117 2012-03-28 Csaba Osztrogonác <ossy@webkit.org>
2119 [Qt] One more unreviewed gardening after r112301.
2121 * platform/qt-5.0/fast/dom/Window/window-properties-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk1/fast/dom/Window/window-properties-expected.png.
2122 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk1/fast/dom/Window/window-properties-expected.txt.
2124 2012-03-27 Csaba Osztrogonác <ossy@webkit.org>
2126 [Qt] Unreviewed gardening after r112301.
2128 * platform/qt-4.8/fast/dom/Window/window-properties-expected.png:
2129 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt:
2130 * platform/qt-5.0-wk1/fast/dom/Window/window-properties-expected.png: Added.
2131 * platform/qt-5.0-wk1/fast/dom/Window/window-properties-expected.txt: Renamed from LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt.
2132 * platform/qt-5.0-wk2/Skipped:
2133 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
2134 * platform/qt/fast/dom/Window/window-properties-expected.png: Removed.
2136 2012-03-27 Pavel Feldman <pfeldman@chromium.org>
2138 Not reviewed: rebaselined chromium expectations.
2140 * platform/chromium-mac-leopard/fast/text/unicode-variation-selector-expected.png:
2141 * platform/chromium-mac-leopard/fast/text/unicode-variation-selector-expected.txt: Added.
2143 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2147 Unreviewed, expectations changes.
2149 * platform/chromium/test_expectations.txt:
2151 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2153 Restore a couple of leopard/snowleopard expectations I overzealously deleted.
2155 Unreviewed, expectations change.
2157 * platform/chromium/test_expectations.txt:
2159 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2161 Remove move tests passing on win and linux.
2163 Unreviewed, expectations change.
2165 * platform/chromium/test_expectations.txt:
2167 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2169 Remove more tests passing on lion
2171 Unreviewed, expectations change.
2173 * platform/chromium/test_expectations.txt:
2175 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2177 Add suppression for flaky plugins/netscape-dom-access-and-reload.html on mac and linux.
2179 Unreviewed, expectations change.
2181 * platform/chromium/test_expectations.txt:
2183 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2185 Remove more passing tests, tighten overly broad expectations.
2187 Unreviewed, expectations change.
2189 * platform/chromium/test_expectations.txt:
2191 2012-03-27 Tony Chang <tony@chromium.org>
2193 use the correct size when computing flex-pack space
2194 https://bugs.webkit.org/show_bug.cgi?id=82378
2196 Reviewed by Ojan Vafai.
2198 * css3/flexbox/flex-pack-expected.txt:
2199 * css3/flexbox/flex-pack.html:
2201 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2203 Remove a bunch of lines that are no longer failing.
2205 Unreviewed, expectations change.
2207 * platform/chromium/test_expectations.txt:
2209 2012-03-27 Adam Klein <adamk@chromium.org>
2211 Hold a reference to refChild in insertBefore before calling collectChildrenAndRemoveFromOldParent
2212 https://bugs.webkit.org/show_bug.cgi?id=82377
2214 Reviewed by Ryosuke Niwa.
2216 * fast/dom/insertBefore-refChild-crash-expected.txt: Added.
2217 * fast/dom/insertBefore-refChild-crash.html: Added.
2219 2012-03-27 Ryosuke Niwa <rniwa@webkit.org>
2221 cssText should not generate literal 'initial' in shorthand properties
2222 https://bugs.webkit.org/show_bug.cgi?id=82364
2224 Reviewed by Antti Koivisto.
2226 * fast/css/cssText-shorthand-expected.txt: Rebaselined.
2227 * fast/css/cssText-shorthand.html:
2229 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2231 Change media/track/track-delete-during-startup bug #
2233 Unreviewed, expectations change.
2235 * platform/chromium/test_expectations.txt:
2237 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2239 Mark media/track/track-delete-during-startup as crashing in debug.
2241 Unreviewed, expectations change.
2243 * platform/chromium/test_expectations.txt:
2245 2012-03-27 Dirk Pranke <dpranke@chromium.org>
2247 Unreviewed, expectations change.
2249 Mark css3/filters/custom/effect-custom-parameters.html as an image failure on linux debug, 32-bit
2251 * platform/chromium/test_expectations.txt:
2253 2012-03-27 Joe Thomas <joethomas@motorola.com>
2255 Implement vw/vh/vmin (viewport sizes) from CSS3 Values and Units
2256 https://bugs.webkit.org/show_bug.cgi?id=27160
2258 Reviewed by Antti Koivisto.
2260 vw/vh/vmin are implemented as primitive length units. Added the parsing logic for these new units.
2261 New Length types such as ViewportRelativeWidth, ViewportRelativeHeight and ViewportRelativeMin are added for these length units
2262 and included the support for fetching the value of these relative units based on the current viewport size.
2264 The specification related to this implementation is http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
2266 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Added.
2267 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Added.
2268 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Added.
2269 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Added.
2270 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Added.
2271 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Added.
2272 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Added.
2273 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Added.
2274 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Added.
2275 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Added.
2276 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Added.
2277 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Added.
2278 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Added.
2279 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Added.
2280 * fast/dom/Window/window-properties-expected.txt:
2281 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2282 * platform/mac/fast/dom/Window/window-properties-expected.txt:
2283 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2284 * platform/win/fast/dom/Window/window-properties-expected.txt:
2286 2012-03-27 Andreas Kling <kling@webkit.org>
2288 Unreviewed, skip fast/events/dropzone-005.html on mac-wk1.
2290 It has been failing since its introduction and is skipped for every
2293 * platform/mac/Skipped:
2295 2012-03-27 Pavel Podivilov <podivilov@chromium.org>
2297 Web Inspector: testSourceMapCouldNotBeLoaded logs different error messages on different platforms.
2298 https://bugs.webkit.org/show_bug.cgi?id=82314
2300 Reviewed by Vsevolod Vlasov.
2302 * http/tests/inspector/compiler-script-mapping.html:
2303 * platform/gtk/Skipped:
2305 2012-03-27 Yury Semikhatsky <yurys@chromium.org>
2307 Web Inspector: simplify heap profiler front-end
2308 https://bugs.webkit.org/show_bug.cgi?id=82338
2310 Reviewed by Pavel Feldman.
2312 * inspector/profiler/heap-snapshot.html:
2314 2012-03-27 Pavel Podivilov <podivilov@chromium.org>
2316 Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode.
2317 https://bugs.webkit.org/show_bug.cgi?id=82318
2319 Reviewed by Vsevolod Vlasov.
2321 * inspector/debugger/breakpoint-manager.html:
2323 2012-03-27 Alexei Filippov <alexeif@chromium.org>
2325 Web Inspector: Fix missing objects in the dominators view.
2326 https://bugs.webkit.org/show_bug.cgi?id=82194
2328 Due to the nature of dominators tree it is not possible to hide internal
2329 objects there because they may happen to contain user objects that can't
2331 Besides that it fixes a small bug in HeapSnapshotArraySlice.slice
2334 Reviewed by Yury Semikhatsky.
2336 * inspector/profiler/heap-snapshot-expected.txt:
2337 * inspector/profiler/heap-snapshot.html:
2339 2012-03-27 Alexis Menard <alexis.menard@openbossa.org>
2341 Increase code sharing between CSSComputedStyleDeclaration and CSSPropertyLonghand.
2342 https://bugs.webkit.org/show_bug.cgi?id=82261
2344 Reviewed by Ryosuke Niwa.
2346 Update expectation as it was relying on inaccurate order. All other outline related tests
2347 are expecting the same order (e.g. fast/getComputedStyle/getComputedStyle-outline-shorthand) as well
2350 * fast/css/cssText-shorthand-expected.txt:
2351 * fast/css/cssText-shorthand.html:
2353 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2355 Enable animVal support for SVGAnimatedRect
2356 https://bugs.webkit.org/show_bug.cgi?id=82317
2358 Reviewed by Zoltan Herczeg.
2360 Extend SVGAnimatedRect tests to cover animVal support.
2362 * svg/animations/script-tests/svgrect-animation-1.js:
2366 * svg/animations/script-tests/svgrect-animation-2.js:
2370 * svg/animations/svgrect-animation-1-expected.txt:
2371 * svg/animations/svgrect-animation-2-expected.txt:
2373 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2375 Not reviewed. Use shouldBe() instead of shouldBeCloseEnough() when testing the baseVal in the SVGAngle tests.
2376 It doesn't get animated, and thus isn't timing dependant. All other tests are correct.
2378 * svg/animations/script-tests/svgangle-animation-deg-to-grad.js:
2382 * svg/animations/script-tests/svgangle-animation-deg-to-rad.js:
2386 * svg/animations/script-tests/svgangle-animation-grad-to-deg.js:
2390 * svg/animations/script-tests/svgangle-animation-grad-to-rad.js:
2394 * svg/animations/script-tests/svgangle-animation-rad-to-deg.js:
2398 * svg/animations/script-tests/svgangle-animation-rad-to-grad.js:
2403 2012-03-27 Csaba Osztrogonác <ossy@webkit.org>
2405 [Qt] Unreviewed gardening. Skip accidentally unskipped tests again.
2407 * platform/qt/Skipped:
2409 2012-03-27 Pavel Feldman <pfeldman@chromium.org>
2411 Not reviewed: chromium baselines updated.
2413 * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Removed.
2415 2012-03-27 Csaba Osztrogonác <ossy@webkit.org>
2417 [Qt] Unreviewed gardening after r112229.
2419 * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
2420 * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt:
2421 * platform/qt/fast/table/quote-text-around-iframe-expected.png:
2422 * platform/qt/fast/table/quote-text-around-iframe-expected.txt:
2424 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2426 Enable animVal support for SVGAnimatedString
2427 https://bugs.webkit.org/show_bug.cgi?id=82316
2429 Reviewed by Zoltan Herczeg.
2431 Add new test covering animVal+SVGAnimatedString.
2433 * svg/animations/script-tests/svgstring-animation-1.js: Added.
2438 * svg/animations/svgstring-animation-1-expected.txt: Added.
2439 * svg/animations/svgstring-animation-1.html: Added.
2441 2012-03-27 Philippe Normand <pnormand@igalia.com>
2443 Unreviewed, GTK rebaseline after r112229.
2445 * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.txt:
2446 * platform/gtk/fast/table/quote-text-around-iframe-expected.txt:
2448 2012-03-26 Pavel Podivilov <podivilov@chromium.org>
2450 Web Inspector: store UIBreakpoints on UISourceCode.
2451 https://bugs.webkit.org/show_bug.cgi?id=82214
2453 Reviewed by Vsevolod Vlasov.
2455 * inspector/debugger/breakpoint-manager.html:
2457 2012-03-27 Szilard Ledan <szledan@inf.u-szeged.hu>
2459 [Qt] Unskipped 5 passing tests.
2461 Reviewed by Csaba Osztrogonác.
2463 * platform/qt/Skipped:
2465 2012-03-27 Csaba Osztrogonác <ossy@webkit.org>
2467 [Qt] Unreviewed gardening, skip a failing test.
2469 * platform/qt-5.0-wk2/Skipped:
2471 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2473 Enable animVal support for SVGAnimatedBoolean
2474 https://bugs.webkit.org/show_bug.cgi?id=82311
2476 Reviewed by Antti Koivisto.
2478 Extend SVGAnimatedBoolean tests to cover animVal support.
2480 * svg/animations/script-tests/svgboolean-animation-1.js:
2484 * svg/animations/svgboolean-animation-1-expected.txt:
2486 2012-03-27 Philippe Normand <pnormand@igalia.com>
2488 Unreviewed, skip an inspector test failing on 64-bit Debug GTK bot.
2490 * platform/gtk/Skipped:
2492 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2494 <img style='width: 100%' src='foo.svg'> gets pixellated when stretched
2495 https://bugs.webkit.org/show_bug.cgi?id=81631
2497 Reviewed by Antti Koivisto.
2499 Add new tests covering setting only one of width/height to a percentage when embedding SVGs into <img>s.
2501 * platform/chromium/test_expectations.txt: Update expectations.
2502 * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Update changed result - slight rounding difference.
2503 * platform/mac/fast/table/quote-text-around-iframe-expected.png: Update changed result, now the default intrinsic size respects scaling.
2504 * platform/mac/fast/table/quote-text-around-iframe-expected.txt: Ditto.
2505 * svg/as-image/img-relative-height-expected.html: Added.
2506 * svg/as-image/img-relative-height.html: Added.
2507 * svg/as-image/img-relative-width-expected.html: Added.
2508 * svg/as-image/img-relative-width.html: Added.
2509 * svg/as-image/resources/island.svg: Added.
2510 * svg/as-image/svg-non-integer-scaled-image-expected.png:
2511 * svg/as-image/svg-non-integer-scaled-image-expected.txt:
2513 2012-03-27 Philippe Normand <pnormand@igalia.com>
2515 Unreviewed, skip two new xmlhttprequest failures on GTK.
2517 * platform/gtk/Skipped:
2519 2012-03-27 Csaba Osztrogonác <ossy@webkit.org>
2521 [Qt] Unreviewed gardening. Skip a new asserting test.
2523 * platform/qt/Skipped:
2525 2012-03-27 Nikolas Zimmermann <nzimmermann@rim.com>
2527 SVGAnimatedType should support SVGAnimatedIntegerOptionalInteger animation
2528 https://bugs.webkit.org/show_bug.cgi?id=67563
2530 Reviewed by Dirk Schulze.
2532 Extend SVGAnimatedInteger tests to cover animVal support.
2534 * svg/animations/script-tests/svginteger-animation-1.js:
2538 * svg/animations/script-tests/svginteger-animation-2.js: Copied from LayoutTests/svg/animations/script-tests/svginteger-animation-1.js.
2543 * svg/animations/svginteger-animation-1-expected.txt:
2544 * svg/animations/svginteger-animation-2-expected.txt: Added.
2545 * svg/animations/svginteger-animation-2.html: Added.
2547 2012-03-25 Nikolas Zimmermann <nzimmermann@rim.com>
2549 Enable animVal support for SVGAngle
2550 https://bugs.webkit.org/show_bug.cgi?id=82144
2552 Reviewed by Rob Buis.
2554 Update tests after enabling animVal support for SVGAnimatedAngle.
2556 * svg/animations/script-tests/svgangle-animation-deg-to-grad.js:
2559 * svg/animations/script-tests/svgangle-animation-deg-to-rad.js:
2562 * svg/animations/script-tests/svgangle-animation-grad-to-deg.js:
2565 * svg/animations/script-tests/svgangle-animation-grad-to-rad.js:
2568 * svg/animations/script-tests/svgangle-animation-rad-to-deg.js:
2571 * svg/animations/script-tests/svgangle-animation-rad-to-grad.js:
2574 * svg/animations/svgangle-animation-deg-to-grad-expected.txt:
2575 * svg/animations/svgangle-animation-deg-to-rad-expected.txt:
2576 * svg/animations/svgangle-animation-grad-to-deg-expected.txt:
2577 * svg/animations/svgangle-animation-grad-to-rad-expected.txt:
2578 * svg/animations/svgangle-animation-rad-to-deg-expected.txt:
2579 * svg/animations/svgangle-animation-rad-to-grad-expected.txt:
2581 2012-03-27 Yury Semikhatsky <yurys@chromium.org>
2583 Web Inspector: remove remains of path finder in heap profiler front-end
2584 https://bugs.webkit.org/show_bug.cgi?id=82304
2586 Removed remainders of heap path finder as this code is not used anymore.
2588 Reviewed by Pavel Feldman.
2590 * inspector/profiler/heap-snapshot-expected.txt:
2591 * inspector/profiler/heap-snapshot.html:
2593 2012-03-27 Philippe Normand <pnormand@igalia.com>
2595 Unreviewed, GTK rebaseline.
2597 * platform/gtk/editing/inserting/before-after-input-element-expected.txt:
2598 * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt:
2600 2012-03-27 Bill Budge <bbudge@chromium.org>
2602 cross-origin XMLHttpRequest doesn't work with redirect
2603 https://bugs.webkit.org/show_bug.cgi?id=57600
2605 Reviewed by Adam Barth.
2607 Adds tests to verify that an asynchronous XHR load that receives a redirect
2608 response follows the CORS redirect steps.
2609 Follows the CORS spec as described in the Latest Editor Draft at:
2610 http://www.w3.org/TR/cors/
2612 * http/tests/security/resources/cors-redirect.php: Removed.
2613 * http/tests/security/xhr-cors-redirect.html: Removed.
2614 * http/tests/xmlhttprequest/access-control-and-redirects-async-expected.txt: Added.
2615 * http/tests/xmlhttprequest/access-control-and-redirects-async.html: Added.
2616 * http/tests/xmlhttprequest/resources/redirect-cors.php: Added.
2618 2012-03-27 Philippe Normand <pnormand@igalia.com>
2620 Unreviewed, GTK gardening after r112112.
2622 * platform/gtk/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
2624 2012-03-27 Pavel Feldman <pfeldman@chromium.org>
2626 Not reviewed: fixing Emil's rebaselined of of textfield-overflow for chromium.
2628 * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Added.
2629 * platform/chromium-mac/fast/forms/textfield-overflow-expected.txt: Removed.
2631 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
2633 Not reviewed: chromium expectations updated.
2635 * platform/chromium/test_expectations.txt:
2637 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
2639 Not reviewed: chromium expectations updated.
2641 * platform/chromium/test_expectations.txt:
2643 2012-03-26 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2645 [EFL] More gardening, update some fast/replaced expectations.
2647 * platform/efl/fast/replaced/001-expected.png:
2648 * platform/efl/fast/replaced/002-expected.png:
2649 * platform/efl/fast/replaced/003-expected.png:
2650 * platform/efl/fast/replaced/004-expected.png:
2651 * platform/efl/fast/replaced/005-expected.png:
2652 * platform/efl/fast/replaced/007-expected.png:
2653 * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
2654 * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
2655 * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
2656 * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
2657 * platform/efl/fast/replaced/applet-disabled-positioned-expected.png:
2658 * platform/efl/fast/replaced/applet-rendering-java-disabled-expected.png:
2659 * platform/efl/fast/replaced/border-radius-clip-expected.png:
2660 * platform/efl/fast/replaced/image-resize-width-expected.png:
2661 * platform/efl/fast/replaced/image-sizing-expected.png:
2662 * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
2663 * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
2664 * platform/efl/fast/replaced/max-width-percent-expected.png:
2665 * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
2666 * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
2667 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
2668 * platform/efl/fast/replaced/replaced-breaking-expected.png:
2669 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
2670 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
2671 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
2672 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
2673 * platform/efl/fast/replaced/selection-rect-transform-expected.png:
2674 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
2675 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
2676 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
2677 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
2678 * platform/efl/fast/replaced/width100percent-button-expected.png:
2679 * platform/efl/fast/replaced/width100percent-image-expected.png:
2680 * platform/efl/fast/replaced/width100percent-textarea-expected.png:
2681 * platform/efl/fast/replaced/width100percent-textfield-expected.png:
2683 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
2685 Not reviewed: chromium test expectations lint.
2687 * platform/chromium/test_expectations.txt:
2689 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
2691 Not reviewed: marking fast/events/platform-wheelevent-* as flaky on
2692 Chromium Snow Leopard.
2694 * platform/chromium/test_expectations.txt:
2696 2012-03-26 Pablo Flouret <pablof@motorola.com>
2698 Fix flaky test fast/eventsource/eventsource-url-attribute.html
2699 https://bugs.webkit.org/show_bug.cgi?id=82257
2701 Reviewed by Ryosuke Niwa.
2703 The test used http://localhost, chosen as a semi-random url, but since
2704 it doesn't return a text/event-stream mime-type sometimes a console
2705 warning would appear. Moved the test to the http folder and changed it
2706 to use a resource with the correct mime-type.
2708 * http/tests/eventsource/eventsource-url-attribute-expected.txt: Renamed from LayoutTests/fast/eventsource/eventsource-url-attribute-expected.txt.
2709 * http/tests/eventsource/eventsource-url-attribute.html: Renamed from LayoutTests/fast/eventsource/eventsource-url-attribute.html.
2711 2012-03-26 David Grogan <dgrogan@chromium.org>
2713 Extract logic of indexeddb html layout tests into js files that can
2714 be run from either a worker or a window.
2716 The two changed -expected.txt files are just for line numbers in JS
2720 - transaction-abort-with-js-recursion.html
2721 - transaction-abort-with-js-recursion-cross-frame.html
2723 - structured-clone.html
2725 The first four simulate mouse events and the last isn't really a test.
2726 structured-clone.html will be refactored for worker compatibility in a
2729 https://bugs.webkit.org/show_bug.cgi?id=81440
2731 Reviewed by Tony Chang.
2733 * storage/indexeddb/constants.html:
2734 * storage/indexeddb/create-and-remove-object-store.html:
2735 * storage/indexeddb/create-object-store-options.html:
2736 ... every html file in storage/indexeddb except the ones listed above
2738 * storage/indexeddb/exception-in-event-aborts-expected.txt:
2739 line number in javascript error message changed
2740 * storage/indexeddb/version-change-abort-expected.txt:
2741 line number in javascript error message changed
2743 2012-03-26 Ken Buchanan <kenrb@chromium.org>
2745 Assert failure from capitalized RenderTextFragment
2746 https://bugs.webkit.org/show_bug.cgi?id=82096
2748 Reviewed by Ryosuke Niwa.
2750 Test that exercises failure condition in bug 82096.
2752 * fast/css/first-letter-capitalized-edit-select-crash-expected.txt: Added
2753 * fast/css/first-letter-capitalized-edit-select-crash.html: Added
2755 2012-03-26 Shinya Kawanaka <shinyak@chromium.org>
2757 Triggers assertion if dragging from outside of <meter> in a shadow tree to inside of it.
2758 https://bugs.webkit.org/show_bug.cgi?id=82177
2760 Reviewed by Dimitri Glazkov.
2762 * fast/dom/shadow/drag-to-meter-in-shadow-crash-expected.txt: Added.
2763 * fast/dom/shadow/drag-to-meter-in-shadow-crash.html: Added.
2765 2012-03-26 Adam Barth <abarth@webkit.org>
2767 When <img crossorigin> fails the CORS check, we should fire the error event
2768 https://bugs.webkit.org/show_bug.cgi?id=81998
2770 Reviewed by Nate Chapin.
2772 Check that we're firing the error event in this case.
2774 * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt:
2775 * http/tests/security/img-with-failed-cors-check-fails-to-load.html:
2777 2012-03-26 Ryosuke Niwa <rniwa@webkit.org>
2779 Rebaseline after r112177.
2781 * fast/dom/css-dom-read-2-expected.txt:
2783 2012-03-26 Adam Barth <abarth@webkit.org>
2785 FrameLoader::shouldAllowNavigation uses Frame for context rather than Document
2786 https://bugs.webkit.org/show_bug.cgi?id=81020
2788 Reviewed by Eric Seidel.
2790 Test that a script from an inactive document doesn't inherit the
2791 navigation privileges of the document that currently occupies the
2794 * http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child-expected.txt: Added.
2795 * http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html: Added.
2796 * http/tests/security/frameNavigation/resources/fail.html: Added.
2797 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html:
2798 * http/tests/security/frameNavigation/resources/popup-ready-to-navigate-child.html: Added.
2800 2012-03-26 Ojan Vafai <ojan@chromium.org>
2802 More Chromium rebaselines for assorted failing tests. Almost all of the differences
2803 are text rendering or antialiasing. Some of them are imperceptibly different shades
2804 of a color for tests that aren't testing that (e.g the test tests clipping).
2806 2012-03-23 Ryosuke Niwa <rniwa@webkit.org>
2808 cssText should use shorthand notations
2809 https://bugs.webkit.org/show_bug.cgi?id=81737
2811 Reviewed by Enrica Casucci.
2813 Rebaseline existing tests and add a regression test for unprefixed CSS properties with
2814 the exception of -webkit-border-horizontal/vertical-spacing (the shorthand version of
2815 these properties (border-spacing) is unprefixed.
2817 * editing/pasteboard/paste-and-sanitize-expected.txt: Uses border instead of longhand
2818 properties as desired.
2819 * editing/pasteboard/paste-and-sanitize.html:
2820 * editing/style/non-inheritable-styles-expected.txt: Ditto.
2821 * fast/css/background-position-serialize-expected.txt: No longer emits "background-*:
2822 initial" as desired.
2823 * fast/css/cssText-shorthand-expected.txt: Added.
2824 * fast/css/cssText-shorthand.html: Added.
2825 * fast/css/remove-shorthand-expected.txt:
2826 * fast/css/remove-shorthand.html: Modified to do elaborative comparison of the lists of
2827 properties before and after removing a shorthand since now removing a shorthand property
2828 may end up adding new longhand property.
2829 * fast/css/uri-token-parsing-expected.txt:
2830 * fast/css/uri-token-parsing.html: Uses shorthand properties instead of longhand equivalents.
2831 * inspector/styles/styles-update-from-js-expected.txt: Ditto.
2832 * printing/page-rule-css-text-expected.txt: Ditto.
2834 2012-03-26 Emil A Eklund <eae@chromium.org>
2836 Unreviewed test_expectations update for chromium.
2838 * platform/chromium/test_expectations.txt:
2840 2012-03-26 Adam Klein <adamk@chromium.org>
2842 V8RecursionScope should not hold a raw pointer to ScriptExecutionContext
2843 https://bugs.webkit.org/show_bug.cgi?id=82222
2845 Reviewed by Eric Seidel.
2847 * fast/frames/resources/subframe-load-js-url-crash-iframe.html: Added.
2848 * fast/frames/subframe-load-js-url-crash-expected.txt: Added.
2849 * fast/frames/subframe-load-js-url-crash.html: Added.
2851 2012-03-26 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2853 [EFL] Unreviewed gardening i fast/frames, fast/html and
2856 * platform/efl/Skipped:
2857 * platform/efl/fast/frames/001-expected.png:
2858 * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
2859 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
2860 * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
2861 * platform/efl/fast/frames/frame-navigation-expected.png:
2862 * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
2863 * platform/efl/fast/frames/frameset-style-recalc-expected.png:
2864 * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
2865 * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
2866 * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
2867 * platform/efl/fast/frames/viewsource-attribute-expected.png:
2868 * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
2869 * platform/efl/fast/html/details-add-child-1-expected.png: Added.
2870 * platform/efl/fast/html/details-add-child-2-expected.png: Added.
2871 * platform/efl/fast/html/details-add-details-child-1-expected.png: Added.
2872 * platform/efl/fast/html/details-add-details-child-2-expected.png: Added.
2873 * platform/efl/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png.
2874 * platform/efl/fast/html/details-add-summary-1-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png.
2875 * platform/efl/fast/html/details-add-summary-10-and-click-expected.png: Added.
2876 * platform/efl/fast/html/details-add-summary-10-expected.png: Added.
2877 * platform/efl/fast/html/details-add-summary-2-and-click-expected.png: Added.
2878 * platform/efl/fast/html/details-add-summary-2-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png.
2879 * platform/efl/fast/html/details-add-summary-3-and-click-expected.png: Added.
2880 * platform/efl/fast/html/details-add-summary-3-expected.png: Added.
2881 * platform/efl/fast/html/details-add-summary-4-and-click-expected.png: Added.
2882 * platform/efl/fast/html/details-add-summary-4-expected.png: Added.
2883 * platform/efl/fast/html/details-add-summary-5-and-click-expected.png: Added.
2884 * platform/efl/fast/html/details-add-summary-5-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png.
2885 * platform/efl/fast/html/details-add-summary-6-and-click-expected.png: Added.
2886 * platform/efl/fast/html/details-add-summary-6-expected.png: Added.
2887 * platform/efl/fast/html/details-add-summary-7-and-click-expected.png: Added.
2888 * platform/efl/fast/html/details-add-summary-7-expected.png: Added.
2889 * platform/efl/fast/html/details-add-summary-8-and-click-expected.png: Added.
2890 * platform/efl/fast/html/details-add-summary-8-expected.png: Added.
2891 * platform/efl/fast/html/details-add-summary-9-and-click-expected.png: Added.
2892 * platform/efl/fast/html/details-add-summary-9-expected.png: Added.
2893 * platform/efl/fast/html/details-add-summary-child-1-expected.png: Added.
2894 * platform/efl/fast/html/details-add-summary-child-2-expected.png: Added.
2895 * platform/efl/fast/html/details-nested-1-expected.png: Added.
2896 * platform/efl/fast/html/details-nested-2-expected.png: Added.
2897 * platform/efl/fast/html/details-no-summary1-expected.png: Added.
2898 * platform/efl/fast/html/details-no-summary2-expected.png: Added.
2899 * platform/efl/fast/html/details-no-summary3-expected.png: Added.
2900 * platform/efl/fast/html/details-no-summary4-expected.png: Added.
2901 * platform/efl/fast/html/details-open-javascript-expected.png: Added.
2902 * platform/efl/fast/html/details-open1-expected.png: Added.
2903 * platform/efl/fast/html/details-open2-expected.png: Added.
2904 * platform/efl/fast/html/details-open3-expected.png: Added.
2905 * platform/efl/fast/html/details-open4-expected.png: Added.
2906 * platform/efl/fast/html/details-open5-expected.png: Added.
2907 * platform/efl/fast/html/details-open6-expected.png: Added.
2908 * platform/efl/fast/html/details-position-expected.png: Added.
2909 * platform/efl/fast/html/details-remove-child-1-expected.png: Added.
2910 * platform/efl/fast/html/details-remove-child-2-expected.png: Added.
2911 * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2912 * platform/efl/fast/html/details-remove-summary-1-expected.png: Added.
2913 * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2914 * platform/efl/fast/html/details-remove-summary-2-expected.png: Added.
2915 * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2916 * platform/efl/fast/html/details-remove-summary-3-expected.png: Added.
2917 * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2918 * platform/efl/fast/html/details-remove-summary-4-expected.png: Added.
2919 * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2920 * platform/efl/fast/html/details-remove-summary-5-expected.png: Added.
2921 * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2922 * platform/efl/fast/html/details-remove-summary-6-expected.png: Added.
2923 * platform/efl/fast/html/details-remove-summary-child-1-expected.png: Added.
2924 * platform/efl/fast/html/details-remove-summary-child-2-expected.png: Added.
2925 * platform/efl/fast/html/details-replace-summary-child-expected.png: Added.
2926 * platform/efl/fast/html/details-replace-text-expected.png: Added.
2927 * platform/efl/fast/html/details-writing-mode-expected.png: Added.
2928 * platform/efl/fast/html/link-rel-stylesheet-expected.png:
2929 * platform/efl/fast/html/listing-expected.png:
2930 * platform/efl/fast/html/marquee-scroll-expected.png:
2931 * platform/efl/fast/html/marquee-scrollamount-expected.png:
2932 * platform/efl/fast/lists/001-expected.png:
2933 * platform/efl/fast/lists/001-vertical-expected.png:
2934 * platform/efl/fast/lists/002-expected.png:
2935 * platform/efl/fast/lists/002-vertical-expected.png:
2936 * platform/efl/fast/lists/003-expected.png:
2937 * platform/efl/fast/lists/003-vertical-expected.png:
2938 * platform/efl/fast/lists/005-expected.png:
2939 * platform/efl/fast/lists/005-vertical-expected.png:
2940 * platform/efl/fast/lists/007-expected.png:
2941 * platform/efl/fast/lists/007-vertical-expected.png:
2942 * platform/efl/fast/lists/008-expected.png:
2943 * platform/efl/fast/lists/008-vertical-expected.png:
2944 * platform/efl/fast/lists/anonymous-items-expected.png:
2945 * platform/efl/fast/lists/big-list-marker-expected.png:
2946 * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
2947 * platform/efl/fast/lists/li-br-expected.png:
2948 * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
2949 * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
2950 * platform/efl/fast/lists/marker-image-error-expected.png:
2951 * platform/efl/fast/lists/markers-in-selection-expected.png:
2952 * platform/efl/fast/lists/ol-display-types-expected.png:
2953 * platform/efl/fast/lists/ol-start-parsing-expected.png:
2954 * platform/efl/fast/lists/olstart-expected.png:
2955 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
2956 * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
2958 2012-03-26 Ojan Vafai <ojan@chromium.org>
2960 Chromium rebaselines for test failing due to text rendering or antialiasing differences.
2961 Changes to non-chromium results were from "webkit-patch optimize-baselines".
2963 2012-03-26 Tony Chang <tony@chromium.org>
2965 apply cross axis constraints before aligning children in flexbox
2966 https://bugs.webkit.org/show_bug.cgi?id=82240
2968 Reviewed by Ojan Vafai.
2970 * css3/flexbox/flex-align-expected.txt:
2971 * css3/flexbox/flex-align.html:
2973 2012-03-26 Ojan Vafai <ojan@chromium.org>
2975 The css3/selectors3/xml tests are flaky on Leopard as well.
2977 * platform/chromium/test_expectations.txt:
2979 2012-03-25 Gavin Barraclough <barraclough@apple.com>
2981 Greek sigma is handled wrong in case independent regexp.
2982 https://bugs.webkit.org/show_bug.cgi?id=82063
2984 Reviewed by Oliver Hunt.
2986 * fast/regex/script-tests/unicodeCaseInsensitive.js: Added.
2987 (shouldBeTrue.ucs2CodePoint):
2988 * fast/regex/unicodeCaseInsensitive-expected.txt: Added.
2989 * fast/regex/unicodeCaseInsensitive.html: Added.
2990 - Added test cases for case-insensitive matches of non-ascii characters.
2992 2012-03-26 Emil A Eklund <eae@chromium.org>
2994 Unreviewed test_expectations update for chromium.
2996 * platform/chromium/test_expectations.txt:
2998 2012-03-26 Emil A Eklund <eae@chromium.org>
3000 Unreviewed rebaseline for fast/forms/textfield-overflow.
3002 * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Removed.
3003 * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: Added.
3004 * platform/chromium-mac/fast/forms/textfield-overflow-expected.txt: Added.
3006 2012-03-26 Emil A Eklund <eae@chromium.org>
3008 Unreviewed test_expectations update for chromium.
3010 * platform/chromium/test_expectations.txt:
3012 2012-03-26 Antaryami Pandia <antaryami.pandia@motorola.com>
3014 An <area> element remains focusable even though its associated <img> is not rendered.
3015 https://bugs.webkit.org/show_bug.cgi?id=71788
3017 Reviewed by Andy Estes.
3019 Test sequential focus navigation.
3021 * fast/events/tab-test-not-visible-imagemap-expected.txt: Added.
3022 * fast/events/tab-test-not-visible-imagemap.html: Added.
3024 2012-03-26 Ojan Vafai <ojan@chromium.org>
3026 Trim the set of flaky css3/selectors3/xml tests on SnowLeopard to
3027 the set that are actually flaky on the bots.
3029 * platform/chromium/test_expectations.txt:
3031 2012-03-26 Julien Chaffraix <jchaffraix@webkit.org>
3033 Fix Qt after r112113 and r112112.
3037 * platform/qt/Skipped:
3038 Skipped a new test that is failing.
3040 * platform/qt/fast/forms/textfield-overflow-expected.txt:
3041 Updated the baseline as it matches other ports.
3043 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
3045 Not reviewed: chromium baselines for c543-txt-decor-000.
3047 * platform/chromium-linux/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3048 * platform/chromium-mac-leopard/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3049 * platform/chromium-mac-snowleopard/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3050 * platform/chromium-mac/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3051 * platform/chromium-win/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3052 * platform/chromium-win/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
3054 2012-03-26 Dan Bernstein <mitz@apple.com>
3056 Removed Mac WebKit2-specific expected results for this test, which were added in r90097.
3058 * platform/mac-wk2/fast/forms/textfield-overflow-expected.txt: Removed.
3060 2012-03-26 Mike Lawther <mikelawther@chromium.org>
3062 CSS3 calc: mixed percent/absolute for box-reflect
3063 https://bugs.webkit.org/show_bug.cgi?id=82161
3065 Reviewed by Ojan Vafai.
3067 * css3/calc/box-reflect-expected.html: Added.
3068 * css3/calc/box-reflect.html: Added.
3070 2012-03-26 Mike Lawther <mikelawther@chromium.org>
3072 CSS3 calc: mixed percent/absolute support for vertical-align
3073 https://bugs.webkit.org/show_bug.cgi?id=82152
3075 Reviewed by Ojan Vafai.
3077 * css3/calc/vertical-align-expected.html: Added.
3078 * css3/calc/vertical-align.html: Added.
3080 2012-03-26 Stephen Chenney <schenney@chromium.org>
3082 Failure to invalidate text position attributes when DOM changes
3083 https://bugs.webkit.org/show_bug.cgi?id=81464
3085 Reviewed by Nikolas Zimmermann.
3087 * svg/custom/delete-modified-text-in-defs-crash-expected.txt: Added.
3088 * svg/custom/delete-modified-text-in-defs-crash.svg: Added.
3090 2012-03-26 Florin Malita <fmalita@google.com>
3092 Rebaseline zoom-foreignObject.svg CR results
3093 https://bugs.webkit.org/show_bug.cgi?id=82205
3095 Unreviewed Chromium rebaseline.
3097 * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.png:
3098 * platform/chromium-mac-leopard/svg/zoom/text/zoom-foreignObject-expected.png: Added.
3099 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added.
3100 * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png:
3101 * platform/chromium-mac/svg/zoom/text/zoom-foreignObject-expected.png:
3102 * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png:
3103 * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png:
3104 * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.png:
3105 * platform/chromium/test_expectations.txt:
3107 2012-03-26 Julien Chaffraix <jchaffraix@webkit.org>
3109 REGRESSION (r110065-r110080): fast/forms/placeholder-set-attribute.html is failing intermittently because WebKit fails to repaint after setting the placeholder attribute
3110 https://bugs.webkit.org/show_bug.cgi?id=81802
3112 Reviewed by Dan Bernstein.
3114 * platform/mac/Skipped: Unskip the test on Mac. The other platforms are either
3115 skipping it for other reasons or did not have a specific entry for the flakiness.
3117 2012-03-26 Julien Chaffraix <jchaffraix@webkit.org>
3119 REGRESSION(r110072): fast/forms/textfield-overflow.html is failing
3120 https://bugs.webkit.org/show_bug.cgi?id=80531
3122 Reviewed by Ojan Vafai.
3124 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
3125 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
3126 This is a progression. The <input> now takes the full cell's space instead of
3129 * platform/efl/Skipped:
3130 * platform/efl/test_expectations.txt:
3131 * platform/gtk/Skipped:
3132 * platform/gtk/test_expectations.txt:
3133 * platform/mac/Skipped:
3134 * platform/qt/Skipped:
3135 * platform/win/Skipped:
3136 Re-enable fast/forms/textfield-overflow.html as it should be passing.
3137 Also disabled colspanMinWidth-vertical.html on platforms without a rebaseline.
3139 * platform/chromium/test_expectations.txt:
3140 Ditto and marked fast/repaint/search-field-cancel.html as failing image only.
3142 2012-03-26 SravanKumar Sandela <ssandela@innominds.com>
3144 Supersede t1504-c543-txt-decor-00-d-g.html with c543-txt-decor-000.html
3145 https://bugs.webkit.org/show_bug.cgi?id=82120
3147 Reviewed by Pavel Feldman.
3149 Test css2.1/t1504-c543-txt-decor-00-d-g.html is outdated and had
3150 some issues, hence removed and superseding it with c543-txt-decor-000.html. Also,
3151 copied two support png files from css2.1/support to css2.1/20110323/support.
3153 * css2.1/20110323/c543-txt-decor-000-expected.png: Added.
3154 * css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
3155 * css2.1/20110323/c543-txt-decor-000.html: Added.
3156 * css2.1/20110323/support/square-purple.png: Added.
3157 * css2.1/20110323/support/square-teal.png: Added.
3158 * css2.1/t1504-c543-txt-decor-00-d-g.html: Removed.
3159 * platform/chromium-linux/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3160 * platform/chromium-mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3161 * platform/chromium-mac-snowleopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3162 * platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3163 * platform/chromium-win/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3164 * platform/chromium-win/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed.
3165 * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3166 * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed.
3167 * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3168 * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed.
3169 * platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3170 * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed.
3171 * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed.
3172 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed.
3174 2012-03-26 Csaba Osztrogonác <ossy@webkit.org>
3176 [Qt] Unreviewed gardening, add Qt specific expected results for new passsing tests.
3178 * platform/qt/Skipped: Skip a new failing test.
3179 * platform/qt/editing/selection/selection-button-text-expected.png: Added.
3180 * platform/qt/editing/selection/selection-button-text-expected.txt: Added.
3181 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
3182 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
3183 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
3184 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
3185 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
3186 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
3187 * platform/qt/svg/custom/use-extern-href-expected.png: Added.
3188 * platform/qt/svg/custom/use-extern-href-expected.txt: Added.
3189 * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
3190 * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.txt: Added.
3192 2012-03-26 Csaba Osztrogonác <ossy@webkit.org>
3194 [Qt][Mac] Skip failing tests to paint the bot green.
3196 * platform/qt-mac/Skipped:
3198 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
3200 Web Inspector: 'use strict' exceptions stop in inspector code
3201 https://bugs.webkit.org/show_bug.cgi?id=82199
3203 Reviewed by Yury Semikhatsky.
3205 * inspector/console/console-format-collections-expected.txt:
3206 * inspector/console/console-format-collections.html:
3207 * platform/chromium/inspector/console/console-format-collections-expected.txt:
3209 2012-03-26 Mihai Balan <mibalan@adobe.com>
3211 [CSS Regions] In region styling (@-webkit-region) the position for CSS rules is incorrectly computed
3212 https://bugs.webkit.org/show_bug.cgi?id=81901
3214 Reviewed by Antti Koivisto.
3216 Ref tests for bug #81901. Testing that CSS rules position is properly computed when having multiple
3217 @-webkit-region declarations.
3219 * fast/regions/region-style-rule-position-expected.html: Added.
3220 * fast/regions/region-style-rule-position.html: Added.
3222 2012-03-26 Csaba Osztrogonác <ossy@webkit.org>
3224 [Qt] Unreviewed gardening. Remove tests, because the original change was rolled out.
3226 * platform/qt-5.0-wk2/Skipped:
3228 2012-03-26 János Badics <jbadics@inf.u-szeged.hu>
3230 [Qt] Running these two tests gives different results on 32 and
3231 64 bit systems so they have been skipped until they're fixed.
3233 Reviewed by Csaba Osztrogonác.
3235 * platform/qt/Skipped:
3237 2012-03-26 Philip Rogers <pdr@google.com>
3239 Add invalid bounding box concept to SVG containers
3240 https://bugs.webkit.org/show_bug.cgi?id=81104
3242 Reviewed by Nikolas Zimmermann.
3244 * svg/custom/getBBox-empty-container-expected.txt: Added.
3245 * svg/custom/getBBox-empty-container.html: Added.
3247 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
3249 Not reviewed: [chromium] rebaselining plugins/embed-attributes-style.
3251 * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
3253 2012-03-26 Pavel Feldman <pfeldman@chromium.org>
3255 Not reviewed: [chromium] rebaselining compositing/plugins/composited-plugin.
3257 * platform/chromium-mac-leopard/compositing/plugins/composited-plugin-expected.png:
3258 * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
3260 2012-03-26 Alexander Pavlov <apavlov@chromium.org>
3262 Web Inspector: [REGRESSION] Workarounds for security checks when retrieving stylesheet rule lists are broken
3263 https://bugs.webkit.org/show_bug.cgi?id=82191
3265 Reviewed by Vsevolod Vlasov.
3267 * http/tests/inspector/modify-cross-domain-rule-expected.txt: Added.
3268 * http/tests/inspector/modify-cross-domain-rule.html: Added.
3269 * http/tests/inspector/styles/modify-cross-domain-rule.css: Added.
3272 2012-03-26 Szilard Ledan <szledan@inf.u-szeged.hu>
3274 [Qt] Unskip passing tests from the 'new tests without expected results' section.
3276 Reviewed by Csaba Osztrogonác.
3278 * platform/qt/Skipped:
3279 * platform/qt/compositing/overflow/ancestor-overflow-expected.png: Added.
3280 * platform/qt/compositing/overflow/ancestor-overflow-expected.txt: Added.
3281 * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.png: Added.
3282 * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.txt: Added.
3283 * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
3284 * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
3285 * platform/qt/fast/backgrounds/border-radius-split-background-expected.png: Added.
3286 * platform/qt/fast/backgrounds/border-radius-split-background-expected.txt: Added.
3287 * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
3288 * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
3289 * platform/qt/fast/backgrounds/mask-box-image-expected.png: Added.
3290 * platform/qt/fast/backgrounds/mask-box-image-expected.txt: Added.
3291 * platform/qt/fast/block/float/fit_line_below_floats-expected.png: Added.
3292 * platform/qt/fast/block/float/fit_line_below_floats-expected.txt: Added.
3293 * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
3294 * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
3295 * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
3296 * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
3297 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
3298 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
3299 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
3300 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
3301 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
3302 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
3303 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
3304 * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
3305 * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
3306 * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
3307 * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
3308 * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
3309 * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
3310 * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
3311 * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
3312 * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
3313 * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
3314 * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
3315 * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
3316 * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
3317 * platform/qt/fast/block/float/overhanging-tall-block-expected.png: Added.
3318 * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Added.
3319 * platform/qt/fast/block/lineboxcontain/none-expected.png: Added.
3320 * platform/qt/fast/block/lineboxcontain/none-expected.txt: Added.
3321 * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
3322 * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
3323 * platform/qt/fast/borders/border-image-slice-constrained-expected.png: Added.
3324 * platform/qt/fast/borders/border-image-slice-constrained-expected.txt: Added.
3325 * platform/qt/fast/borders/border-styles-split-expected.png: Added.
3326 * platform/qt/fast/borders/border-styles-split-expected.txt: Added.
3327 * platform/qt/fast/borders/mixed-border-styles-radius2-expected.png: Added.
3328 * platform/qt/fast/borders/mixed-border-styles-radius2-expected.txt: Added.
3329 * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
3330 * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
3331 * platform/qt/fast/box-shadow/inset-box-shadows-expected.png: Added.
3332 * platform/qt/fast/box-shadow/inset-box-shadows-expected.txt: Added.
3333 * platform/qt/fast/box-shadow/scaled-box-shadow-expected.png: Added.
3334 * platform/qt/fast/box-shadow/scaled-box-shadow-expected.txt: Added.
3335 * platform/qt/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
3336 * platform/qt/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
3337 * platform/qt/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
3338 * platform/qt/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
3339 * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
3340 * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.txt: Added.
3341 * platform/qt/fast/css/font-face-weight-matching-expected.png: Added.
3342 * platform/qt/fast/css/font-face-weight-matching-expected.txt: Added.
3343 * platform/qt/fast/css/non-empty-span-expected.png: Added.
3344 * platform/qt/fast/css/non-empty-span-expected.txt: Added.
3345 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
3346 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
3347 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
3348 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
3349 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
3350 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
3351 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
3352 * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
3353 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
3354 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
3355 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
3356 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
3357 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
3358 * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
3359 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
3360 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
3361 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
3362 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
3363 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
3364 * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
3365 * platform/qt/fast/css/transformed-mask-expected.png: Added.
3366 * platform/qt/fast/css/transformed-mask-expected.txt: Added.
3367 * platform/qt/fast/dom/52776-expected.png: Added.
3368 * platform/qt/fast/dom/52776-expected.txt: Added.
3369 * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added.
3370 * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
3371 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png: Added.
3372 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
3373 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png: Added.
3374 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
3375 * platform/qt/fast/forms/listbox-bidi-align-expected.png: Added.
3376 * platform/qt/fast/forms/listbox-bidi-align-expected.txt: Added.
3377 * platform/qt/fast/forms/placeholder-position-expected.png:
3378 * platform/qt/fast/forms/placeholder-position-expected.txt:
3379 * platform/qt/fast/forms/range/input-appearance-range-expected.png: Added.
3380 * platform/qt/fast/forms/range/input-appearance-range-expected.txt: Added.
3381 * platform/qt/fast/forms/select-overflow-scroll-expected.png: Added.
3382 * platform/qt/fast/forms/select-overflow-scroll-expected.txt: Added.
3383 * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
3384 * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
3385 * platform/qt/fast/forms/textfield-focus-ring-expected.png: Added.
3386 * platform/qt/fast/forms/textfield-focus-ring-expected.txt: Added.
3387 * platform/qt/fast/line-grid/line-align-left-edges-expected.png: Added.
3388 * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Added.
3389 * platform/qt/fast/line-grid/line-align-right-edges-expected.png: Added.
3390 * platform/qt/fast/line-grid/line-align-right-edges-expected.txt: Added.
3391 * platform/qt/fast/line-grid/line-grid-contains-value-expected.png: Added.
3392 * platform/qt/fast/line-grid/line-grid-contains-value-expected.txt: Added.
3393 * platform/qt/fast/line-grid/line-grid-floating-expected.png: Added.
3394 * platform/qt/fast/line-grid/line-grid-floating-expected.txt: Added.
3395 * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png: Added.
3396 * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
3397 * platform/qt/fast/line-grid/line-grid-into-columns-expected.png: Added.
3398 * platform/qt/fast/line-grid/line-grid-into-columns-expected.txt: Added.
3399 * platform/qt/fast/line-grid/line-grid-into-floats-expected.png: Added.
3400 * platform/qt/fast/line-grid/line-grid-into-floats-expected.txt: Added.
3401 * platform/qt/fast/line-grid/line-grid-positioned-expected.png: Added.
3402 * platform/qt/fast/line-grid/line-grid-positioned-expected.txt: Added.
3403 * platform/qt/fast/multicol/positioned-split-expected.png: Added.
3404 * platform/qt/fast/multicol/positioned-split-expected.txt: Added.
3405 * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
3406 * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
3407 * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
3408 * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
3409 * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
3410 * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
3411 * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png: Added.
3412 * platform/qt/fast/repaint/transform-rotate-and-remove-expected.txt: Added.
3413 * platform/qt/fast/text/hyphenate-limit-before-after-expected.png: Added.
3414 * platform/qt/fast/text/hyphenate-limit-before-after-expected.txt: Added.
3415 * platform/qt/fast/text/unicode-variation-selector-expected.png: Added.
3416 * platform/qt/fast/text/unicode-variation-selector-expected.txt: Added.
3417 * platform/qt/fast/writing-mode/fallback-orientation-expected.png: Added.
3418 * platform/qt/fast/writing-mode/fallback-orientation-expected.txt: Added.
3419 * platform/qt/http/tests/misc/slow-loading-mask-expected.png: Added.
3420 * platform/qt/http/tests/misc/slow-loading-mask-expected.txt: Added.
3421 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
3422 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
3423 * platform/qt/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
3424 * platform/qt/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
3425 * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
3426 * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Added.
3427 * platform/qt/svg/custom/mask-colorspace-expected.png: Added.
3428 * platform/qt/svg/custom/mask-colorspace-expected.txt: Added.
3429 * platform/qt/svg/custom/object-no-size-attributes-expected.png: Added.
3430 * platform/qt/svg/custom/object-no-size-attributes-expected.txt: Added.
3431 * platform/qt/svg/custom/object-sizing-explicit-height-expected.png: Added.
3432 * platform/qt/svg/custom/object-sizing-explicit-height-expected.txt: Added.
3433 * platform/qt/svg/custom/object-sizing-explicit-width-expected.png: Added.
3434 * platform/qt/svg/custom/object-sizing-explicit-width-expected.txt: Added.
3435 * platform/qt/svg/custom/path-moveto-only-rendering-expected.png: Added.
3436 * platform/qt/svg/custom/path-moveto-only-rendering-expected.txt: Added.
3437 * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
3438 * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
3439 * platform/qt/svg/custom/relative-sized-image-expected.png: Added.
3440 * platform/qt/svg/custom/relative-sized-image-expected.txt: Added.
3441 * platform/qt/svg/custom/subpaths-moveto-only-rendering-expected.png: Added.
3442 * platform/qt/svg/custom/subpaths-moveto-only-rendering-expected.txt: Added.
3443 * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
3444 * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added.
3445 * platform/qt/svg/custom/svg-fonts-segmented-expected.png: Added.
3446 * platform/qt/svg/custom/svg-fonts-segmented-expected.txt: Added.
3447 * platform/qt/svg/custom/use-disappears-after-style-update-expected.png: Added.
3448 * platform/qt/svg/custom/use-disappears-after-style-update-expected.txt: Added.
3449 * platform/qt/svg/filters/feColorMatrix-offset-expected.png: Added.
3450 * platform/qt/svg/filters/feColorMatrix-offset-expected.txt: Added.
3451 * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
3452 * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added.
3453 * platform/qt/svg/filters/feImage-change-target-id-expected.png: Added.
3454 * platform/qt/svg/filters/feImage-change-target-id-expected.txt: Added.
3455 * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
3456 * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt: Added.