1 2012-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3 [CSS Exclusions] SVG shape errors should invalidate exclusion shapes
4 https://bugs.webkit.org/show_bug.cgi?id=91761
6 Reviewed by Andreas Kling.
8 Test that negative heights. widths, and radiuses are ignored.
10 * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
11 * fast/exclusions/parsing-wrap-shape-lengths.html:
13 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
15 [Qt] css3/selectors3 rebaseline after new test fonts
16 https://bugs.webkit.org/show_bug.cgi?id=92038
18 Reviewed by Alexis Menard.
20 * platform/qt-5.0-wk1/Skipped:
21 * platform/qt-5.0-wk2/Skipped: These tests are failing because of <input> default size in
22 WK2, which is different than the expected results generated from WK1. Moved them to
23 appropriate block in skipped list.
24 * platform/qt-5.0/Skipped:
25 * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
26 * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
27 * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
28 * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
29 * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
30 * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
31 * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
32 * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:
34 2012-07-23 Tony Chang <tony@chromium.org>
36 Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.
38 * fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
39 * platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
40 * platform/chromium/TestExpectations:
41 * platform/gtk/fast/frames/valid-expected.txt: Removed.
42 * platform/mac/fast/frames/valid-expected.txt: Removed.
44 2012-07-23 Andrew Wilson <atwilson@chromium.org>
46 Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.
48 * platform/chromium/TestExpectations:
50 2012-07-23 Kwang Yul Seo <skyul@company100.net>
52 Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
53 https://bugs.webkit.org/show_bug.cgi?id=91703
55 Reviewed by Adam Barth.
57 Updated test expectation for html5lib/runner-expected.txt
58 because now resources/scripted/adoption01.dat passes.
60 * html5lib/runner-expected.txt:
62 2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
64 [Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
65 https://bugs.webkit.org/show_bug.cgi?id=92023
69 * platform/qt-5.0/Skipped:
70 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
71 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
72 * platform/qt/Skipped:
73 * platform/qt/svg/in-html/by-reference-expected.txt:
74 * platform/qt/svg/in-html/circle-expected.png:
75 * platform/qt/svg/in-html/circle-expected.txt:
76 * platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
77 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
78 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
79 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
80 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
81 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
82 * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
83 * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
84 * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
85 * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
86 * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
87 * platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
88 * platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
89 * platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
90 * platform/qt/svg/wicd/rightsizing-grid-expected.png:
91 * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
92 * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
93 * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
94 * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
95 * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
96 * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
97 * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
98 * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
99 * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
100 * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:
102 2012-07-23 Gregg Tavares <gman@google.com>
104 Fix WebGL texSubImage2D for cube maps
105 https://bugs.webkit.org/show_bug.cgi?id=91927
107 Reviewed by Kenneth Russell.
109 Tests for WebGL texSubImage2D for cube maps.
111 * fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
112 * fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.
114 2012-07-23 Filip Pizlo <fpizlo@apple.com>
116 DFG is too aggressive in performing the specific value optimization on loads
117 https://bugs.webkit.org/show_bug.cgi?id=92034
119 Reviewed by Mark Hahnenberg.
121 * fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
122 * fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
123 * fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
124 * fast/js/dfg-resolve-global-specific-dictionary.html: Added.
125 * fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
127 * fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
131 2012-07-23 Filip Pizlo <fpizlo@apple.com>
133 REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
134 https://bugs.webkit.org/show_bug.cgi?id=92002
136 Unskip test that this change fixes, as requested by Ossy.
138 * platform/qt/Skipped:
140 2012-07-23 Andrew Wilson <atwilson@chromium.org>
142 More unreviewed chromium expectation changes to mark tests as failing/slow.
143 * platform/chromium/TestExpectations:
145 2012-06-12 Jer Noble <jer.noble@apple.com>
147 MediaController.currentTime should be kept stable during script execution.
148 https://bugs.webkit.org/show_bug.cgi?id=88555
150 Reviewed by Eric Carlson.
152 * media/media-controller-time-constant-expected.txt: Added.
153 * media/media-controller-time-constant.html: Added.
155 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
157 [Qt] dom/xhtml/level3/core rebaseline after new test fonts
158 https://bugs.webkit.org/show_bug.cgi?id=92028
162 * platform/qt-5.0/Skipped:
163 * platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
164 * platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
165 * platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
166 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
167 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
168 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
169 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
170 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
171 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
172 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
173 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
174 * platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
175 * platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:
177 2012-07-23 Simon Fraser <simon.fraser@apple.com>
179 Part 2 of: Implement sticky positioning
180 https://bugs.webkit.org/show_bug.cgi?id=90046
182 Reviewed by Ojan Vafai.
184 Test for parsing and returning fro getComputedStyle() the new
185 -webkit-sticky value for position.
187 * fast/css/sticky/parsing-position-sticky-expected.txt: Added.
188 * fast/css/sticky/parsing-position-sticky.html: Added.
189 * fast/css/sticky/resources/parsing-position-sticky.js: Added.
192 2012-07-23 Andrew Wilson <atwilson@chromium.org>
194 Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.
196 * platform/chromium/TestExpectations:
198 2012-07-23 Stephen Chenney <schenney@chromium.org>
200 Crash when setting empty class name on a new element
201 https://bugs.webkit.org/show_bug.cgi?id=92024
203 Reviewed by Andreas Kling.
205 Add a check for null attributeData() when setting the className to an
206 empty string on a newly created element.
208 * svg/custom/empty-className-baseVal-crash-expected.txt: Added.
209 * svg/custom/empty-className-baseVal-crash.html: Added.
211 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
213 [Qt] tables/mozilla_expected_failures rebaseline after new test fonts
214 https://bugs.webkit.org/show_bug.cgi?id=92013
218 * platform/qt-5.0/Skipped:
219 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
221 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
223 [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
224 https://bugs.webkit.org/show_bug.cgi?id=92017
226 Reviewed by Alexis Menard.
228 * platform/qt-5.0-wk2/Skipped:
229 * platform/qt-5.0/Skipped:
230 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
231 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
232 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
233 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
234 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
235 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
236 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
237 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
238 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
239 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
241 2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
243 [Qt] svg/zoom needs update after new testfonts
244 https://bugs.webkit.org/show_bug.cgi?id=92007
246 Reviewed by Alexis Menard.
248 * platform/qt-5.0-wk2/Skipped:
249 * platform/qt-5.0/Skipped:
250 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
251 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
252 * platform/qt/Skipped:
253 * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
254 * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
255 * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
256 * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
257 * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
258 * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
259 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
260 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
261 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
262 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
263 * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
264 * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
265 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
266 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
267 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
268 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
269 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
270 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
271 * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
272 * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
273 * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
274 * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
275 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
276 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
277 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
278 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
279 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
280 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
281 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
282 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
283 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
284 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
285 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
286 * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
287 * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
288 * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
289 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
290 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
291 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
292 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
293 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
294 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
295 * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
296 * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
297 * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
298 * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
300 2012-07-23 Andrew Wilson <atwilson@chromium.org>
302 Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.
304 * platform/chromium/TestExpectations:
306 2012-07-23 Andrew Wilson <atwilson@chromium.org>
308 Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.
310 * platform/chromium/TestExpectations:
312 2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
314 Unreviewed, rolling out r123362.
315 http://trac.webkit.org/changeset/123362
316 https://bugs.webkit.org/show_bug.cgi?id=92020
318 uploaded wrong expectations :( bad caio (Requested by cmarcelo
321 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
322 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
323 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
324 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
325 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
326 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
327 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
328 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
329 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
330 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
331 * platform/qt-5.0-wk2/Skipped:
332 * platform/qt-5.0/Skipped:
333 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
334 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
335 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
336 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
337 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
338 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
339 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
340 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
341 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
342 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
344 2012-07-23 Andrew Wilson <atwilson@chromium.org>
346 Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
347 https://bugs.webkit.org/show_bug.cgi?id=92019
349 * platform/chromium/TestExpectations:
351 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
353 [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
354 https://bugs.webkit.org/show_bug.cgi?id=92017
356 Reviewed by Alexis Menard.
358 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
359 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
360 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
361 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
362 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
363 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
364 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
365 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
366 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
367 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
368 * platform/qt-5.0-wk2/Skipped:
369 * platform/qt-5.0/Skipped:
370 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
371 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
372 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
373 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
374 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
375 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
376 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
377 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
378 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
379 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
381 2012-07-23 Ryosuke Niwa <rniwa@webkit.org>
383 REGRESSION(r123281): childNodes sometimes returns wrong nodes
384 https://bugs.webkit.org/show_bug.cgi?id=92014
386 Reviewed by Anders Carlsson.
388 Added an integration regression test that caught this bug.
390 * fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
391 * fast/dom/NodeList/childNodes-reverse-iteration.html: Added.
393 2012-07-23 Luciano Wolf <luciano.wolf@openbossa.org>
395 [Qt] animations needs rebaseline after new test fonts
396 https://bugs.webkit.org/show_bug.cgi?id=91997
398 Reviewed by Noam Rosenthal.
400 Updating skipped tests inside animations directory.
402 * platform/qt-5.0/Skipped:
403 * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
404 * platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
405 * platform/qt/animations/additive-transform-animations-expected.txt:
406 * platform/qt/animations/cross-fade-background-image-expected.txt:
407 * platform/qt/animations/cross-fade-border-image-source-expected.txt:
408 * platform/qt/animations/cross-fade-list-style-image-expected.txt:
409 * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
410 * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
411 * platform/qt/animations/missing-values-first-keyframe-expected.txt:
412 * platform/qt/animations/missing-values-last-keyframe-expected.txt:
413 * platform/qt/animations/state-at-end-event-expected.txt:
415 2012-07-23 Pierre Rossi <pierre.rossi@gmail.com>
417 Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
418 https://bugs.webkit.org/show_bug.cgi?id=91006
420 Reviewed by Ryosuke Niwa.
422 Extend the touch-handler-count test to also cover the hasListenerType logic.
424 * fast/events/touch/touch-handler-count-expected.txt:
425 * fast/events/touch/touch-handler-count.html:
427 2012-07-23 Andrew Wilson <atwilson@chromium.org>
429 Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
430 https://bugs.webkit.org/show_bug.cgi?id=24182
432 * platform/chromium/TestExpectations:
434 2012-07-23 Andrew Wilson <atwilson@chromium.org>
436 Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
437 https://bugs.webkit.org/show_bug.cgi?id=24182
439 * platform/chromium/TestExpectations:
441 2012-07-23 Andrew Wilson <atwilson@chromium.org>
443 Unreviewed chromium expectations change after r123302.
444 https://bugs.webkit.org/show_bug.cgi?id=91806
446 * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
447 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
448 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
450 2012-07-23 Andrew Wilson <atwilson@chromium.org>
452 Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.
454 * platform/chromium/TestExpectations:
456 2012-07-23 Vincent Scheib <scheib@chromium.org>
458 Skip http/tests/pointer-lock on ports that do not support pointer lock.
462 * platform/efl/Skipped:
463 * platform/mac/Skipped:
464 * platform/qt/Skipped:
465 * platform/win/Skipped:
466 * platform/wincairo/Skipped:
468 2012-07-21 Vincent Scheib <scheib@chromium.org>
470 webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
471 https://bugs.webkit.org/show_bug.cgi?id=91892
473 Reviewed by Adam Barth.
475 Tests verifying the behavior of accessing
476 webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
477 from different origins.
479 * http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
480 * http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
481 * http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
482 * http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
483 * http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
484 * http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
485 * http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
486 * http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
487 * http/tests/resources/pointer-lock/iframe-common.js: Added.
490 * http/tests/resources/pointer-lock/inner-iframe.html: Added.
491 * http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
492 (runOnKeyPress.keypressHandler):
493 * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
494 * pointer-lock/locked-element-iframe-removed-from-dom.html:
495 * pointer-lock/locked-element-removed-from-dom-expected.txt:
496 * pointer-lock/locked-element-removed-from-dom.html:
498 2012-07-23 Zan Dobersek <zandobersek@gmail.com>
500 Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
501 moving them to the top of the expected failures section.
503 * platform/gtk/TestExpectations:
505 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
507 [Qt] Unreviewed gardening. Skip the failing tests.
509 * platform/qt/Skipped:
511 2012-07-23 Csaba Osztrogonác <ossy@webkit.org>
513 [Qt] DumpRenderTree does not use 'monospace' font when directed
514 https://bugs.webkit.org/show_bug.cgi?id=85203
516 Unreviewed gardening.
518 * platform/qt-4.8/Skipped: Unskip now passing tests.
520 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
522 [Qt] editing/inserting/multiple-lines-selected.html fails
523 https://bugs.webkit.org/show_bug.cgi?id=91993
525 Reviewed by Simon Hausmann.
527 Removing wrong expected results, adding it to the skipped list.
529 * platform/qt-5.0/Skipped:
530 * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
531 * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.
533 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
535 [Qt] editing/inserting rebaseline after new test fonts
536 https://bugs.webkit.org/show_bug.cgi?id=91985
540 * platform/qt-5.0-wk1/Skipped:
541 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
542 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
543 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
544 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
545 * platform/qt-5.0-wk2/Skipped:
546 * platform/qt-5.0/Skipped:
547 * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
548 * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
549 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
550 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
551 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
552 * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
553 * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
554 * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
555 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
556 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
557 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
558 * platform/qt/editing/inserting/4960120-1-expected.png:
559 * platform/qt/editing/inserting/before-after-input-element-expected.png:
560 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
561 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
562 * platform/qt/editing/inserting/insert-div-009-expected.png: Added.
563 * platform/qt/editing/inserting/insert-div-009-expected.txt:
564 * platform/qt/editing/inserting/insert-div-010-expected.png: Added.
565 * platform/qt/editing/inserting/insert-div-010-expected.txt:
567 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
569 [EFL] media/controls-styling.html is failing
570 https://bugs.webkit.org/show_bug.cgi?id=91984
572 Reviewed by Eric Carlson.
574 Rebaseline media controls styling tests now that the
575 EFL port properly ensures that overriding CSS
576 properties won't affect the media controls.
578 * platform/efl/media/controls-styling-expected.png:
579 * platform/efl/media/controls-styling-expected.txt:
580 * platform/efl/media/controls-styling-strict-expected.png:
581 * platform/efl/media/controls-styling-strict-expected.txt:
583 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
585 [EFL] fast/layers/video-layer.html needs rebasing after r123320
586 https://bugs.webkit.org/show_bug.cgi?id=91978
588 Unreviewed EFL gardening, regenerate baseline for
589 fast/layers/video-layer.html after r123320.
591 * platform/efl/fast/layers/video-layer-expected.txt:
593 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
595 [Qt] Unreviewed gardening.
597 * platform/qt/Skipped:
599 2012-07-23 Andrei Poenaru <poenaru@adobe.com>
601 [Qt] new test introduced in r123205 fails on Qt
602 https://bugs.webkit.org/show_bug.cgi?id=91967
604 Reviewed by Kenneth Rohde Christiansen.
606 Skipped WebInspector test that needs CSS Regions enabled.
608 * platform/qt/Skipped:
610 2012-07-23 Zan Dobersek <zandobersek@gmail.com>
612 Unreviewed GTK gardening.
614 Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.
616 * platform/gtk/TestExpectations:
618 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
620 [EFL] media/controls-styling-strict.html is failing
621 https://bugs.webkit.org/show_bug.cgi?id=91960
623 Reviewed by Kenneth Rohde Christiansen.
625 Update test expectations for media tests now that
626 we use "display: -webkit-box;" for the current-time
629 * platform/efl/media/audio-controls-rendering-expected.txt:
630 * platform/efl/media/audio-repaint-expected.png:
631 * platform/efl/media/audio-repaint-expected.txt:
632 * platform/efl/media/controls-layout-direction-expected.png:
633 * platform/efl/media/controls-strict-expected.png:
634 * platform/efl/media/controls-strict-expected.txt:
635 * platform/efl/media/controls-styling-expected.txt:
636 * platform/efl/media/controls-styling-strict-expected.png: Added.
637 * platform/efl/media/controls-styling-strict-expected.txt: Added.
638 * platform/efl/media/media-controls-clone-expected.png:
639 * platform/efl/media/media-controls-clone-expected.txt:
640 * platform/efl/media/video-aspect-ratio-expected.png:
641 * platform/efl/media/video-layer-crash-expected.png:
642 * platform/efl/media/video-transformed-expected.png:
643 * platform/efl/media/video-zoom-controls-expected.png:
644 * platform/efl/media/video-zoom-controls-expected.txt:
645 * platform/efl/media/video-zoom-expected.png:
647 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
649 [EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
650 https://bugs.webkit.org/show_bug.cgi?id=91959
652 Unreviewed EFL gardening. Skip flaky Web Inspector test case.
654 * platform/efl/TestExpectations:
656 2012-07-23 Hayato Ito <hayato@chromium.org>
658 ComposedShadowTreeWalker should skip an empty insertion points.
659 https://bugs.webkit.org/show_bug.cgi?id=91826
661 Reviewed by Hajime Morita.
663 * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
664 * fast/dom/shadow/composed-shadow-tree-walker.html:
666 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
668 [Qt] Unreviewed gardening. Skip the new failing tests.
670 * platform/qt/Skipped:
672 2012-07-23 Li Yin <li.yin@intel.com>
674 Improve AudioChannelSplitter test
675 https://bugs.webkit.org/show_bug.cgi?id=91962
677 Reviewed by Kentaro Hara.
679 Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
680 The numberOfOutputs parameter determines the number of outputs.
681 Values of up to 32 must be supported. If not specified, then 6 will be used.
683 * webaudio/audiochannelsplitter-expected.txt:
684 * webaudio/audiochannelsplitter.html:
686 2012-07-22 Li Yin <li.yin@intel.com>
688 Improve BiquadFilterNode test case
689 https://bugs.webkit.org/show_bug.cgi?id=90937
691 Reviewed by Kentaro Hara.
693 Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
694 Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.
696 * webaudio/biquadfilternode-basic-expected.txt:
697 * webaudio/biquadfilternode-basic.html:
699 2012-07-22 Yoshifumi Inoue <yosin@chromium.org>
701 [Tests] Rename fast/forms/number/*.html to number-*.html
702 https://bugs.webkit.org/show_bug.cgi?id=91806
704 Reviewed by Kent Tamura.
706 This patch renames test scripts and expected text/images to same
707 naming scheme(name starts with "number-"), for fast/forms/number.
709 This patch also updates TestExpectations and Skipped files in platform
710 directory for test name change.
712 This patch is a part of forms input type test arrangement.
713 https://bugs.webkit.org/show_bug.cgi?id=91805
715 * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
716 * fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
717 * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
718 * fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
719 * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
720 * fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
721 * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
722 * fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
723 * fast/forms/number/input-appearance-number-rtl.html: Removed.
724 * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
725 * fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
726 * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
727 * fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
728 * fast/forms/number/input-number-blur-twice-expected.txt: Removed.
729 * fast/forms/number/input-number-blur-twice.html: Removed.
730 * fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
731 * fast/forms/number/input-number-change-type-on-focus.html: Removed.
732 * fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
733 * fast/forms/number/input-number-commit-valid-only.html: Removed.
734 * fast/forms/number/input-number-crash-expected.txt: Removed.
735 * fast/forms/number/input-number-crash.html: Removed.
736 * fast/forms/number/input-number-events-expected.txt: Removed.
737 * fast/forms/number/input-number-events.html: Removed.
738 * fast/forms/number/input-number-keyoperation-expected.txt: Removed.
739 * fast/forms/number/input-number-keyoperation.html: Removed.
740 * fast/forms/number/input-number-large-padding-expected.txt: Removed.
741 * fast/forms/number/input-number-large-padding.html: Removed.
742 * fast/forms/number/input-number-outofrange-expected.txt: Removed.
743 * fast/forms/number/input-number-outofrange.html: Removed.
744 * fast/forms/number/input-number-size-expected.txt: Removed.
745 * fast/forms/number/input-number-size.html: Removed.
746 * fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
747 * fast/forms/number/input-number-spinbutton-crash.html: Removed.
748 * fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
749 * fast/forms/number/input-number-unacceptable-style.html: Removed.
750 * fast/forms/number/input-number-validation-message-expected.txt: Removed.
751 * fast/forms/number/input-number-validation-message.html: Removed.
752 * fast/forms/number/input-number-wheel-expected.txt: Removed.
753 * fast/forms/number/input-number-wheel.html: Removed.
754 * fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
755 * fast/forms/number/input-spinbutton-capturing.html: Removed.
756 * fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
757 * fast/forms/number/input-valueasnumber-number.html: Removed.
758 * fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
759 * fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
760 * fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
761 * fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
762 * fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
763 * fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
764 * fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
765 * fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
766 * fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
767 * fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
768 * fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
769 * fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
770 * fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
771 * fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
772 * fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
773 * fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
774 * fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
775 * fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
776 * fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
777 * fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
778 * fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
779 * fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
780 * fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
781 * fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
782 * fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
783 * fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
784 * fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
785 * fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
786 * fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
787 * fast/forms/number/number-spinbutton-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt.
788 * fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
789 * fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
790 * fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
791 * fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
792 * fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
793 * fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
794 * fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
795 * fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
796 * fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
797 * fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
798 * fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
799 * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
800 * fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
801 * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
802 * fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
803 * fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
804 * fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
805 * fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
806 * fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
807 * fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
808 * fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
809 * fast/forms/number/spin-button-events-expected.txt: Removed.
810 * fast/forms/number/spin-button-events.html: Removed.
811 * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
812 * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
813 * fast/forms/number/spin-button-state-expected.txt: Removed.
814 * fast/forms/number/spin-button-state.html: Removed.
815 * fast/forms/number/spin-in-multi-column-expected.txt: Removed.
816 * fast/forms/number/spin-in-multi-column.html: Removed.
817 * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
818 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
819 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
820 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
821 * platform/chromium-linux/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png.
822 * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
823 * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
824 * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
825 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
826 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
827 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
828 * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png.
829 * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
830 * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
831 * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
832 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
833 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
834 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
835 * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png.
836 * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
837 * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
838 * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
839 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
840 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
841 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
842 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
843 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
844 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
845 * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png.
846 * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt.
847 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
848 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
849 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
850 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
851 * platform/efl/Skipped:
852 * platform/efl/TestExpectations:
853 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
854 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
855 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
856 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
857 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
858 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
859 * platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
860 * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
861 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
862 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
863 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
864 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
865 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
866 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
867 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
868 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
869 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
870 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
871 * platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
872 * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
873 * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
874 * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
875 * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
876 * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
877 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
878 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
879 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
880 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
881 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
882 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
883 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
884 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
885 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
886 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
887 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
888 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
889 * platform/qt-4.8/Skipped:
890 * platform/qt-5.0-wk2/Skipped:
891 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
892 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
893 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
894 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
895 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
896 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
897 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png.
898 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt.
899 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
900 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
901 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
902 * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
903 * platform/qt-arm/TestExpectations:
904 * platform/qt-mac/Skipped:
905 * platform/qt/Skipped:
906 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
907 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
908 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
909 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
910 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
911 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
912 * platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
913 * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
914 * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
915 * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
916 * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
917 * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
918 * platform/win-wk2/Skipped:
919 * platform/win/Skipped:
920 * platform/wincairo/Skipped:
922 2012-07-22 Kent Tamura <tkent@chromium.org>
924 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
925 https://bugs.webkit.org/show_bug.cgi?id=91941
927 Reviewed by Kentaro Hara.
929 A flag name for an elmement should be ENABLE_*_ELEMENT.
931 * fast/dom/wrapper-classes.html:
933 2012-07-22 Stephen White <senorblanco@chromium.org>
935 [chromium] Unreviewed gardening.
937 Shamed into removing some BUGSENORBLANCOs from previous gardening
940 * platform/chromium/TestExpectations:
942 2012-07-22 Stephen White <senorblanco@chromium.org>
944 [chromium] Test result gardening; unreviewed.
946 * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
947 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
948 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
949 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
950 * platform/chromium/TestExpectations:
952 2012-07-22 Zan Dobersek <zandobersek@gmail.com>
954 Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
955 test and skip a subpixel layout test that's crashing on debug builds (the
956 feature is disabled at the moment so the failure is somewhat acceptable).
958 * platform/gtk/TestExpectations:
959 * platform/gtk/media/controls-styling-strict-expected.png: Added.
960 * platform/gtk/media/controls-styling-strict-expected.txt: Added.
962 2012-07-21 Dan Bernstein <mitz@apple.com>
964 <rdar://problem/11928576> SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
965 https://bugs.webkit.org/show_bug.cgi?id=91918
967 Reviewed by Anders Carlsson.
969 * svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
970 * svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.
972 2012-07-20 Tony Chang <tony@chromium.org>
974 [chromium] Mark anther test as needing a rebaseline due to r123285.
976 * platform/chromium/TestExpectations:
978 2012-07-20 Stephen White <senorblanco@chromium.org>
980 [chromium] Mark a test as needing a rebaseline due to image change.
981 https://bugs.webkit.org/show_bug.cgi?id=90624
983 Reviewed by Adrienne Walker.
985 * platform/chromium/TestExpectations:
987 2012-07-20 Tony Chang <tony@chromium.org>
989 [chromium] Unreviewed, one more new baselines after r123272 (I missed SL).
991 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
993 2012-07-20 Tony Chang <tony@chromium.org>
995 [chromium] Unreviewed, one more new baselines after r123272.
997 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
998 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
999 * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
1000 * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
1002 2012-07-20 Tony Chang <tony@chromium.org>
1004 [chromium] Unreviewed, land new baselines after r123272.
1006 * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
1007 * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
1008 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
1009 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
1010 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
1011 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
1012 * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
1013 * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
1014 * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
1015 * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
1016 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
1017 * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
1018 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
1019 * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
1020 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
1021 * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
1022 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
1023 * platform/chromium-mac/css1/basic/inheritance-expected.png:
1024 * platform/chromium-mac/fast/layers/video-layer-expected.png:
1025 * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
1026 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
1027 * platform/chromium-mac/media/audio-repaint-expected.png:
1028 * platform/chromium-mac/media/controls-after-reload-expected.png:
1029 * platform/chromium-mac/media/controls-layout-direction-expected.png:
1030 * platform/chromium-mac/media/controls-strict-expected.png:
1031 * platform/chromium-mac/media/controls-styling-expected.png:
1032 * platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
1033 * platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
1034 * platform/chromium-mac/media/controls-without-preload-expected.png:
1035 * platform/chromium-mac/media/media-controls-clone-expected.png:
1036 * platform/chromium-mac/media/video-controls-rendering-expected.png:
1037 * platform/chromium-mac/media/video-display-toggle-expected.png:
1038 * platform/chromium-mac/media/video-empty-source-expected.png:
1039 * platform/chromium-mac/media/video-no-audio-expected.png:
1040 * platform/chromium-mac/media/video-playing-and-pause-expected.png:
1041 * platform/chromium-mac/media/video-zoom-controls-expected.png:
1042 * platform/chromium-win/fast/layers/video-layer-expected.png:
1043 * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
1044 * platform/chromium-win/media/audio-controls-rendering-expected.png:
1045 * platform/chromium-win/media/audio-repaint-expected.png:
1046 * platform/chromium-win/media/controls-after-reload-expected.png:
1047 * platform/chromium-win/media/controls-layout-direction-expected.png:
1048 * platform/chromium-win/media/controls-strict-expected.png:
1049 * platform/chromium-win/media/controls-styling-expected.png:
1050 * platform/chromium-win/media/controls-styling-strict-expected.png: Added.
1051 * platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
1052 * platform/chromium-win/media/controls-without-preload-expected.png:
1053 * platform/chromium-win/media/media-controls-clone-expected.png:
1054 * platform/chromium-win/media/video-controls-rendering-expected.png:
1055 * platform/chromium-win/media/video-display-toggle-expected.png:
1056 * platform/chromium-win/media/video-empty-source-expected.png:
1057 * platform/chromium-win/media/video-no-audio-expected.png:
1058 * platform/chromium-win/media/video-playing-and-pause-expected.png:
1059 * platform/chromium-win/media/video-zoom-controls-expected.png:
1061 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1063 [Qt] svg/text rebaseline after new test fonts (part 4)
1064 https://bugs.webkit.org/show_bug.cgi?id=91905
1068 Two tests, svg/text/foreignObject-text-clipping-bug.xml and
1069 svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.
1071 This is not a regression because they were incorrect before, but had expected files with
1072 the wrong results. Instead of updating wrong expectations, I kept them skipped but created
1073 a new bug to track each one.
1075 * platform/qt-5.0/Skipped:
1076 * platform/qt/svg/text/font-size-below-point-five-2-expected.png:
1077 * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
1078 * platform/qt/svg/text/font-size-below-point-five-expected.png:
1079 * platform/qt/svg/text/font-size-below-point-five-expected.txt:
1080 * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
1081 * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
1082 * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
1083 * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
1084 * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
1085 * platform/qt/svg/text/remove-tspan-from-text-expected.png:
1086 * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
1087 * platform/qt/svg/text/text-altglyph-01-b-expected.png:
1088 * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
1089 * platform/qt/svg/text/text-deco-01-b-expected.png:
1090 * platform/qt/svg/text/text-deco-01-b-expected.txt:
1091 * platform/qt/svg/text/text-fill-opacity-expected.png:
1092 * platform/qt/svg/text/text-fill-opacity-expected.txt:
1093 * platform/qt/svg/text/text-fonts-02-t-expected.png:
1094 * platform/qt/svg/text/text-fonts-02-t-expected.txt:
1095 * platform/qt/svg/text/text-gradient-positioning-expected.png:
1096 * platform/qt/svg/text/text-gradient-positioning-expected.txt:
1097 * platform/qt/svg/text/text-midpoint-split-bug-expected.png:
1098 * platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
1099 * platform/qt/svg/text/text-path-middle-align-expected.txt:
1100 * platform/qt/svg/text/text-repaint-rects-expected.png:
1101 * platform/qt/svg/text/text-repaint-rects-expected.txt:
1102 * platform/qt/svg/text/text-spacing-01-b-expected.png:
1103 * platform/qt/svg/text/text-spacing-01-b-expected.txt:
1104 * platform/qt/svg/text/text-tref-01-b-expected.png:
1105 * platform/qt/svg/text/text-tref-01-b-expected.txt:
1106 * platform/qt/svg/text/text-viewbox-rescale-expected.png:
1107 * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
1108 * platform/qt/svg/text/textPathBoundsBug-expected.txt:
1110 2012-07-20 Joshua Bell <jsbell@chromium.org>
1112 IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
1113 https://bugs.webkit.org/show_bug.cgi?id=86911
1115 Reviewed by Tony Chang.
1117 Added regression test based on repro steps in the bug.
1119 * storage/indexeddb/request-continue-abort-expected.txt: Added.
1120 * storage/indexeddb/request-continue-abort.html: Added.
1121 * storage/indexeddb/resources/request-continue-abort.js: Added.
1122 (test.request.onsuccess.request.onsuccess.request.onsuccess):
1123 (test.request.onsuccess.request.onsuccess):
1124 (test.request.onsuccess):
1127 (testCursor.request.onsuccess):
1128 (testCursor.request.onerror):
1129 (testCursor.transaction.onabort):
1132 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1134 [Qt] svg/text rebaseline after new test fonts (part 3)
1135 https://bugs.webkit.org/show_bug.cgi?id=91904
1139 * platform/qt-5.0/Skipped:
1140 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
1141 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
1142 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
1143 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
1144 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
1145 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
1146 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
1147 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
1148 * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
1149 * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
1150 * platform/qt/svg/text/ems-display-none-expected.png:
1151 * platform/qt/svg/text/ems-display-none-expected.txt:
1152 * platform/qt/svg/text/exs-display-none-expected.png:
1153 * platform/qt/svg/text/exs-display-none-expected.txt:
1154 * platform/qt/svg/text/foreignObject-repaint-expected.png:
1155 * platform/qt/svg/text/foreignObject-repaint-expected.txt:
1156 * platform/qt/svg/text/scaled-font-expected.png:
1157 * platform/qt/svg/text/scaled-font-expected.txt:
1158 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
1159 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
1160 * platform/qt/svg/text/text-tselect-01-b-expected.png:
1161 * platform/qt/svg/text/text-tselect-01-b-expected.txt:
1162 * platform/qt/svg/text/text-tspan-01-b-expected.png:
1163 * platform/qt/svg/text/text-tspan-01-b-expected.txt:
1164 * platform/qt/svg/text/text-ws-01-t-expected.png:
1165 * platform/qt/svg/text/text-ws-01-t-expected.txt:
1166 * platform/qt/svg/text/text-ws-02-t-expected.png:
1167 * platform/qt/svg/text/text-ws-02-t-expected.txt:
1169 2012-07-20 Andrew Scherkus <scherkus@chromium.org>
1171 [chromium] Unreviewed rebaselined due to r123259.
1173 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
1174 * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
1175 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
1176 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
1177 * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
1178 * platform/chromium-mac/media/audio-repaint-expected.txt:
1179 * platform/chromium-mac/media/controls-after-reload-expected.txt:
1180 * platform/chromium-mac/media/controls-strict-expected.txt:
1181 * platform/chromium-mac/media/controls-styling-expected.txt:
1182 * platform/chromium-mac/media/controls-without-preload-expected.txt:
1183 * platform/chromium-mac/media/media-controls-clone-expected.txt:
1184 * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
1185 * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
1186 * platform/chromium-mac/media/video-controls-rendering-expected.txt:
1187 * platform/chromium-mac/media/video-display-toggle-expected.txt:
1188 * platform/chromium-mac/media/video-empty-source-expected.txt:
1189 * platform/chromium-mac/media/video-no-audio-expected.txt:
1190 * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
1191 * platform/chromium-mac/media/video-zoom-controls-expected.txt:
1192 * platform/chromium-win/fast/layers/video-layer-expected.txt:
1193 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
1194 * platform/chromium-win/media/audio-repaint-expected.txt:
1195 * platform/chromium-win/media/controls-after-reload-expected.txt:
1196 * platform/chromium-win/media/controls-strict-expected.txt:
1197 * platform/chromium-win/media/controls-styling-expected.txt:
1198 * platform/chromium-win/media/controls-without-preload-expected.txt:
1199 * platform/chromium-win/media/media-controls-clone-expected.txt:
1200 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1201 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
1202 * platform/chromium-win/media/video-controls-rendering-expected.txt:
1203 * platform/chromium-win/media/video-display-toggle-expected.txt:
1204 * platform/chromium-win/media/video-empty-source-expected.txt:
1205 * platform/chromium-win/media/video-no-audio-expected.txt:
1206 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
1207 * platform/chromium-win/media/video-zoom-controls-expected.txt:
1208 * platform/chromium/TestExpectations:
1210 2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
1212 [Qt] ietestcenter needs rebaseline after new test fonts
1213 https://bugs.webkit.org/show_bug.cgi?id=91886
1215 Updating skipped tests inside ietestcenter. The following tests
1217 /css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
1218 /css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
1219 /css3/text/textshadow-002-expected.txt (missing bar on top of blue text)
1221 Reviewed by Noam Rosenthal.
1223 * platform/qt-5.0-wk1/Skipped:
1224 * platform/qt-5.0/Skipped:
1225 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
1226 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
1227 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
1228 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
1229 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
1230 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
1231 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
1232 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
1233 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
1234 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
1235 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
1236 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
1237 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
1238 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
1239 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
1240 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
1241 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
1242 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
1243 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
1244 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
1245 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
1246 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
1247 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
1248 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
1249 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
1250 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
1251 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
1252 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
1253 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
1254 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
1255 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
1256 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
1257 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
1258 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
1259 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
1260 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
1261 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
1262 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
1263 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
1264 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
1265 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
1266 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
1267 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
1268 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
1269 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
1270 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
1271 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
1272 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
1273 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
1274 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
1275 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
1276 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
1277 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
1278 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
1279 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
1280 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
1281 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
1282 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
1283 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
1284 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
1285 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
1286 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
1287 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
1288 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
1289 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
1290 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
1291 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
1292 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
1293 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
1294 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
1295 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
1296 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
1297 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
1298 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
1299 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
1300 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
1301 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
1302 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
1303 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
1304 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
1305 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
1306 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
1307 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
1308 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
1309 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
1310 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
1311 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
1312 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
1313 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
1314 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
1315 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
1316 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
1317 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
1318 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
1319 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
1320 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
1321 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
1322 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
1323 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
1324 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
1325 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
1326 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
1327 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
1328 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
1329 * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
1330 * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
1331 * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
1332 * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
1333 * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
1334 * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
1335 * platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
1336 * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
1337 * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
1338 * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
1339 * platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
1340 * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
1341 * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
1342 * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
1343 * platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
1344 * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
1345 * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
1346 * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
1347 * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
1348 * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
1349 * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
1350 * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
1351 * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
1352 * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:
1354 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1356 [Qt] svg/text rebaseline after new test fonts (part 2)
1357 https://bugs.webkit.org/show_bug.cgi?id=91902
1359 Reviewed by Noam Rosenthal.
1361 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
1362 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
1363 * platform/qt-5.0/Skipped:
1364 * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
1365 * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
1366 * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
1367 * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
1368 * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
1369 * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
1370 * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
1371 * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
1372 * platform/qt/svg/text/multichar-glyph-expected.png:
1373 * platform/qt/svg/text/multichar-glyph-expected.txt:
1374 * platform/qt/svg/text/selection-background-color-expected.png: Added.
1375 * platform/qt/svg/text/selection-background-color-expected.txt:
1376 * platform/qt/svg/text/selection-styles-expected.png:
1377 * platform/qt/svg/text/selection-styles-expected.txt:
1378 * platform/qt/svg/text/selection-tripleclick-expected.png:
1379 * platform/qt/svg/text/selection-tripleclick-expected.txt:
1380 * platform/qt/svg/text/text-align-01-b-expected.png:
1381 * platform/qt/svg/text/text-align-01-b-expected.txt:
1382 * platform/qt/svg/text/text-align-02-b-expected.png:
1383 * platform/qt/svg/text/text-align-02-b-expected.txt:
1384 * platform/qt/svg/text/text-align-03-b-expected.png:
1385 * platform/qt/svg/text/text-align-03-b-expected.txt:
1386 * platform/qt/svg/text/text-align-04-b-expected.png:
1387 * platform/qt/svg/text/text-align-04-b-expected.txt:
1388 * platform/qt/svg/text/text-align-05-b-expected.png:
1389 * platform/qt/svg/text/text-align-05-b-expected.txt:
1390 * platform/qt/svg/text/text-align-06-b-expected.png:
1391 * platform/qt/svg/text/text-align-06-b-expected.txt:
1392 * platform/qt/svg/text/text-path-01-b-expected.png:
1393 * platform/qt/svg/text/text-path-01-b-expected.txt:
1394 * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
1395 * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:
1397 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1399 [Qt] svg/text rebaseline after new test fonts (part 1)
1400 https://bugs.webkit.org/show_bug.cgi?id=91762
1402 Reviewed by Andreas Kling.
1404 * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
1405 * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
1406 * platform/qt-5.0/Skipped:
1407 * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
1408 * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
1409 * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
1410 * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
1411 * platform/qt/svg/text/kerning-expected.png:
1412 * platform/qt/svg/text/kerning-expected.txt:
1413 * platform/qt/svg/text/small-fonts-2-expected.png:
1414 * platform/qt/svg/text/small-fonts-2-expected.txt:
1415 * platform/qt/svg/text/small-fonts-3-expected.png:
1416 * platform/qt/svg/text/small-fonts-3-expected.txt:
1417 * platform/qt/svg/text/small-fonts-expected.png:
1418 * platform/qt/svg/text/small-fonts-expected.txt: Added.
1419 * platform/qt/svg/text/small-fonts-in-html5-expected.png:
1420 * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
1421 * platform/qt/svg/text/text-text-01-b-expected.png:
1422 * platform/qt/svg/text/text-text-01-b-expected.txt:
1423 * platform/qt/svg/text/text-text-03-b-expected.png:
1424 * platform/qt/svg/text/text-text-03-b-expected.txt:
1425 * platform/qt/svg/text/text-text-04-t-expected.png:
1426 * platform/qt/svg/text/text-text-04-t-expected.txt:
1427 * platform/qt/svg/text/text-text-05-t-expected.png:
1428 * platform/qt/svg/text/text-text-05-t-expected.txt:
1429 * platform/qt/svg/text/text-text-06-t-expected.png:
1430 * platform/qt/svg/text/text-text-06-t-expected.txt:
1431 * platform/qt/svg/text/text-text-07-t-expected.png:
1432 * platform/qt/svg/text/text-text-07-t-expected.txt:
1433 * platform/qt/svg/text/text-text-08-b-expected.png:
1434 * platform/qt/svg/text/text-text-08-b-expected.txt:
1436 2012-07-20 Tony Chang <tony@chromium.org>
1438 [chromium] Unreviewed gardening. Remove a test that hasn't been
1439 added to the tree yet.
1441 * platform/chromium/TestExpectations:
1443 2012-07-20 Tony Chang <tony@chromium.org>
1445 [chromium] Unreviewed, mark some tests as slow in debug.
1447 * platform/chromium/TestExpectations:
1449 2012-07-20 Tony Chang <tony@chromium.org>
1451 [chromium] Unreviewed, mark some tests as slow in debug.
1453 * platform/chromium/TestExpectations:
1455 2012-07-19 Andrew Scherkus <scherkus@chromium.org>
1457 [chromium] CSS tweaks to media controls to prevent styles from being overridden
1458 https://bugs.webkit.org/show_bug.cgi?id=91802
1460 Reviewed by Eric Carlson.
1462 * media/controls-styling-strict.html: Added.
1463 * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
1464 * platform/chromium-linux/media/controls-styling-strict-expected.txt: Added.
1466 2012-07-20 Tony Chang <tony@chromium.org>
1468 [chromium] Unreviewed gardening. Unskip some tests that just need new baselines.
1470 * platform/chromium/TestExpectations:
1472 2012-07-20 Tony Chang <tony@chromium.org>
1474 [chromium] Rebaseline css3/filters/custom tests
1475 https://bugs.webkit.org/show_bug.cgi?id=82372
1477 Unreviewed, but unofficially reviewed by Chiculita Alexandru and Stephen White.
1479 Add baselines for these tests. They are enabled and use the Mesa
1482 * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
1483 * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
1484 * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
1485 * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
1486 * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
1487 * platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
1488 * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
1489 * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Added.
1490 * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Added.
1491 * platform/chromium-win/css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png.
1492 * platform/chromium/TestExpectations:
1494 2012-07-20 Vincent Scheib <scheib@chromium.org>
1496 Move pointer lock test resources to http/tests/resources in preparation for adding new tests to http.
1497 https://bugs.webkit.org/show_bug.cgi?id=91882
1499 Reviewed by Adrienne Walker.
1501 * http/tests/resources/pointer-lock/pointer-lock-test-harness.js: Renamed from LayoutTests/pointer-lock/resources/pointer-lock-test-harness.js.
1502 * pointer-lock/bug90391-move-then-window-open-crash.html:
1503 * pointer-lock/lock-already-locked.html:
1504 * pointer-lock/lock-element-not-in-dom.html:
1505 * pointer-lock/lock-fail-responses.html:
1506 * pointer-lock/locked-element-iframe-removed-from-dom.html:
1507 * pointer-lock/locked-element-removed-from-dom.html:
1508 * pointer-lock/mouse-event-api.html:
1509 * pointer-lock/mouse-event-delivery.html:
1510 * pointer-lock/pointer-lock-api.html:
1511 * pointer-lock/pointerlockchange-pointerlockerror-events.html:
1512 * pointer-lock/pointerlocklost-event.html:
1514 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1516 Unreviewed GTK gardening, adding platform-specific baseline for
1517 fast/dom/Window/window-properties-performance.html that assumes jsHeapSizeLimit
1518 attribute to be undefined, as expected for ports using JavaScriptCore.
1520 * platform/gtk/TestExpectations:
1521 * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: Added.
1523 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1525 Unreviewed GTK gardening, adding image baseline for
1526 fast/images/paletted-png-with-color-profile.html.
1528 * platform/gtk/TestExpectations:
1529 * platform/gtk/fast/images/paletted-png-with-color-profile-expected.png: Added.
1531 2012-07-20 Stephen Chenney <schenney@chromium.org>
1533 SVG Filter Effect sub-region not applied for some filters
1534 https://bugs.webkit.org/show_bug.cgi?id=89767
1536 Reviewed by Dirk Schulze.
1538 Unreviewed test expectations update.
1540 Numerous results changed by one pixel due to the difference between
1541 clipping and pre-applying the filter subregion. Some feGaussianBlur
1542 and feDropShadow results changed more, but that was expected.
1544 * platform/chromium-linux-x86/svg/batik/filters: Removed.
1545 * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png:
1546 * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
1547 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1548 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1549 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1550 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1551 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1552 * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
1553 * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
1554 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1555 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1556 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
1557 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
1558 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
1559 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
1560 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1561 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1562 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1563 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1564 * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
1565 * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
1566 * platform/chromium-linux/svg/filters/filterRes-expected.png:
1567 * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png:
1568 * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
1569 * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
1570 * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
1571 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1572 * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
1573 * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
1574 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1575 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1576 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
1577 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
1578 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
1579 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
1580 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1581 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1582 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1583 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1584 * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
1585 * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
1586 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1587 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1588 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1589 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1590 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1591 * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
1592 * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
1593 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1594 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1595 * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1596 * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1597 * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
1598 * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
1599 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1600 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1601 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1602 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1603 * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
1604 * platform/chromium-mac/svg/filters/feDropShadow-subregion-expected.png: Added.
1605 * platform/chromium-mac/svg/filters/feGaussianBlur-expected.png:
1606 * platform/chromium-mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
1607 * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
1608 * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
1609 * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
1610 * platform/chromium-mac/svg/filters/feOffset-expected.png:
1611 * platform/chromium-mac/svg/filters/feTile-expected.png:
1612 * platform/chromium-mac/svg/filters/filter-placement-issue-expected.png:
1613 * platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png:
1614 * platform/chromium-mac/svg/filters/filterRes-expected.png:
1615 * platform/chromium-mac/svg/filters/filterRes1-expected.png:
1616 * platform/chromium-mac/svg/filters/filterRes3-expected.png:
1617 * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
1618 * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
1619 * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
1620 * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
1621 * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
1622 * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png:
1623 * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
1624 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1625 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1626 * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1627 * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1628 * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1629 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
1630 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
1631 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1632 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1633 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
1634 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
1635 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
1636 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
1637 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1638 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1639 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1640 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1641 * platform/chromium-win/svg/filters/feDropShadow-expected.png:
1642 * platform/chromium-win/svg/filters/feDropShadow-subregion-expected.png: Added.
1643 * platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
1644 * platform/chromium-win/svg/filters/feGaussianBlur-subregion-expected.png: Added.
1645 * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
1646 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
1647 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
1648 * platform/chromium-win/svg/filters/feOffset-expected.png:
1649 * platform/chromium-win/svg/filters/feTile-expected.png:
1650 * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
1651 * platform/chromium-win/svg/filters/filter-placement-issue-expected.png:
1652 * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
1653 * platform/chromium-win/svg/filters/filterRes-expected.png:
1654 * platform/chromium-win/svg/filters/filterRes1-expected.png:
1655 * platform/chromium-win/svg/filters/filterRes3-expected.png:
1656 * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
1657 * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
1658 * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
1659 * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
1660 * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
1661 * platform/chromium/TestExpectations:
1663 2012-07-20 Joshua Bell <jsbell@chromium.org>
1665 [chromium] Unreviewed test expectations update.
1666 Un-marking various tests as flaky on WIN following rollback of r121610
1667 in http://trac.webkit.org/changeset/123110. Investigation documented in:
1668 https://bugs.webkit.org/show_bug.cgi?id=90469
1670 * platform/chromium/TestExpectations:
1672 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1674 Unreviewed GTK gardening.
1676 Generating baselines for two input placeholder tests that fail. The image
1677 baselines used are from Chromium Linux that clearly denote what's missing
1678 in the GTK port's output for these two tests, ignoring other marginal
1679 rendering differences.
1681 * platform/gtk/TestExpectations:
1682 * platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
1683 * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
1684 * platform/gtk/fast/forms/textarea: Added.
1685 * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
1686 * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
1688 2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
1690 Fix missing css1/text_properties/text_transform.html results (txt)
1691 https://bugs.webkit.org/show_bug.cgi?id=91875
1693 Expected txt result was added.
1695 Reviewed by Noam Rosenthal.
1697 * platform/qt/css1/text_properties/text_transform-expected.txt: Added.
1699 2012-07-20 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1701 [Qt] Added/updated missing fast/table results after rebaseline
1702 https://bugs.webkit.org/show_bug.cgi?id=91621
1704 Reviewed by Noam Rosenthal.
1706 The following tests were failing after r122985:
1707 fast/table/003.html = TEXT
1708 fast/table/colspanMinWidth.html = TEXT
1709 fast/table/spanOverlapRepaint.html = TEXT
1710 fast/table/text-field-baseline.html = TEXT
1712 This patch includes/updates the missing expectations.
1714 * platform/qt-5.0-wk2/fast/table/003-expected.png:
1715 * platform/qt-5.0-wk2/fast/table/003-expected.txt:
1716 * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Added.
1717 * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Added.
1718 * platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Added.
1719 * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
1720 * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Added.
1722 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1724 Unreviewed GTK gardening, rebaselining a test after r117477.
1726 * platform/gtk/TestExpectations:
1727 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.png:
1728 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
1730 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1732 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
1733 https://bugs.webkit.org/show_bug.cgi?id=85591
1735 Unreviewed, managing a few more unexpected passes for the GTK port.
1737 Remove a few expectations for tests that were passing, reclassify some failures as
1738 architecture-specific and add PASS expectations for a few tests that pass even though
1739 they test features that are currently not supported on the GTK port.
1741 * platform/gtk/TestExpectations:
1743 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1745 Unreviewed GTK gardening, adding platform-specific baseline that's required
1746 after changes in r123145.
1748 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.
1750 2012-07-20 Stephen Chenney <schenney@chromium.org>
1752 Rebaseline failing test svg/as-image/svg-non-integer-scaled-image.html
1754 Unreviewed test expectations update.
1756 * platform/chromium/svg/as-image: Added.
1757 * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.
1759 2012-07-20 Sheriff Bot <webkit.review.bot@gmail.com>
1761 Unreviewed, rolling out r123182.
1762 http://trac.webkit.org/changeset/123182
1763 https://bugs.webkit.org/show_bug.cgi?id=91863
1765 Causing ASSERT crashes in tests accessibility/canvas.html and
1766 accessibility/canvas-accessibilitynodeobject.html (Requested
1767 by jernoble on #webkit).
1769 * accessibility/canvas-accessibilitynodeobject-expected.txt: Removed.
1770 * accessibility/canvas-accessibilitynodeobject.html: Removed.
1772 2012-07-20 Stephen Chenney <schenney@chromium.org>
1774 Fix chromium TestExpectations file.
1776 Unreviewed build fix.
1778 * platform/chromium/TestExpectations:
1780 2012-07-20 Stephen Chenney <schenney@chromium.org>
1782 Rebaseline Chromium results after r121171
1783 https://bugs.webkit.org/show_bug.cgi?id=91474
1785 Reviewed by Dan Bernstein.
1787 Unreviewed test expectations update.
1789 Values have changed by one pixel, which is expected given the description in the bug report.
1791 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1792 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1793 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1794 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1795 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1796 * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
1797 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1798 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1799 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1800 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1801 * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
1802 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1803 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1804 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1805 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1806 * platform/chromium/svg/as-image: Removed.
1807 * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
1808 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1809 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1810 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1811 * svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1813 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1815 [CSSRegions]Assert failure when layout positioned objects in regions
1816 https://bugs.webkit.org/show_bug.cgi?id=90792
1818 Reviewed by Andreas Kling.
1820 Before clamping the containing block (for an out-of-flow positioned element
1821 inside a named flow) to the region, we have to test whether the region is not
1822 null, which can happen when the named flow does not have attached regions.
1824 * fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
1825 * fast/regions/positioned-vrl-in-named-flow.html: Added.
1826 * fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
1827 * fast/regions/positioned-vrl-in-parent-named-flow.html: Added.
1828 * fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
1829 * fast/regions/positioned-with-vrl-parent-in-named-flow.html: Added.
1831 2012-07-20 Stephen Chenney <schenney@chromium.org>
1833 SVG Filter Effect sub-region not applied for some filters
1834 https://bugs.webkit.org/show_bug.cgi?id=89767
1836 Reviewed by Dirk Schulze.
1838 The filter effect region for SVG feGaussian and feDropShadow filters was incorrectly set,
1839 failing to account for the radius of the blur. This patch fixes the problem and removes an
1840 unneccessary clip operation when the filter result is blitted into the target. That clip
1841 was clipping the shadow from webkit-shadow.
1843 * platform/chromium/TestExpectations: Added temp entries for affected
1844 tests. Will rebaseline later (not closing the bug in the meantime).
1845 * svg/filters/feDropShadow-subregion-expected.png: Added.
1846 * svg/filters/feDropShadow-subregion-expected.txt: Added.
1847 * svg/filters/feDropShadow-subregion.svg: This verifies the subregion for feDropShadow.
1848 * svg/filters/feGaussianBlur-subregion-expected.png: Added.
1849 * svg/filters/feGaussianBlur-subregion-expected.txt: Added.
1850 * svg/filters/feGaussianBlur-subregion.svg: This verifies the subregion for feGaussianBlur.
1852 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1854 Unreviewed. Skip regions inspector test on EFL.
1856 * platform/efl/TestExpectations:
1858 2012-07-20 Balazs Ankes <bank@inf.u-szeged.hu>
1860 [Qt] http/tests/security/cross-frame-access-put.html test fail after r123145
1861 https://bugs.webkit.org/show_bug.cgi?id=91830
1863 Unreviewed gardening.
1865 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
1867 2012-07-20 Andrei Poenaru <poenaru@adobe.com>
1869 Web Inspector: Protocol Extension: add getNamedFlowCollection command
1870 https://bugs.webkit.org/show_bug.cgi?id=91607
1872 Reviewed by Pavel Feldman.
1874 The test builds a webpage with 3 Named Flows in the main frame and 1 Named Flow in an iframe.
1875 Because the getNamedFlowCollection command is executed with the main document node id as an argument,
1876 it should return only the first 3 Named Flows.
1878 * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Added.
1879 * inspector/styles/protocol-getNamedFlowCollection-command.html: Added.
1881 2012-07-20 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1883 [EFL] Gardening of failing tests
1884 https://bugs.webkit.org/show_bug.cgi?id=91838
1886 Unreviewed EFL gardening. Add failing tests to the Test Expectations.
1888 * platform/efl/TestExpectations:
1889 * platform/efl/fast/forms/state-restore-skip-stateless-expected.txt: Removed
1890 the platform specific expected after r123066.
1892 2012-07-20 János Badics <jbadics@inf.u-szeged.hu>
1894 [Qt] Unreviewed gardening after r123192. Skipped a new test.
1896 * platform/qt/Skipped:
1898 2012-07-20 Eugene Klyuchnikov <eustas.big@gmail.com>
1900 Web Inspector: Timeline: forward compatibility for load.
1901 https://bugs.webkit.org/show_bug.cgi?id=91714
1903 Reviewed by Pavel Feldman.
1905 Accept records of unrecognized types and render them as "unknown".
1907 * inspector/timeline/timeline-load-incompatible-expected.txt: Added.
1908 * inspector/timeline/timeline-load-incompatible.html: Added.
1910 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1912 [CSSRegions]Crash when flowing a region into itself
1913 https://bugs.webkit.org/show_bug.cgi?id=90289
1915 Reviewed by Andreas Kling.
1917 If a region is designed to receive itself as content through a named flow, we avoid
1918 a circular dependency by not attaching the region to the desired named flow.
1919 In such occasions, the region's attached flow thread object is null and
1920 we have to check this pointer before using it in RenderRegion::styleDidChange.
1922 * fast/regions/flow-region-into-itself-crash-expected.txt: Added.
1923 * fast/regions/flow-region-into-itself-crash.html: Added.
1925 2012-07-17 Kinuko Yasuda <kinuko@chromium.org>
1927 If value for responseType defined as type that not supported, it should not throw an exception in XHR 2
1928 https://bugs.webkit.org/show_bug.cgi?id=90976
1930 Reviewed by Alexey Proskuryakov.
1932 Adding tests to see if setting invalid responseType does not throw an exception and does not change the value.
1934 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt: Added.
1935 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html: Added.
1936 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
1937 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Removed a line which tries to set invalid type (since we now have a separate test)
1939 2012-07-20 Matt Falkenhagen <falken@chromium.org>
1941 Show or hide <dialog> depending on the open attribute
1942 https://bugs.webkit.org/show_bug.cgi?id=90931
1944 Reviewed by Kent Tamura.
1946 * fast/dom/HTMLDialogElement/dialog-open-expected.txt: Added.
1947 * fast/dom/HTMLDialogElement/dialog-open.html: Added.
1949 2012-07-20 Shinya Kawanaka <shinyak@chromium.org>
1951 Needs pseudo id to point the inner element of an img elemnet for styling
1952 https://bugs.webkit.org/show_bug.cgi?id=91590
1954 Reviewed by Hajime Morita.
1956 Uses pseudo id to confirm the style is applied to the inner element of an img element shadow.
1958 * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Added.
1959 * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Added.
1961 2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
1963 Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
1965 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
1966 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
1967 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
1969 2012-07-20 Keishi Hattori <keishi@webkit.org>
1971 Fix crash in WebCore::HTMLInputElement::dataList
1972 https://bugs.webkit.org/show_bug.cgi?id=91818
1974 Reviewed by Kent Tamura.
1976 * fast/forms/range/slider-appearance-crash-expected.txt: Added.
1977 * fast/forms/range/slider-appearance-crash.html: Added.
1979 2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
1981 Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
1983 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
1984 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
1985 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
1987 2012-07-19 David Hyatt <hyatt@apple.com>
1989 SVG not properly respecting max-width.
1990 https://bugs.webkit.org/show_bug.cgi?id=91474
1992 Reviewed by Dan Bernstein.
1994 * svg/as-image/svg-intrinsic-size-rectangular-expected.html: Added.
1995 * svg/as-image/svg-intrinsic-size-rectangular.html: Added.
1996 * svg/as-image/svg-object-intrinsic-size-expected.html: Added.
1997 * svg/as-image/svg-object-intrinsic-size.html: Added.
1999 2012-07-19 Dominic Mazzoni <dmazzoni@google.com>
2001 AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
2002 https://bugs.webkit.org/show_bug.cgi?id=87899
2004 Reviewed by Chris Fleizach.
2006 This new test adds a bunch of elements to a normal container and the same elements to
2007 a canvas subtree, then it iterates over all of the accessible objects within each
2008 container and makes sure they have identical roles. Because we know the nodes in the
2009 canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
2010 are getting created for these nodes.
2012 * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
2013 * accessibility/canvas-accessibilitynodeobject.html: Added.
2015 2012-07-19 Kent Tamura <tkent@chromium.org>
2017 Form state restore: Need to identify a form by its content
2018 https://bugs.webkit.org/show_bug.cgi?id=91209
2020 Reviewed by Hajime Morita.
2022 * fast/forms/state-restore-broken-state-expected.txt:
2023 Updated for the serialized format change.
2024 * fast/forms/state-restore-per-form-expected.txt:
2025 * fast/forms/state-restore-per-form.html:
2026 - Add a control to #form2 before 'additionalControl'
2027 We can't identify this form if the second named control is changed.
2028 - Add test cases of webkit.org/b/91209#c0.
2030 2012-07-19 Jeff Timanus <twiz@chromium.org>
2032 [Chromium] Suppress tests requiring a rebaseline.
2033 Skia roll to 4683 changes gradient rendering, and rebaselines are required.
2034 https://bugs.webkit.org/show_bug.cgi?id=91797
2036 Reviewed by Kenneth Russell.
2038 * platform/chromium/TestExpectations:
2040 2012-07-19 David Hyatt <hyatt@apple.com>
2042 SVG images broken when max-width specified.
2043 https://bugs.webkit.org/show_bug.cgi?id=91474
2045 Reviewed by Dan Bernstein.
2047 * svg/as-image/svg-intrinsic-size-expected.html: Added.
2048 * svg/as-image/svg-intrinsic-size.html: Added.
2050 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2052 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2053 https://bugs.webkit.org/show_bug.cgi?id=15365
2055 Another unreviewed rebaseline after r123159 (gtk).
2057 * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
2058 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
2059 * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
2060 * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2062 2012-07-19 Erik Arvidsson <arv@chromium.org>
2064 Fix test after r123145.
2068 * fast/js/var-declarations-shadowing-expected.txt:
2069 * fast/js/var-declarations-shadowing.html:
2071 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2073 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2074 https://bugs.webkit.org/show_bug.cgi?id=15365
2076 Unreviewed gardening after r123159.
2078 * mathml/msub-anonymous-child-render-crash-expected.txt:
2079 MathML wraps msub / mpub in inline-blocks so the table wrapper is now inline too which leads to this
2082 * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2083 * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2084 * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2085 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2086 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
2087 * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
2088 * platform/mac-wk2/fast/dynamic: Added.
2089 * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
2090 * platform/mac-wk2/mathml: Added.
2091 * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
2092 * platform/mac-wk2/tables: Added.
2093 * platform/mac-wk2/tables/mozilla: Added.
2094 * platform/mac-wk2/tables/mozilla/bugs: Added.
2095 * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2096 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2097 * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
2098 * tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2100 2012-07-19 Tony Chang <tony@chromium.org>
2102 Unreviewed gardening. Land chromium win and chromium-linux baselines for
2103 fast/backgrounds/size/zero.html after r121296.
2105 * fast/backgrounds/size/zero-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/zero-expected.txt.
2106 * platform/chromium-linux/fast/backgrounds/size/zero-expected.png:
2107 * platform/chromium-win-xp/fast/backgrounds/size/zero-expected.png: Added.
2108 * platform/chromium-win/fast/backgrounds/size/zero-expected.png:
2109 * platform/chromium-win/fast/backgrounds/size/zero-expected.txt:
2110 * platform/chromium/TestExpectations:
2111 * platform/gtk/fast/backgrounds/size/zero-expected.txt: Removed.
2113 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2115 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2116 https://bugs.webkit.org/show_bug.cgi?id=15365
2118 Reviewed by Abhishek Arya.
2120 * css2.1/20110323/inline-table-002b-expected.htm: Added.
2121 * css2.1/20110323/inline-table-002b.html: Added.
2123 * fast/table/inline-table-in-continuation-expected.html: Added.
2124 * fast/table/inline-table-in-continuation.html: Added.
2125 Added a test for an anonymous inline table in a continuation.
2127 * fast/table/inline-table-with-caption-expected.html: Added.
2128 * fast/table/inline-table-with-caption.html: Added.
2129 Added a test for a table-caption in inline-context.
2131 * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
2132 This is a progression: we now properly make the table inline and don't wrap it in anonymous blocks.
2134 * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2135 * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2136 This is a progression too. However we still have some differences with Firefox and Opera.
2138 2012-07-19 Chris Fleizach <cfleizach@apple.com>
2140 WebKit should pass <title> element value as the default AXTitle for web views
2141 https://bugs.webkit.org/show_bug.cgi?id=91763
2143 Reviewed by Anders Carlsson.
2145 * platform/mac/accessibility/document-title-used-for-description-expected.txt: Added.
2146 * platform/mac/accessibility/document-title-used-for-description.html: Added.
2148 2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2150 [Qt] Added/updated missing fast/forms results after rebaseline
2151 https://bugs.webkit.org/show_bug.cgi?id=91504
2153 Reviewed by Noam Rosenthal.
2155 The following tests were failing after r122879:
2156 fast/forms/HTMLOptionElement_label06.html = TEXT
2157 fast/forms/HTMLOptionElement_label07.html = TEXT
2158 fast/forms/basic-inputs.html = TEXT
2159 fast/forms/basic-textareas-quirks.html = TEXT
2160 fast/forms/box-shadow-override.html = TEXT
2161 fast/forms/control-restrict-line-height.html = TEXT
2162 fast/forms/encoding-test.html = TEXT
2163 fast/forms/fieldset-align.html = TEXT
2164 fast/forms/form-element-geometry.html = TEXT
2165 fast/forms/input-appearance-bkcolor.html = TEXT
2166 fast/forms/input-appearance-default-bkcolor.html = TEXT
2167 fast/forms/input-appearance-disabled.html = TEXT
2168 fast/forms/input-appearance-focus.html = TEXT
2169 fast/forms/input-appearance-preventDefault.html = TEXT
2170 fast/forms/input-appearance-readonly.html = TEXT
2171 fast/forms/input-appearance-selection.html = TEXT
2172 fast/forms/input-appearance-visibility.html = TEXT
2173 fast/forms/input-baseline.html = TEXT
2174 fast/forms/input-disabled-color.html = TEXT
2175 fast/forms/input-double-click-selection-gap-bug.html = TEXT
2176 fast/forms/input-placeholder-visibility-1.html = TEXT
2177 fast/forms/input-placeholder-visibility-3.html = TEXT
2178 fast/forms/input-readonly-dimmed.html = TEXT
2179 fast/forms/input-readonly-empty.html = TEXT
2180 fast/forms/input-spaces.html = TEXT
2181 fast/forms/input-text-click-inside.html = TEXT
2182 fast/forms/input-text-double-click.html = TEXT
2183 fast/forms/input-text-option-delete.html = TEXT
2184 fast/forms/input-text-self-emptying-click.html = TEXT
2185 fast/forms/input-text-word-wrap.html = TEXT
2186 fast/forms/input-width.html = TEXT
2187 fast/forms/menulist-separator-painting.html = TEXT
2188 fast/forms/number/input-appearance-number-rtl.html = TEXT
2189 fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = TEXT
2190 fast/forms/number/input-appearance-spinbutton-layer.html = TEXT
2191 fast/forms/placeholder-position.html = TEXT
2192 fast/forms/placeholder-pseudo-style.html = TEXT
2193 fast/forms/search-cancel-button-style-sharing.html = TEXT
2194 fast/forms/search-display-none-cancel-button.html = TEXT
2195 fast/forms/search-rtl.html = TEXT
2196 fast/forms/search-vertical-alignment.html = TEXT
2197 fast/forms/select-background-none.html = TEXT
2198 fast/forms/select-baseline.html = TEXT
2199 fast/forms/selectlist-minsize.html = TEXT
2200 fast/forms/text-style-color.html = TEXT
2201 fast/forms/textarea-align.html = TEXT
2202 fast/forms/textarea-placeholder-pseudo-style.html = TEXT
2203 fast/forms/textarea-placeholder-visibility-1.html = TEXT
2204 fast/forms/textarea-placeholder-visibility-2.html = TEXT
2205 fast/forms/textarea-setinnerhtml.html = TEXT
2206 fast/forms/textfield-focus-ring.html = TEXT
2207 fast/forms/textfield-outline.html = TEXT
2208 fast/forms/textfield-overflow.html = TEXT
2210 This patch includes/updates the missing expectations.
2212 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
2213 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt:
2214 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
2215 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt:
2216 * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
2217 * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Added.
2218 * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
2219 * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Added.
2220 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
2221 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt:
2222 * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
2223 * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Added.
2224 * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Added.
2225 * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
2226 * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Added.
2227 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2228 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
2229 * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Added.
2230 * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
2231 * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
2232 * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
2233 * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Added.
2234 * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
2235 * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Added.
2236 * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Added.
2237 * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
2238 * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Added.
2239 * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
2240 * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Added.
2241 * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Added.
2242 * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
2243 * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Added.
2244 * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png:
2245 * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt:
2246 * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
2247 * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
2248 * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
2249 * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
2250 * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Added.
2251 * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Added.
2252 * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Added.
2253 * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Added.
2254 * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Added.
2255 * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Added.
2256 * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Added.
2257 * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Added.
2258 * platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt.
2259 * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
2260 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
2261 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
2262 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
2263 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
2264 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
2265 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
2266 * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
2267 * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Added.
2268 * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
2269 * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
2270 * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
2271 * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Added.
2272 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
2273 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt:
2274 * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
2275 * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Added.
2276 * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt:
2277 * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
2278 * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
2279 * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
2280 * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
2281 * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Added.
2282 * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png:
2283 * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt:
2284 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
2285 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
2286 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
2287 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
2288 * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
2289 * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Added.
2290 * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Added.
2291 * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Added.
2293 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2295 [Qt] [Part 6] platform/qt/css1 tests needs update after rebaseline and new testfonts
2296 https://bugs.webkit.org/show_bug.cgi?id=91142
2298 Batch of expected result files reviewed. It comprises
2299 /LayoutTests/platform/qt/css1/text_properties directory
2301 Reviewed by Simon Hausmann.
2303 * platform/qt-5.0-wk1/Skipped:
2304 * platform/qt-5.0-wk2/Skipped:
2305 * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Removed.
2306 * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Removed.
2307 * platform/qt/css1/text_properties/letter_spacing-expected.png:
2308 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2309 * platform/qt/css1/text_properties/line_height-expected.png:
2310 * platform/qt/css1/text_properties/line_height-expected.txt:
2311 * platform/qt/css1/text_properties/text_align-expected.png:
2312 * platform/qt/css1/text_properties/text_align-expected.txt:
2313 * platform/qt/css1/text_properties/text_decoration-expected.png:
2314 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2315 * platform/qt/css1/text_properties/text_indent-expected.png:
2316 * platform/qt/css1/text_properties/text_indent-expected.txt:
2317 * platform/qt/css1/text_properties/text_transform-expected.png:
2318 * platform/qt/css1/text_properties/vertical_align-expected.png:
2319 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2320 * platform/qt/css1/text_properties/word_spacing-expected.png:
2321 * platform/qt/css1/text_properties/word_spacing-expected.txt:
2323 2012-07-19 Tony Chang <tony@chromium.org>
2325 [chromium] Unreviewed gardening. Rebaseline some tests after r115846.
2327 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
2328 * platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.png:
2329 * platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
2330 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png:
2331 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png:
2332 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
2333 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
2334 * platform/chromium/TestExpectations:
2336 2012-07-19 Simon Fraser <simon.fraser@apple.com>
2338 Keep overlap testing on for descendants of an animating element
2339 https://bugs.webkit.org/show_bug.cgi?id=91787
2341 Reviewed by Beth Dakin.
2343 Test with two layers inside an animating container; one should be composited
2344 because of overlap, the other should not be.
2346 * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2347 * compositing/layer-creation/animation-overlap-with-children.html: Added.
2349 2012-07-19 Simon Fraser <simon.fraser@apple.com>
2351 Keep overlap testing on for descendants of an animating element
2352 https://bugs.webkit.org/show_bug.cgi?id=91787
2354 Reviewed by Beth Dakin.
2356 Test with two layers inside an animating container; one should be composited
2357 because of overlap, the other should not be.
2359 * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2360 * compositing/layer-creation/animation-overlap-with-children.html: Added.
2362 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2364 [Qt] [Part 5] platform/qt/css1 tests needs update after rebaseline and new testfonts
2365 https://bugs.webkit.org/show_bug.cgi?id=91140
2367 Batch of expected result files reviewed. It comprises
2368 /LayoutTests/platform/qt/css1/[pseudo, units] directories
2370 Reviewed by Simon Hausmann.
2372 * platform/qt-5.0-wk1/Skipped:
2373 * platform/qt-5.0-wk2/Skipped:
2374 * platform/qt/css1/pseudo/anchor-expected.png:
2375 * platform/qt/css1/pseudo/anchor-expected.txt:
2376 * platform/qt/css1/pseudo/firstletter-expected.png:
2377 * platform/qt/css1/pseudo/firstletter-expected.txt:
2378 * platform/qt/css1/pseudo/firstline-expected.png:
2379 * platform/qt/css1/pseudo/firstline-expected.txt:
2380 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
2381 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
2382 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
2383 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
2384 * platform/qt/css1/units/color_units-expected.png:
2385 * platform/qt/css1/units/color_units-expected.txt:
2386 * platform/qt/css1/units/length_units-expected.png:
2387 * platform/qt/css1/units/length_units-expected.txt:
2388 * platform/qt/css1/units/percentage_units-expected.png:
2389 * platform/qt/css1/units/percentage_units-expected.txt:
2390 * platform/qt/css1/units/urls-expected.png:
2391 * platform/qt/css1/units/urls-expected.txt:
2393 2012-07-19 Dan Bernstein <mitz@apple.com>
2395 In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
2396 https://bugs.webkit.org/show_bug.cgi?id=91780
2398 Reviewed by Anders Carlsson.
2400 * fast/writing-mode/flipped-blocks-text-map-local-to-container-expected.txt: Added.
2401 * fast/writing-mode/flipped-blocks-text-map-local-to-container.html: Added.
2403 2012-07-19 Erik Arvidsson <arv@chromium.org>
2405 Window top should not be replaceable
2406 https://bugs.webkit.org/show_bug.cgi?id=91755
2408 Reviewed by Adam Barth.
2410 Window top is readonly and unforgable and should not be replaceable.
2412 http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object
2414 This change brings JSC inline with all other browsers.
2416 * fast/dom/Window/get-set-properties-expected.txt:
2417 * fast/dom/Window/get-set-properties.html:
2418 * fast/dom/Window/window-property-shadowing-expected.txt:
2419 * fast/dom/Window/window-property-shadowing.html:
2420 * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Removed.
2421 * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
2423 2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2425 [Qt] Added/updated missing fast/text results after rebaseline
2426 https://bugs.webkit.org/show_bug.cgi?id=91570
2428 Reviewed by Noam Rosenthal.
2430 The following tests were failing after r122971:
2431 fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
2432 fast/text/textIteratorNilRenderer.html = TEXT
2433 fast/text/whitespace/030.html = TEXT
2435 This patch includes/updates the missing expectations.
2437 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2438 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
2439 * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
2440 * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
2441 * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2442 * platform/qt/fast/text/whitespace/030-expected.png:
2443 * platform/qt/fast/text/whitespace/030-expected.txt:
2445 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2447 Unreviewed GTK gardening, marking three svg/W3C-SVG-1.1 tests as flaky.
2449 * platform/gtk/TestExpectations:
2451 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2453 [Qt] platform/qt/[scrollbars, transforms, transitions] directories need update after rebaseline and new testfonts
2454 https://bugs.webkit.org/show_bug.cgi?id=91271
2456 Batch of expected result files reviewed. It comprises
2457 scrollbars, transforms, transitions directories.
2459 Reviewed by Simon Hausmann.
2461 * platform/qt-5.0-wk1/Skipped:
2462 * platform/qt-5.0-wk2/Skipped:
2463 * platform/qt-5.0/Skipped:
2464 * platform/qt/scrollbars/basic-scrollbar-expected.png: Added.
2465 * platform/qt/scrollbars/basic-scrollbar-expected.txt:
2466 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
2467 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
2468 * platform/qt/scrollbars/disabled-scrollbar-expected.png: Added.
2469 * platform/qt/scrollbars/disabled-scrollbar-expected.txt:
2470 * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
2471 * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.txt:
2472 * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
2473 * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.txt:
2474 * platform/qt/scrollbars/scrollbar-buttons-expected.png: Added.
2475 * platform/qt/scrollbars/scrollbar-buttons-expected.txt:
2476 * platform/qt/scrollbars/scrollbar-orientation-expected.png: Added.
2477 * platform/qt/scrollbars/scrollbar-orientation-expected.txt:
2478 * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
2479 * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
2480 * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
2481 * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt:
2482 * platform/qt/transforms/2d/transform-borderbox-expected.png:
2483 * platform/qt/transforms/2d/transform-borderbox-expected.txt:
2484 * platform/qt/transforms/2d/transform-fixed-container-expected.png:
2485 * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
2486 * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
2487 * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
2488 * platform/qt/transforms/2d/zoom-menulist-expected.png:
2489 * platform/qt/transforms/2d/zoom-menulist-expected.txt:
2490 * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
2491 * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt:
2492 * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
2493 * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
2494 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
2495 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
2496 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
2497 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
2498 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
2499 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
2500 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
2501 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
2502 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
2503 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
2504 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
2505 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
2506 * platform/qt/transforms/svg-vs-css-expected.png:
2507 * platform/qt/transforms/svg-vs-css-expected.txt:
2508 * platform/qt/transitions/cross-fade-background-image-expected.png:
2509 * platform/qt/transitions/cross-fade-background-image-expected.txt:
2510 * platform/qt/transitions/cross-fade-border-image-expected.png:
2511 * platform/qt/transitions/cross-fade-border-image-expected.txt:
2512 * platform/qt/transitions/move-after-transition-expected.png: Added.
2513 * platform/qt/transitions/move-after-transition-expected.txt:
2514 * platform/qt/transitions/svg-text-shadow-transition-expected.png:
2515 * platform/qt/transitions/svg-text-shadow-transition-expected.txt:
2517 2012-07-19 Jer Noble <jer.noble@apple.com>
2519 [WK2] storage/domstorage/storage-close-database-on-idle.html failing on WK2
2520 https://bugs.webkit.org/show_bug.cgi?id=91778
2522 Unreviewed gardening. Add failing test to the mac-wk2 Skipped list.
2524 * platform/mac-wk2/Skipped:
2526 2012-07-19 Robert Hogan <robert@webkit.org>
2528 [Qt] Skip tests after r123130
2532 Tests added in r123130 fail on Qt. Created bug 91772
2534 * platform/qt/Skipped:
2536 2012-07-19 Jer Noble <jer.noble@apple.com>
2538 Layout Test css3/filters/custom/custom-filter-animation.html is failing
2539 https://bugs.webkit.org/show_bug.cgi?id=91769
2541 Unreviewed gardening. Add this failing test to the Test Expectations, and remove
2542 the custom-filter-shader-cache test from the Skipped list.
2544 * platform/mac/Skipped:
2545 * platform/mac/TestExpectations:
2547 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2549 [Qt] [Part 4] platform/qt/css1 tests needs update after rebaseline and new testfonts
2550 https://bugs.webkit.org/show_bug.cgi?id=91134
2552 Batch of expected result files reviewed. It comprises
2553 /LayoutTests/platform/qt/css1/[font_properties, formatting_model] directories
2555 Reviewed by Simon Hausmann.
2557 * platform/qt-5.0-wk1/Skipped:
2558 * platform/qt-5.0-wk2/Skipped:
2559 * platform/qt/css1/font_properties/font-expected.png:
2560 * platform/qt/css1/font_properties/font-expected.txt:
2561 * platform/qt/css1/font_properties/font_family-expected.png:
2562 * platform/qt/css1/font_properties/font_family-expected.txt:
2563 * platform/qt/css1/font_properties/font_size-expected.png:
2564 * platform/qt/css1/font_properties/font_size-expected.txt:
2565 * platform/qt/css1/font_properties/font_style-expected.png:
2566 * platform/qt/css1/font_properties/font_style-expected.txt:
2567 * platform/qt/css1/font_properties/font_variant-expected.png:
2568 * platform/qt/css1/font_properties/font_variant-expected.txt:
2569 * platform/qt/css1/font_properties/font_weight-expected.png:
2570 * platform/qt/css1/font_properties/font_weight-expected.txt:
2571 * platform/qt/css1/formatting_model/canvas-expected.png:
2572 * platform/qt/css1/formatting_model/canvas-expected.txt:
2573 * platform/qt/css1/formatting_model/height_of_lines-expected.png:
2574 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
2575 * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
2576 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
2577 * platform/qt/css1/formatting_model/inline_elements-expected.png:
2578 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2579 * platform/qt/css1/formatting_model/replaced_elements-expected.png:
2580 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
2581 * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
2582 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2584 2012-07-19 Raymond Toy <rtoy@google.com>
2586 Limit maximum delay of DelayNode.
2587 https://bugs.webkit.org/show_bug.cgi?id=91675
2589 Reviewed by Kenneth Russell.
2591 Test that a DelayNode limits the specified max delay to the
2592 expected maximum allowed delay.
2594 * webaudio/delaynode-maxdelaylimit-expected.txt: Added.
2595 * webaudio/delaynode-maxdelaylimit.html: Added.
2597 2012-07-14 Robert Hogan <robert@webkit.org>
2599 CSS 2.1 failure: text-indent-intrinsic-003 fails
2600 https://bugs.webkit.org/show_bug.cgi?id=80576
2602 Reviewed by Eric Seidel.
2604 * css2.1/20110323/text-indent-intrinsic-001-expected.html: Added.
2605 * css2.1/20110323/text-indent-intrinsic-001.htm: Added.
2606 * css2.1/20110323/text-indent-intrinsic-002-expected.html: Added.
2607 * css2.1/20110323/text-indent-intrinsic-002.htm: Added.
2608 * css2.1/20110323/text-indent-intrinsic-003-expected.html: Added.
2609 * css2.1/20110323/text-indent-intrinsic-003.htm: Added.
2610 * css2.1/20110323/text-indent-intrinsic-004-expected.html: Added.
2611 * css2.1/20110323/text-indent-intrinsic-004.htm: Added.
2613 2012-07-19 Douglas Stockwell <dstockwell@google.com>
2615 Crash in WebCore::StyleResolver::collectMatchingRulesForList
2616 https://bugs.webkit.org/show_bug.cgi?id=90803
2618 Reviewed by Andreas Kling.
2620 * fast/css/xml-stylesheet-removed-expected.txt: Added.
2621 * fast/css/xml-stylesheet-removed.xhtml: Added.
2623 2012-07-19 Jer Noble <jer.noble@apple.com>
2625 Layout Test css3/filters/custom/custom-filter-shader-cache.html is failing
2626 https://bugs.webkit.org/show_bug.cgi?id=84813
2628 Unreviewed. Add this failing test to the mac Skipped file.
2630 * platform/mac/Skipped:
2632 2012-07-19 Bem Jones-Bey <bjonesbe@adobe.com>
2634 Shape-inside / shape-outside should support percent-based measurements
2635 https://bugs.webkit.org/show_bug.cgi?id=90311
2637 Reviewed by Andreas Kling.
2639 Added tests for percent based lengths for exclusion shapes.
2641 * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
2642 * fast/exclusions/parsing-wrap-shape-lengths.html:
2644 2012-07-19 James Simonsen <simonjam@chromium.org>
2646 Regression(120096): Protect the element used by ImageLoader until the end of notifyFinished().
2647 https://bugs.webkit.org/show_bug.cgi?id=90471
2649 Reviewed by Brady Eidson.
2651 * http/tests/security/video-poster-cross-origin-crash-expected.txt: Added.
2652 * http/tests/security/video-poster-cross-origin-crash.html: Added. From fuzzer.
2654 2012-07-19 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
2656 [Qt] platform/qt/editing/execCommand tests needs update after rebaseline and new testfonts (37)
2657 https://bugs.webkit.org/show_bug.cgi?id=91246
2659 Reviewed by Ryosuke Niwa.
2661 Removing left-over skipped tests.
2663 * platform/qt-5.0-wk1/Skipped:
2664 * platform/qt-5.0/Skipped:
2665 * platform/qt/Skipped:
2667 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2669 [Qt] [Part 3] platform/qt/css1 tests needs update after rebaseline and new testfonts
2670 https://bugs.webkit.org/show_bug.cgi?id=91132
2672 Batch of expected result files reviewed. It comprises
2673 /LayoutTests/platform/qt/css1/[color_and_background, conformance] directories
2675 Reviewed by Simon Hausmann.
2677 * platform/qt-5.0-wk1/Skipped:
2678 * platform/qt-5.0-wk2/Skipped:
2679 * platform/qt/css1/color_and_background/background-expected.png:
2680 * platform/qt/css1/color_and_background/background-expected.txt:
2681 * platform/qt/css1/color_and_background/background_attachment-expected.png:
2682 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2683 * platform/qt/css1/color_and_background/background_color-expected.png:
2684 * platform/qt/css1/color_and_background/background_color-expected.txt:
2685 * platform/qt/css1/color_and_background/background_image-expected.png:
2686 * platform/qt/css1/color_and_background/background_image-expected.txt:
2687 * platform/qt/css1/color_and_background/background_position-expected.png:
2688 * platform/qt/css1/color_and_background/background_position-expected.txt:
2689 * platform/qt/css1/color_and_background/background_repeat-expected.png:
2690 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2691 * platform/qt/css1/color_and_background/color-expected.png:
2692 * platform/qt/css1/color_and_background/color-expected.txt:
2693 * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
2694 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2696 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2698 Unreviewed GTK gardening.
2700 Use the WONTFIX modifier for failing tests that the GTK port is not able to pass
2701 due to unsupportable features or specific nature of the tests. The WONTFIX tests
2702 are placed at the top of the 'Expected failures' section in the TestExpectations
2705 For starters the list contains the harness test for reftests mismatch, the tests
2706 that utilize the modal dialog (which won't be supported in WebKit1) and various
2707 V8 and Mac-specific tests
2709 * platform/gtk/TestExpectations:
2711 2012-07-19 Tony Chang <tony@chromium.org>
2713 Unreviewed gardening. Update chromium-mac results after r123053.
2715 * platform/chromium-mac/fast/inline/002-expected.txt: Added.
2716 * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2718 2012-07-19 Tony Chang <tony@chromium.org>
2720 Unreviewed gardening. Update chromium-mac results after r123053.
2722 * platform/chromium-mac/fast/inline/002-expected.txt: Added.
2723 * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2725 2012-07-19 Tony Chang <tony@chromium.org>
2727 Unreviewed gardening. Update chromium expectations after r123067.
2729 * platform/chromium/TestExpectations:
2731 2012-07-19 Joshua Bell <jsbell@chromium.org>
2733 IndexedDB: Throw native TypeErrors per spec
2734 https://bugs.webkit.org/show_bug.cgi?id=91679
2736 Reviewed by Kentaro Hara.
2738 * storage/indexeddb/cursor-advance-expected.txt:
2739 * storage/indexeddb/index-basics-expected.txt:
2740 * storage/indexeddb/index-basics-workers-expected.txt:
2741 * storage/indexeddb/objectstore-cursor-expected.txt:
2742 * storage/indexeddb/resources/cursor-advance.js:
2743 (testBadAdvance.advanceBadly):
2745 * storage/indexeddb/resources/index-basics.js:
2748 * storage/indexeddb/resources/objectstore-cursor.js:
2750 * storage/indexeddb/resources/transaction-basics.js:
2752 * storage/indexeddb/transaction-basics-expected.txt:
2754 2012-07-19 Tony Chang <tony@chromium.org>
2756 Unreviewed gardening. Update chromium results for shrink-to-column-height-for-pagination.html after 123051.
2758 * platform/chromium-win/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2759 * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2761 2012-07-19 Joshua Bell <jsbell@chromium.org>
2763 Roll out r121610 and r122487 which may have been causing flaky crashes
2764 https://bugs.webkit.org/show_bug.cgi?id=91637
2766 Reviewed by Kentaro Hara.
2768 Flaky crashes started in random tests following r121610. It's not clear
2769 that r121610 is to blame, but we'd like to prove or disprove it.
2770 If this doesn't resolve the crashes, this patch should be rolled out.
2772 * plugins/npruntime/leak-window-scriptable-object-expected.txt: Removed.
2773 * plugins/npruntime/leak-window-scriptable-object.html: Removed.
2775 2012-07-19 Joshua Bell <jsbell@chromium.org>
2777 [chromium] Unreviewed gardening, fix malfomed BUG markers in TestExpectations
2779 * platform/chromium/TestExpectations:
2781 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2783 Unreviewed GTK gardening, adding missing baseline required after r122761.
2785 * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2786 * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2788 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2790 [Qt] [Part 2] platform/qt/css1 tests needs update after rebaseline and new testfonts
2791 https://bugs.webkit.org/show_bug.cgi?id=91026
2793 Batch of expected result files reviewed. It comprises
2794 /LayoutTests/platform/qt/css1/[basic, cascade, classification] directories
2796 Reviewed by Simon Hausmann.
2798 * platform/qt-5.0-wk1/Skipped:
2799 * platform/qt-5.0-wk2/Skipped:
2800 * platform/qt/css1/basic/class_as_selector-expected.png:
2801 * platform/qt/css1/basic/class_as_selector-expected.txt:
2802 * platform/qt/css1/basic/comments-expected.png:
2803 * platform/qt/css1/basic/comments-expected.txt:
2804 * platform/qt/css1/basic/containment-expected.png:
2805 * platform/qt/css1/basic/containment-expected.txt:
2806 * platform/qt/css1/basic/contextual_selectors-expected.png:
2807 * platform/qt/css1/basic/contextual_selectors-expected.txt:
2808 * platform/qt/css1/basic/grouping-expected.png:
2809 * platform/qt/css1/basic/grouping-expected.txt:
2810 * platform/qt/css1/basic/id_as_selector-expected.png:
2811 * platform/qt/css1/basic/id_as_selector-expected.txt:
2812 * platform/qt/css1/basic/inheritance-expected.png:
2813 * platform/qt/css1/basic/inheritance-expected.txt:
2814 * platform/qt/css1/cascade/cascade_order-expected.png:
2815 * platform/qt/css1/cascade/cascade_order-expected.txt:
2816 * platform/qt/css1/cascade/important-expected.png:
2817 * platform/qt/css1/cascade/important-expected.txt:
2818 * platform/qt/css1/classification/display-expected.png:
2819 * platform/qt/css1/classification/display-expected.txt:
2820 * platform/qt/css1/classification/list_style-expected.png:
2821 * platform/qt/css1/classification/list_style-expected.txt:
2822 * platform/qt/css1/classification/list_style_image-expected.png:
2823 * platform/qt/css1/classification/list_style_image-expected.txt:
2824 * platform/qt/css1/classification/list_style_position-expected.png:
2825 * platform/qt/css1/classification/list_style_position-expected.txt:
2826 * platform/qt/css1/classification/list_style_type-expected.png:
2827 * platform/qt/css1/classification/list_style_type-expected.txt:
2828 * platform/qt/css1/classification/white_space-expected.png:
2829 * platform/qt/css1/classification/white_space-expected.txt:
2831 2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
2833 [Qt] platform/qt/svg/W3C-SVG-* tests needs update after rebaseline and new testfonts
2834 https://bugs.webkit.org/show_bug.cgi?id=91092
2836 Unreviewed rebaseline.
2838 * platform/qt-5.0/Skipped:
2839 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2840 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2841 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
2842 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
2843 * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
2844 * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
2845 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
2846 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
2847 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
2848 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
2849 * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
2850 * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2851 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
2852 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2853 * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
2854 * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2855 * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
2856 * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2857 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2858 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2859 * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
2860 * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2861 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
2862 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2863 * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
2864 * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2865 * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
2866 * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2867 * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
2868 * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2869 * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
2870 * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2871 * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
2872 * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2873 * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2874 * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2875 * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2876 * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2877 * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2878 * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2879 * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2880 * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2881 * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2882 * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2883 * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2884 * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2885 * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
2886 * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2887 * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
2888 * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2889 * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2890 * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2891 * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
2892 * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2893 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
2894 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2895 * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
2896 * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2897 * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
2898 * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2899 * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
2900 * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2901 * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
2902 * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2903 * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
2904 * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2905 * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2906 * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2907 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2908 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2909 * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2910 * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2911 * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2912 * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2913 * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
2914 * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2915 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2916 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2917 * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2918 * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2919 * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2920 * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2921 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2922 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2923 * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2924 * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2925 * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2926 * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2927 * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2928 * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2929 * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2930 * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2931 * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2932 * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2933 * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2934 * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2935 * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2936 * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2937 * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2938 * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2939 * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2940 * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2941 * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2942 * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2943 * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2944 * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2945 * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2946 * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2947 * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2948 * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2949 * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2950 * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2951 * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2952 * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2953 * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2954 * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2955 * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2956 * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2957 * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2958 * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2959 * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2960 * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2961 * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2962 * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2963 * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2964 * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2965 * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2966 * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2967 * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2968 * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2969 * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2970 * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2971 * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2972 * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2973 * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2974 * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2975 * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2976 * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2977 * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2978 * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2979 * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2980 * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2981 * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2982 * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2983 * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2984 * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2985 * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2986 * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2987 * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2988 * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2989 * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2990 * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2991 * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2992 * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2993 * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2994 * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2995 * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2996 * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2997 * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2998 * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2999 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
3000 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
3001 * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
3002 * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3003 * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
3004 * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3005 * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
3006 * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
3007 * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
3008 * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3009 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
3010 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
3011 * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3012 * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3013 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3014 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3015 * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3016 * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3017 * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
3018 * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
3019 * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3020 * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3021 * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3022 * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3023 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
3024 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
3025 * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
3026 * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3027 * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3028 * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3029 * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
3030 * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3031 * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3032 * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3033 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
3034 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3035 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3036 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3037 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
3038 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3039 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
3040 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3041 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
3042 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3043 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
3044 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3045 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
3046 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
3047 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
3048 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
3049 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
3050 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
3051 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
3052 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3053 * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
3054 * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3055 * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
3056 * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3057 * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
3058 * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3059 * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
3060 * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3061 * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
3062 * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3063 * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
3064 * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3065 * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
3066 * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3067 * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
3068 * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3069 * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
3070 * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3071 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
3072 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3073 * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
3074 * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3075 * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
3076 * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
3077 * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
3078 * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
3079 * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
3080 * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3081 * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
3082 * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3083 * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
3084 * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3085 * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
3086 * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
3087 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3088 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3089 * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
3090 * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3091 * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
3092 * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3093 * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3094 * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3095 * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
3096 * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3097 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
3098 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3099 * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
3100 * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3101 * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
3102 * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3103 * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
3104 * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3105 * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
3106 * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3107 * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
3108 * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3109 * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
3110 * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
3111 * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
3112 * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3113 * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
3114 * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3115 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
3116 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
3117 * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
3118 * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3119 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3120 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3121 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3122 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3123 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3124 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3125 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3126 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3127 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
3128 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
3129 * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
3130 * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3131 * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
3132 * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3133 * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
3134 * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3135 * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
3136 * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3137 * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
3138 * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3139 * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
3140 * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3141 * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
3142 * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
3143 * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
3144 * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
3145 * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
3146 * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
3147 * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3148 * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
3149 * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
3150 * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
3151 * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
3152 * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
3153 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
3154 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3155 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
3156 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3157 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
3158 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3159 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
3160 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3161 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3162 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3163 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
3164 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3165 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
3166 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3167 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3168 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3169 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
3170 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3171 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
3172 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3173 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
3174 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3175 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
3176 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3177 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
3178 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3179 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
3180 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3181 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
3182 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
3183 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
3184 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
3185 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
3186 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3187 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
3188 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
3189 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
3190 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
3191 * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
3192 * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3193 * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
3194 * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3195 * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
3196 * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3197 * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
3198 * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3199 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
3200 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3201 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
3202 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3203 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
3204 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3205 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3206 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3207 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3208 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3209 * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
3210 * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3211 * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
3212 * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3213 * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
3214 * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3215 * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
3216 * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3217 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
3218 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3219 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
3220 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
3221 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
3222 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3223 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
3224 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
3225 * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
3226 * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
3227 * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
3228 * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3229 * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
3230 * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3231 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
3232 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3233 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
3234 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
3235 * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
3236 * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3237 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
3238 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
3239 * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
3240 * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3241 * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
3242 * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3243 * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
3244 * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3245 * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
3246 * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3247 * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
3248 * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3249 * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
3250 * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3251 * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
3252 * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3253 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
3254 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
3255 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
3256 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
3257 * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
3258 * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
3259 * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
3260 * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3261 * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
3262 * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3263 * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
3264 * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3265 * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
3266 * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3267 * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
3268 * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3269 * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
3270 * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3271 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
3272 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3273 * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
3274 * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3275 * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
3276 * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3277 * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
3278 * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3279 * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
3280 * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3281 * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
3282 * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
3283 * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
3284 * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
3285 * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
3286 * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
3287 * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
3288 * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3289 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
3290 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3291 * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
3292 * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3293 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
3294 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3295 * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
3296 * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3297 * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
3298 * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3299 * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
3300 * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3301 * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
3302 * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3303 * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
3304 * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3305 * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
3306 * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3307 * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
3308 * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3309 * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
3310 * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3311 * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
3312 * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3313 * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3314 * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3315 * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3316 * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3317 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
3318 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3319 * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3320 * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: