1 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
3 [Qt] css3/selectors3 rebaseline after new test fonts
4 https://bugs.webkit.org/show_bug.cgi?id=92038
6 Reviewed by Alexis Menard.
8 * platform/qt-5.0-wk1/Skipped:
9 * platform/qt-5.0-wk2/Skipped: These tests are failing because of <input> default size in
10 WK2, which is different than the expected results generated from WK1. Moved them to
11 appropriate block in skipped list.
12 * platform/qt-5.0/Skipped:
13 * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
14 * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
15 * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
16 * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
17 * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
18 * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
19 * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
20 * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:
22 2012-07-23 Tony Chang <tony@chromium.org>
24 Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.
26 * fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
27 * platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
28 * platform/chromium/TestExpectations:
29 * platform/gtk/fast/frames/valid-expected.txt: Removed.
30 * platform/mac/fast/frames/valid-expected.txt: Removed.
32 2012-07-23 Andrew Wilson <atwilson@chromium.org>
34 Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.
36 * platform/chromium/TestExpectations:
38 2012-07-23 Kwang Yul Seo <skyul@company100.net>
40 Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
41 https://bugs.webkit.org/show_bug.cgi?id=91703
43 Reviewed by Adam Barth.
45 Updated test expectation for html5lib/runner-expected.txt
46 because now resources/scripted/adoption01.dat passes.
48 * html5lib/runner-expected.txt:
50 2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
52 [Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
53 https://bugs.webkit.org/show_bug.cgi?id=92023
57 * platform/qt-5.0/Skipped:
58 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
59 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
60 * platform/qt/Skipped:
61 * platform/qt/svg/in-html/by-reference-expected.txt:
62 * platform/qt/svg/in-html/circle-expected.png:
63 * platform/qt/svg/in-html/circle-expected.txt:
64 * platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
65 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
66 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
67 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
68 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
69 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
70 * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
71 * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
72 * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
73 * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
74 * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
75 * platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
76 * platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
77 * platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
78 * platform/qt/svg/wicd/rightsizing-grid-expected.png:
79 * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
80 * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
81 * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
82 * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
83 * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
84 * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
85 * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
86 * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
87 * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
88 * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:
90 2012-07-23 Gregg Tavares <gman@google.com>
92 Fix WebGL texSubImage2D for cube maps
93 https://bugs.webkit.org/show_bug.cgi?id=91927
95 Reviewed by Kenneth Russell.
97 Tests for WebGL texSubImage2D for cube maps.
99 * fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
100 * fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.
102 2012-07-23 Filip Pizlo <fpizlo@apple.com>
104 DFG is too aggressive in performing the specific value optimization on loads
105 https://bugs.webkit.org/show_bug.cgi?id=92034
107 Reviewed by Mark Hahnenberg.
109 * fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
110 * fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
111 * fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
112 * fast/js/dfg-resolve-global-specific-dictionary.html: Added.
113 * fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
115 * fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
119 2012-07-23 Filip Pizlo <fpizlo@apple.com>
121 REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
122 https://bugs.webkit.org/show_bug.cgi?id=92002
124 Unskip test that this change fixes, as requested by Ossy.
126 * platform/qt/Skipped:
128 2012-07-23 Andrew Wilson <atwilson@chromium.org>
130 More unreviewed chromium expectation changes to mark tests as failing/slow.
131 * platform/chromium/TestExpectations:
133 2012-06-12 Jer Noble <jer.noble@apple.com>
135 MediaController.currentTime should be kept stable during script execution.
136 https://bugs.webkit.org/show_bug.cgi?id=88555
138 Reviewed by Eric Carlson.
140 * media/media-controller-time-constant-expected.txt: Added.
141 * media/media-controller-time-constant.html: Added.
143 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
145 [Qt] dom/xhtml/level3/core rebaseline after new test fonts
146 https://bugs.webkit.org/show_bug.cgi?id=92028
150 * platform/qt-5.0/Skipped:
151 * platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
152 * platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
153 * platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
154 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
155 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
156 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
157 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
158 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
159 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
160 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
161 * platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
162 * platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
163 * platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:
165 2012-07-23 Simon Fraser <simon.fraser@apple.com>
167 Part 2 of: Implement sticky positioning
168 https://bugs.webkit.org/show_bug.cgi?id=90046
170 Reviewed by Ojan Vafai.
172 Test for parsing and returning fro getComputedStyle() the new
173 -webkit-sticky value for position.
175 * fast/css/sticky/parsing-position-sticky-expected.txt: Added.
176 * fast/css/sticky/parsing-position-sticky.html: Added.
177 * fast/css/sticky/resources/parsing-position-sticky.js: Added.
180 2012-07-23 Andrew Wilson <atwilson@chromium.org>
182 Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.
184 * platform/chromium/TestExpectations:
186 2012-07-23 Stephen Chenney <schenney@chromium.org>
188 Crash when setting empty class name on a new element
189 https://bugs.webkit.org/show_bug.cgi?id=92024
191 Reviewed by Andreas Kling.
193 Add a check for null attributeData() when setting the className to an
194 empty string on a newly created element.
196 * svg/custom/empty-className-baseVal-crash-expected.txt: Added.
197 * svg/custom/empty-className-baseVal-crash.html: Added.
199 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
201 [Qt] tables/mozilla_expected_failures rebaseline after new test fonts
202 https://bugs.webkit.org/show_bug.cgi?id=92013
206 * platform/qt-5.0/Skipped:
207 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
209 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
211 [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
212 https://bugs.webkit.org/show_bug.cgi?id=92017
214 Reviewed by Alexis Menard.
216 * platform/qt-5.0-wk2/Skipped:
217 * platform/qt-5.0/Skipped:
218 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
219 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
220 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
221 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
222 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
223 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
224 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
225 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
226 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
227 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
229 2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
231 [Qt] svg/zoom needs update after new testfonts
232 https://bugs.webkit.org/show_bug.cgi?id=92007
234 Reviewed by Alexis Menard.
236 * platform/qt-5.0-wk2/Skipped:
237 * platform/qt-5.0/Skipped:
238 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
239 * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
240 * platform/qt/Skipped:
241 * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
242 * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
243 * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
244 * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
245 * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
246 * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
247 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
248 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
249 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
250 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
251 * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
252 * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
253 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
254 * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
255 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
256 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
257 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
258 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
259 * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
260 * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
261 * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
262 * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
263 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
264 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
265 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
266 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
267 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
268 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
269 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
270 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
271 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
272 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
273 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
274 * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
275 * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
276 * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
277 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
278 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
279 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
280 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
281 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
282 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
283 * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
284 * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
285 * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
286 * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
288 2012-07-23 Andrew Wilson <atwilson@chromium.org>
290 Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.
292 * platform/chromium/TestExpectations:
294 2012-07-23 Andrew Wilson <atwilson@chromium.org>
296 Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.
298 * platform/chromium/TestExpectations:
300 2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
302 Unreviewed, rolling out r123362.
303 http://trac.webkit.org/changeset/123362
304 https://bugs.webkit.org/show_bug.cgi?id=92020
306 uploaded wrong expectations :( bad caio (Requested by cmarcelo
309 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
310 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
311 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
312 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
313 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
314 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
315 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
316 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
317 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
318 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
319 * platform/qt-5.0-wk2/Skipped:
320 * platform/qt-5.0/Skipped:
321 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
322 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
323 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
324 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
325 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
326 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
327 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
328 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
329 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
330 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
332 2012-07-23 Andrew Wilson <atwilson@chromium.org>
334 Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
335 https://bugs.webkit.org/show_bug.cgi?id=92019
337 * platform/chromium/TestExpectations:
339 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
341 [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
342 https://bugs.webkit.org/show_bug.cgi?id=92017
344 Reviewed by Alexis Menard.
346 * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
347 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
348 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
349 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
350 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
351 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
352 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
353 * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
354 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
355 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
356 * platform/qt-5.0-wk2/Skipped:
357 * platform/qt-5.0/Skipped:
358 * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
359 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
360 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
361 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
362 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
363 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
364 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
365 * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
366 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
367 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
369 2012-07-23 Ryosuke Niwa <rniwa@webkit.org>
371 REGRESSION(r123281): childNodes sometimes returns wrong nodes
372 https://bugs.webkit.org/show_bug.cgi?id=92014
374 Reviewed by Anders Carlsson.
376 Added an integration regression test that caught this bug.
378 * fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
379 * fast/dom/NodeList/childNodes-reverse-iteration.html: Added.
381 2012-07-23 Luciano Wolf <luciano.wolf@openbossa.org>
383 [Qt] animations needs rebaseline after new test fonts
384 https://bugs.webkit.org/show_bug.cgi?id=91997
386 Reviewed by Noam Rosenthal.
388 Updating skipped tests inside animations directory.
390 * platform/qt-5.0/Skipped:
391 * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
392 * platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
393 * platform/qt/animations/additive-transform-animations-expected.txt:
394 * platform/qt/animations/cross-fade-background-image-expected.txt:
395 * platform/qt/animations/cross-fade-border-image-source-expected.txt:
396 * platform/qt/animations/cross-fade-list-style-image-expected.txt:
397 * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
398 * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
399 * platform/qt/animations/missing-values-first-keyframe-expected.txt:
400 * platform/qt/animations/missing-values-last-keyframe-expected.txt:
401 * platform/qt/animations/state-at-end-event-expected.txt:
403 2012-07-23 Pierre Rossi <pierre.rossi@gmail.com>
405 Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
406 https://bugs.webkit.org/show_bug.cgi?id=91006
408 Reviewed by Ryosuke Niwa.
410 Extend the touch-handler-count test to also cover the hasListenerType logic.
412 * fast/events/touch/touch-handler-count-expected.txt:
413 * fast/events/touch/touch-handler-count.html:
415 2012-07-23 Andrew Wilson <atwilson@chromium.org>
417 Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
418 https://bugs.webkit.org/show_bug.cgi?id=24182
420 * platform/chromium/TestExpectations:
422 2012-07-23 Andrew Wilson <atwilson@chromium.org>
424 Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
425 https://bugs.webkit.org/show_bug.cgi?id=24182
427 * platform/chromium/TestExpectations:
429 2012-07-23 Andrew Wilson <atwilson@chromium.org>
431 Unreviewed chromium expectations change after r123302.
432 https://bugs.webkit.org/show_bug.cgi?id=91806
434 * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
435 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
436 * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
438 2012-07-23 Andrew Wilson <atwilson@chromium.org>
440 Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.
442 * platform/chromium/TestExpectations:
444 2012-07-23 Vincent Scheib <scheib@chromium.org>
446 Skip http/tests/pointer-lock on ports that do not support pointer lock.
450 * platform/efl/Skipped:
451 * platform/mac/Skipped:
452 * platform/qt/Skipped:
453 * platform/win/Skipped:
454 * platform/wincairo/Skipped:
456 2012-07-21 Vincent Scheib <scheib@chromium.org>
458 webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
459 https://bugs.webkit.org/show_bug.cgi?id=91892
461 Reviewed by Adam Barth.
463 Tests verifying the behavior of accessing
464 webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
465 from different origins.
467 * http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
468 * http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
469 * http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
470 * http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
471 * http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
472 * http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
473 * http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
474 * http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
475 * http/tests/resources/pointer-lock/iframe-common.js: Added.
478 * http/tests/resources/pointer-lock/inner-iframe.html: Added.
479 * http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
480 (runOnKeyPress.keypressHandler):
481 * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
482 * pointer-lock/locked-element-iframe-removed-from-dom.html:
483 * pointer-lock/locked-element-removed-from-dom-expected.txt:
484 * pointer-lock/locked-element-removed-from-dom.html:
486 2012-07-23 Zan Dobersek <zandobersek@gmail.com>
488 Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
489 moving them to the top of the expected failures section.
491 * platform/gtk/TestExpectations:
493 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
495 [Qt] Unreviewed gardening. Skip the failing tests.
497 * platform/qt/Skipped:
499 2012-07-23 Csaba Osztrogonác <ossy@webkit.org>
501 [Qt] DumpRenderTree does not use 'monospace' font when directed
502 https://bugs.webkit.org/show_bug.cgi?id=85203
504 Unreviewed gardening.
506 * platform/qt-4.8/Skipped: Unskip now passing tests.
508 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
510 [Qt] editing/inserting/multiple-lines-selected.html fails
511 https://bugs.webkit.org/show_bug.cgi?id=91993
513 Reviewed by Simon Hausmann.
515 Removing wrong expected results, adding it to the skipped list.
517 * platform/qt-5.0/Skipped:
518 * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
519 * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.
521 2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
523 [Qt] editing/inserting rebaseline after new test fonts
524 https://bugs.webkit.org/show_bug.cgi?id=91985
528 * platform/qt-5.0-wk1/Skipped:
529 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
530 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
531 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
532 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
533 * platform/qt-5.0-wk2/Skipped:
534 * platform/qt-5.0/Skipped:
535 * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
536 * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
537 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
538 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
539 * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
540 * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
541 * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
542 * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
543 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
544 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
545 * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
546 * platform/qt/editing/inserting/4960120-1-expected.png:
547 * platform/qt/editing/inserting/before-after-input-element-expected.png:
548 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
549 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
550 * platform/qt/editing/inserting/insert-div-009-expected.png: Added.
551 * platform/qt/editing/inserting/insert-div-009-expected.txt:
552 * platform/qt/editing/inserting/insert-div-010-expected.png: Added.
553 * platform/qt/editing/inserting/insert-div-010-expected.txt:
555 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
557 [EFL] media/controls-styling.html is failing
558 https://bugs.webkit.org/show_bug.cgi?id=91984
560 Reviewed by Eric Carlson.
562 Rebaseline media controls styling tests now that the
563 EFL port properly ensures that overriding CSS
564 properties won't affect the media controls.
566 * platform/efl/media/controls-styling-expected.png:
567 * platform/efl/media/controls-styling-expected.txt:
568 * platform/efl/media/controls-styling-strict-expected.png:
569 * platform/efl/media/controls-styling-strict-expected.txt:
571 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
573 [EFL] fast/layers/video-layer.html needs rebasing after r123320
574 https://bugs.webkit.org/show_bug.cgi?id=91978
576 Unreviewed EFL gardening, regenerate baseline for
577 fast/layers/video-layer.html after r123320.
579 * platform/efl/fast/layers/video-layer-expected.txt:
581 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
583 [Qt] Unreviewed gardening.
585 * platform/qt/Skipped:
587 2012-07-23 Andrei Poenaru <poenaru@adobe.com>
589 [Qt] new test introduced in r123205 fails on Qt
590 https://bugs.webkit.org/show_bug.cgi?id=91967
592 Reviewed by Kenneth Rohde Christiansen.
594 Skipped WebInspector test that needs CSS Regions enabled.
596 * platform/qt/Skipped:
598 2012-07-23 Zan Dobersek <zandobersek@gmail.com>
600 Unreviewed GTK gardening.
602 Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.
604 * platform/gtk/TestExpectations:
606 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
608 [EFL] media/controls-styling-strict.html is failing
609 https://bugs.webkit.org/show_bug.cgi?id=91960
611 Reviewed by Kenneth Rohde Christiansen.
613 Update test expectations for media tests now that
614 we use "display: -webkit-box;" for the current-time
617 * platform/efl/media/audio-controls-rendering-expected.txt:
618 * platform/efl/media/audio-repaint-expected.png:
619 * platform/efl/media/audio-repaint-expected.txt:
620 * platform/efl/media/controls-layout-direction-expected.png:
621 * platform/efl/media/controls-strict-expected.png:
622 * platform/efl/media/controls-strict-expected.txt:
623 * platform/efl/media/controls-styling-expected.txt:
624 * platform/efl/media/controls-styling-strict-expected.png: Added.
625 * platform/efl/media/controls-styling-strict-expected.txt: Added.
626 * platform/efl/media/media-controls-clone-expected.png:
627 * platform/efl/media/media-controls-clone-expected.txt:
628 * platform/efl/media/video-aspect-ratio-expected.png:
629 * platform/efl/media/video-layer-crash-expected.png:
630 * platform/efl/media/video-transformed-expected.png:
631 * platform/efl/media/video-zoom-controls-expected.png:
632 * platform/efl/media/video-zoom-controls-expected.txt:
633 * platform/efl/media/video-zoom-expected.png:
635 2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
637 [EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
638 https://bugs.webkit.org/show_bug.cgi?id=91959
640 Unreviewed EFL gardening. Skip flaky Web Inspector test case.
642 * platform/efl/TestExpectations:
644 2012-07-23 Hayato Ito <hayato@chromium.org>
646 ComposedShadowTreeWalker should skip an empty insertion points.
647 https://bugs.webkit.org/show_bug.cgi?id=91826
649 Reviewed by Hajime Morita.
651 * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
652 * fast/dom/shadow/composed-shadow-tree-walker.html:
654 2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
656 [Qt] Unreviewed gardening. Skip the new failing tests.
658 * platform/qt/Skipped:
660 2012-07-23 Li Yin <li.yin@intel.com>
662 Improve AudioChannelSplitter test
663 https://bugs.webkit.org/show_bug.cgi?id=91962
665 Reviewed by Kentaro Hara.
667 Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
668 The numberOfOutputs parameter determines the number of outputs.
669 Values of up to 32 must be supported. If not specified, then 6 will be used.
671 * webaudio/audiochannelsplitter-expected.txt:
672 * webaudio/audiochannelsplitter.html:
674 2012-07-22 Li Yin <li.yin@intel.com>
676 Improve BiquadFilterNode test case
677 https://bugs.webkit.org/show_bug.cgi?id=90937
679 Reviewed by Kentaro Hara.
681 Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
682 Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.
684 * webaudio/biquadfilternode-basic-expected.txt:
685 * webaudio/biquadfilternode-basic.html:
687 2012-07-22 Yoshifumi Inoue <yosin@chromium.org>
689 [Tests] Rename fast/forms/number/*.html to number-*.html
690 https://bugs.webkit.org/show_bug.cgi?id=91806
692 Reviewed by Kent Tamura.
694 This patch renames test scripts and expected text/images to same
695 naming scheme(name starts with "number-"), for fast/forms/number.
697 This patch also updates TestExpectations and Skipped files in platform
698 directory for test name change.
700 This patch is a part of forms input type test arrangement.
701 https://bugs.webkit.org/show_bug.cgi?id=91805
703 * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
704 * fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
705 * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
706 * fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
707 * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
708 * fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
709 * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
710 * fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
711 * fast/forms/number/input-appearance-number-rtl.html: Removed.
712 * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
713 * fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
714 * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
715 * fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
716 * fast/forms/number/input-number-blur-twice-expected.txt: Removed.
717 * fast/forms/number/input-number-blur-twice.html: Removed.
718 * fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
719 * fast/forms/number/input-number-change-type-on-focus.html: Removed.
720 * fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
721 * fast/forms/number/input-number-commit-valid-only.html: Removed.
722 * fast/forms/number/input-number-crash-expected.txt: Removed.
723 * fast/forms/number/input-number-crash.html: Removed.
724 * fast/forms/number/input-number-events-expected.txt: Removed.
725 * fast/forms/number/input-number-events.html: Removed.
726 * fast/forms/number/input-number-keyoperation-expected.txt: Removed.
727 * fast/forms/number/input-number-keyoperation.html: Removed.
728 * fast/forms/number/input-number-large-padding-expected.txt: Removed.
729 * fast/forms/number/input-number-large-padding.html: Removed.
730 * fast/forms/number/input-number-outofrange-expected.txt: Removed.
731 * fast/forms/number/input-number-outofrange.html: Removed.
732 * fast/forms/number/input-number-size-expected.txt: Removed.
733 * fast/forms/number/input-number-size.html: Removed.
734 * fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
735 * fast/forms/number/input-number-spinbutton-crash.html: Removed.
736 * fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
737 * fast/forms/number/input-number-unacceptable-style.html: Removed.
738 * fast/forms/number/input-number-validation-message-expected.txt: Removed.
739 * fast/forms/number/input-number-validation-message.html: Removed.
740 * fast/forms/number/input-number-wheel-expected.txt: Removed.
741 * fast/forms/number/input-number-wheel.html: Removed.
742 * fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
743 * fast/forms/number/input-spinbutton-capturing.html: Removed.
744 * fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
745 * fast/forms/number/input-valueasnumber-number.html: Removed.
746 * fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
747 * fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
748 * fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
749 * fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
750 * fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
751 * fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
752 * fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
753 * fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
754 * fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
755 * fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
756 * fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
757 * fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
758 * fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
759 * fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
760 * fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
761 * fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
762 * fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
763 * fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
764 * fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
765 * fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
766 * fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
767 * fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
768 * fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
769 * fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
770 * fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
771 * fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
772 * fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
773 * fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
774 * fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
775 * 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.
776 * fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
777 * fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
778 * fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
779 * fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
780 * fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
781 * fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
782 * fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
783 * fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
784 * fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
785 * fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
786 * fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
787 * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
788 * fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
789 * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
790 * fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
791 * fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
792 * fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
793 * fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
794 * fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
795 * fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
796 * fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
797 * fast/forms/number/spin-button-events-expected.txt: Removed.
798 * fast/forms/number/spin-button-events.html: Removed.
799 * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
800 * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
801 * fast/forms/number/spin-button-state-expected.txt: Removed.
802 * fast/forms/number/spin-button-state.html: Removed.
803 * fast/forms/number/spin-in-multi-column-expected.txt: Removed.
804 * fast/forms/number/spin-in-multi-column.html: Removed.
805 * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
806 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
807 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
808 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
809 * 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.
810 * 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.
811 * 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.
812 * 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.
813 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
814 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
815 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
816 * 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.
817 * 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.
818 * 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.
819 * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
820 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
821 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
822 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
823 * 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.
824 * 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.
825 * 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.
826 * 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.
827 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
828 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
829 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
830 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
831 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
832 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
833 * 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.
834 * 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.
835 * 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.
836 * 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.
837 * 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.
838 * 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.
839 * platform/efl/Skipped:
840 * platform/efl/TestExpectations:
841 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
842 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
843 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
844 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
845 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
846 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
847 * platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
848 * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
849 * 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.
850 * 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.
851 * 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.
852 * 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.
853 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
854 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
855 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
856 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
857 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
858 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
859 * platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
860 * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
861 * 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.
862 * 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.
863 * 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.
864 * 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.
865 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
866 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
867 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
868 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
869 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
870 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
871 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
872 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
873 * 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.
874 * 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.
875 * 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.
876 * 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.
877 * platform/qt-4.8/Skipped:
878 * platform/qt-5.0-wk2/Skipped:
879 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
880 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
881 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
882 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
883 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
884 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
885 * 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.
886 * 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.
887 * 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.
888 * 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.
889 * 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.
890 * 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.
891 * platform/qt-arm/TestExpectations:
892 * platform/qt-mac/Skipped:
893 * platform/qt/Skipped:
894 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
895 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
896 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
897 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
898 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
899 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
900 * platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
901 * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
902 * 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.
903 * 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.
904 * 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.
905 * 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.
906 * platform/win-wk2/Skipped:
907 * platform/win/Skipped:
908 * platform/wincairo/Skipped:
910 2012-07-22 Kent Tamura <tkent@chromium.org>
912 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
913 https://bugs.webkit.org/show_bug.cgi?id=91941
915 Reviewed by Kentaro Hara.
917 A flag name for an elmement should be ENABLE_*_ELEMENT.
919 * fast/dom/wrapper-classes.html:
921 2012-07-22 Stephen White <senorblanco@chromium.org>
923 [chromium] Unreviewed gardening.
925 Shamed into removing some BUGSENORBLANCOs from previous gardening
928 * platform/chromium/TestExpectations:
930 2012-07-22 Stephen White <senorblanco@chromium.org>
932 [chromium] Test result gardening; unreviewed.
934 * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
935 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
936 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
937 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
938 * platform/chromium/TestExpectations:
940 2012-07-22 Zan Dobersek <zandobersek@gmail.com>
942 Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
943 test and skip a subpixel layout test that's crashing on debug builds (the
944 feature is disabled at the moment so the failure is somewhat acceptable).
946 * platform/gtk/TestExpectations:
947 * platform/gtk/media/controls-styling-strict-expected.png: Added.
948 * platform/gtk/media/controls-styling-strict-expected.txt: Added.
950 2012-07-21 Dan Bernstein <mitz@apple.com>
952 <rdar://problem/11928576> SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
953 https://bugs.webkit.org/show_bug.cgi?id=91918
955 Reviewed by Anders Carlsson.
957 * svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
958 * svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.
960 2012-07-20 Tony Chang <tony@chromium.org>
962 [chromium] Mark anther test as needing a rebaseline due to r123285.
964 * platform/chromium/TestExpectations:
966 2012-07-20 Stephen White <senorblanco@chromium.org>
968 [chromium] Mark a test as needing a rebaseline due to image change.
969 https://bugs.webkit.org/show_bug.cgi?id=90624
971 Reviewed by Adrienne Walker.
973 * platform/chromium/TestExpectations:
975 2012-07-20 Tony Chang <tony@chromium.org>
977 [chromium] Unreviewed, one more new baselines after r123272 (I missed SL).
979 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
981 2012-07-20 Tony Chang <tony@chromium.org>
983 [chromium] Unreviewed, one more new baselines after r123272.
985 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
986 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
987 * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
988 * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
990 2012-07-20 Tony Chang <tony@chromium.org>
992 [chromium] Unreviewed, land new baselines after r123272.
994 * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
995 * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
996 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
997 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
998 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
999 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
1000 * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
1001 * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
1002 * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
1003 * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
1004 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
1005 * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
1006 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
1007 * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
1008 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
1009 * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
1010 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
1011 * platform/chromium-mac/css1/basic/inheritance-expected.png:
1012 * platform/chromium-mac/fast/layers/video-layer-expected.png:
1013 * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
1014 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
1015 * platform/chromium-mac/media/audio-repaint-expected.png:
1016 * platform/chromium-mac/media/controls-after-reload-expected.png:
1017 * platform/chromium-mac/media/controls-layout-direction-expected.png:
1018 * platform/chromium-mac/media/controls-strict-expected.png:
1019 * platform/chromium-mac/media/controls-styling-expected.png:
1020 * platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
1021 * platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
1022 * platform/chromium-mac/media/controls-without-preload-expected.png:
1023 * platform/chromium-mac/media/media-controls-clone-expected.png:
1024 * platform/chromium-mac/media/video-controls-rendering-expected.png:
1025 * platform/chromium-mac/media/video-display-toggle-expected.png:
1026 * platform/chromium-mac/media/video-empty-source-expected.png:
1027 * platform/chromium-mac/media/video-no-audio-expected.png:
1028 * platform/chromium-mac/media/video-playing-and-pause-expected.png:
1029 * platform/chromium-mac/media/video-zoom-controls-expected.png:
1030 * platform/chromium-win/fast/layers/video-layer-expected.png:
1031 * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
1032 * platform/chromium-win/media/audio-controls-rendering-expected.png:
1033 * platform/chromium-win/media/audio-repaint-expected.png:
1034 * platform/chromium-win/media/controls-after-reload-expected.png:
1035 * platform/chromium-win/media/controls-layout-direction-expected.png:
1036 * platform/chromium-win/media/controls-strict-expected.png:
1037 * platform/chromium-win/media/controls-styling-expected.png:
1038 * platform/chromium-win/media/controls-styling-strict-expected.png: Added.
1039 * platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
1040 * platform/chromium-win/media/controls-without-preload-expected.png:
1041 * platform/chromium-win/media/media-controls-clone-expected.png:
1042 * platform/chromium-win/media/video-controls-rendering-expected.png:
1043 * platform/chromium-win/media/video-display-toggle-expected.png:
1044 * platform/chromium-win/media/video-empty-source-expected.png:
1045 * platform/chromium-win/media/video-no-audio-expected.png:
1046 * platform/chromium-win/media/video-playing-and-pause-expected.png:
1047 * platform/chromium-win/media/video-zoom-controls-expected.png:
1049 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1051 [Qt] svg/text rebaseline after new test fonts (part 4)
1052 https://bugs.webkit.org/show_bug.cgi?id=91905
1056 Two tests, svg/text/foreignObject-text-clipping-bug.xml and
1057 svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.
1059 This is not a regression because they were incorrect before, but had expected files with
1060 the wrong results. Instead of updating wrong expectations, I kept them skipped but created
1061 a new bug to track each one.
1063 * platform/qt-5.0/Skipped:
1064 * platform/qt/svg/text/font-size-below-point-five-2-expected.png:
1065 * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
1066 * platform/qt/svg/text/font-size-below-point-five-expected.png:
1067 * platform/qt/svg/text/font-size-below-point-five-expected.txt:
1068 * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
1069 * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
1070 * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
1071 * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
1072 * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
1073 * platform/qt/svg/text/remove-tspan-from-text-expected.png:
1074 * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
1075 * platform/qt/svg/text/text-altglyph-01-b-expected.png:
1076 * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
1077 * platform/qt/svg/text/text-deco-01-b-expected.png:
1078 * platform/qt/svg/text/text-deco-01-b-expected.txt:
1079 * platform/qt/svg/text/text-fill-opacity-expected.png:
1080 * platform/qt/svg/text/text-fill-opacity-expected.txt:
1081 * platform/qt/svg/text/text-fonts-02-t-expected.png:
1082 * platform/qt/svg/text/text-fonts-02-t-expected.txt:
1083 * platform/qt/svg/text/text-gradient-positioning-expected.png:
1084 * platform/qt/svg/text/text-gradient-positioning-expected.txt:
1085 * platform/qt/svg/text/text-midpoint-split-bug-expected.png:
1086 * platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
1087 * platform/qt/svg/text/text-path-middle-align-expected.txt:
1088 * platform/qt/svg/text/text-repaint-rects-expected.png:
1089 * platform/qt/svg/text/text-repaint-rects-expected.txt:
1090 * platform/qt/svg/text/text-spacing-01-b-expected.png:
1091 * platform/qt/svg/text/text-spacing-01-b-expected.txt:
1092 * platform/qt/svg/text/text-tref-01-b-expected.png:
1093 * platform/qt/svg/text/text-tref-01-b-expected.txt:
1094 * platform/qt/svg/text/text-viewbox-rescale-expected.png:
1095 * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
1096 * platform/qt/svg/text/textPathBoundsBug-expected.txt:
1098 2012-07-20 Joshua Bell <jsbell@chromium.org>
1100 IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
1101 https://bugs.webkit.org/show_bug.cgi?id=86911
1103 Reviewed by Tony Chang.
1105 Added regression test based on repro steps in the bug.
1107 * storage/indexeddb/request-continue-abort-expected.txt: Added.
1108 * storage/indexeddb/request-continue-abort.html: Added.
1109 * storage/indexeddb/resources/request-continue-abort.js: Added.
1110 (test.request.onsuccess.request.onsuccess.request.onsuccess):
1111 (test.request.onsuccess.request.onsuccess):
1112 (test.request.onsuccess):
1115 (testCursor.request.onsuccess):
1116 (testCursor.request.onerror):
1117 (testCursor.transaction.onabort):
1120 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1122 [Qt] svg/text rebaseline after new test fonts (part 3)
1123 https://bugs.webkit.org/show_bug.cgi?id=91904
1127 * platform/qt-5.0/Skipped:
1128 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
1129 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
1130 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
1131 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
1132 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
1133 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
1134 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
1135 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
1136 * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
1137 * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
1138 * platform/qt/svg/text/ems-display-none-expected.png:
1139 * platform/qt/svg/text/ems-display-none-expected.txt:
1140 * platform/qt/svg/text/exs-display-none-expected.png:
1141 * platform/qt/svg/text/exs-display-none-expected.txt:
1142 * platform/qt/svg/text/foreignObject-repaint-expected.png:
1143 * platform/qt/svg/text/foreignObject-repaint-expected.txt:
1144 * platform/qt/svg/text/scaled-font-expected.png:
1145 * platform/qt/svg/text/scaled-font-expected.txt:
1146 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
1147 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
1148 * platform/qt/svg/text/text-tselect-01-b-expected.png:
1149 * platform/qt/svg/text/text-tselect-01-b-expected.txt:
1150 * platform/qt/svg/text/text-tspan-01-b-expected.png:
1151 * platform/qt/svg/text/text-tspan-01-b-expected.txt:
1152 * platform/qt/svg/text/text-ws-01-t-expected.png:
1153 * platform/qt/svg/text/text-ws-01-t-expected.txt:
1154 * platform/qt/svg/text/text-ws-02-t-expected.png:
1155 * platform/qt/svg/text/text-ws-02-t-expected.txt:
1157 2012-07-20 Andrew Scherkus <scherkus@chromium.org>
1159 [chromium] Unreviewed rebaselined due to r123259.
1161 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
1162 * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
1163 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
1164 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
1165 * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
1166 * platform/chromium-mac/media/audio-repaint-expected.txt:
1167 * platform/chromium-mac/media/controls-after-reload-expected.txt:
1168 * platform/chromium-mac/media/controls-strict-expected.txt:
1169 * platform/chromium-mac/media/controls-styling-expected.txt:
1170 * platform/chromium-mac/media/controls-without-preload-expected.txt:
1171 * platform/chromium-mac/media/media-controls-clone-expected.txt:
1172 * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
1173 * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
1174 * platform/chromium-mac/media/video-controls-rendering-expected.txt:
1175 * platform/chromium-mac/media/video-display-toggle-expected.txt:
1176 * platform/chromium-mac/media/video-empty-source-expected.txt:
1177 * platform/chromium-mac/media/video-no-audio-expected.txt:
1178 * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
1179 * platform/chromium-mac/media/video-zoom-controls-expected.txt:
1180 * platform/chromium-win/fast/layers/video-layer-expected.txt:
1181 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
1182 * platform/chromium-win/media/audio-repaint-expected.txt:
1183 * platform/chromium-win/media/controls-after-reload-expected.txt:
1184 * platform/chromium-win/media/controls-strict-expected.txt:
1185 * platform/chromium-win/media/controls-styling-expected.txt:
1186 * platform/chromium-win/media/controls-without-preload-expected.txt:
1187 * platform/chromium-win/media/media-controls-clone-expected.txt:
1188 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1189 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
1190 * platform/chromium-win/media/video-controls-rendering-expected.txt:
1191 * platform/chromium-win/media/video-display-toggle-expected.txt:
1192 * platform/chromium-win/media/video-empty-source-expected.txt:
1193 * platform/chromium-win/media/video-no-audio-expected.txt:
1194 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
1195 * platform/chromium-win/media/video-zoom-controls-expected.txt:
1196 * platform/chromium/TestExpectations:
1198 2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
1200 [Qt] ietestcenter needs rebaseline after new test fonts
1201 https://bugs.webkit.org/show_bug.cgi?id=91886
1203 Updating skipped tests inside ietestcenter. The following tests
1205 /css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
1206 /css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
1207 /css3/text/textshadow-002-expected.txt (missing bar on top of blue text)
1209 Reviewed by Noam Rosenthal.
1211 * platform/qt-5.0-wk1/Skipped:
1212 * platform/qt-5.0/Skipped:
1213 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
1214 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
1215 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
1216 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
1217 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
1218 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
1219 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
1220 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
1221 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
1222 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
1223 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
1224 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
1225 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
1226 * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
1227 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
1228 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
1229 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
1230 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
1231 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
1232 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
1233 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
1234 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
1235 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
1236 * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
1237 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
1238 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
1239 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
1240 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
1241 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
1242 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
1243 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
1244 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
1245 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
1246 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
1247 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
1248 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
1249 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
1250 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
1251 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
1252 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
1253 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
1254 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
1255 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
1256 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
1257 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
1258 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
1259 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
1260 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
1261 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
1262 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
1263 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
1264 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
1265 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
1266 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
1267 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
1268 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
1269 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
1270 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
1271 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
1272 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
1273 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
1274 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
1275 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
1276 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
1277 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
1278 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
1279 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
1280 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
1281 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
1282 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
1283 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
1284 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
1285 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
1286 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
1287 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
1288 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
1289 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
1290 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
1291 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
1292 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
1293 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
1294 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
1295 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
1296 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
1297 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
1298 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
1299 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
1300 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
1301 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
1302 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
1303 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
1304 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
1305 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
1306 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
1307 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
1308 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
1309 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
1310 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
1311 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
1312 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
1313 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
1314 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
1315 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
1316 * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
1317 * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
1318 * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
1319 * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
1320 * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
1321 * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
1322 * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
1323 * platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
1324 * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
1325 * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
1326 * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
1327 * platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
1328 * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
1329 * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
1330 * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
1331 * platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
1332 * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
1333 * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
1334 * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
1335 * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
1336 * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
1337 * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
1338 * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
1339 * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
1340 * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:
1342 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1344 [Qt] svg/text rebaseline after new test fonts (part 2)
1345 https://bugs.webkit.org/show_bug.cgi?id=91902
1347 Reviewed by Noam Rosenthal.
1349 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
1350 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
1351 * platform/qt-5.0/Skipped:
1352 * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
1353 * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
1354 * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
1355 * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
1356 * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
1357 * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
1358 * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
1359 * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
1360 * platform/qt/svg/text/multichar-glyph-expected.png:
1361 * platform/qt/svg/text/multichar-glyph-expected.txt:
1362 * platform/qt/svg/text/selection-background-color-expected.png: Added.
1363 * platform/qt/svg/text/selection-background-color-expected.txt:
1364 * platform/qt/svg/text/selection-styles-expected.png:
1365 * platform/qt/svg/text/selection-styles-expected.txt:
1366 * platform/qt/svg/text/selection-tripleclick-expected.png:
1367 * platform/qt/svg/text/selection-tripleclick-expected.txt:
1368 * platform/qt/svg/text/text-align-01-b-expected.png:
1369 * platform/qt/svg/text/text-align-01-b-expected.txt:
1370 * platform/qt/svg/text/text-align-02-b-expected.png:
1371 * platform/qt/svg/text/text-align-02-b-expected.txt:
1372 * platform/qt/svg/text/text-align-03-b-expected.png:
1373 * platform/qt/svg/text/text-align-03-b-expected.txt:
1374 * platform/qt/svg/text/text-align-04-b-expected.png:
1375 * platform/qt/svg/text/text-align-04-b-expected.txt:
1376 * platform/qt/svg/text/text-align-05-b-expected.png:
1377 * platform/qt/svg/text/text-align-05-b-expected.txt:
1378 * platform/qt/svg/text/text-align-06-b-expected.png:
1379 * platform/qt/svg/text/text-align-06-b-expected.txt:
1380 * platform/qt/svg/text/text-path-01-b-expected.png:
1381 * platform/qt/svg/text/text-path-01-b-expected.txt:
1382 * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
1383 * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:
1385 2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1387 [Qt] svg/text rebaseline after new test fonts (part 1)
1388 https://bugs.webkit.org/show_bug.cgi?id=91762
1390 Reviewed by Andreas Kling.
1392 * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
1393 * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
1394 * platform/qt-5.0/Skipped:
1395 * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
1396 * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
1397 * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
1398 * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
1399 * platform/qt/svg/text/kerning-expected.png:
1400 * platform/qt/svg/text/kerning-expected.txt:
1401 * platform/qt/svg/text/small-fonts-2-expected.png:
1402 * platform/qt/svg/text/small-fonts-2-expected.txt:
1403 * platform/qt/svg/text/small-fonts-3-expected.png:
1404 * platform/qt/svg/text/small-fonts-3-expected.txt:
1405 * platform/qt/svg/text/small-fonts-expected.png:
1406 * platform/qt/svg/text/small-fonts-expected.txt: Added.
1407 * platform/qt/svg/text/small-fonts-in-html5-expected.png:
1408 * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
1409 * platform/qt/svg/text/text-text-01-b-expected.png:
1410 * platform/qt/svg/text/text-text-01-b-expected.txt:
1411 * platform/qt/svg/text/text-text-03-b-expected.png:
1412 * platform/qt/svg/text/text-text-03-b-expected.txt:
1413 * platform/qt/svg/text/text-text-04-t-expected.png:
1414 * platform/qt/svg/text/text-text-04-t-expected.txt:
1415 * platform/qt/svg/text/text-text-05-t-expected.png:
1416 * platform/qt/svg/text/text-text-05-t-expected.txt:
1417 * platform/qt/svg/text/text-text-06-t-expected.png:
1418 * platform/qt/svg/text/text-text-06-t-expected.txt:
1419 * platform/qt/svg/text/text-text-07-t-expected.png:
1420 * platform/qt/svg/text/text-text-07-t-expected.txt:
1421 * platform/qt/svg/text/text-text-08-b-expected.png:
1422 * platform/qt/svg/text/text-text-08-b-expected.txt:
1424 2012-07-20 Tony Chang <tony@chromium.org>
1426 [chromium] Unreviewed gardening. Remove a test that hasn't been
1427 added to the tree yet.
1429 * platform/chromium/TestExpectations:
1431 2012-07-20 Tony Chang <tony@chromium.org>
1433 [chromium] Unreviewed, mark some tests as slow in debug.
1435 * platform/chromium/TestExpectations:
1437 2012-07-20 Tony Chang <tony@chromium.org>
1439 [chromium] Unreviewed, mark some tests as slow in debug.
1441 * platform/chromium/TestExpectations:
1443 2012-07-19 Andrew Scherkus <scherkus@chromium.org>
1445 [chromium] CSS tweaks to media controls to prevent styles from being overridden
1446 https://bugs.webkit.org/show_bug.cgi?id=91802
1448 Reviewed by Eric Carlson.
1450 * media/controls-styling-strict.html: Added.
1451 * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
1452 * platform/chromium-linux/media/controls-styling-strict-expected.txt: Added.
1454 2012-07-20 Tony Chang <tony@chromium.org>
1456 [chromium] Unreviewed gardening. Unskip some tests that just need new baselines.
1458 * platform/chromium/TestExpectations:
1460 2012-07-20 Tony Chang <tony@chromium.org>
1462 [chromium] Rebaseline css3/filters/custom tests
1463 https://bugs.webkit.org/show_bug.cgi?id=82372
1465 Unreviewed, but unofficially reviewed by Chiculita Alexandru and Stephen White.
1467 Add baselines for these tests. They are enabled and use the Mesa
1470 * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
1471 * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
1472 * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
1473 * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
1474 * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
1475 * platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
1476 * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
1477 * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Added.
1478 * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Added.
1479 * 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.
1480 * platform/chromium/TestExpectations:
1482 2012-07-20 Vincent Scheib <scheib@chromium.org>
1484 Move pointer lock test resources to http/tests/resources in preparation for adding new tests to http.
1485 https://bugs.webkit.org/show_bug.cgi?id=91882
1487 Reviewed by Adrienne Walker.
1489 * http/tests/resources/pointer-lock/pointer-lock-test-harness.js: Renamed from LayoutTests/pointer-lock/resources/pointer-lock-test-harness.js.
1490 * pointer-lock/bug90391-move-then-window-open-crash.html:
1491 * pointer-lock/lock-already-locked.html:
1492 * pointer-lock/lock-element-not-in-dom.html:
1493 * pointer-lock/lock-fail-responses.html:
1494 * pointer-lock/locked-element-iframe-removed-from-dom.html:
1495 * pointer-lock/locked-element-removed-from-dom.html:
1496 * pointer-lock/mouse-event-api.html:
1497 * pointer-lock/mouse-event-delivery.html:
1498 * pointer-lock/pointer-lock-api.html:
1499 * pointer-lock/pointerlockchange-pointerlockerror-events.html:
1500 * pointer-lock/pointerlocklost-event.html:
1502 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1504 Unreviewed GTK gardening, adding platform-specific baseline for
1505 fast/dom/Window/window-properties-performance.html that assumes jsHeapSizeLimit
1506 attribute to be undefined, as expected for ports using JavaScriptCore.
1508 * platform/gtk/TestExpectations:
1509 * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: Added.
1511 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1513 Unreviewed GTK gardening, adding image baseline for
1514 fast/images/paletted-png-with-color-profile.html.
1516 * platform/gtk/TestExpectations:
1517 * platform/gtk/fast/images/paletted-png-with-color-profile-expected.png: Added.
1519 2012-07-20 Stephen Chenney <schenney@chromium.org>
1521 SVG Filter Effect sub-region not applied for some filters
1522 https://bugs.webkit.org/show_bug.cgi?id=89767
1524 Reviewed by Dirk Schulze.
1526 Unreviewed test expectations update.
1528 Numerous results changed by one pixel due to the difference between
1529 clipping and pre-applying the filter subregion. Some feGaussianBlur
1530 and feDropShadow results changed more, but that was expected.
1532 * platform/chromium-linux-x86/svg/batik/filters: Removed.
1533 * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png:
1534 * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
1535 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1536 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1537 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1538 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1539 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1540 * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
1541 * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
1542 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1543 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1544 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
1545 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
1546 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
1547 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
1548 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1549 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1550 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1551 * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1552 * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
1553 * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
1554 * platform/chromium-linux/svg/filters/filterRes-expected.png:
1555 * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png:
1556 * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
1557 * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
1558 * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
1559 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1560 * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
1561 * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
1562 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1563 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1564 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
1565 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
1566 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
1567 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
1568 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1569 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1570 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1571 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1572 * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
1573 * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
1574 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1575 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1576 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1577 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1578 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1579 * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
1580 * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
1581 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1582 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1583 * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1584 * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1585 * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
1586 * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
1587 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1588 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1589 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1590 * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1591 * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
1592 * platform/chromium-mac/svg/filters/feDropShadow-subregion-expected.png: Added.
1593 * platform/chromium-mac/svg/filters/feGaussianBlur-expected.png:
1594 * platform/chromium-mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
1595 * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
1596 * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
1597 * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
1598 * platform/chromium-mac/svg/filters/feOffset-expected.png:
1599 * platform/chromium-mac/svg/filters/feTile-expected.png:
1600 * platform/chromium-mac/svg/filters/filter-placement-issue-expected.png:
1601 * platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png:
1602 * platform/chromium-mac/svg/filters/filterRes-expected.png:
1603 * platform/chromium-mac/svg/filters/filterRes1-expected.png:
1604 * platform/chromium-mac/svg/filters/filterRes3-expected.png:
1605 * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
1606 * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
1607 * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
1608 * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
1609 * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
1610 * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png:
1611 * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
1612 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1613 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1614 * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1615 * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1616 * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1617 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
1618 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
1619 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1620 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1621 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
1622 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
1623 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
1624 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
1625 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1626 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1627 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1628 * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1629 * platform/chromium-win/svg/filters/feDropShadow-expected.png:
1630 * platform/chromium-win/svg/filters/feDropShadow-subregion-expected.png: Added.
1631 * platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
1632 * platform/chromium-win/svg/filters/feGaussianBlur-subregion-expected.png: Added.
1633 * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
1634 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
1635 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
1636 * platform/chromium-win/svg/filters/feOffset-expected.png:
1637 * platform/chromium-win/svg/filters/feTile-expected.png:
1638 * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
1639 * platform/chromium-win/svg/filters/filter-placement-issue-expected.png:
1640 * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
1641 * platform/chromium-win/svg/filters/filterRes-expected.png:
1642 * platform/chromium-win/svg/filters/filterRes1-expected.png:
1643 * platform/chromium-win/svg/filters/filterRes3-expected.png:
1644 * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
1645 * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
1646 * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
1647 * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
1648 * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
1649 * platform/chromium/TestExpectations:
1651 2012-07-20 Joshua Bell <jsbell@chromium.org>
1653 [chromium] Unreviewed test expectations update.
1654 Un-marking various tests as flaky on WIN following rollback of r121610
1655 in http://trac.webkit.org/changeset/123110. Investigation documented in:
1656 https://bugs.webkit.org/show_bug.cgi?id=90469
1658 * platform/chromium/TestExpectations:
1660 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1662 Unreviewed GTK gardening.
1664 Generating baselines for two input placeholder tests that fail. The image
1665 baselines used are from Chromium Linux that clearly denote what's missing
1666 in the GTK port's output for these two tests, ignoring other marginal
1667 rendering differences.
1669 * platform/gtk/TestExpectations:
1670 * platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
1671 * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
1672 * platform/gtk/fast/forms/textarea: Added.
1673 * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
1674 * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
1676 2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
1678 Fix missing css1/text_properties/text_transform.html results (txt)
1679 https://bugs.webkit.org/show_bug.cgi?id=91875
1681 Expected txt result was added.
1683 Reviewed by Noam Rosenthal.
1685 * platform/qt/css1/text_properties/text_transform-expected.txt: Added.
1687 2012-07-20 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1689 [Qt] Added/updated missing fast/table results after rebaseline
1690 https://bugs.webkit.org/show_bug.cgi?id=91621
1692 Reviewed by Noam Rosenthal.
1694 The following tests were failing after r122985:
1695 fast/table/003.html = TEXT
1696 fast/table/colspanMinWidth.html = TEXT
1697 fast/table/spanOverlapRepaint.html = TEXT
1698 fast/table/text-field-baseline.html = TEXT
1700 This patch includes/updates the missing expectations.
1702 * platform/qt-5.0-wk2/fast/table/003-expected.png:
1703 * platform/qt-5.0-wk2/fast/table/003-expected.txt:
1704 * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Added.
1705 * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Added.
1706 * platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Added.
1707 * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
1708 * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Added.
1710 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1712 Unreviewed GTK gardening, rebaselining a test after r117477.
1714 * platform/gtk/TestExpectations:
1715 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.png:
1716 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
1718 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1720 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
1721 https://bugs.webkit.org/show_bug.cgi?id=85591
1723 Unreviewed, managing a few more unexpected passes for the GTK port.
1725 Remove a few expectations for tests that were passing, reclassify some failures as
1726 architecture-specific and add PASS expectations for a few tests that pass even though
1727 they test features that are currently not supported on the GTK port.
1729 * platform/gtk/TestExpectations:
1731 2012-07-20 Zan Dobersek <zandobersek@gmail.com>
1733 Unreviewed GTK gardening, adding platform-specific baseline that's required
1734 after changes in r123145.
1736 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.
1738 2012-07-20 Stephen Chenney <schenney@chromium.org>
1740 Rebaseline failing test svg/as-image/svg-non-integer-scaled-image.html
1742 Unreviewed test expectations update.
1744 * platform/chromium/svg/as-image: Added.
1745 * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.
1747 2012-07-20 Sheriff Bot <webkit.review.bot@gmail.com>
1749 Unreviewed, rolling out r123182.
1750 http://trac.webkit.org/changeset/123182
1751 https://bugs.webkit.org/show_bug.cgi?id=91863
1753 Causing ASSERT crashes in tests accessibility/canvas.html and
1754 accessibility/canvas-accessibilitynodeobject.html (Requested
1755 by jernoble on #webkit).
1757 * accessibility/canvas-accessibilitynodeobject-expected.txt: Removed.
1758 * accessibility/canvas-accessibilitynodeobject.html: Removed.
1760 2012-07-20 Stephen Chenney <schenney@chromium.org>
1762 Fix chromium TestExpectations file.
1764 Unreviewed build fix.
1766 * platform/chromium/TestExpectations:
1768 2012-07-20 Stephen Chenney <schenney@chromium.org>
1770 Rebaseline Chromium results after r121171
1771 https://bugs.webkit.org/show_bug.cgi?id=91474
1773 Reviewed by Dan Bernstein.
1775 Unreviewed test expectations update.
1777 Values have changed by one pixel, which is expected given the description in the bug report.
1779 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1780 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1781 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1782 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1783 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1784 * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
1785 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1786 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1787 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1788 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1789 * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
1790 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1791 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1792 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1793 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1794 * platform/chromium/svg/as-image: Removed.
1795 * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
1796 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1797 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1798 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1799 * svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1801 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1803 [CSSRegions]Assert failure when layout positioned objects in regions
1804 https://bugs.webkit.org/show_bug.cgi?id=90792
1806 Reviewed by Andreas Kling.
1808 Before clamping the containing block (for an out-of-flow positioned element
1809 inside a named flow) to the region, we have to test whether the region is not
1810 null, which can happen when the named flow does not have attached regions.
1812 * fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
1813 * fast/regions/positioned-vrl-in-named-flow.html: Added.
1814 * fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
1815 * fast/regions/positioned-vrl-in-parent-named-flow.html: Added.
1816 * fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
1817 * fast/regions/positioned-with-vrl-parent-in-named-flow.html: Added.
1819 2012-07-20 Stephen Chenney <schenney@chromium.org>
1821 SVG Filter Effect sub-region not applied for some filters
1822 https://bugs.webkit.org/show_bug.cgi?id=89767
1824 Reviewed by Dirk Schulze.
1826 The filter effect region for SVG feGaussian and feDropShadow filters was incorrectly set,
1827 failing to account for the radius of the blur. This patch fixes the problem and removes an
1828 unneccessary clip operation when the filter result is blitted into the target. That clip
1829 was clipping the shadow from webkit-shadow.
1831 * platform/chromium/TestExpectations: Added temp entries for affected
1832 tests. Will rebaseline later (not closing the bug in the meantime).
1833 * svg/filters/feDropShadow-subregion-expected.png: Added.
1834 * svg/filters/feDropShadow-subregion-expected.txt: Added.
1835 * svg/filters/feDropShadow-subregion.svg: This verifies the subregion for feDropShadow.
1836 * svg/filters/feGaussianBlur-subregion-expected.png: Added.
1837 * svg/filters/feGaussianBlur-subregion-expected.txt: Added.
1838 * svg/filters/feGaussianBlur-subregion.svg: This verifies the subregion for feGaussianBlur.
1840 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1842 Unreviewed. Skip regions inspector test on EFL.
1844 * platform/efl/TestExpectations:
1846 2012-07-20 Balazs Ankes <bank@inf.u-szeged.hu>
1848 [Qt] http/tests/security/cross-frame-access-put.html test fail after r123145
1849 https://bugs.webkit.org/show_bug.cgi?id=91830
1851 Unreviewed gardening.
1853 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
1855 2012-07-20 Andrei Poenaru <poenaru@adobe.com>
1857 Web Inspector: Protocol Extension: add getNamedFlowCollection command
1858 https://bugs.webkit.org/show_bug.cgi?id=91607
1860 Reviewed by Pavel Feldman.
1862 The test builds a webpage with 3 Named Flows in the main frame and 1 Named Flow in an iframe.
1863 Because the getNamedFlowCollection command is executed with the main document node id as an argument,
1864 it should return only the first 3 Named Flows.
1866 * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Added.
1867 * inspector/styles/protocol-getNamedFlowCollection-command.html: Added.
1869 2012-07-20 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1871 [EFL] Gardening of failing tests
1872 https://bugs.webkit.org/show_bug.cgi?id=91838
1874 Unreviewed EFL gardening. Add failing tests to the Test Expectations.
1876 * platform/efl/TestExpectations:
1877 * platform/efl/fast/forms/state-restore-skip-stateless-expected.txt: Removed
1878 the platform specific expected after r123066.
1880 2012-07-20 János Badics <jbadics@inf.u-szeged.hu>
1882 [Qt] Unreviewed gardening after r123192. Skipped a new test.
1884 * platform/qt/Skipped:
1886 2012-07-20 Eugene Klyuchnikov <eustas.big@gmail.com>
1888 Web Inspector: Timeline: forward compatibility for load.
1889 https://bugs.webkit.org/show_bug.cgi?id=91714
1891 Reviewed by Pavel Feldman.
1893 Accept records of unrecognized types and render them as "unknown".
1895 * inspector/timeline/timeline-load-incompatible-expected.txt: Added.
1896 * inspector/timeline/timeline-load-incompatible.html: Added.
1898 2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
1900 [CSSRegions]Crash when flowing a region into itself
1901 https://bugs.webkit.org/show_bug.cgi?id=90289
1903 Reviewed by Andreas Kling.
1905 If a region is designed to receive itself as content through a named flow, we avoid
1906 a circular dependency by not attaching the region to the desired named flow.
1907 In such occasions, the region's attached flow thread object is null and
1908 we have to check this pointer before using it in RenderRegion::styleDidChange.
1910 * fast/regions/flow-region-into-itself-crash-expected.txt: Added.
1911 * fast/regions/flow-region-into-itself-crash.html: Added.
1913 2012-07-17 Kinuko Yasuda <kinuko@chromium.org>
1915 If value for responseType defined as type that not supported, it should not throw an exception in XHR 2
1916 https://bugs.webkit.org/show_bug.cgi?id=90976
1918 Reviewed by Alexey Proskuryakov.
1920 Adding tests to see if setting invalid responseType does not throw an exception and does not change the value.
1922 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt: Added.
1923 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html: Added.
1924 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
1925 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Removed a line which tries to set invalid type (since we now have a separate test)
1927 2012-07-20 Matt Falkenhagen <falken@chromium.org>
1929 Show or hide <dialog> depending on the open attribute
1930 https://bugs.webkit.org/show_bug.cgi?id=90931
1932 Reviewed by Kent Tamura.
1934 * fast/dom/HTMLDialogElement/dialog-open-expected.txt: Added.
1935 * fast/dom/HTMLDialogElement/dialog-open.html: Added.
1937 2012-07-20 Shinya Kawanaka <shinyak@chromium.org>
1939 Needs pseudo id to point the inner element of an img elemnet for styling
1940 https://bugs.webkit.org/show_bug.cgi?id=91590
1942 Reviewed by Hajime Morita.
1944 Uses pseudo id to confirm the style is applied to the inner element of an img element shadow.
1946 * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Added.
1947 * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Added.
1949 2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
1951 Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
1953 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
1954 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
1955 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
1957 2012-07-20 Keishi Hattori <keishi@webkit.org>
1959 Fix crash in WebCore::HTMLInputElement::dataList
1960 https://bugs.webkit.org/show_bug.cgi?id=91818
1962 Reviewed by Kent Tamura.
1964 * fast/forms/range/slider-appearance-crash-expected.txt: Added.
1965 * fast/forms/range/slider-appearance-crash.html: Added.
1967 2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
1969 Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
1971 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
1972 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
1973 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
1975 2012-07-19 David Hyatt <hyatt@apple.com>
1977 SVG not properly respecting max-width.
1978 https://bugs.webkit.org/show_bug.cgi?id=91474
1980 Reviewed by Dan Bernstein.
1982 * svg/as-image/svg-intrinsic-size-rectangular-expected.html: Added.
1983 * svg/as-image/svg-intrinsic-size-rectangular.html: Added.
1984 * svg/as-image/svg-object-intrinsic-size-expected.html: Added.
1985 * svg/as-image/svg-object-intrinsic-size.html: Added.
1987 2012-07-19 Dominic Mazzoni <dmazzoni@google.com>
1989 AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
1990 https://bugs.webkit.org/show_bug.cgi?id=87899
1992 Reviewed by Chris Fleizach.
1994 This new test adds a bunch of elements to a normal container and the same elements to
1995 a canvas subtree, then it iterates over all of the accessible objects within each
1996 container and makes sure they have identical roles. Because we know the nodes in the
1997 canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
1998 are getting created for these nodes.
2000 * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
2001 * accessibility/canvas-accessibilitynodeobject.html: Added.
2003 2012-07-19 Kent Tamura <tkent@chromium.org>
2005 Form state restore: Need to identify a form by its content
2006 https://bugs.webkit.org/show_bug.cgi?id=91209
2008 Reviewed by Hajime Morita.
2010 * fast/forms/state-restore-broken-state-expected.txt:
2011 Updated for the serialized format change.
2012 * fast/forms/state-restore-per-form-expected.txt:
2013 * fast/forms/state-restore-per-form.html:
2014 - Add a control to #form2 before 'additionalControl'
2015 We can't identify this form if the second named control is changed.
2016 - Add test cases of webkit.org/b/91209#c0.
2018 2012-07-19 Jeff Timanus <twiz@chromium.org>
2020 [Chromium] Suppress tests requiring a rebaseline.
2021 Skia roll to 4683 changes gradient rendering, and rebaselines are required.
2022 https://bugs.webkit.org/show_bug.cgi?id=91797
2024 Reviewed by Kenneth Russell.
2026 * platform/chromium/TestExpectations:
2028 2012-07-19 David Hyatt <hyatt@apple.com>
2030 SVG images broken when max-width specified.
2031 https://bugs.webkit.org/show_bug.cgi?id=91474
2033 Reviewed by Dan Bernstein.
2035 * svg/as-image/svg-intrinsic-size-expected.html: Added.
2036 * svg/as-image/svg-intrinsic-size.html: Added.
2038 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2040 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2041 https://bugs.webkit.org/show_bug.cgi?id=15365
2043 Another unreviewed rebaseline after r123159 (gtk).
2045 * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
2046 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
2047 * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
2048 * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2050 2012-07-19 Erik Arvidsson <arv@chromium.org>
2052 Fix test after r123145.
2056 * fast/js/var-declarations-shadowing-expected.txt:
2057 * fast/js/var-declarations-shadowing.html:
2059 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2061 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2062 https://bugs.webkit.org/show_bug.cgi?id=15365
2064 Unreviewed gardening after r123159.
2066 * mathml/msub-anonymous-child-render-crash-expected.txt:
2067 MathML wraps msub / mpub in inline-blocks so the table wrapper is now inline too which leads to this
2070 * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2071 * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2072 * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2073 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2074 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
2075 * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
2076 * platform/mac-wk2/fast/dynamic: Added.
2077 * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
2078 * platform/mac-wk2/mathml: Added.
2079 * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
2080 * platform/mac-wk2/tables: Added.
2081 * platform/mac-wk2/tables/mozilla: Added.
2082 * platform/mac-wk2/tables/mozilla/bugs: Added.
2083 * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2084 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2085 * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
2086 * tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2088 2012-07-19 Tony Chang <tony@chromium.org>
2090 Unreviewed gardening. Land chromium win and chromium-linux baselines for
2091 fast/backgrounds/size/zero.html after r121296.
2093 * fast/backgrounds/size/zero-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/zero-expected.txt.
2094 * platform/chromium-linux/fast/backgrounds/size/zero-expected.png:
2095 * platform/chromium-win-xp/fast/backgrounds/size/zero-expected.png: Added.
2096 * platform/chromium-win/fast/backgrounds/size/zero-expected.png:
2097 * platform/chromium-win/fast/backgrounds/size/zero-expected.txt:
2098 * platform/chromium/TestExpectations:
2099 * platform/gtk/fast/backgrounds/size/zero-expected.txt: Removed.
2101 2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
2103 [CSS2.1] Anonymous tables should be inline/block-level based off their parent
2104 https://bugs.webkit.org/show_bug.cgi?id=15365
2106 Reviewed by Abhishek Arya.
2108 * css2.1/20110323/inline-table-002b-expected.htm: Added.
2109 * css2.1/20110323/inline-table-002b.html: Added.
2111 * fast/table/inline-table-in-continuation-expected.html: Added.
2112 * fast/table/inline-table-in-continuation.html: Added.
2113 Added a test for an anonymous inline table in a continuation.
2115 * fast/table/inline-table-with-caption-expected.html: Added.
2116 * fast/table/inline-table-with-caption.html: Added.
2117 Added a test for a table-caption in inline-context.
2119 * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
2120 This is a progression: we now properly make the table inline and don't wrap it in anonymous blocks.
2122 * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2123 * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2124 This is a progression too. However we still have some differences with Firefox and Opera.
2126 2012-07-19 Chris Fleizach <cfleizach@apple.com>
2128 WebKit should pass <title> element value as the default AXTitle for web views
2129 https://bugs.webkit.org/show_bug.cgi?id=91763
2131 Reviewed by Anders Carlsson.
2133 * platform/mac/accessibility/document-title-used-for-description-expected.txt: Added.
2134 * platform/mac/accessibility/document-title-used-for-description.html: Added.
2136 2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2138 [Qt] Added/updated missing fast/forms results after rebaseline
2139 https://bugs.webkit.org/show_bug.cgi?id=91504
2141 Reviewed by Noam Rosenthal.
2143 The following tests were failing after r122879:
2144 fast/forms/HTMLOptionElement_label06.html = TEXT
2145 fast/forms/HTMLOptionElement_label07.html = TEXT
2146 fast/forms/basic-inputs.html = TEXT
2147 fast/forms/basic-textareas-quirks.html = TEXT
2148 fast/forms/box-shadow-override.html = TEXT
2149 fast/forms/control-restrict-line-height.html = TEXT
2150 fast/forms/encoding-test.html = TEXT
2151 fast/forms/fieldset-align.html = TEXT
2152 fast/forms/form-element-geometry.html = TEXT
2153 fast/forms/input-appearance-bkcolor.html = TEXT
2154 fast/forms/input-appearance-default-bkcolor.html = TEXT
2155 fast/forms/input-appearance-disabled.html = TEXT
2156 fast/forms/input-appearance-focus.html = TEXT
2157 fast/forms/input-appearance-preventDefault.html = TEXT
2158 fast/forms/input-appearance-readonly.html = TEXT
2159 fast/forms/input-appearance-selection.html = TEXT
2160 fast/forms/input-appearance-visibility.html = TEXT
2161 fast/forms/input-baseline.html = TEXT
2162 fast/forms/input-disabled-color.html = TEXT
2163 fast/forms/input-double-click-selection-gap-bug.html = TEXT
2164 fast/forms/input-placeholder-visibility-1.html = TEXT
2165 fast/forms/input-placeholder-visibility-3.html = TEXT
2166 fast/forms/input-readonly-dimmed.html = TEXT
2167 fast/forms/input-readonly-empty.html = TEXT
2168 fast/forms/input-spaces.html = TEXT
2169 fast/forms/input-text-click-inside.html = TEXT
2170 fast/forms/input-text-double-click.html = TEXT
2171 fast/forms/input-text-option-delete.html = TEXT
2172 fast/forms/input-text-self-emptying-click.html = TEXT
2173 fast/forms/input-text-word-wrap.html = TEXT
2174 fast/forms/input-width.html = TEXT
2175 fast/forms/menulist-separator-painting.html = TEXT
2176 fast/forms/number/input-appearance-number-rtl.html = TEXT
2177 fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = TEXT
2178 fast/forms/number/input-appearance-spinbutton-layer.html = TEXT
2179 fast/forms/placeholder-position.html = TEXT
2180 fast/forms/placeholder-pseudo-style.html = TEXT
2181 fast/forms/search-cancel-button-style-sharing.html = TEXT
2182 fast/forms/search-display-none-cancel-button.html = TEXT
2183 fast/forms/search-rtl.html = TEXT
2184 fast/forms/search-vertical-alignment.html = TEXT
2185 fast/forms/select-background-none.html = TEXT
2186 fast/forms/select-baseline.html = TEXT
2187 fast/forms/selectlist-minsize.html = TEXT
2188 fast/forms/text-style-color.html = TEXT
2189 fast/forms/textarea-align.html = TEXT
2190 fast/forms/textarea-placeholder-pseudo-style.html = TEXT
2191 fast/forms/textarea-placeholder-visibility-1.html = TEXT
2192 fast/forms/textarea-placeholder-visibility-2.html = TEXT
2193 fast/forms/textarea-setinnerhtml.html = TEXT
2194 fast/forms/textfield-focus-ring.html = TEXT
2195 fast/forms/textfield-outline.html = TEXT
2196 fast/forms/textfield-overflow.html = TEXT
2198 This patch includes/updates the missing expectations.
2200 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
2201 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt:
2202 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
2203 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt:
2204 * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
2205 * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Added.
2206 * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
2207 * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Added.
2208 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
2209 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt:
2210 * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
2211 * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Added.
2212 * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Added.
2213 * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
2214 * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Added.
2215 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2216 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
2217 * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Added.
2218 * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
2219 * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
2220 * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
2221 * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Added.
2222 * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
2223 * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Added.
2224 * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Added.
2225 * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
2226 * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Added.
2227 * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
2228 * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Added.
2229 * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Added.
2230 * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
2231 * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Added.
2232 * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png:
2233 * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt:
2234 * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
2235 * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
2236 * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
2237 * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
2238 * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Added.
2239 * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Added.
2240 * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Added.
2241 * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Added.
2242 * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Added.
2243 * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Added.
2244 * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Added.
2245 * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Added.
2246 * 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.
2247 * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
2248 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
2249 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
2250 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
2251 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
2252 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
2253 * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
2254 * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
2255 * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Added.
2256 * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
2257 * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
2258 * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
2259 * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Added.
2260 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
2261 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt:
2262 * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
2263 * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Added.
2264 * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt:
2265 * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
2266 * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
2267 * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
2268 * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
2269 * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Added.
2270 * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png:
2271 * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt:
2272 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
2273 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
2274 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
2275 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
2276 * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
2277 * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Added.
2278 * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Added.
2279 * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Added.
2281 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2283 [Qt] [Part 6] platform/qt/css1 tests needs update after rebaseline and new testfonts
2284 https://bugs.webkit.org/show_bug.cgi?id=91142
2286 Batch of expected result files reviewed. It comprises
2287 /LayoutTests/platform/qt/css1/text_properties directory
2289 Reviewed by Simon Hausmann.
2291 * platform/qt-5.0-wk1/Skipped:
2292 * platform/qt-5.0-wk2/Skipped:
2293 * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Removed.
2294 * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Removed.
2295 * platform/qt/css1/text_properties/letter_spacing-expected.png:
2296 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2297 * platform/qt/css1/text_properties/line_height-expected.png:
2298 * platform/qt/css1/text_properties/line_height-expected.txt:
2299 * platform/qt/css1/text_properties/text_align-expected.png:
2300 * platform/qt/css1/text_properties/text_align-expected.txt:
2301 * platform/qt/css1/text_properties/text_decoration-expected.png:
2302 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2303 * platform/qt/css1/text_properties/text_indent-expected.png:
2304 * platform/qt/css1/text_properties/text_indent-expected.txt:
2305 * platform/qt/css1/text_properties/text_transform-expected.png:
2306 * platform/qt/css1/text_properties/vertical_align-expected.png:
2307 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2308 * platform/qt/css1/text_properties/word_spacing-expected.png:
2309 * platform/qt/css1/text_properties/word_spacing-expected.txt:
2311 2012-07-19 Tony Chang <tony@chromium.org>
2313 [chromium] Unreviewed gardening. Rebaseline some tests after r115846.
2315 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
2316 * platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.png:
2317 * platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
2318 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png:
2319 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png:
2320 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
2321 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
2322 * platform/chromium/TestExpectations:
2324 2012-07-19 Simon Fraser <simon.fraser@apple.com>
2326 Keep overlap testing on for descendants of an animating element
2327 https://bugs.webkit.org/show_bug.cgi?id=91787
2329 Reviewed by Beth Dakin.
2331 Test with two layers inside an animating container; one should be composited
2332 because of overlap, the other should not be.
2334 * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2335 * compositing/layer-creation/animation-overlap-with-children.html: Added.
2337 2012-07-19 Simon Fraser <simon.fraser@apple.com>
2339 Keep overlap testing on for descendants of an animating element
2340 https://bugs.webkit.org/show_bug.cgi?id=91787
2342 Reviewed by Beth Dakin.
2344 Test with two layers inside an animating container; one should be composited
2345 because of overlap, the other should not be.
2347 * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2348 * compositing/layer-creation/animation-overlap-with-children.html: Added.
2350 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2352 [Qt] [Part 5] platform/qt/css1 tests needs update after rebaseline and new testfonts
2353 https://bugs.webkit.org/show_bug.cgi?id=91140
2355 Batch of expected result files reviewed. It comprises
2356 /LayoutTests/platform/qt/css1/[pseudo, units] directories
2358 Reviewed by Simon Hausmann.
2360 * platform/qt-5.0-wk1/Skipped:
2361 * platform/qt-5.0-wk2/Skipped:
2362 * platform/qt/css1/pseudo/anchor-expected.png:
2363 * platform/qt/css1/pseudo/anchor-expected.txt:
2364 * platform/qt/css1/pseudo/firstletter-expected.png:
2365 * platform/qt/css1/pseudo/firstletter-expected.txt:
2366 * platform/qt/css1/pseudo/firstline-expected.png:
2367 * platform/qt/css1/pseudo/firstline-expected.txt:
2368 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
2369 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
2370 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
2371 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
2372 * platform/qt/css1/units/color_units-expected.png:
2373 * platform/qt/css1/units/color_units-expected.txt:
2374 * platform/qt/css1/units/length_units-expected.png:
2375 * platform/qt/css1/units/length_units-expected.txt:
2376 * platform/qt/css1/units/percentage_units-expected.png:
2377 * platform/qt/css1/units/percentage_units-expected.txt:
2378 * platform/qt/css1/units/urls-expected.png:
2379 * platform/qt/css1/units/urls-expected.txt:
2381 2012-07-19 Dan Bernstein <mitz@apple.com>
2383 In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
2384 https://bugs.webkit.org/show_bug.cgi?id=91780
2386 Reviewed by Anders Carlsson.
2388 * fast/writing-mode/flipped-blocks-text-map-local-to-container-expected.txt: Added.
2389 * fast/writing-mode/flipped-blocks-text-map-local-to-container.html: Added.
2391 2012-07-19 Erik Arvidsson <arv@chromium.org>
2393 Window top should not be replaceable
2394 https://bugs.webkit.org/show_bug.cgi?id=91755
2396 Reviewed by Adam Barth.
2398 Window top is readonly and unforgable and should not be replaceable.
2400 http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object
2402 This change brings JSC inline with all other browsers.
2404 * fast/dom/Window/get-set-properties-expected.txt:
2405 * fast/dom/Window/get-set-properties.html:
2406 * fast/dom/Window/window-property-shadowing-expected.txt:
2407 * fast/dom/Window/window-property-shadowing.html:
2408 * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Removed.
2409 * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
2411 2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2413 [Qt] Added/updated missing fast/text results after rebaseline
2414 https://bugs.webkit.org/show_bug.cgi?id=91570
2416 Reviewed by Noam Rosenthal.
2418 The following tests were failing after r122971:
2419 fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
2420 fast/text/textIteratorNilRenderer.html = TEXT
2421 fast/text/whitespace/030.html = TEXT
2423 This patch includes/updates the missing expectations.
2425 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2426 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
2427 * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
2428 * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
2429 * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2430 * platform/qt/fast/text/whitespace/030-expected.png:
2431 * platform/qt/fast/text/whitespace/030-expected.txt:
2433 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2435 Unreviewed GTK gardening, marking three svg/W3C-SVG-1.1 tests as flaky.
2437 * platform/gtk/TestExpectations:
2439 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2441 [Qt] platform/qt/[scrollbars, transforms, transitions] directories need update after rebaseline and new testfonts
2442 https://bugs.webkit.org/show_bug.cgi?id=91271
2444 Batch of expected result files reviewed. It comprises
2445 scrollbars, transforms, transitions directories.
2447 Reviewed by Simon Hausmann.
2449 * platform/qt-5.0-wk1/Skipped:
2450 * platform/qt-5.0-wk2/Skipped:
2451 * platform/qt-5.0/Skipped:
2452 * platform/qt/scrollbars/basic-scrollbar-expected.png: Added.
2453 * platform/qt/scrollbars/basic-scrollbar-expected.txt:
2454 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
2455 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
2456 * platform/qt/scrollbars/disabled-scrollbar-expected.png: Added.
2457 * platform/qt/scrollbars/disabled-scrollbar-expected.txt:
2458 * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
2459 * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.txt:
2460 * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
2461 * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.txt:
2462 * platform/qt/scrollbars/scrollbar-buttons-expected.png: Added.
2463 * platform/qt/scrollbars/scrollbar-buttons-expected.txt:
2464 * platform/qt/scrollbars/scrollbar-orientation-expected.png: Added.
2465 * platform/qt/scrollbars/scrollbar-orientation-expected.txt:
2466 * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
2467 * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
2468 * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
2469 * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt:
2470 * platform/qt/transforms/2d/transform-borderbox-expected.png:
2471 * platform/qt/transforms/2d/transform-borderbox-expected.txt:
2472 * platform/qt/transforms/2d/transform-fixed-container-expected.png:
2473 * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
2474 * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
2475 * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
2476 * platform/qt/transforms/2d/zoom-menulist-expected.png:
2477 * platform/qt/transforms/2d/zoom-menulist-expected.txt:
2478 * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
2479 * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt:
2480 * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
2481 * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
2482 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
2483 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
2484 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
2485 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
2486 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
2487 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
2488 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
2489 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
2490 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
2491 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
2492 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
2493 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
2494 * platform/qt/transforms/svg-vs-css-expected.png:
2495 * platform/qt/transforms/svg-vs-css-expected.txt:
2496 * platform/qt/transitions/cross-fade-background-image-expected.png:
2497 * platform/qt/transitions/cross-fade-background-image-expected.txt:
2498 * platform/qt/transitions/cross-fade-border-image-expected.png:
2499 * platform/qt/transitions/cross-fade-border-image-expected.txt:
2500 * platform/qt/transitions/move-after-transition-expected.png: Added.
2501 * platform/qt/transitions/move-after-transition-expected.txt:
2502 * platform/qt/transitions/svg-text-shadow-transition-expected.png:
2503 * platform/qt/transitions/svg-text-shadow-transition-expected.txt:
2505 2012-07-19 Jer Noble <jer.noble@apple.com>
2507 [WK2] storage/domstorage/storage-close-database-on-idle.html failing on WK2
2508 https://bugs.webkit.org/show_bug.cgi?id=91778
2510 Unreviewed gardening. Add failing test to the mac-wk2 Skipped list.
2512 * platform/mac-wk2/Skipped:
2514 2012-07-19 Robert Hogan <robert@webkit.org>
2516 [Qt] Skip tests after r123130
2520 Tests added in r123130 fail on Qt. Created bug 91772
2522 * platform/qt/Skipped:
2524 2012-07-19 Jer Noble <jer.noble@apple.com>
2526 Layout Test css3/filters/custom/custom-filter-animation.html is failing
2527 https://bugs.webkit.org/show_bug.cgi?id=91769
2529 Unreviewed gardening. Add this failing test to the Test Expectations, and remove
2530 the custom-filter-shader-cache test from the Skipped list.
2532 * platform/mac/Skipped:
2533 * platform/mac/TestExpectations:
2535 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2537 [Qt] [Part 4] platform/qt/css1 tests needs update after rebaseline and new testfonts
2538 https://bugs.webkit.org/show_bug.cgi?id=91134
2540 Batch of expected result files reviewed. It comprises
2541 /LayoutTests/platform/qt/css1/[font_properties, formatting_model] directories
2543 Reviewed by Simon Hausmann.
2545 * platform/qt-5.0-wk1/Skipped:
2546 * platform/qt-5.0-wk2/Skipped:
2547 * platform/qt/css1/font_properties/font-expected.png:
2548 * platform/qt/css1/font_properties/font-expected.txt:
2549 * platform/qt/css1/font_properties/font_family-expected.png:
2550 * platform/qt/css1/font_properties/font_family-expected.txt:
2551 * platform/qt/css1/font_properties/font_size-expected.png:
2552 * platform/qt/css1/font_properties/font_size-expected.txt:
2553 * platform/qt/css1/font_properties/font_style-expected.png:
2554 * platform/qt/css1/font_properties/font_style-expected.txt:
2555 * platform/qt/css1/font_properties/font_variant-expected.png:
2556 * platform/qt/css1/font_properties/font_variant-expected.txt:
2557 * platform/qt/css1/font_properties/font_weight-expected.png:
2558 * platform/qt/css1/font_properties/font_weight-expected.txt:
2559 * platform/qt/css1/formatting_model/canvas-expected.png:
2560 * platform/qt/css1/formatting_model/canvas-expected.txt:
2561 * platform/qt/css1/formatting_model/height_of_lines-expected.png:
2562 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
2563 * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
2564 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
2565 * platform/qt/css1/formatting_model/inline_elements-expected.png:
2566 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2567 * platform/qt/css1/formatting_model/replaced_elements-expected.png:
2568 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
2569 * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
2570 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2572 2012-07-19 Raymond Toy <rtoy@google.com>
2574 Limit maximum delay of DelayNode.
2575 https://bugs.webkit.org/show_bug.cgi?id=91675
2577 Reviewed by Kenneth Russell.
2579 Test that a DelayNode limits the specified max delay to the
2580 expected maximum allowed delay.
2582 * webaudio/delaynode-maxdelaylimit-expected.txt: Added.
2583 * webaudio/delaynode-maxdelaylimit.html: Added.
2585 2012-07-14 Robert Hogan <robert@webkit.org>
2587 CSS 2.1 failure: text-indent-intrinsic-003 fails
2588 https://bugs.webkit.org/show_bug.cgi?id=80576
2590 Reviewed by Eric Seidel.
2592 * css2.1/20110323/text-indent-intrinsic-001-expected.html: Added.
2593 * css2.1/20110323/text-indent-intrinsic-001.htm: Added.
2594 * css2.1/20110323/text-indent-intrinsic-002-expected.html: Added.
2595 * css2.1/20110323/text-indent-intrinsic-002.htm: Added.
2596 * css2.1/20110323/text-indent-intrinsic-003-expected.html: Added.
2597 * css2.1/20110323/text-indent-intrinsic-003.htm: Added.
2598 * css2.1/20110323/text-indent-intrinsic-004-expected.html: Added.
2599 * css2.1/20110323/text-indent-intrinsic-004.htm: Added.
2601 2012-07-19 Douglas Stockwell <dstockwell@google.com>
2603 Crash in WebCore::StyleResolver::collectMatchingRulesForList
2604 https://bugs.webkit.org/show_bug.cgi?id=90803
2606 Reviewed by Andreas Kling.
2608 * fast/css/xml-stylesheet-removed-expected.txt: Added.
2609 * fast/css/xml-stylesheet-removed.xhtml: Added.
2611 2012-07-19 Jer Noble <jer.noble@apple.com>
2613 Layout Test css3/filters/custom/custom-filter-shader-cache.html is failing
2614 https://bugs.webkit.org/show_bug.cgi?id=84813
2616 Unreviewed. Add this failing test to the mac Skipped file.
2618 * platform/mac/Skipped:
2620 2012-07-19 Bem Jones-Bey <bjonesbe@adobe.com>
2622 Shape-inside / shape-outside should support percent-based measurements
2623 https://bugs.webkit.org/show_bug.cgi?id=90311
2625 Reviewed by Andreas Kling.
2627 Added tests for percent based lengths for exclusion shapes.
2629 * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
2630 * fast/exclusions/parsing-wrap-shape-lengths.html:
2632 2012-07-19 James Simonsen <simonjam@chromium.org>
2634 Regression(120096): Protect the element used by ImageLoader until the end of notifyFinished().
2635 https://bugs.webkit.org/show_bug.cgi?id=90471
2637 Reviewed by Brady Eidson.
2639 * http/tests/security/video-poster-cross-origin-crash-expected.txt: Added.
2640 * http/tests/security/video-poster-cross-origin-crash.html: Added. From fuzzer.
2642 2012-07-19 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
2644 [Qt] platform/qt/editing/execCommand tests needs update after rebaseline and new testfonts (37)
2645 https://bugs.webkit.org/show_bug.cgi?id=91246
2647 Reviewed by Ryosuke Niwa.
2649 Removing left-over skipped tests.
2651 * platform/qt-5.0-wk1/Skipped:
2652 * platform/qt-5.0/Skipped:
2653 * platform/qt/Skipped:
2655 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2657 [Qt] [Part 3] platform/qt/css1 tests needs update after rebaseline and new testfonts
2658 https://bugs.webkit.org/show_bug.cgi?id=91132
2660 Batch of expected result files reviewed. It comprises
2661 /LayoutTests/platform/qt/css1/[color_and_background, conformance] directories
2663 Reviewed by Simon Hausmann.
2665 * platform/qt-5.0-wk1/Skipped:
2666 * platform/qt-5.0-wk2/Skipped:
2667 * platform/qt/css1/color_and_background/background-expected.png:
2668 * platform/qt/css1/color_and_background/background-expected.txt:
2669 * platform/qt/css1/color_and_background/background_attachment-expected.png:
2670 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2671 * platform/qt/css1/color_and_background/background_color-expected.png:
2672 * platform/qt/css1/color_and_background/background_color-expected.txt:
2673 * platform/qt/css1/color_and_background/background_image-expected.png:
2674 * platform/qt/css1/color_and_background/background_image-expected.txt:
2675 * platform/qt/css1/color_and_background/background_position-expected.png:
2676 * platform/qt/css1/color_and_background/background_position-expected.txt:
2677 * platform/qt/css1/color_and_background/background_repeat-expected.png:
2678 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2679 * platform/qt/css1/color_and_background/color-expected.png:
2680 * platform/qt/css1/color_and_background/color-expected.txt:
2681 * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
2682 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2684 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2686 Unreviewed GTK gardening.
2688 Use the WONTFIX modifier for failing tests that the GTK port is not able to pass
2689 due to unsupportable features or specific nature of the tests. The WONTFIX tests
2690 are placed at the top of the 'Expected failures' section in the TestExpectations
2693 For starters the list contains the harness test for reftests mismatch, the tests
2694 that utilize the modal dialog (which won't be supported in WebKit1) and various
2695 V8 and Mac-specific tests
2697 * platform/gtk/TestExpectations:
2699 2012-07-19 Tony Chang <tony@chromium.org>
2701 Unreviewed gardening. Update chromium-mac results after r123053.
2703 * platform/chromium-mac/fast/inline/002-expected.txt: Added.
2704 * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2706 2012-07-19 Tony Chang <tony@chromium.org>
2708 Unreviewed gardening. Update chromium-mac results after r123053.
2710 * platform/chromium-mac/fast/inline/002-expected.txt: Added.
2711 * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2713 2012-07-19 Tony Chang <tony@chromium.org>
2715 Unreviewed gardening. Update chromium expectations after r123067.
2717 * platform/chromium/TestExpectations:
2719 2012-07-19 Joshua Bell <jsbell@chromium.org>
2721 IndexedDB: Throw native TypeErrors per spec
2722 https://bugs.webkit.org/show_bug.cgi?id=91679
2724 Reviewed by Kentaro Hara.
2726 * storage/indexeddb/cursor-advance-expected.txt:
2727 * storage/indexeddb/index-basics-expected.txt:
2728 * storage/indexeddb/index-basics-workers-expected.txt:
2729 * storage/indexeddb/objectstore-cursor-expected.txt:
2730 * storage/indexeddb/resources/cursor-advance.js:
2731 (testBadAdvance.advanceBadly):
2733 * storage/indexeddb/resources/index-basics.js:
2736 * storage/indexeddb/resources/objectstore-cursor.js:
2738 * storage/indexeddb/resources/transaction-basics.js:
2740 * storage/indexeddb/transaction-basics-expected.txt:
2742 2012-07-19 Tony Chang <tony@chromium.org>
2744 Unreviewed gardening. Update chromium results for shrink-to-column-height-for-pagination.html after 123051.
2746 * platform/chromium-win/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2747 * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2749 2012-07-19 Joshua Bell <jsbell@chromium.org>
2751 Roll out r121610 and r122487 which may have been causing flaky crashes
2752 https://bugs.webkit.org/show_bug.cgi?id=91637
2754 Reviewed by Kentaro Hara.
2756 Flaky crashes started in random tests following r121610. It's not clear
2757 that r121610 is to blame, but we'd like to prove or disprove it.
2758 If this doesn't resolve the crashes, this patch should be rolled out.
2760 * plugins/npruntime/leak-window-scriptable-object-expected.txt: Removed.
2761 * plugins/npruntime/leak-window-scriptable-object.html: Removed.
2763 2012-07-19 Joshua Bell <jsbell@chromium.org>
2765 [chromium] Unreviewed gardening, fix malfomed BUG markers in TestExpectations
2767 * platform/chromium/TestExpectations:
2769 2012-07-19 Zan Dobersek <zandobersek@gmail.com>
2771 Unreviewed GTK gardening, adding missing baseline required after r122761.
2773 * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2774 * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2776 2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
2778 [Qt] [Part 2] platform/qt/css1 tests needs update after rebaseline and new testfonts
2779 https://bugs.webkit.org/show_bug.cgi?id=91026
2781 Batch of expected result files reviewed. It comprises
2782 /LayoutTests/platform/qt/css1/[basic, cascade, classification] directories
2784 Reviewed by Simon Hausmann.
2786 * platform/qt-5.0-wk1/Skipped:
2787 * platform/qt-5.0-wk2/Skipped:
2788 * platform/qt/css1/basic/class_as_selector-expected.png:
2789 * platform/qt/css1/basic/class_as_selector-expected.txt:
2790 * platform/qt/css1/basic/comments-expected.png:
2791 * platform/qt/css1/basic/comments-expected.txt:
2792 * platform/qt/css1/basic/containment-expected.png:
2793 * platform/qt/css1/basic/containment-expected.txt:
2794 * platform/qt/css1/basic/contextual_selectors-expected.png:
2795 * platform/qt/css1/basic/contextual_selectors-expected.txt:
2796 * platform/qt/css1/basic/grouping-expected.png:
2797 * platform/qt/css1/basic/grouping-expected.txt:
2798 * platform/qt/css1/basic/id_as_selector-expected.png:
2799 * platform/qt/css1/basic/id_as_selector-expected.txt:
2800 * platform/qt/css1/basic/inheritance-expected.png:
2801 * platform/qt/css1/basic/inheritance-expected.txt:
2802 * platform/qt/css1/cascade/cascade_order-expected.png:
2803 * platform/qt/css1/cascade/cascade_order-expected.txt:
2804 * platform/qt/css1/cascade/important-expected.png:
2805 * platform/qt/css1/cascade/important-expected.txt:
2806 * platform/qt/css1/classification/display-expected.png:
2807 * platform/qt/css1/classification/display-expected.txt:
2808 * platform/qt/css1/classification/list_style-expected.png:
2809 * platform/qt/css1/classification/list_style-expected.txt:
2810 * platform/qt/css1/classification/list_style_image-expected.png:
2811 * platform/qt/css1/classification/list_style_image-expected.txt:
2812 * platform/qt/css1/classification/list_style_position-expected.png:
2813 * platform/qt/css1/classification/list_style_position-expected.txt:
2814 * platform/qt/css1/classification/list_style_type-expected.png:
2815 * platform/qt/css1/classification/list_style_type-expected.txt:
2816 * platform/qt/css1/classification/white_space-expected.png:
2817 * platform/qt/css1/classification/white_space-expected.txt:
2819 2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
2821 [Qt] platform/qt/svg/W3C-SVG-* tests needs update after rebaseline and new testfonts
2822 https://bugs.webkit.org/show_bug.cgi?id=91092
2824 Unreviewed rebaseline.
2826 * platform/qt-5.0/Skipped:
2827 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2828 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2829 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
2830 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
2831 * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
2832 * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
2833 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
2834 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
2835 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
2836 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
2837 * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
2838 * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2839 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
2840 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2841 * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
2842 * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2843 * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
2844 * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2845 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2846 * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2847 * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
2848 * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2849 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
2850 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2851 * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
2852 * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2853 * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
2854 * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2855 * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
2856 * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2857 * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
2858 * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2859 * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
2860 * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2861 * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2862 * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2863 * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2864 * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2865 * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2866 * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2867 * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2868 * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2869 * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2870 * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2871 * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2872 * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2873 * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
2874 * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2875 * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
2876 * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2877 * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2878 * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2879 * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
2880 * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2881 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
2882 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2883 * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
2884 * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2885 * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
2886 * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2887 * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
2888 * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2889 * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
2890 * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2891 * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
2892 * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2893 * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2894 * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2895 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2896 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2897 * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2898 * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2899 * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2900 * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2901 * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
2902 * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2903 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2904 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2905 * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2906 * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2907 * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2908 * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2909 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2910 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2911 * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2912 * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2913 * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2914 * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2915 * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2916 * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2917 * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2918 * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2919 * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2920 * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2921 * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2922 * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2923 * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2924 * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2925 * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2926 * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2927 * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2928 * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2929 * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2930 * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2931 * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2932 * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2933 * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2934 * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2935 * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2936 * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2937 * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2938 * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2939 * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2940 * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2941 * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2942 * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2943 * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2944 * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2945 * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2946 * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2947 * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2948 * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2949 * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2950 * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2951 * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2952 * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2953 * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2954 * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2955 * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2956 * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2957 * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2958 * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2959 * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2960 * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2961 * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2962 * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2963 * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2964 * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2965 * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2966 * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2967 * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2968 * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2969 * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2970 * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2971 * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2972 * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2973 * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2974 * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2975 * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2976 * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2977 * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2978 * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2979 * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2980 * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2981 * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2982 * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2983 * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2984 * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2985 * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2986 * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2987 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2988 * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2989 * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2990 * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2991 * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2992 * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2993 * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2994 * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2995 * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2996 * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2997 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2998 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2999 * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3000 * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3001 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3002 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3003 * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3004 * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3005 * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
3006 * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
3007 * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3008 * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3009 * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3010 * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3011 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
3012 * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
3013 * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
3014 * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3015 * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3016 * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3017 * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
3018 * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3019 * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3020 * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3021 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
3022 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3023 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3024 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3025 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
3026 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3027 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
3028 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3029 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
3030 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3031 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
3032 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3033 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
3034 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
3035 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
3036 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
3037 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
3038 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
3039 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
3040 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3041 * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
3042 * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3043 * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
3044 * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3045 * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
3046 * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3047 * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
3048 * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3049 * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
3050 * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3051 * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
3052 * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3053 * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
3054 * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3055 * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
3056 * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3057 * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
3058 * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3059 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
3060 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3061 * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
3062 * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3063 * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
3064 * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
3065 * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
3066 * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
3067 * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
3068 * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3069 * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
3070 * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3071 * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
3072 * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3073 * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
3074 * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
3075 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3076 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3077 * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
3078 * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3079 * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
3080 * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3081 * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3082 * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3083 * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
3084 * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3085 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
3086 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3087 * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
3088 * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3089 * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
3090 * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3091 * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
3092 * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3093 * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
3094 * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3095 * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
3096 * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3097 * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
3098 * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
3099 * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
3100 * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3101 * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
3102 * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3103 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
3104 * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
3105 * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
3106 * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3107 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3108 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3109 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3110 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3111 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3112 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3113 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3114 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3115 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
3116 * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
3117 * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
3118 * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3119 * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
3120 * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3121 * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
3122 * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3123 * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
3124 * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3125 * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
3126 * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3127 * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
3128 * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3129 * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
3130 * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
3131 * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
3132 * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
3133 * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
3134 * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
3135 * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3136 * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
3137 * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
3138 * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
3139 * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
3140 * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
3141 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
3142 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3143 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
3144 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3145 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
3146 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3147 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
3148 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3149 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3150 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3151 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
3152 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3153 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
3154 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3155 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3156 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3157 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
3158 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3159 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
3160 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3161 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
3162 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3163 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
3164 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3165 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
3166 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3167 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
3168 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3169 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
3170 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
3171 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
3172 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
3173 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
3174 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3175 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
3176 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
3177 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
3178 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
3179 * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
3180 * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3181 * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
3182 * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3183 * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
3184 * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3185 * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
3186 * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3187 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
3188 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3189 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
3190 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3191 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
3192 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3193 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3194 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3195 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3196 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3197 * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
3198 * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3199 * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
3200 * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3201 * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
3202 * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3203 * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
3204 * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3205 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
3206 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3207 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
3208 * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
3209 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
3210 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3211 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
3212 * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
3213 * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
3214 * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
3215 * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
3216 * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3217 * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
3218 * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3219 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
3220 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3221 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
3222 * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
3223 * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
3224 * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3225 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
3226 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
3227 * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
3228 * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3229 * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
3230 * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3231 * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
3232 * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3233 * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
3234 * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3235 * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
3236 * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3237 * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
3238 * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3239 * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
3240 * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3241 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
3242 * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
3243 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
3244 * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
3245 * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
3246 * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
3247 * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
3248 * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3249 * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
3250 * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3251 * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
3252 * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3253 * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
3254 * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3255 * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
3256 * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3257 * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
3258 * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3259 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
3260 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3261 * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
3262 * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3263 * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
3264 * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3265 * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
3266 * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3267 * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
3268 * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3269 * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
3270 * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
3271 * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
3272 * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
3273 * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
3274 * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
3275 * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
3276 * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3277 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
3278 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3279 * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
3280 * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3281 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
3282 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3283 * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
3284 * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3285 * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
3286 * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3287 * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
3288 * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3289 * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
3290 * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3291 * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
3292 * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3293 * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
3294 * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3295 * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
3296 * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3297 * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
3298 * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3299 * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
3300 * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3301 * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3302 * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3303 * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3304 * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3305 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
3306 * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3307 * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3308 * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3309 * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3310 * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3311 * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
3312 * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
3313 * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
3314 * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3315 * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
3316 * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3317 * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
3318 * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3319 * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
3320 * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
3321 * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
3322 * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
3323 * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
3324 * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
3325 * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
3326 * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
3327 * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
3328 * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
3329 * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
3330 * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3331 * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
3332 * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3333 * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
3334 * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3335 * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3336 * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3337 * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
3338 * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3339 * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
3340 * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3341 * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
3342 * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3343 * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
3344 * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3345 * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
3346 * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3347 * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
3348 * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3349 * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
3350 * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3351 * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
3352 * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3353 * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
3354 * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3355 * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
3356 * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3357 * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
3358 * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3359 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
3360 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
3361 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
3362 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
3363 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
3364 * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
3366 2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
3368 [Qt] from platform/qt/fast/dynamic to platform/qt/fast/multicol tests needs update after new testfonts
3369 https://bugs.webkit.org/show_bug.cgi?id=91739
3371 Unreviewed rebaseline.
3373 * platform/qt-5.0-wk1/Skipped:
3374 * platform/qt-5.0-wk2/Skipped:
3375 * platform/qt-5.0/Skipped:
3376 * platform/qt/fast/dynamic/002-expected.png:
3377 * platform/qt/fast/dynamic/002-expected.txt:
3378 * platform/qt/fast/dynamic/004-expected.png:
3379 * platform/qt/fast/dynamic/004-expected.txt:
3380 * platform/qt/fast/dynamic/006-expected.png:
3381 * platform/qt/fast/dynamic/006-expected.txt:
3382 * platform/qt/fast/dynamic/007-expected.png:
3383 * platform/qt/fast/dynamic/007-expected.txt:
3384 * platform/qt/fast/dynamic/008-expected.png:
3385 * platform/qt/fast/dynamic/008-expected.txt:
3386 * platform/qt/fast/dynamic/009-expected.png:
3387 * platform/qt/fast/dynamic/009-expected.txt:
3388 * platform/qt/fast/dynamic/011-expected.png:
3389 * platform/qt/fast/dynamic/011-expected.txt:
3390 * platform/qt/fast/dynamic/012-expected.png:
3391 * platform/qt/fast/dynamic/012-expected.txt:
3392 * platform/qt/fast/dynamic/013-expected.png:
3393 * platform/qt/fast/dynamic/013-expected.txt:
3394 * platform/qt/fast/dynamic/014-expected.png:
3395 * platform/qt/fast/dynamic/014-expected.txt:
3396 * platform/qt/fast/dynamic/015-expected.png:
3397 * platform/qt/fast/dynamic/015-expected.txt:
3398 * platform/qt/fast/dynamic/anchor-lock-expected.png:
3399 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
3400 * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
3401 * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
3402 * platform/qt/fast/dynamic/containing-block-change-expected.png:
3403 * platform/qt/fast/dynamic/containing-block-change-expected.txt:
3404 * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
3405 * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3406 * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
3407 * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
3408 * platform/qt/fast/dynamic/float-withdrawal-expected.png:
3409 * platform/qt/fast/dynamic/float-withdrawal-expected.txt:
3410 * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
3411 * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3412 * platform/qt/fast/dynamic/layer-hit-test-crash-expected.png:
3413 * platform/qt/fast/dynamic/layer-hit-test-crash-expected.txt:
3414 * platform/qt/fast/dynamic/link-href-change-expected.png:
3415 * platform/qt/fast/dynamic/link-href-change-expected.txt:
3416 * platform/qt/fast/dynamic/noninlinebadness-expected.png:
3417 * platform/qt/fast/dynamic/noninlinebadness-expected.txt:
3418 * platform/qt/fast/dynamic/outerHTML-doc-expected.png:
3419 * platform/qt/fast/dynamic/outerHTML-doc-expected.txt:
3420 * platform/qt/fast/dynamic/outerHTML-img-expected.png:
3421 * platform/qt/fast/dynamic/outerHTML-img-expected.txt:
3422 * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
3423 * platform/qt/fast/dynamic/selection-highlight-adjust-expected.txt:
3424 * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
3425 * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.txt:
3426 * platform/qt/fast/dynamic/view-overflow-expected.png:
3427 * platform/qt/fast/dynamic/view-overflow-expected.txt:
3428 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
3429 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
3430 * platform/qt/fast/dynamic/window-scrollbars-test-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-and-click-expected.png.
3431 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
3432 * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
3433 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
3434 * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
3435 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
3436 * platform/qt/fast/events/context-no-deselect-expected.png:
3437 * platform/qt/fast/events/context-no-deselect-expected.txt:
3438 * platform/qt/fast/events/event-listener-on-link-expected.png: Added.
3439 * platform/qt/fast/events/event-listener-on-link-expected.txt:
3440 * platform/qt/fast/events/pointer-events-2-expected.png: Added.
3441 * platform/qt/fast/events/pointer-events-2-expected.txt:
3442 * platform/qt/fast/events/resize-events-expected.png:
3443 * platform/qt/fast/events/resize-events-expected.txt:
3444 * platform/qt/fast/events/reveal-link-when-focused-expected.png:
3445 * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
3446 * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
3447 * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
3448 * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
3449 * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
3450 * platform/qt/fast/flexbox/001-expected.png: Added.
3451 * platform/qt/fast/flexbox/001-expected.txt:
3452 * platform/qt/fast/flexbox/002-expected.png:
3453 * platform/qt/fast/flexbox/002-expected.txt:
3454 * platform/qt/fast/flexbox/003-expected.png:
3455 * platform/qt/fast/flexbox/003-expected.txt:
3456 * platform/qt/fast/flexbox/004-expected.png: Added.
3457 * platform/qt/fast/flexbox/004-expected.txt:
3458 * platform/qt/fast/flexbox/005-expected.png: Added.
3459 * platform/qt/fast/flexbox/005-expected.txt:
3460 * platform/qt/fast/flexbox/006-expected.png: Added.
3461 * platform/qt/fast/flexbox/006-expected.txt:
3462 * platform/qt/fast/flexbox/007-expected.png: Added.
3463 * platform/qt/fast/flexbox/007-expected.txt:
3464 * platform/qt/fast/flexbox/008-expected.png: Added.
3465 * platform/qt/fast/flexbox/008-expected.txt:
3466 * platform/qt/fast/flexbox/009-expected.png: Added.
3467 * platform/qt/fast/flexbox/009-expected.txt:
3468 * platform/qt/fast/flexbox/010-expected.png: Added.
3469 * platform/qt/fast/flexbox/010-expected.txt:
3470 * platform/qt/fast/flexbox/011-expected.png: Added.
3471 * platform/qt/fast/flexbox/011-expected.txt:
3472 * platform/qt/fast/flexbox/012-expected.png: Added.
3473 * platform/qt/fast/flexbox/012-expected.txt:
3474 * platform/qt/fast/flexbox/013-expected.png: Added.
3475 * platform/qt/fast/flexbox/013-expected.txt:
3476 * platform/qt/fast/flexbox/014-expected.png: Added.
3477 * platform/qt/fast/flexbox/014-expected.txt:
3478 * platform/qt/fast/flexbox/015-expected.png: Added.
3479 * platform/qt/fast/flexbox/015-expected.txt:
3480 * platform/qt/fast/flexbox/016-expected.png: Added.
3481 * platform/qt/fast/flexbox/016-expected.txt:
3482 * platform/qt/fast/flexbox/017-expected.png: Added.
3483 * platform/qt/fast/flexbox/017-expected.txt:
3484 * platform/qt/fast/flexbox/018-expected.png: Added.
3485 * platform/qt/fast/flexbox/018-expected.txt:
3486 * platform/qt/fast/flexbox/019-expected.png: Added.
3487 * platform/qt/fast/flexbox/019-expected.txt:
3488 * platform/qt/fast/flexbox/020-expected.png: Added.
3489 * platform/qt/fast/flexbox/020-expected.txt:
3490 * platform/qt/fast/flexbox/021-expected.png: Added.
3491 * platform/qt/fast/flexbox/021-expected.txt:
3492 * platform/qt/fast/flexbox/022-expected.png: Added.
3493 * platform/qt/fast/flexbox/022-expected.txt:
3494 * platform/qt/fast/flexbox/023-expected.png:
3495 * platform/qt/fast/flexbox/023-expected.txt:
3496 * platform/qt/fast/flexbox/024-expected.png:
3497 * platform/qt/fast/flexbox/024-expected.txt:
3498 * platform/qt/fast/flexbox/025-expected.png: Added.
3499 * platform/qt/fast/flexbox/025-expected.txt:
3500 * platform/qt/fast/flexbox/026-expected.png: Added.
3501 * platform/qt/fast/flexbox/026-expected.txt:
3502 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
3503 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
3504 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
3505 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
3506 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
3507 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
3508 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
3509 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
3510 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
3511 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
3512 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
3513 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
3514 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
3515 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
3516 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
3517 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
3518 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
3519 * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
3520 * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.png:
3521 * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.txt:
3522 * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
3523 * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
3524 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
3525 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
3526 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
3527 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
3528 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
3529 * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
3530 * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
3531 * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt:
3532 * platform/qt/fast/frames/frame-navigation-expected.png:
3533 * platform/qt/fast/frames/frame-navigation-expected.txt:
3534 * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
3535 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
3536 * platform/qt/fast/frames/frameElement-frame-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-2-and-click-expected.png.
3537 * platform/qt/fast/frames/frameElement-frame-expected.txt:
3538 * platform/qt/fast/frames/frameElement-iframe-expected.png: Added.
3539 * platform/qt/fast/frames/frameElement-iframe-expected.txt:
3540 * platform/qt/fast/frames/frameset-style-recalc-expected.png: Added.
3541 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
3542 * platform/qt/fast/frames/iframe-option-crash-expected.png: Added.
3543 * platform/qt/fast/frames/iframe-option-crash-expected.txt:
3544 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
3545 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
3546 * platform/qt/fast/frames/iframe-with-frameborder-expected.png: Added.
3547 * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
3548 * platform/qt/fast/frames/inline-object-inside-frameset-expected.png: Added.
3549 * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
3550 * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
3551 * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
3552 * platform/qt/fast/frames/viewsource-attribute-expected.png:
3553 * platform/qt/fast/frames/viewsource-attribute-expected.txt:
3554 * platform/qt/fast/frames/viewsource-on-image-file-expected.png:
3555 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
3556 * platform/qt/fast/gradients/crash-on-zero-radius-expected.png: Added.
3557 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
3558 * platform/qt/fast/gradients/list-item-gradient-expected.png: Added.
3559 * platform/qt/fast/gradients/list-item-gradient-expected.txt:
3560 * platform/qt/fast/gradients/radial-centered-expected.png:
3561 * platform/qt/fast/gradients/radial-centered-expected.txt:
3562 * platform/qt/fast/history/visited-link-background-color-expected.png:
3563 * platform/qt/fast/history/visited-link-background-color-expected.txt:
3564 * platform/qt/fast/html/details-add-child-1-expected.png:
3565 * platform/qt/fast/html/details-add-child-1-expected.txt:
3566 * platform/qt/fast/html/details-add-child-2-expected.png:
3567 * platform/qt/fast/html/details-add-child-2-expected.txt:
3568 * platform/qt/fast/html/details-add-details-child-1-expected.png:
3569 * platform/qt/fast/html/details-add-details-child-1-expected.txt:
3570 * platform/qt/fast/html/details-add-details-child-2-expected.png:
3571 * platform/qt/fast/html/details-add-details-child-2-expected.txt:
3572 * platform/qt/fast/html/details-add-summary-1-and-click-expected.png:
3573 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
3574 * platform/qt/fast/html/details-add-summary-10-and-click-expected.png:
3575 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
3576 * platform/qt/fast/html/details-add-summary-2-and-click-expected.png:
3577 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
3578 * platform/qt/fast/html/details-add-summary-3-and-click-expected.png:
3579 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
3580 * platform/qt/fast/html/details-add-summary-4-and-click-expected.png:
3581 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
3582 * platform/qt/fast/html/details-add-summary-5-and-click-expected.png:
3583 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
3584 * platform/qt/fast/html/details-add-summary-6-and-click-expected.png:
3585 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
3586 * platform/qt/fast/html/details-add-summary-7-and-click-expected.png:
3587 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
3588 * platform/qt/fast/html/details-add-summary-8-and-click-expected.png:
3589 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
3590 * platform/qt/fast/html/details-add-summary-9-and-click-expected.png:
3591 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
3592 * platform/qt/fast/html/details-add-summary-child-1-expected.png:
3593 * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
3594 * platform/qt/fast/html/details-add-summary-child-2-expected.png:
3595 * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
3596 * platform/qt/fast/html/details-marker-style-expected.png:
3597 * platform/qt/fast/html/details-marker-style-expected.txt:
3598 * platform/qt/fast/html/details-nested-1-expected.png:
3599 * platform/qt/fast/html/details-nested-1-expected.txt:
3600 * platform/qt/fast/html/details-nested-2-expected.png:
3601 * platform/qt/fast/html/details-nested-2-expected.txt:
3602 * platform/qt/fast/html/details-no-summary4-expected.png:
3603 * platform/qt/fast/html/details-no-summary4-expected.txt:
3604 * platform/qt/fast/html/details-open-javascript-expected.png:
3605 * platform/qt/fast/html/details-open-javascript-expected.txt:
3606 * platform/qt/fast/html/details-open2-expected.png:
3607 * platform/qt/fast/html/details-open2-expected.txt:
3608 * platform/qt/fast/html/details-open4-expected.png:
3609 * platform/qt/fast/html/details-open4-expected.txt:
3610 * platform/qt/fast/html/details-position-expected.png:
3611 * platform/qt/fast/html/details-position-expected.txt:
3612 * platform/qt/fast/html/details-remove-child-1-expected.png:
3613 * platform/qt/fast/html/details-remove-child-1-expected.txt:
3614 * platform/qt/fast/html/details-remove-child-2-expected.png:
3615 * platform/qt/fast/html/details-remove-child-2-expected.txt:
3616 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.png:
3617 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
3618 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.png:
3619 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
3620 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.png:
3621 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
3622 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.png:
3623 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
3624 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.png:
3625 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
3626 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.png:
3627 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
3628 * platform/qt/fast/html/details-remove-summary-child-1-expected.png:
3629 * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
3630 * platform/qt/fast/html/details-remove-summary-child-2-expected.png:
3631 * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
3632 * platform/qt/fast/html/details-replace-summary-child-expected.png:
3633 * platform/qt/fast/html/details-replace-summary-child-expected.txt:
3634 * platform/qt/fast/html/details-replace-text-expected.png:
3635 * platform/qt/fast/html/details-replace-text-expected.txt:
3636 * platform/qt/fast/html/details-writing-mode-expected.png:
3637 * platform/qt/fast/html/details-writing-mode-expected.txt:
3638 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png:
3639 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
3640 * platform/qt/fast/html/link-rel-stylesheet-expected.png: Added.
3641 * platform/qt/fast/html/link-rel-stylesheet-expected.txt:
3642 * platform/qt/fast/html/listing-expected.png:
3643 * platform/qt/fast/html/listing-expected.txt:
3644 * platform/qt/fast/html/marquee-scroll-expected.png: Added.
3645 * platform/qt/fast/html/marquee-scroll-expected.txt:
3646 * platform/qt/fast/html/marquee-scrollamount-expected.png:
3647 * platform/qt/fast/html/marquee-scrollamount-expected.txt:
3648 * platform/qt/fast/images/animated-gif-with-offsets-expected.png: Added.
3649 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
3650 * platform/qt/fast/images/image-map-anchor-children-expected.png: Added.
3651 * platform/qt/fast/images/image-map-anchor-children-expected.txt:
3652 * platform/qt/fast/images/imagemap-case-expected.png: Added.
3653 * platform/qt/fast/images/imagemap-case-expected.txt:
3654 * platform/qt/fast/images/imagemap-circle-focus-ring-expected.png:
3655 * platform/qt/fast/images/imagemap-circle-focus-ring-expected.txt:
3656 * platform/qt/fast/images/imagemap-focus-ring-expected.png:
3657 * platform/qt/fast/images/imagemap-focus-ring-expected.txt:
3658 * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png:
3659 * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.txt:
3660 * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
3661 * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
3662 * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
3663 * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
3664 * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3665 * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
3666 * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
3667 * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt:
3668 * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.png:
3669 * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.txt:
3670 * platform/qt/fast/inline-block/001-expected.png:
3671 * platform/qt/fast/inline-block/001-expected.txt:
3672 * platform/qt/fast/inline-block/002-expected.png: Added.
3673 * platform/qt/fast/inline-block/002-expected.txt:
3674 * platform/qt/fast/inline-block/003-expected.png: Added.
3675 * platform/qt/fast/inline-block/003-expected.txt:
3676 * platform/qt/fast/inline-block/006-expected.png: Added.
3677 * platform/qt/fast/inline-block/006-expected.txt:
3678 * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
3679 * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.txt:
3680 * platform/qt/fast/inline-block/contenteditable-baseline-expected.png: Added.
3681 * platform/qt/fast/inline-block/contenteditable-baseline-expected.txt:
3682 * platform/qt/fast/inline-block/inline-block-vertical-align-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-3-and-click-expected.png.
3683 * platform/qt/fast/inline-block/inline-block-vertical-align-expected.txt:
3684 * platform/qt/fast/inline-block/overflow-clip-expected.png: Added.
3685 * platform/qt/fast/inline-block/overflow-clip-expected.txt:
3686 * platform/qt/fast/inline-block/tricky-baseline-expected.png: Added.
3687 * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
3688 * platform/qt/fast/inline/001-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-1-and-click-expected.png.
3689 * platform/qt/fast/inline/001-expected.txt:
3690 * platform/qt/fast/inline/25277-2-expected.png: Added.
3691 * platform/qt/fast/inline/25277-2-expected.txt:
3692 * platform/qt/fast/inline/25277-expected.png: Added.
3693 * platform/qt/fast/inline/25277-expected.txt:
3694 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
3695 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
3696 * platform/qt/fast/inline/br-text-decoration-expected.png: Added.
3697 * platform/qt/fast/inline/br-text-decoration-expected.txt:
3698 * platform/qt/fast/inline/continuation-outlines-expected.png:
3699 * platform/qt/fast/inline/continuation-outlines-expected.txt:
3700 * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.png:
3701 * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.txt:
3702 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png: Added.
3703 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
3704 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
3705 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
3706 * platform/qt/fast/inline/emptyInlinesWithinLists-expected.png: Added.
3707 * platform/qt/fast/inline/emptyInlinesWithinLists-expected.txt:
3708 * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
3709 * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
3710 * platform/qt/fast/inline/inline-continuation-borders-expected.png: Added.
3711 * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
3712 * platform/qt/fast/inline/inline-focus-ring-expected.png:
3713 * platform/qt/fast/inline/inline-focus-ring-expected.txt:
3714 * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
3715 * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.txt:
3716 * platform/qt/fast/inline/inline-text-quirk-bpm-expected.png: Added.
3717 * platform/qt/fast/inline/inline-text-quirk-bpm-expected.txt:
3718 * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.png:
3719 * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.txt:
3720 * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
3721 * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
3722 * platform/qt/fast/inline/long-wrapped-line-expected.png: Added.
3723 * platform/qt/fast/inline/long-wrapped-line-expected.txt:
3724 * platform/qt/fast/inline/nested-top-alignment-expected.png:
3725 * platform/qt/fast/inline/nested-top-alignment-expected.txt:
3726 * platform/qt/fast/inline/outline-continuations-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-1-and-click-expected.png.
3727 * platform/qt/fast/inline/outline-continuations-expected.txt:
3728 * platform/qt/fast/inline/percentage-margins-expected.png: Added.
3729 * platform/qt/fast/inline/percentage-margins-expected.txt:
3730 * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
3731 * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
3732 * platform/qt/fast/inline/vertical-align-text-bottom-expected.png:
3733 * platform/qt/fast/inline/vertical-align-text-bottom-expected.txt:
3734 * platform/qt/fast/innerHTML/001-expected.png: Added.
3735 * platform/qt/fast/innerHTML/001-expected.txt:
3736 * platform/qt/fast/innerHTML/002-expected.png: Added.
3737 * platform/qt/fast/innerHTML/002-expected.txt:
3738 * platform/qt/fast/innerHTML/003-expected.png: Added.
3739 * platform/qt/fast/innerHTML/003-expected.txt:
3740 * platform/qt/fast/innerHTML/006-expected.png:
3741 * platform/qt/fast/innerHTML/006-expected.txt:
3742 * platform/qt/fast/inspector-support/matchedrules-expected.png: Added.
3743 * platform/qt/fast/inspector-support/matchedrules-expected.txt:
3744 * platform/qt/fast/invalid/001-expected.png: Added.
3745 * platform/qt/fast/invalid/001-expected.txt:
3746 * platform/qt/fast/invalid/002-expected.png: Added.
3747 * platform/qt/fast/invalid/002-expected.txt:
3748 * platform/qt/fast/invalid/003-expected.png: Added.
3749 * platform/qt/fast/invalid/003-expected.txt:
3750 * platform/qt/fast/invalid/004-expected.png: Added.
3751 * platform/qt/fast/invalid/004-expected.txt:
3752 * platform/qt/fast/invalid/006-expected.png: Added.
3753 * platform/qt/fast/invalid/006-expected.txt:
3754 * platform/qt/fast/invalid/008-expected.png:
3755 * platform/qt/fast/invalid/008-expected.txt:
3756 * platform/qt/fast/invalid/009-expected.png: Added.
3757 * platform/qt/fast/invalid/009-expected.txt:
3758 * platform/qt/fast/invalid/010-expected.png: Added.
3759 * platform/qt/fast/invalid/010-expected.txt:
3760 * platform/qt/fast/invalid/011-expected.png: Added.
3761 * platform/qt/fast/invalid/011-expected.txt:
3762 * platform/qt/fast/invalid/012-expected.png: Added.
3763 * platform/qt/fast/invalid/012-expected.txt:
3764 * platform/qt/fast/invalid/013-expected.png: Added.
3765 * platform/qt/fast/invalid/013-expected.txt:
3766 * platform/qt/fast/invalid/014-expected.png: Added.
3767 * platform/qt/fast/invalid/014-expected.txt:
3768 * platform/qt/fast/invalid/016-expected.png:
3769 * platform/qt/fast/invalid/016-expected.txt:
3770 * platform/qt/fast/invalid/017-expected.png:
3771 * platform/qt/fast/invalid/017-expected.txt:
3772 * platform/qt/fast/invalid/018-expected.png:
3773 * platform/qt/fast/invalid/018-expected.txt:
3774 * platform/qt/fast/invalid/019-expected.png:
3775 * platform/qt/fast/invalid/019-expected.txt:
3776 * platform/qt/fast/invalid/021-expected.png: Added.
3777 * platform/qt/fast/invalid/021-expected.txt:
3778 * platform/qt/fast/invalid/missing-address-end-tag-expected.png: Added.
3779 * platform/qt/fast/invalid/missing-address-end-tag-expected.txt:
3780 * platform/qt/fast/invalid/missing-dl-end-tag-expected.png: Added.
3781 * platform/qt/fast/invalid/missing-dl-end-tag-expected.txt:
3782 * platform/qt/fast/invalid/missing-dt-end-tag-expected.png: Added.
3783 * platform/qt/fast/invalid/missing-dt-end-tag-expected.txt:
3784 * platform/qt/fast/invalid/missing-font-end-tag-expected.png: Added.
3785 * platform/qt/fast/invalid/missing-font-end-tag-expected.txt:
3786 * platform/qt/fast/invalid/nestedh3s-expected.png: Added.
3787 * platform/qt/fast/invalid/nestedh3s-expected.txt:
3788 * platform/qt/fast/invalid/table-inside-stray-table-content-expected.png:
3789 * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
3790 * platform/qt/fast/invalid/td-inside-object-expected.png: Added.
3791 * platform/qt/fast/invalid/td-inside-object-expected.txt:
3792 * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
3793 * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.txt:
3794 * platform/qt/fast/layers/layer-visibility-expected.png: Added.
3795 * platform/qt/fast/layers/layer-visibility-expected.txt:
3796 * platform/qt/fast/layers/layer-visibility-sublayer-expected.png: Added.
3797 * platform/qt/fast/layers/layer-visibility-sublayer-expected.txt:
3798 * platform/qt/fast/layers/normal-flow-hit-test-expected.png: Added.
3799 * platform/qt/fast/layers/normal-flow-hit-test-expected.txt:
3800 * platform/qt/fast/layers/opacity-outline-expected.png: Added.
3801 * platform/qt/fast/layers/opacity-outline-expected.txt:
3802 * platform/qt/fast/layers/opacity-transforms-expected.png: Added.
3803 * platform/qt/fast/layers/opacity-transforms-expected.txt:
3804 * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
3805 * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
3806 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
3807 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt:
3808 * platform/qt/fast/layers/remove-only-this-layer-update-expected.png: Added.
3809 * platform/qt/fast/layers/remove-only-this-layer-update-expected.txt:
3810 * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
3811 * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
3812 * platform/qt/fast/layers/zindex-inherit-expected.png: Added.
3813 * platform/qt/fast/layers/zindex-inherit-expected.txt:
3814 * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
3815 * platform/qt/fast/line-grid/line-grid-contains-value-expected.txt:
3816 * platform/qt/fast/line-grid/line-grid-floating-expected.png:
3817 * platform/qt/fast/line-grid/line-grid-floating-expected.txt:
3818 * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
3819 * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
3820 * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
3821 * platform/qt/fast/line-grid/line-grid-into-columns-expected.txt:
3822 * platform/qt/fast/line-grid/line-grid-into-floats-expected.png:
3823 * platform/qt/fast/line-grid/line-grid-into-floats-expected.txt:
3824 * platform/qt/fast/line-grid/line-grid-positioned-expected.png:
3825 * platform/qt/fast/line-grid/line-grid-positioned-expected.txt:
3826 * platform/qt/fast/lists/001-expected.png:
3827 * platform/qt/fast/lists/001-expected.txt:
3828 * platform/qt/fast/lists/001-vertical-expected.png:
3829 * platform/qt/fast/lists/001-vertical-expected.txt:
3830 * platform/qt/fast/lists/002-expected.png: Added.
3831 * platform/qt/fast/lists/002-expected.txt:
3832 * platform/qt/fast/lists/002-vertical-expected.png:
3833 * platform/qt/fast/lists/002-vertical-expected.txt:
3834 * platform/qt/fast/lists/003-expected.png:
3835 * platform/qt/fast/lists/003-expected.txt: