1 2013-06-20 Ryosuke Niwa <rniwa@webkit.org>
3 REGRESSION(r149652): accessing items in .children via id doesn't work when element is not rooted in DOM tree
4 https://bugs.webkit.org/show_bug.cgi?id=117836
6 Reviewed by Benjamin Poulain.
8 Add a regression test for named getter for a detached element.
10 * fast/dom/htmlallcollection-detached-node-children-expected.txt: Added.
11 * fast/dom/htmlallcollection-detached-node-children.html: Added.
13 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
15 [CMAKE][EFL] Enable DOM4 Events Constructor
16 https://bugs.webkit.org/show_bug.cgi?id=117858
18 Reviewed by Laszlo Gombos.
20 * platform/efl/TestExpectations: Unskip the related tests.
22 2013-06-20 Alexey Proskuryakov <ap@apple.com>
24 https://bugs.webkit.org/show_bug.cgi?id=116495
25 Fix null-pointer deref in DocumentLoader::responseReceived()
27 Patch by Nate Chapin, reviewed by Mike West and myself.
29 * http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event-expected.txt: Added.
30 * http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event.html: Added.
32 2013-06-20 Enrica Casucci <enrica@apple.com>
34 Initial advance on the first glyph of the run is not correctly set for rtl text.
35 https://bugs.webkit.org/show_bug.cgi?id=117839
36 <rdar://problem/13860717>
38 Reviewed by Sam Weinig.
40 * fast/text/complex-first-glyph-with-initial-advance-expected.html: Added.
41 * fast/text/complex-first-glyph-with-initial-advance.html: Added.
43 2013-06-20 Commit Queue <commit-queue@webkit.org>
45 Unreviewed, rolling out r151463.
46 http://trac.webkit.org/changeset/151463
47 https://bugs.webkit.org/show_bug.cgi?id=117850
49 "r151451 was rolled out" (Requested by rhogan on #webkit).
51 * platform/efl/fast/forms/button-positioned-expected.txt:
52 * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
53 * platform/efl/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
54 * platform/gtk/fast/forms/button-positioned-expected.txt:
55 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.png:
56 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
57 * platform/gtk/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
58 * platform/win/fast/forms/onselect-textfield-expected.txt: Removed.
60 2013-06-20 Commit Queue <commit-queue@webkit.org>
62 Unreviewed, rolling out r151451.
63 http://trac.webkit.org/changeset/151451
64 https://bugs.webkit.org/show_bug.cgi?id=117848
66 "Broke quite a lot of sites" (Requested by rhogan on #webkit).
68 * fast/forms/onselect-textfield-expected.txt:
69 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Removed.
70 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
71 * fast/replaced/width-and-height-of-positioned-replaced-elements.html: Removed.
72 * platform/mac-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
73 * platform/mac/fast/forms/button-positioned-expected.txt:
74 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
75 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
76 * platform/qt/fast/forms/button-positioned-expected.txt:
77 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
79 2013-06-20 Commit Queue <commit-queue@webkit.org>
81 Unreviewed, rolling out r151788.
82 http://trac.webkit.org/changeset/151788
83 https://bugs.webkit.org/show_bug.cgi?id=117847
85 "This is the wrong fix" (Requested by rhogan on #webkit).
87 * fast/forms/onselect-textfield-expected.txt:
88 * fast/replaced/height-of-positioned-text-control-expected.html: Removed.
89 * fast/replaced/height-of-positioned-text-control.html: Removed.
90 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
91 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
92 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
93 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png:
94 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
95 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
97 2013-05-24 Balazs Kelemen <kbalazs@webkit.org>
99 [Gstreamer] cleanup buffering and state updates
100 https://bugs.webkit.org/show_bug.cgi?id=116642
102 Reviewed by Philippe Normand.
104 Remove failure expectations from tests that started to pass.
106 * platform/efl/TestExpectations:
107 * platform/gtk/TestExpectations:
109 2013-06-20 Eric Carlson <eric.carlson@apple.com>
111 ASSERT removing then adding a <track> element
112 https://bugs.webkit.org/show_bug.cgi?id=117814
114 Reviewed by Jer Noble.
116 * media/track/add-and-remove-track-expected.txt: Added.
117 * media/track/add-and-remove-track.html: Added.
119 2013-06-20 Benjamin Poulain <bpoulain@apple.com>
121 Mark compositing/repaint/positioned-movement.html as flaky on Mountain Lion Debug
123 * platform/mac-wk2/TestExpectations:
124 The test fails regularly in Debug on Mountain Lion.
126 2013-06-20 Robert Hogan <robert@webkit.org>
128 [Qt][WK2] REGRESSION(r151737): fast/replaced/width100percent-image.html fails
129 https://bugs.webkit.org/show_bug.cgi?id=117824
131 Unreviewed, rebaselining.
133 * platform/qt-5.0-wk2/TestExpectations:
134 * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
135 * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt:
137 2013-06-18 Robert Hogan <robert@webkit.org>
139 REGRESSION (r151451): Text not vertically centered correctly on icloud.com
140 https://bugs.webkit.org/show_bug.cgi?id=117744
142 Reviewed by David Hyatt.
144 * fast/forms/onselect-textfield-expected.txt:
145 * fast/replaced/height-of-positioned-text-control-expected.html: Added.
146 * fast/replaced/height-of-positioned-text-control.html: Added.
147 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
148 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
149 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
150 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
151 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
152 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
154 2013-06-20 Radu Stavila <stavila@adobe.com>
156 [CSS Regions] Add new regionOversetChange event
157 https://bugs.webkit.org/show_bug.cgi?id=117508
159 Changed regionLayoutUpdate tests to regionOversetChange and added new tests for regionOversetChange.
161 Reviewed by Antti Koivisto.
163 * fast/regions/webkit-named-flow-event-add-to-flow-expected.txt:
164 * fast/regions/webkit-named-flow-event-add-to-flow.html:
165 * fast/regions/webkit-named-flow-event-auto-height-expected.txt:
166 * fast/regions/webkit-named-flow-event-auto-height.html: Added.
167 * fast/regions/webkit-named-flow-event-crash-expected.txt:
168 * fast/regions/webkit-named-flow-event-crash.html:
169 * fast/regions/webkit-named-flow-event-expected.txt:
170 * fast/regions/webkit-named-flow-event-no-regions-expected.txt:
171 * fast/regions/webkit-named-flow-event-no-regions.html:
172 * fast/regions/webkit-named-flow-event-region-in-flexbox-no-overset-change-expected.txt:
173 * fast/regions/webkit-named-flow-event-region-in-flexbox-no-overset-change.html: Added.
174 * fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change-expected.txt:
175 * fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change.html: Added.
176 * fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt:
177 * fast/regions/webkit-named-flow-event-remove-from-dom.html:
178 * fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt:
179 * fast/regions/webkit-named-flow-event-remove-from-flow.html:
180 * fast/regions/webkit-named-flow-event-target-expected.txt:
181 * fast/regions/webkit-named-flow-event-target.html:
182 * fast/regions/webkit-named-flow-event-to-null-expected.txt:
183 * fast/regions/webkit-named-flow-event-to-null.html:
184 * fast/regions/webkit-named-flow-event.html:
186 2013-06-20 James Craig <james@cookiecrook.com>
188 AX: aria-required is not exposed on all expected roles
189 https://bugs.webkit.org/show_bug.cgi?id=115123
191 Reviewed by Chris Fleizach.
193 aria-required is now exposed on more roles. Updated existing test file.
195 * platform/mac/accessibility/aria-required-expected.txt:
196 * platform/mac/accessibility/aria-required.html:
197 * platform/mac/accessibility/radio-button-group-members-expected.txt:
199 2013-06-20 Seokju Kwon <seokju.kwon@gmail.com>
201 Web Inspector: Use console.timeStamp instead of console.markTimeline
202 https://bugs.webkit.org/show_bug.cgi?id=117810
204 Reviewed by Joseph Pecoraro.
206 Use 'console.timeStamp' instead of 'console.markTimeline' in LayoutTests.
207 And remove inspector/timeline/timeline-mark-timeline.html.
209 * inspector/console/console-messages-stack-traces-expected.txt:
210 * inspector/console/console-messages-stack-traces.html:
211 * inspector/timeline/timeline-mark-timeline-expected.txt: Removed.
212 * inspector/timeline/timeline-mark-timeline.html: Removed.
213 * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
215 2013-06-20 Zoltan Arvai <zarvai@inf.u-szeged.hu>
217 [Qt] Unreviewed gardening.
219 Rebselining after r151761, see bug 115372.
221 * platform/qt-5.0-wk2/TestExpectations:
222 * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-child-expected.txt: Added.
223 * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-parent-expected.txt: Added.
224 * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-same-expected.txt: Added.
225 * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-child-expected.txt: Added.
226 * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-parent-expected.txt: Added.
227 * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-same-expected.txt: Added.
229 2013-06-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
231 background-color and text-decoration are not preserved when merging paragraphs
232 https://bugs.webkit.org/show_bug.cgi?id=116215
234 Reviewed by Ryosuke Niwa.
236 Added tests for verifying merge of paragraph/div from span with non-inline styles.
238 * editing/deleting/merge-div-from-span-with-style-expected.txt: Added.
239 * editing/deleting/merge-div-from-span-with-style.html: Added.
240 * editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt: Added.
241 * editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration.html: Added.
242 * editing/deleting/merge-paragraph-from-span-with-style-expected.txt: Added.
243 * editing/deleting/merge-paragraph-from-span-with-style.html: Added.
245 2013-06-19 Beth Dakin <bdakin@apple.com>
247 Adding a Mac pixel result.
249 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
251 2013-06-19 Brent Fulgham <bfulgham@apple.com>
253 [Windows] Unreviewed AX test expecation gardening.
255 * platform/win/accessibility/aria-labelledby-on-input-expected.txt: Added.
256 * platform/win/accessibility/aria-list-and-listitem-expected.txt: Added.
257 * platform/win/accessibility/aria-roles-expected.txt: Added.
259 2013-06-19 Benjamin Poulain <bpoulain@apple.com>
261 Unskip feSpecularLight-premultiplied.svg on Mountain Lion
263 * platform/mac/TestExpectations:
264 The test is failing on Lion exclusively.
266 2013-06-19 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
268 Incomplete repaint of input elements in writing-mode overflow
269 https://bugs.webkit.org/show_bug.cgi?id=110246
271 Reviewed by Simon Fraser.
273 * fast/repaint/horizontal-bt-overflow-child-expected.txt: Added.
274 * fast/repaint/horizontal-bt-overflow-child.html: Added.
275 * fast/repaint/horizontal-bt-overflow-parent-expected.txt: Added.
276 * fast/repaint/horizontal-bt-overflow-parent.html: Added.
277 * fast/repaint/horizontal-bt-overflow-same-expected.txt: Added.
278 * fast/repaint/horizontal-bt-overflow-same.html: Added.
279 * fast/repaint/vertical-overflow-child-expected.txt: Added.
280 * fast/repaint/vertical-overflow-child.html: Added.
281 * fast/repaint/vertical-overflow-parent-expected.txt: Added.
282 * fast/repaint/vertical-overflow-parent.html: Added.
283 * fast/repaint/vertical-overflow-same-expected.txt: Added.
284 * fast/repaint/vertical-overflow-same.html: Added.
286 2013-06-19 Benjamin Poulain <bpoulain@apple.com>
288 Unskip two canvas tests that only fail on Lion
290 * platform/mac/TestExpectations:
292 2013-06-19 Benjamin Poulain <bpoulain@apple.com>
294 Rebaseline 24bit-22khz-resample on Mac
296 The result did not match the expectation after a system update.
298 * platform/mac-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav:
299 Comparing the files, they have the exact same length, sample rate, bit per sample and binary size.
300 I cannot ear a difference in the files.
302 2013-06-19 Robert Hogan <robert@webkit.org>
304 Rebaseline results on GTK and EFL after r151737
306 Unreviewed, gardening.
308 * platform/efl/fast/css/word-space-extra-expected.txt:
309 * platform/efl/fast/replaced/width100percent-image-expected.png:
310 * platform/efl/fast/replaced/width100percent-image-expected.txt:
311 * platform/efl/fast/replaced/width100percent-menulist-expected.png:
312 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
313 * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
314 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
315 * platform/efl/fast/replaced/width100percent-textarea-expected.png:
316 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
317 * platform/efl/fast/replaced/width100percent-textfield-expected.png:
318 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
319 * platform/efl/tables/mozilla/bugs/bug57828-expected.png:
320 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
321 * platform/gtk/fast/css/word-space-extra-expected.txt:
322 * platform/gtk/fast/replaced/width100percent-image-expected.png:
323 * platform/gtk/fast/replaced/width100percent-image-expected.txt:
324 * platform/gtk/fast/replaced/width100percent-menulist-expected.png:
325 * platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
326 * platform/gtk/fast/replaced/width100percent-searchfield-expected.png:
327 * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
328 * platform/gtk/fast/replaced/width100percent-textarea-expected.png:
329 * platform/gtk/fast/replaced/width100percent-textarea-expected.txt:
330 * platform/gtk/fast/replaced/width100percent-textfield-expected.png:
331 * platform/gtk/fast/replaced/width100percent-textfield-expected.txt:
332 * platform/gtk/tables/mozilla/bugs/bug57828-expected.txt:
334 2013-06-19 Robert Hogan <robert@webkit.org>
336 Incorrect computation of shrink-to-fit width for block with white-space:nowrap and floating children
337 https://bugs.webkit.org/show_bug.cgi?id=114879
339 Reviewed by David Hyatt.
341 * fast/block/shrink-to-fit-width-container-with-floating-children-expected.txt: Added.
342 * fast/block/shrink-to-fit-width-container-with-floating-children.html: Added.
343 * platform/qt/fast/css/word-space-extra-expected.txt:
344 * platform/qt/fast/replaced/width100percent-image-expected.txt:
345 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
346 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
347 * platform/qt/tables/mozilla/bugs/bug57828-expected.txt:
349 2013-06-19 VÃctor Manuel Jáquez Leal <vjaquez@igalia.com>
351 [GStreamer] [texmap] the bytesPerLine is wrong when updating the texture
352 https://bugs.webkit.org/show_bug.cgi?id=117551
354 Reviewed by Philippe Normand.
356 * platform/gtk-wk2/TestExpectations:
357 enabled media/video-display-aspect-ratio.html
359 2013-06-19 Zoltan Arvai <zarvai@inf.u-szeged.hu>
361 [Qt] Unreviewed rebaselining after 151705.
363 * platform/qt/http/tests/cache/partitioned-cache-expected.txt: Added.
364 * platform/qt/http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
366 2013-06-19 Gabor Abraham <abrhm@inf.u-szeged.hu>
368 [Qt] TestExpectation sorting on Qt WK2.
370 Reviewed by Csaba Osztrogonác.
372 * platform/qt-5.0-wk2/TestExpectations:
374 2013-06-19 Kihong Kwon <kihong.kwon@samsung.com>
376 Vibration can be canceled even if page visibility status is hidden
377 https://bugs.webkit.org/show_bug.cgi?id=117333
379 Reviewed by Gyuyoung Kim.
381 Add a test case for cancel vibration after page visibility is changed to hidden status.
382 In addition, move navigator-vibration.html to vibration directory.
384 * platform/gtk/TestExpectations:
385 * platform/mac/TestExpectations:
386 * platform/qt/TestExpectations:
387 * platform/win/TestExpectations:
388 * vibration/cancelVibration-after-pagevisibility-changed-to-hidden-expected.txt: Added.
389 * vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html: Added.
390 * vibration/navigator-vibration-expected.txt: Renamed from LayoutTests/fast/dom/navigator-vibration-expected.txt.
391 * vibration/navigator-vibration.html: Renamed from LayoutTests/fast/dom/navigator-vibration.html.
393 2013-06-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
395 Unreviewed, EFL gardening. Added new baselines for some of editing/delete
396 tests after system upgrade.
398 * platform/efl/TestExpectations:
399 * platform/efl/editing/deleting/smart-delete-003-expected.png: Added.
400 * platform/efl/editing/deleting/smart-delete-003-expected.txt: Added.
401 * platform/efl/editing/deleting/smart-delete-004-expected.png: Added.
402 * platform/efl/editing/deleting/smart-delete-004-expected.txt: Added.
404 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
406 Input type range slider is not updated when min or max are changed
407 https://bugs.webkit.org/show_bug.cgi?id=117778
409 Reviewed by Kent Tamura.
411 * fast/forms/range/range-change-min-max-expected.html: Added.
412 * fast/forms/range/range-change-min-max.html: Added.
414 2013-06-18 Benjamin Poulain <bpoulain@apple.com>
416 [WK2] Media elements never fail to load
417 https://bugs.webkit.org/show_bug.cgi?id=117767
419 Mark the media tests as failing for now.
421 * platform/mac-wk2/TestExpectations:
423 2013-06-18 Oliver Hunt <oliver@apple.com>
425 Going to google.com/trends causes a crash
426 https://bugs.webkit.org/show_bug.cgi?id=117602
428 Reviewed by Geoffrey Garen.
430 Make sure we correctly initialise the appropriate argument registers,
431 and make sure we perform the tearoff correctly.
433 * fast/js/inline-arguments-tear-off-expected.txt: Added.
434 * fast/js/inline-arguments-tear-off.html: Added.
435 * fast/js/script-tests/inline-arguments-tear-off.js: Added.
440 2013-06-18 Benjamin Poulain <bpoulain@apple.com>
442 Rebaseline after system update
446 * http/tests/cache/partitioned-cache-expected.txt:
447 * http/tests/cache/partitioned-cache-iframe-expected.txt:
448 System fix, the tests pass.
450 2013-06-18 Zalan Bujtas <zalan@apple.com>
452 widthMediaFeatureEval ends up with null FrameView during iframe unload.
453 https://bugs.webkit.org/show_bug.cgi?id=117754
455 Reviewed by Geoffrey Garen.
457 Ensure that MediaQueryEvaluator checks against NULL FrameView.
459 While frames are being unloaded, the Frame object does not necessarily have valid
460 FrameView anymore. Layout on the main frame can end up querying media values on such child
461 frames, while detaching.
463 * fast/frames/crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery-expected.txt: Added.
464 * fast/frames/crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery.html: Added.
465 * fast/frames/resources/child-iframe-forces-parent-layout-on-unload.html: Added.
467 2013-06-18 Eric Carlson <eric.carlson@apple.com>
469 Not all subtitle tracks are SDH
470 https://bugs.webkit.org/show_bug.cgi?id=117738
472 Reviewed by Dean Jackson.
474 * media/video-controls-captions-trackmenu-localized.html:
475 * media/video-controls-captions-trackmenu-sorted.html:
476 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
477 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
479 2013-06-18 Dean Jackson <dino@apple.com>
481 Synthesized vertical italics on rotated glyphs are transformed incorrectly
482 https://bugs.webkit.org/show_bug.cgi?id=117726
484 Reviewed by Enrica Casucci.
486 Two new tests. One ensures that CJK characters do not get italics
487 when vertical. The other ensures that Latin text does get italics in
488 a font that is not synthesized, but unfortunately has to be a pixel test.
489 The latter is skipped on non-Mac since they don't support
490 synthesized obliques in FontPlatformData.
492 * fast/text/international/synthesized-italic-vertical-expected.html: Added.
493 * fast/text/international/synthesized-italic-vertical-latin.html: Added.
494 * fast/text/international/synthesized-italic-vertical.html: Added.
495 * platform/efl/TestExpectations:
496 * platform/gtk/TestExpectations:
497 * platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
498 * platform/qt/TestExpectations:
499 * platform/win/TestExpectations:
501 2013-06-18 Commit Queue <commit-queue@webkit.org>
503 Unreviewed, rolling out r151549.
504 http://trac.webkit.org/changeset/151549
505 https://bugs.webkit.org/show_bug.cgi?id=117741
507 broke selection in the web inspector source after scrolling
508 (Requested by smfr on #webkit).
510 * fast/repaint/change-overflow-and-display-of-relative-expected.txt: Removed.
511 * fast/repaint/change-overflow-and-display-of-relative.html: Removed.
513 2013-06-18 Santosh Mahto <santosh.ma@samsung.com>
515 <video> element delays document load event for ~ 3 seconds
516 https://bugs.webkit.org/show_bug.cgi?id=90272
518 Reviewed by Eric Carlson.
520 * media/media-preload-no-delay-loadevent-expected.txt: Added.
521 * media/media-preload-no-delay-loadevent.html: Added.
523 2013-06-18 Gabor Abraham <abrhm@inf.u-szeged.hu>
525 [Qt] Unreviewed gardening. Rebaseline and skipping some tests.
527 * platform/qt-5.0-wk2/fast/repaint/table-cell-collapsed-border-scroll-expected.png: Added.
528 * platform/qt/TestExpectations:
529 * platform/qt/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
531 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
533 [GTK][GStreamer] Fullscreen option in video element context menu not working
534 https://bugs.webkit.org/show_bug.cgi?id=105191
536 Reviewed by Philippe Normand.
538 * platform/gtk-wk1/TestExpectations:
539 fullscreen/video-controls-drag.html does not time out anymore.
540 * platform/gtk-wk2/TestExpectations:
541 media/video-display-aspect-ratio.html crashes sometimes.
542 * platform/gtk/TestExpectations:
543 media/video-playing-and-pause.html was already flaky.
545 2013-06-18 Zan Dobersek <zdobersek@igalia.com>
547 Unreviewed GTK gardening.
549 * platform/gtk/TestExpectations: Mark two tests that are flakily timing out as slow.
551 2013-06-17 Brent Fulgham <bfulgham@apple.com>
553 [Windows] Unreviewed AX gardening of windows-specific results.
555 * platform/win/accessibility/aria-combobox-expected.txt: Added.
556 * platform/win/aria-labelledby-on-input-expected.txt: Added.
557 * platform/win/aria-menubar-menuitems-expected.txt: Added.
558 * platform/win/aria-roles-expected.txt: Added.
560 2013-06-17 Brent Fulgham <bfulgham@apple.com>
562 AX: Correct accessibility role when -webkit-box:display is used.
563 https://bugs.webkit.org/show_bug.cgi?id=117706
565 Reviewed by Chris Fleizach.
567 * accessibility/box-styled-lists.html: Added.
568 * platform/efl/TestExpectations:
569 * platform/gtk/TestExpectations:
570 * platform/mac/accessibility/box-styled-lists-expected.txt: Added.
571 * platform/win/TestExpectations:
572 * platform/win/accessibility/box-styled-lists-expected.txt: Added.
574 2013-06-17 Ryosuke Niwa <rniwa@webkit.org>
578 * fast/repaint/table-cell-collapsed-border-scroll-expected.png:
579 * fast/repaint/table-cell-collapsed-border-scroll-expected.txt:
581 2013-06-17 Zoltan Horvath <zoltan@webkit.org>
583 [CSS Shapes] Consider bottom borders when calculating the position of the overflow
584 https://bugs.webkit.org/show_bug.cgi?id=117663
586 Reviewed by Alexandru Chiculita.
588 When you have a shape and the content overflows from the shape we need to push the overflow below the content box,
589 not below the border box. We didn't consider the bottom borders of the content box, now I fixed it too and the overflow
590 just starts after the content box. I added a new helper function called pushShapeContentOverflowBelowTheContentBox. Now
591 both the shape in flow thread and the shape overflow use the same function. I added a new test and modified the existing
592 tests to cover all the affected cases.
594 * fast/exclusions/shape-inside/shape-inside-empty-expected.html:
595 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-block-content-expected.html: Copied from LayoutTests/fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html.
596 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-block-content.html: Copied from LayoutTests/fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html.
597 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
598 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
599 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes-expected.html:
600 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html:
602 2013-06-17 Bear Travis <betravis@adobe.com>
604 [CSS Exclusions] Implement text alignment for shape-inside
605 https://bugs.webkit.org/show_bug.cgi?id=101086
607 Reviewed by Alexandru Chiculita.
609 Adding tests to make sure that shape-inside layout correctly supports
610 the different values of text-align.
612 * fast/exclusions/resources/multi-segment-polygon.js:
614 * fast/exclusions/shape-inside/shape-inside-text-align-expected.html: Added.
615 * fast/exclusions/shape-inside/shape-inside-text-align.html: Added.
617 2013-06-17 Igor Oliveira <igor.o@sisa.samsung.com>
619 [CSS Regions] ::before and ::after pseudo-elements are not displayed for regions
620 https://bugs.webkit.org/show_bug.cgi?id=80163
622 Add two simple tests verifying if region works with before/after generated content.
624 Reviewed by David Hyatt.
626 * fast/regions/region-dynamic-after-before.html: Added.
627 * fast/regions/region-generated-content-before-after.html: Added.
628 * platform/mac/fast/regions/region-dynamic-after-before-expected.png: Added.
629 * platform/mac/fast/regions/region-dynamic-after-before-expected.txt: Added.
630 * platform/mac/fast/regions/region-generated-content-before-after-expected.png: Added.
631 * platform/mac/fast/regions/region-generated-content-before-after-expected.txt: Added.
633 2013-06-17 Sergio Villar Senin <svillar@igalia.com>
635 Remove invalid checks from block-cursor-overtype-mode.html
636 https://bugs.webkit.org/show_bug.cgi?id=117587
638 Reviewed by Darin Adler.
640 The test uses an array of ">" "<" symbols to perform comparisons
641 between consecutive positions of the block cursor. Since those
642 checks are done for each pair of consecutive characters the total
643 amount of checks is lengthOfTheWord - 1. We were adding an extra
644 symbol that was not used at all in the test.
646 * editing/selection/block-cursor-overtype-mode.html:
648 2013-06-17 Zoltan Arvai <zarvai@inf.u-szeged.hu>
650 [Qt] Unreviewed gardening. Correcting rebaselining after r151634.
652 * platform/qt-5.0-wk2/compositing/repaint/fixed-background-scroll-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/repaint/fixed-background-scroll-expected.txt.
653 * platform/qt-5.0-wk2/compositing/repaint/positioned-movement-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/repaint/positioned-movement-expected.txt.
655 2013-06-17 Zoltan Arvai <zarvai@inf.u-szeged.hu>
657 [Qt] Unreviewed gardening. Rebaselining repaint tests, see bug 115372.
659 * platform/qt-5.0-wk2/fast/repaint/change-overflow-and-display-of-relative-expected.txt: Rebaselining after r151549.
660 * platform/qt-5.0-wk2/fast/repaint/fixed-background-scroll-expected.txt: Rebaselining after r151624.
661 * platform/qt-5.0-wk2/fast/repaint/positioned-movement-expected.txt: Rebaselining after r151622.
663 2013-06-17 Zan Dobersek <zdobersek@igalia.com>
665 Unreviewed GTK gardening.
667 * platform/gtk-wk1/TestExpectations: Add a crashing expectation for a test that most likely regressed with r151021.
668 * platform/gtk/TestExpectations: Add failure expectations for a couple of tests failing due to stack size misbehavior.
670 2013-06-16 Mihai Tica <mitica@adobe.com>
672 [CSS Blending] Update the background-blend-mode-image-color-dynamic test to use the repaint test logic
674 Updating testcase verifying if background blend modes are updated dynamically from script. This now
675 properly uses the repaint test mechanism. Also, the background image resource is addded.
677 https://bugs.webkit.org/show_bug.cgi?id=117686
679 Reviewed by Dean Jackson.
681 * fast/repaint/background-blend-mode-image-color-dynamic-expected.html:
682 * fast/repaint/background-blend-mode-image-color-dynamic.html:
683 * fast/repaint/resources/ducky.png: Added.
685 2013-06-16 Kent Tamura <tkent@chromium.org>
687 Fix two assertion failures in Range::insertNode
688 https://bugs.webkit.org/show_bug.cgi?id=116511
690 Reviewed by Ryosuke Niwa.
692 We need to update fast/dom/insertBefore-refChild-crash.html because the
693 test caused recursive calls to the event handler. container.innerHTML=''
694 did nothing before this CL. Now container has the newChild because
695 DOMNodeRemoved event dispatching is delayed until Range::insertNode
698 We need to update fast/text/split-text-crash.xhtml so that it doesn't
699 stop when the event handler is called twice. I'm not sure why the test
700 worked before this CL.
702 * fast/dom/Range/range-insertNode-assertion-expected.txt: Added.
703 * fast/dom/Range/range-insertNode-assertion.html: Added.
704 * fast/dom/insertBefore-refChild-crash.html:
705 * fast/text/split-text-crash.xhtml:
707 2013-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
709 Unreviewed. Added new baselines for some of editing/style tests, which works on EFL port.
711 * platform/efl/TestExpectations:
712 * platform/efl/editing/style/5017613-1-expected.png: Added.
713 * platform/efl/editing/style/5017613-1-expected.txt: Added.
714 * platform/efl/editing/style/5046875-1-expected.png: Added.
715 * platform/efl/editing/style/5046875-1-expected.txt: Added.
716 * platform/efl/editing/style/5065910-expected.png: Added.
717 * platform/efl/editing/style/5065910-expected.txt: Added.
718 * platform/efl/editing/style/5228141-expected.png: Added.
719 * platform/efl/editing/style/5228141-expected.txt: Added.
720 * platform/efl/editing/style/5279521-expected.png: Added.
721 * platform/efl/editing/style/5279521-expected.txt: Added.
723 2013-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
725 Unreviewed. Added new baselines for some of editing/selection tests as r151533 on EFL port.
727 * platform/efl/TestExpectations:
729 2013-06-16 Simon Fraser <simon.fraser@apple.com>
731 Fixed backgrounds in composited layers not repainted on scrolling
732 https://bugs.webkit.org/show_bug.cgi?id=117684
734 Reviewed by Tim Horton.
736 Test that verifies that a composited layer with a fixed background is repainted
739 * compositing/repaint/fixed-background-scroll-expected.txt: Added.
740 * compositing/repaint/fixed-background-scroll.html: Added.
742 2013-06-15 Simon Fraser <simon.fraser@apple.com>
744 Fixed background images behave strangely with webkit transitions
745 https://bugs.webkit.org/show_bug.cgi?id=65793
747 Reviewed by Sam Weinig.
749 Ref tests that compare fixed background rendering after a scroll, with and
750 without compositing, with a couple of layer configurations.
752 * compositing/backgrounds/fixed-background-on-descendant-expected.html: Added.
753 * compositing/backgrounds/fixed-background-on-descendant.html: Added.
754 * compositing/backgrounds/fixed-backgrounds-expected.html: Added.
755 * compositing/backgrounds/fixed-backgrounds.html: Added.
757 2013-06-15 Simon Fraser <simon.fraser@apple.com>
759 webkit-backface-visibility on a parent element stops background-position from updating
760 https://bugs.webkit.org/show_bug.cgi?id=116319
762 Reviewed by Darin Adler.
764 Test that does a positioned-movement-only layout and dumps a layer tree with
767 * compositing/repaint/positioned-movement-expected.txt: Added.
768 * compositing/repaint/positioned-movement.html: Added.
770 2013-06-14 Robert Hogan <robert@webkit.org>
772 REGRESSION (r148367): Facebook and Twitter icons at macworld.com are stacked vertically, obscuring Twitter one
773 https://bugs.webkit.org/show_bug.cgi?id=117284
775 Reviewed by David Hyatt.
777 * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html: Added.
778 * fast/text/whitespace/inline-whitespace-wrapping-7.html: Added.
780 2013-06-14 Lukasz Gajowy <l.gajowy@samsung.com>
782 background-color is not preserved when inserting a new paragraph
783 https://bugs.webkit.org/show_bug.cgi?id=117138
785 Reviewed by Ryosuke Niwa.
787 Adding layout test and expected result to reproduce the issue.
789 * editing/inserting/insert-paragraph-with-font-and-background-color-expected.txt: Added.
790 * editing/inserting/insert-paragraph-with-font-and-background-color.html: Added.
792 2013-06-14 Adam Barth <abarth@webkit.org>
794 Threaded HTML parser can ASSERT in some situations
795 https://bugs.webkit.org/show_bug.cgi?id=117662
797 Reviewed by Ryosuke Niwa.
799 * http/tests/navigation/pending-location-change-assert-expected.txt: Added.
800 * http/tests/navigation/pending-location-change-assert.html: Added.
801 * http/tests/resources/slow-notify-done.php: Added.
803 2013-06-14 Arpita Bahuguna <a.bah@samsung.com>
805 Editing: wrong text position when you click enter on the text behind the image
806 https://bugs.webkit.org/show_bug.cgi?id=115023
808 Reviewed by Ryosuke Niwa.
810 * editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt: Added.
811 * editing/inserting/insert-paragraph-after-non-ediatble-node-before-text.html: Added.
812 Layout test added for verifying the insert paragraph behavior between an inline node
813 which is ignored for editing purposes and some text.
815 2013-06-14 Eric Carlson <eric.carlson@apple.com>
817 Potential use-after-free with an event fired at a HTMLMediaElement which is currently being deleted
818 https://bugs.webkit.org/show_bug.cgi?id=117466
820 Reviewed by Oliver Hunt.
822 Merge https://chromium.googlesource.com/chromium/blink/+/f4200a0093b3d9376f703961615359ec7fb712b4
824 If an event is created using as target an HTMLMediaElement which is
825 currently being deleted it becomes a heap-use-after free situation.
827 The GenericEventQueue instance is already owned by the HTMLMediaElement,
828 and there already is an underlying mechanism to set the target of the
829 event to NULL, if their target is owner of the queue.
831 In order to avoid creating this reference in the first place, we enqueue
832 the event with a NULL target to defer the refcount increment until the
833 timer for dispatching the event happens (which won't happen at all if
834 garbage collection is already destroying the objects).
836 * media/track/media-element-enqueue-event-crash-expected.txt: Added.
837 * media/track/media-element-enqueue-event-crash.html: Added.
839 2013-06-14 Gabor Abraham <abrhm@inf.u-szeged.hu>
841 [Qt] Unreviewed gardening. Generate new baseline to some tests and bot greening.
843 * platform/qt-5.0-wk2/TestExpectations:
844 * platform/qt-5.0-wk2/animations/3d/change-transform-in-end-event-expected.png: Added.
845 * platform/qt-5.0-wk2/fast/borders/border-left-right-same-bottom-different-color-expected.png: Added.
846 * platform/qt-5.0-wk2/fast/borders/border-radius-percent-expected.png: Added.
847 * platform/qt-5.0-wk2/fast/borders/border-radius-wide-border-05-expected.png: Added.
848 * platform/qt-5.0-wk2/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
849 * platform/qt-5.0-wk2/fast/borders/border-radius-with-box-shadow-expected.png: Added.
850 * platform/qt-5.0-wk2/fast/css-generated-content/details-summary-before-after-expected.png: Added.
851 * platform/qt-5.0-wk2/fast/css-generated-content/details-summary-before-after-expected.txt: Added.
852 * platform/qt-5.0-wk2/fast/forms/zoomed-controls-expected.png: Added.
853 * platform/qt-5.0-wk2/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
854 * platform/qt-5.0-wk2/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
855 * platform/qt-5.0-wk2/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
856 * platform/qt-5.0-wk2/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
857 * platform/qt-5.0-wk2/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
858 * platform/qt-5.0-wk2/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
859 * platform/qt-5.0-wk2/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
860 * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
861 * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
862 * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
863 * platform/qt-5.0-wk2/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
864 * platform/qt-5.0-wk2/svg/custom/marker-orient-auto-expected.png: Added.
865 * platform/qt-5.0-wk2/svg/custom/marker-orient-auto-expected.txt: Added.
866 * platform/qt-5.0-wk2/svg/filters/feDropShadow-zero-deviation-expected.png: Added.
867 * platform/qt-5.0-wk2/svg/filters/feDropShadow-zero-deviation-expected.txt: Added.
868 * platform/qt-5.0-wk2/svg/filters/feGaussianBlur-zero-deviation-expected.png: Added.
869 * platform/qt-5.0-wk2/svg/filters/feGaussianBlur-zero-deviation-expected.txt: Added.
870 * platform/qt/TestExpectations:
872 2013-06-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
874 [Qt] Unreviewed gardening. Some more rebaselining after r151205 and r150798.
876 * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
877 * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
878 * platform/qt-5.0-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
879 * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Added.
880 * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-70-expected.png: Added.
881 * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-131b-expected.png: Added.
882 * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png:
883 * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
884 * platform/qt-5.0-wk2/editing/deleting/smart-delete-004-expected.png:
885 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png:
886 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png:
887 * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png:
888 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.png: Added.
889 * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png:
890 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
891 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
892 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
893 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
894 * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
895 * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png:
896 * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png:
897 * platform/qt-5.0-wk2/fast/css/error-in-last-decl-expected.png: Added.
898 * platform/qt-5.0-wk2/fast/css/font-size-negative-expected.png: Added.
899 * platform/qt-5.0-wk2/fast/css/namespaces/004-expected.png: Added.
900 * platform/qt-5.0-wk2/fast/css/table-text-align-strict-expected.png: Added.
901 * platform/qt-5.0-wk2/fast/dom/34176-expected.png:
902 * platform/qt-5.0-wk2/fast/dom/inner-text-expected.png: Added.
903 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
904 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
905 * platform/qt-5.0-wk2/fast/forms/button-cannot-be-nested-expected.png: Added.
906 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
907 * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
908 * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png:
909 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png:
910 * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
911 * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png:
912 * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png:
913 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png:
914 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png:
915 * platform/qt-5.0-wk2/fast/invalid/014-expected.png: Added.
916 * platform/qt-5.0-wk2/fast/overflow/childFocusRingClip-expected.png: Added.
917 * platform/qt-5.0-wk2/fast/overflow/hit-test-overflow-controls-expected.png: Added.
918 * platform/qt-5.0-wk2/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
919 * platform/qt-5.0-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
920 * platform/qt-5.0-wk2/fast/runin/generated-expected.png: Added.
921 * platform/qt-5.0-wk2/fast/table/multiple-captions-display-expected.png: Added.
922 * platform/qt-5.0-wk2/fast/table/remove-td-display-none-expected.png: Added.
923 * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
924 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
925 * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
926 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
927 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
928 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
929 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
930 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
931 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
932 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
933 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
934 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
935 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
936 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
937 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
938 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
939 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
940 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
941 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
942 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
943 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
944 * platform/qt-5.0-wk2/svg/custom/text-ctm-expected.png: Added.
945 * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
946 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug81934-expected.png: Added.
947 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red-expected.png: Added.
948 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_left-expected.png: Added.
949 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_right-expected.png: Added.
950 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_class-expected.png: Added.
952 2013-06-14 Seokju Kwon <seokju.kwon@gmail.com>
954 [Qt] Unreviewed TestExpectation cleanup
955 https://bugs.webkit.org/show_bug.cgi?id=117626
957 Unreviewed gardening.
959 * platform/qt-5.0-wk1/TestExpectations:
960 * platform/qt/TestExpectations:
962 2013-06-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
964 [Qt] Unreviewed gardening. Rebaselining after r151205.
966 * platform/qt-5.0-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
967 * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39-expected.png: Added.
968 * platform/qt-5.0-wk2/editing/execCommand/create-list-with-hr-expected.png: Added.
969 * platform/qt-5.0-wk2/editing/inserting/4960120-2-expected.png: Added.
970 * platform/qt-5.0-wk2/editing/selection/5057506-expected.png: Added.
971 * platform/qt-5.0-wk2/fast/invalid/003-expected.png: Added.
972 * platform/qt-5.0-wk2/fast/selectors/061-expected.png: Added.
973 * platform/qt-5.0-wk2/fast/table/table-display-types-strict-expected.png: Added.
974 * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
975 * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
976 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
977 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
978 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
979 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
980 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
981 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
982 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
983 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
984 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
985 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
986 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
987 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
988 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
989 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
990 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
991 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
992 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
993 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
994 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
995 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
996 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
997 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
998 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
999 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
1000 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
1001 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
1002 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
1003 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
1004 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
1005 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
1006 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
1007 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
1008 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
1009 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
1010 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
1011 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
1012 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
1013 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
1014 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
1015 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
1016 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
1017 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
1018 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
1019 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
1020 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
1021 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
1022 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
1023 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
1024 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
1025 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
1026 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
1027 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
1028 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
1029 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
1030 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
1031 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
1032 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
1033 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
1034 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
1035 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
1036 * platform/qt-5.0-wk2/svg/custom/use-font-face-crash-expected.png:
1037 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug727-expected.png: Added.
1038 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_1-expected.png: Added.
1039 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png: Added.
1041 2013-06-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1043 Unreviewed. Added new baselines for some tests as r151533 on EFL port.
1045 * platform/efl-wk1/TestExpectations:
1046 * platform/efl/TestExpectations:
1047 * platform/efl/editing/selection/select-across-readonly-input-1-expected.png: Added.
1048 * platform/efl/editing/selection/select-across-readonly-input-1-expected.txt: Added.
1049 * platform/efl/editing/selection/select-across-readonly-input-2-expected.png: Added.
1050 * platform/efl/editing/selection/select-across-readonly-input-2-expected.txt: Added.
1051 * platform/efl/editing/selection/select-across-readonly-input-3-expected.png: Added.
1052 * platform/efl/editing/selection/select-across-readonly-input-3-expected.txt: Added.
1053 * platform/efl/editing/selection/select-across-readonly-input-4-expected.png: Added.
1054 * platform/efl/editing/selection/select-across-readonly-input-4-expected.txt: Added.
1055 * platform/efl/editing/selection/select-across-readonly-input-5-expected.png: Added.
1056 * platform/efl/editing/selection/select-across-readonly-input-5-expected.txt: Added.
1057 * platform/efl/editing/selection/select-all-002-expected.png: Added.
1058 * platform/efl/editing/selection/select-all-002-expected.txt: Added.
1059 * platform/efl/editing/selection/select-all-003-expected.png: Added.
1060 * platform/efl/editing/selection/select-all-003-expected.txt: Added.
1061 * platform/efl/editing/selection/select-all-004-expected.png: Added.
1062 * platform/efl/editing/selection/select-all-004-expected.txt: Added.
1063 * platform/efl/editing/selection/select-all-005-expected.png: Added.
1064 * platform/efl/editing/selection/select-all-005-expected.txt: Added.
1065 * platform/efl/editing/selection/select-all-006-expected.png: Added.
1066 * platform/efl/editing/selection/select-all-006-expected.txt: Added.
1067 * platform/efl/editing/selection/select-box-expected.png: Added.
1068 * platform/efl/editing/selection/select-box-expected.txt: Added.
1069 * platform/efl/editing/selection/select-element-paragraph-boundary-expected.png: Added.
1070 * platform/efl/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
1071 * platform/efl/editing/selection/select-from-textfield-outwards-expected.png: Added.
1072 * platform/efl/editing/selection/select-from-textfield-outwards-expected.txt: Added.
1073 * platform/efl/editing/selection/selection-actions-expected.png: Added.
1074 * platform/efl/editing/selection/selection-actions-expected.txt: Added.
1075 * platform/efl/editing/selection/selection-button-text-expected.png: Added.
1076 * platform/efl/editing/selection/selection-button-text-expected.txt: Added.
1078 2013-06-13 Zoltan Horvath <zoltan@webkit.org>
1080 [CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes
1081 https://bugs.webkit.org/show_bug.cgi?id=117599
1083 Reviewed by David Hyatt.
1085 In r150478 I added support for multiple positioned shape-insides on regions, this patch covers the cases when a shape
1086 is positioned to the bottom of the region or the region contains a shape which forces the content to be adjusted inside
1087 the shape (e.g. we have a triangle shape and the first line needs to be started at the first position where it fits).
1088 I introduced a new helper function to update the current shape and the current line segments in the flow thread cases. With
1089 this new helper function all the logic which calculates the segments for shape-inside on regions is located in one function.
1091 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes-expected.html: Added.
1092 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html: Added.
1093 * fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment-expected.html: Added.
1094 * fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html: Added.
1095 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html: Added.
1096 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html: Added.
1097 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment-expected.html: Added.
1098 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html: Added.
1100 2013-06-13 Mihai Tica <mitica@adobe.com>
1102 Add tests to validate CSS Background Blending
1104 This patch set removes the test case of adding bg blend mode through script, as it
1105 is now part of bug#117223
1107 https://bugs.webkit.org/show_bug.cgi?id=117537
1109 Reviewed by Dirk Schulze.
1111 * css3/compositing/background-blend-mode-default-value.html: Added.
1112 * css3/compositing/background-blend-mode-different-image-formats.html: Added.
1113 * css3/compositing/background-blend-mode-image-color.html: Added.
1114 * css3/compositing/background-blend-mode-image-image.html: Added.
1115 * css3/compositing/background-blend-mode-single-layer-no-blending.html: Added.
1116 * css3/compositing/resources/ducky.jpg: Added.
1117 * platform/mac/css3/compositing/background-blend-mode-default-value-expected.png: Added.
1118 * platform/mac/css3/compositing/background-blend-mode-default-value-expected.txt: Added.
1119 * platform/mac/css3/compositing/background-blend-mode-different-image-formats-expected.png: Added.
1120 * platform/mac/css3/compositing/background-blend-mode-different-image-formats-expected.txt: Added.
1121 * platform/mac/css3/compositing/background-blend-mode-image-color-expected.png: Added.
1122 * platform/mac/css3/compositing/background-blend-mode-image-color-expected.txt: Added.
1123 * platform/mac/css3/compositing/background-blend-mode-image-image-expected.png: Added.
1124 * platform/mac/css3/compositing/background-blend-mode-image-image-expected.txt: Added.
1125 * platform/mac/css3/compositing/background-blend-mode-single-layer-no-blending-expected.png: Added.
1126 * platform/mac/css3/compositing/background-blend-mode-single-layer-no-blending-expected.txt: Added.
1128 2013-06-13 Mihai Tica <mitica@adobe.com>
1130 [CSS Background Blending] Enable CSS Background blending for layers with SVGs.
1132 Adding tests for SVGs over simple background colors and images blending with SVGs.
1133 https://bugs.webkit.org/show_bug.cgi?id=117588
1135 Reviewed by Dirk Schulze.
1137 * css3/compositing/background-blend-mode-image-svg-expected.txt: Added.
1138 * css3/compositing/background-blend-mode-image-svg.html: Added.
1139 * css3/compositing/background-blend-mode-svg-color-expected.txt: Added.
1140 * css3/compositing/background-blend-mode-svg-color.html: Added.
1141 * css3/compositing/resources/red-circle.svg: Added.
1142 * platform/mac/css3/compositing/background-blend-mode-image-svg-expected.png: Added.
1143 * platform/mac/css3/compositing/background-blend-mode-svg-color-expected.png: Added.
1145 2013-06-13 Mihai Tica <mitica@adobe.com>
1147 Updating the -webkit-background-blend-mode property dynamically does not trigger a redraw of the element.
1149 Adding test that sets background blend modes from script, after the page is loaded.
1150 https://bugs.webkit.org/show_bug.cgi?id=117223
1152 Reviewed by Dirk Schulze.
1154 * fast/repaint/background-blend-mode-image-color-dynamic-expected.html: Added.
1155 * fast/repaint/background-blend-mode-image-color-dynamic.html: Added.
1157 2013-06-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1159 Support byte and octet types in bindings generators
1160 https://bugs.webkit.org/show_bug.cgi?id=117547
1162 Reviewed by Kentaro Hara.
1164 Update fast/js/webidl-type-mapping.html to cover byte and octet
1165 Web IDL types with and without [EnforceRange].
1167 * fast/js/webidl-type-mapping-expected.txt:
1168 * fast/js/webidl-type-mapping.html:
1170 2013-06-13 Max Vujovic <mvujovic@adobe.com>
1172 [CSS Regions] -webkit-background-clip: text; does not clip the background in regions
1173 https://bugs.webkit.org/show_bug.cgi?id=117566
1175 Reviewed by Alexandru Chiculita.
1177 * fast/regions/webkit-background-clip-text-expected.html: Added.
1178 * fast/regions/webkit-background-clip-text.html: Added.
1180 2013-06-13 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
1182 Setting overflow:hidden on position:absolute does not repaint hidden content
1183 https://bugs.webkit.org/show_bug.cgi?id=116994
1185 Reviewed by Simon Fraser.
1187 * fast/repaint/change-overflow-and-display-of-relative-expected.txt: Added.
1188 * fast/repaint/change-overflow-and-display-of-relative.html: Added.
1190 2013-06-13 Mihai Tica <mitica@adobe.com>
1192 [CSS Background Blending] Gradients don't blend with any of the layers behind.
1193 First, allow the layers behind opaque gradients to be drawn, then add the blending filters
1194 when working with gradients.
1196 https://bugs.webkit.org/show_bug.cgi?id=117532
1197 Reviewed by Dirk Schulze.
1199 * css3/compositing/background-blend-mode-gradient-color-expected.txt: Added.
1200 * css3/compositing/background-blend-mode-gradient-color.html: Added.
1201 * css3/compositing/background-blend-mode-gradient-gradient-expected.txt: Added.
1202 * css3/compositing/background-blend-mode-gradient-gradient.html: Added.
1203 * css3/compositing/background-blend-mode-gradient-image-expected.txt: Added.
1204 * css3/compositing/background-blend-mode-gradient-image.html: Added.
1205 * css3/compositing/background-blend-mode-multiple-background-layers-expected.txt: Added.
1206 * css3/compositing/background-blend-mode-multiple-background-layers.html: Added.
1207 * platform/mac/css3/compositing/background-blend-mode-gradient-color-expected.png: Added.
1208 * platform/mac/css3/compositing/background-blend-mode-gradient-gradient-expected.png: Added.
1209 * platform/mac/css3/compositing/background-blend-mode-gradient-image-expected.png: Added.
1210 * platform/mac/css3/compositing/background-blend-mode-multiple-background-layers-expected.png: Added.
1212 2013-06-13 Morten Stenshorne <mstensho@opera.com>
1214 Column balancing support in the region based multicol implementation
1215 https://bugs.webkit.org/show_bug.cgi?id=116033
1217 Reviewed by David Hyatt.
1219 * fast/multicol/newmulticol/balance-images-expected.txt: Added.
1220 * fast/multicol/newmulticol/balance-images.html: Added.
1221 * fast/multicol/newmulticol/balance-maxheight1-expected.txt: Added.
1222 * fast/multicol/newmulticol/balance-maxheight1.html: Added.
1223 * fast/multicol/newmulticol/balance-maxheight2-expected.txt: Added.
1224 * fast/multicol/newmulticol/balance-maxheight2.html: Added.
1225 * fast/multicol/newmulticol/balance1-expected.txt: Added.
1226 * fast/multicol/newmulticol/balance1.html: Added.
1227 * fast/multicol/newmulticol/balance2-expected.txt: Added.
1228 * fast/multicol/newmulticol/balance2.html: Added.
1229 * fast/multicol/newmulticol/balance3-expected.txt: Added.
1230 * fast/multicol/newmulticol/balance3.html: Added.
1231 * fast/multicol/newmulticol/balance4-expected.txt: Added.
1232 * fast/multicol/newmulticol/balance4.html: Added.
1233 * fast/multicol/newmulticol/balance5-expected.txt: Added.
1234 * fast/multicol/newmulticol/balance5.html: Added.
1235 * fast/multicol/newmulticol/balance6-expected.txt: Added.
1236 * fast/multicol/newmulticol/balance6.html: Added.
1237 * fast/multicol/newmulticol/balance7-expected.txt: Added.
1238 * fast/multicol/newmulticol/balance7.html: Added.
1239 * fast/multicol/newmulticol/balance8-expected.txt: Added.
1240 * fast/multicol/newmulticol/balance8.html: Added.
1241 * fast/multicol/newmulticol/balance9-expected.txt: Added.
1242 * fast/multicol/newmulticol/balance9.html: Added.
1243 * fast/multicol/newmulticol/cell-shrinkback-expected.html: Added.
1244 * fast/multicol/newmulticol/cell-shrinkback.html: Added.
1245 * fast/multicol/newmulticol/columns-shorthand-parsing-expected.html: Added.
1246 * fast/multicol/newmulticol/columns-shorthand-parsing.html: Added.
1247 * fast/multicol/newmulticol/orphans-and-widows-balance-expected.txt: Added.
1248 * fast/multicol/newmulticol/orphans-and-widows-balance.html: Added.
1249 * fast/multicol/newmulticol/single-line-expected.html: Added.
1250 * fast/multicol/newmulticol/single-line.html: Added.
1252 2013-06-13 Gabor Abraham <abrhm@inf.u-szeged.hu>
1254 [Qt] Unreviewed gardening. Unskipping passing test and move to the right place.
1256 * platform/qt-5.0-wk2/TestExpectations:
1257 * platform/qt/TestExpectations:
1259 2013-06-13 Csaba Osztrogonác <ossy@webkit.org>
1261 [ARM] Unreviewed gardening, skip one more test to paint the bot green.
1263 * platform/qt-arm/TestExpectations:
1265 2013-06-13 Zan Dobersek <zdobersek@igalia.com>
1267 Unreviewed GTK gardening.
1268 Adding failure expectations for most of the current failures.
1270 * platform/gtk-wk1/TestExpectations:
1271 * platform/gtk/TestExpectations:
1273 2013-06-12 Csaba Osztrogonác <ossy@webkit.org>
1275 [ARM] Unreviewed gardening, skip one more test to paint the bot green.
1277 * platform/qt-arm/TestExpectations:
1279 2013-06-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1281 Unreviewed. EFL Gardening. Needs to add new baseline for some tests, which are passing on EFL bots.
1283 * platform/efl-wk1/TestExpectations:
1284 * platform/efl/TestExpectations:
1285 * platform/efl/editing/selection/3690703-2-expected.png: Added.
1286 * platform/efl/editing/selection/3690703-2-expected.txt: Added.
1287 * platform/efl/editing/selection/3690703-expected.png: Added.
1288 * platform/efl/editing/selection/3690703-expected.txt: Added.
1289 * platform/efl/editing/selection/3690719-expected.png: Added.
1290 * platform/efl/editing/selection/3690719-expected.txt: Added.
1291 * platform/efl/editing/selection/4397952-expected.png: Added.
1292 * platform/efl/editing/selection/4397952-expected.txt: Added.
1293 * platform/efl/editing/selection/4895428-3-expected.png: Added.
1294 * platform/efl/editing/selection/4895428-3-expected.txt: Added.
1295 * platform/efl/editing/selection/4975120-expected.png: Added.
1296 * platform/efl/editing/selection/4975120-expected.txt: Added.
1297 * platform/efl/editing/selection/5007143-2-expected.png: Added.
1298 * platform/efl/editing/selection/5007143-2-expected.txt: Added.
1299 * platform/efl/editing/selection/5007143-expected.png: Added.
1300 * platform/efl/editing/selection/5007143-expected.txt: Added.
1301 * platform/efl/editing/selection/5057506-expected.png: Added.
1302 * platform/efl/editing/selection/5057506-expected.txt: Added.
1303 * platform/efl/editing/selection/5195166-1-expected.txt: Added.
1304 * platform/efl/editing/selection/7152-2-expected.png: Added.
1305 * platform/efl/editing/selection/7152-2-expected.txt: Added.
1306 * platform/efl/editing/selection/caret-before-select-expected.png: Added.
1307 * platform/efl/editing/selection/caret-before-select-expected.txt: Added.
1308 * platform/efl/editing/selection/caret-ltr-right-expected.png: Added.
1309 * platform/efl/editing/selection/caret-ltr-right-expected.txt: Added.
1310 * platform/efl/editing/selection/caret-rtl-2-left-expected.png: Added.
1311 * platform/efl/editing/selection/caret-rtl-2-left-expected.txt: Added.
1312 * platform/efl/editing/selection/caret-rtl-right-expected.png: Added.
1313 * platform/efl/editing/selection/caret-rtl-right-expected.txt: Added.
1315 2013-06-12 Ryosuke Niwa <rniwa@webkit.org>
1317 Accessibility code assumes an area element's parent is a map element
1318 https://bugs.webkit.org/show_bug.cgi?id=117496
1320 Reviewed by Chris Fleizach.
1322 Add a regression test from https://chromium.googlesource.com/chromium/blink/+/b6f486284f08c52904701c93e1ec0b7d6e76af9f.
1324 * accessibility/image-map-with-indirect-area-crash-expected.txt: Added.
1325 * accessibility/image-map-with-indirect-area-crash.html: Added.
1327 2013-06-12 Robert Hogan <robert@webkit.org>
1329 Whitespace between inlines with nowrap and a shrink-to-fit parent line-break incorrectly
1330 https://bugs.webkit.org/show_bug.cgi?id=117370
1332 Reviewed by David Hyatt.
1334 * fast/text/whitespace/inline-whitespace-wrapping-8-expected.html: Added.
1335 * fast/text/whitespace/inline-whitespace-wrapping-8.html: Added.
1337 2013-06-12 Bem Jones-Bey <bjonesbe@adobe.com>
1339 [CSS Shapes] rectangle and inset-rectangle do not properly handle rx and ry
1340 https://bugs.webkit.org/show_bug.cgi?id=116745
1342 Reviewed by Dirk Schulze.
1344 Update tests to check for the rx and ry conditions.
1346 * fast/exclusions/parsing/parsing-shape-inside-expected.txt: New results.
1347 * fast/exclusions/parsing/parsing-shape-outside-expected.txt: New results.
1348 * fast/exclusions/parsing/script-tests/parsing-shape-inside.js: Update
1349 to reflect that the computed value now always has rx and ry.
1350 * fast/exclusions/parsing/script-tests/parsing-shape-outside.js: Ditto.
1351 * fast/exclusions/parsing/script-tests/parsing-test-utils.js: Ditto.
1352 * fast/exclusions/resources/rounded-rectangle.js:
1353 (genLeftRightRoundedRectFloatShapeOutsideRefTest): Factor out left and
1354 right into separate methods so that they can be used in tests that
1355 only have left floats or only right floats.
1356 (genLeftRoundedRectFloatShapeOutsideRefTest): Ditto.
1357 (genRightRoundedRectFloatShapeOutsideRefTest): Ditto.
1358 * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: New results.
1359 * fast/exclusions/shape-inside/shape-inside-animation.html: Change to
1360 reflect new computed style value.
1361 * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-large-radius-expected.html: Added.
1362 * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-large-radius.html: Added.
1363 * fast/exclusions/shape-outside-floats/shape-outside-floats-rounded-rectangle-large-radius-expected.html: Added.
1364 * fast/exclusions/shape-outside-floats/shape-outside-floats-rounded-rectangle-large-radius.html: Added.
1365 Note that the expected test here uses shape-inside, because we
1366 really are just testing that the behavior is the same as a
1367 shape-inside with rx and ry set to 50%, and it turned out to be
1368 very hard to construct an expected result that didn't use
1369 shape-inside and wasn't off by a pixel.
1370 * css3/masking/clip-path-animation.html: Update expected value.
1371 * css3/masking/clip-path-animation-expected.txt: New results.
1373 2013-06-12 Csaba Osztrogonác <ossy@webkit.org>
1375 [ARM] Unreviewed gardening, unskip now passing tests and try to paint the bot green.
1377 * platform/qt-arm/TestExpectations:
1378 * platform/qt-arm/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
1379 * platform/qt-arm/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
1380 * platform/qt-arm/svg/batik/text/textOnPath3-expected.txt: Removed.
1382 2013-06-12 Sergio Villar Senin <svillar@igalia.com>
1384 Skipping {}, () and [] blocks while error recovering in CSS
1385 https://bugs.webkit.org/show_bug.cgi?id=116071
1387 Reviewed by Darin Adler.
1389 From Blink r150201 and r150755 by <serya@chromium.org>
1391 * fast/css/parsing-expr-error-recovery-expected.txt: Added.
1392 * fast/css/parsing-expr-error-recovery.html: Added.
1394 2013-06-12 Sergio Villar Senin <svillar@igalia.com>
1396 [css exclusions] fast/css/variables/var-inside-shape.html is failing
1397 https://bugs.webkit.org/show_bug.cgi?id=116059
1399 Reviewed by Alexandru Chiculita.
1401 Some shapes were incorrectly defined, there was a "rectange"
1402 instead of a "rectangle" and also the number of parameters and
1403 their types was wrong. Apart from that, both the CSS exclusions
1404 and CSS variables settings were not enabled at runtime.
1406 Some extra text was also added to the divs in order to verify that
1407 the CSS exclusions are working properly.
1409 * fast/css/variables/var-inside-shape-expected.html:
1410 * fast/css/variables/var-inside-shape.html:
1411 * platform/efl/TestExpectations: Removed var-inside-shape.html.
1412 * platform/gtk/TestExpectations: Ditto.
1414 2013-06-12 Daniel Bates <dabates@apple.com>
1416 window.find() case-insensitive search doesn't match diacritical marks
1417 https://bugs.webkit.org/show_bug.cgi?id=117353
1418 <rdar://problem/8535227>
1420 Reviewed by Darin Adler.
1422 Added test to use window.find() to find a search string in text, where either
1423 the search string or text (or both) contain diacritical characters.
1425 Additionally, updated tests LayoutTests/fast/text/find-soft-hyphen.html
1426 and LayoutTests/editing/execCommand/findString-diacriticals.html based on the
1427 new behavior of window.find(). Moved function testFind() from LayoutTests/fast/text/script-tests/find-backwards.js
1428 to its own file, LayoutTests/fast/text/resources/test-find.js, so that this function can
1429 be used by both tests LayoutTests/fast/text/find-{backwards, diacritical-mark}.html.
1431 * LayoutTests/editing/execCommand/findString-diacriticals.html: Update test based on the new
1432 behavior of window.find().
1433 * fast/text/find-backwards.html: Include external JavaScript file test-find.js.
1434 * fast/text/find-case-folding-expected.txt: Rebase result; expected failure.
1435 * fast/text/find-case-folding.html: Add comment to see bug #117548 with regards to expected failure.
1436 * fast/text/find-diacritical-mark-expected.txt: Added.
1437 * fast/text/find-diacritical-mark.html: Copied from LayoutTests/fast/text/find-backwards.html.
1438 * fast/text/find-soft-hyphen-expected.txt: Rebase result.
1439 * fast/text/resources/test-find.js: Added.
1441 * fast/text/script-tests/find-backwards.js: Moved function testFind() from here to
1442 file fast/text/resources/test-find.js and modified it to take an additional argument to
1443 toggle search case sensitivity.
1444 * fast/text/script-tests/find-diacritical-mark.js: Added.
1445 * fast/text/script-tests/find-soft-hyphen.js: Update test based on the new behavior of window.find().
1447 2013-06-12 Javier Fernandez <jfernandez@igalia.com>
1449 [Qt][CSS Regions] fast/regions/overflow-size-change-with-stacking-context.html fails
1450 https://bugs.webkit.org/show_bug.cgi?id=97199
1452 Unreviewed, Qt Gardening.
1454 Unskip test that is now passing on the bots.
1456 * platform/qt/TestExpectations:
1458 2013-06-12 Kwang Yul Seo <skyul@company100.net>
1460 Unreviewed gardening. Unskipping passing tests.
1462 * platform/gtk-wk2/TestExpectations:
1464 2013-06-12 Sergio Villar Senin <svillar@igalia.com>
1466 Add CSS parsing recovery to functions
1467 https://bugs.webkit.org/show_bug.cgi?id=117500
1469 Reviewed by Andreas Kling.
1471 From Blink r150205 by <serya@chromium.org>
1473 * fast/css/parsing-error-recovery.html: added some test cases for
1474 parsing recovery inside functions.
1476 2013-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1478 Unreviewed, EFL Gardening. Unskip fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
1479 for efl-wk2. Because Ubuntu 13.04 solves issues related to xvfb. However, EFL WK1 doesn't support
1480 webgl yet. So, it needs to be moved to efl-wk1 TestExpectations.
1482 * platform/efl-wk1/TestExpectations:
1483 * platform/efl/TestExpectations:
1485 2013-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1487 Unreviewed, EFL Gardening.
1489 EFL WK2 supports fast/canvas/webgl/read-pixels-test.html because Ubuntu 13.04 solves issues related to xvfb.
1490 However, EFL WK1 doesn't support webgl yet. So, it is moved to efl-wk1 TestExpectations.
1492 * platform/efl-wk1/TestExpectations:
1493 * platform/efl/TestExpectations:
1495 2013-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1497 Unreviewed, EFL gardening. Unskip passing tests for new EFL bots.
1499 fast/parser/document-write-fighting-eof.html
1500 fast/parser/document-write-partial-entity-before-load.html
1502 * platform/efl/TestExpectations:
1504 2013-06-11 Max Vujovic <mvujovic@adobe.com>
1506 [CSS Regions] Regions don't create a stacking context for their contents
1507 https://bugs.webkit.org/show_bug.cgi?id=114268
1509 Reviewed by Alexandru Chiculita.
1511 * fast/regions/region-sibling-paint-order-expected.html: Added.
1512 * fast/regions/region-sibling-paint-order.html: Added.
1514 2013-06-11 Ryosuke Niwa <rniwa@webkit.org>
1516 Use HTMLElementFactory to create equivalent elements in WebVTTElement
1517 https://bugs.webkit.org/show_bug.cgi?id=117423
1519 Reviewed by Eric Carlson.
1521 * media/track/getCueAsHTMLCrash-expected.txt: Added.
1522 * media/track/getCueAsHTMLCrash.html: Added.
1524 2013-06-11 Eric Carlson <eric.carlson@apple.com>
1526 [Mac] Update text track menu
1527 https://bugs.webkit.org/show_bug.cgi?id=117351
1529 Reviewed by Darin Adler.
1531 * media/video-controls-captions-trackmenu-localized.html:
1532 * media/video-controls-captions-trackmenu-sorted.html:
1533 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
1534 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
1535 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
1537 2013-06-11 Robert Hogan <robert@webkit.org>
1539 Rebaseline results after r151451
1541 Unreviewed, gardening.
1543 * platform/efl/fast/forms/button-positioned-expected.txt:
1544 * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
1545 * platform/efl/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
1546 * platform/gtk/fast/forms/button-positioned-expected.txt:
1547 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.png:
1548 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
1549 * platform/gtk/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
1550 * platform/win/fast/forms/onselect-textfield-expected.txt: Added.
1552 2013-06-11 Zan Dobersek <zdobersek@igalia.com>
1554 Unreviewed GTK gardening. Rebaselining various tests that are at the moment failing and need the new baseline.
1556 * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
1557 * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
1558 * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
1559 * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
1560 * platform/gtk/editing/pasteboard/8145-2-expected.txt:
1561 * platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
1562 * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
1563 * platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1564 * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
1565 * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
1567 2013-05-27 Robert Hogan <robert@webkit.org>
1569 Positioned Replaced Elements That Aren't RenderReplaced get Incorrect Width
1570 https://bugs.webkit.org/show_bug.cgi?id=93735
1572 Reviewed by Darin Adler.
1574 * fast/forms/onselect-textfield-expected.txt:
1575 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
1576 * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
1577 * fast/replaced/width-and-height-of-positioned-replaced-elements.html: Added.
1578 * platform/mac-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
1579 * platform/mac/fast/forms/button-positioned-expected.txt:
1580 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1581 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
1582 * platform/qt/fast/forms/button-positioned-expected.txt:
1583 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
1585 2013-06-11 Robert Hogan <robert@webkit.org>
1587 Add baselines for test added in r151444
1591 * platform/gtk/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
1592 * platform/win/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
1594 2013-06-03 Robert Hogan <robert@webkit.org>
1596 Painting collapsed borders during scrolling
1597 https://bugs.webkit.org/show_bug.cgi?id=85658
1599 Reviewed by David Hyatt.
1601 * fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
1602 * fast/repaint/table-cell-collapsed-border-scroll.html: Added.
1603 * platform/qt/fast/repaint/table-cell-collapsed-border-scroll-expected.png: Added.
1605 2013-06-11 Ryosuke Niwa <rniwa@webkit.org>
1607 editing/undo/undo-after-event-edited.html can be flaky
1608 https://bugs.webkit.org/show_bug.cgi?id=117461
1610 Reviewed by Andreas Kling.
1612 Merge https://chromium.googlesource.com/chromium/blink/+/515de860730b34289df5805b40adb2535a9a8ba1
1614 * editing/undo/undo-after-event-edited.html:
1616 2013-06-11 Gabor Abraham <abrhm@inf.u-szeged.hu>
1618 [Qt] Unreviewed gardening. Unskipping passing tests. Generate new baseline where needed.
1620 * platform/qt-5.0-wk1/TestExpectations:
1621 * platform/qt-5.0-wk2/TestExpectations:
1622 * platform/qt-5.0-wk2/fast/images/paletted-png-with-color-profile-expected.png: Added.
1623 * platform/qt-5.0-wk2/fast/images/paletted-png-with-color-profile-expected.txt: Added.
1624 * platform/qt/TestExpectations:
1626 2013-06-11 Mihnea Ovidenie <mihnea@adobe.com>
1628 [Qt][EFL][GTK]fast/regions/overflow-size-change-with-stacking-context-rtl.html fails after r151202
1629 https://bugs.webkit.org/show_bug.cgi?id=117295
1631 Reviewed by Alexandru Chiculita.
1633 Both test specify margins auto, which means that they can be computed to floats.
1634 I changed the tests so that the margins are computed to integer values, to avoid
1635 possible differences on platforms that enable subpixel layout.
1637 * fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html:
1638 * fast/regions/overflow-size-change-with-stacking-context-rtl.html:
1639 * platform/qt/TestExpectations: Unskip the skipped test
1641 2013-06-11 Sergio Villar Senin <svillar@igalia.com>
1643 Autoclose braces and parentheses at the end of style sheet
1644 https://bugs.webkit.org/show_bug.cgi?id=117414
1646 Reviewed by Andreas Kling.
1648 From Blink r150202 by <serya@chromium.org>
1650 * animations/keyframe-autoclose-brace-expected.txt: Added.
1651 * animations/keyframe-autoclose-brace.html: Added.
1652 * css3/autoclose-braces-and-parentheses-expected.txt: Added.
1653 * css3/autoclose-braces-and-parentheses.html: Added.
1655 2013-06-10 Ryosuke Niwa <rniwa@webkit.org>
1657 Use shouldBeType in animations/keyframes-rule.html
1658 https://bugs.webkit.org/show_bug.cgi?id=117439
1660 Reviewed by Andreas Kling.
1662 Merge https://chromium.googlesource.com/chromium/blink/+/7eb727a7d5765eaa1779e00a45ac9f63e2e0047f
1664 * animations/keyframes-rule-expected.txt:
1665 * animations/keyframes-rule.html:
1667 2013-06-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1669 Unreviewed, EFL gardening. Fix wrong expectation result on 151416.
1671 * platform/efl-wk2/TestExpectations:
1673 2013-06-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1675 Unreviewed, EFL gardening. Manage tests which need to implement repaint rect.
1677 * platform/efl-wk2/TestExpectations:
1678 * platform/efl/TestExpectations:
1680 2013-06-10 Jer Noble <jer.noble@apple.com>
1682 REGRESSION(r151302): Many broken webaudio/ tests on Mac port.
1683 https://bugs.webkit.org/show_bug.cgi?id=117446
1685 Reviewed by Chris Rogers.
1687 Re-enable the tests on mac-wk2 and add new baselines for codec and audiobuffersource tests.
1689 * platform/mac-wk2/TestExpectations:
1690 * platform/mac-wk2/webaudio/audiobuffersource-loop-points-expected.wav: Added.
1691 * platform/mac-wk2/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
1692 * platform/mac-wk2/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
1693 * platform/mac-wk2/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
1694 * platform/mac-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
1696 2013-06-10 Mihnea Ovidenie <mihnea@adobe.com>
1698 [CSSRegions] ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result) in RenderGeometryMap::mapToContainer
1699 https://bugs.webkit.org/show_bug.cgi?id=117395
1701 Reviewed by Alexandru Chiculita.
1703 * fast/regions/assert-flow-thread-compositing-expected.txt: Added.
1704 * fast/regions/assert-flow-thread-compositing.html: Added.
1706 2013-06-10 Radu Stavila <stavila@adobe.com>
1708 [CSS Regions] Rename region-overflow to region-fragment
1709 https://bugs.webkit.org/show_bug.cgi?id=117397
1711 Renamed -webkit-region-overflow to -webkit-region-fragment and
1712 webkitRegionOverflow to webkitRegionFragment according to the new working draft
1713 at http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-region-fragment-property
1715 Reviewed by Alexander Pavlov.
1717 * fast/regions/autoheight-breakafteralways-maxheight.html:
1718 * fast/regions/autoheight-breakbeforealways.html:
1719 * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html:
1720 * fast/regions/autoheight-singleregion-breakafteralways.html:
1721 * fast/regions/autoheight-singleregion-breakaftermargin.html:
1722 * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html:
1723 * fast/regions/autoheight-singleregion-breakbeforealways.html:
1724 * fast/regions/autoheight-singleregion-multiplebreaks.html:
1725 * fast/regions/css-regions-disabled-expected.txt:
1726 * fast/regions/region-overflow-auto-overflow-hidden.html:
1727 * fast/regions/region-overflow-auto-overflow-visible.html:
1728 * fast/regions/region-overflow-break.html:
1729 * fast/regions/regions-widows-and-orphans.html:
1730 * fast/regions/script-tests/css-regions-disabled.js:
1731 * fast/regions/script-tests/webkit-region-overflow-parsing.js:
1732 * fast/regions/webkit-region-overflow-parsing-expected.txt:
1734 2013-06-10 Mátyás Mustoha <mmatyas@inf.u-szeged.hu>
1736 Web Inspector: refactor statusBarItems getter in front-end.
1737 https://bugs.webkit.org/show_bug.cgi?id=110114
1739 Reviewed by Noam Rosenthal.
1741 Fix layout test to correspond to refactoring.
1742 Patch created by Andrey Lushnikov.
1744 * inspector/extensions/extensions-panel.html:
1746 2013-06-07 Roger Fong <roger_fong@apple.com>
1748 Layout info should never be cleared before delayed scroll information updates.
1749 https://bugs.webkit.org/show_bug.cgi?id=116689.
1751 Reviewed by Darin Adler.
1753 * fast/flexbox/clear-overflow-before-scroll-update-expected.txt: Added.
1754 * fast/flexbox/clear-overflow-before-scroll-update.html: Added.
1756 2013-06-08 Igor Oliveira <igor.o@sisa.samsung.com>
1758 before/after generated content is not working with HTMLSummaryElement and HTMLDetailsElement.
1759 https://bugs.webkit.org/show_bug.cgi?id=117374
1761 Reviewed by Ryosuke Niwa.
1763 * fast/css-generated-content/details-summary-before-after.html: Added.
1764 * platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt: Added.
1765 * platform/mac/fast/css-generated-content/details-summary-before-after-expected.png: Added
1767 2013-06-08 Kondapally Kalyan <kalyan.kondapally@intel.com>
1769 [EFL][WebGL] Enable webgl-background-color test.
1770 https://bugs.webkit.org/show_bug.cgi?id=111428
1772 Reviewed by Christophe Dumez.
1774 This patch adds platform specific test expectation files for the
1775 test and enables it for efl port.
1777 * platform/efl/TestExpectations:
1778 * platform/efl/compositing/webgl/webgl-background-color-expected.png: Added.
1779 * platform/efl/compositing/webgl/webgl-background-color-expected.txt: Added.
1781 2013-06-07 Chris Fleizach <cfleizach@apple.com>
1783 MathML line fraction needs to parse number values
1784 https://bugs.webkit.org/show_bug.cgi?id=117305
1786 Unreviewed. Rebaseline math fractions test on EFL.
1788 * platform/efl/mathml/presentation/fractions-expected.png:
1789 * platform/efl/mathml/presentation/fractions-expected.txt:
1791 2013-06-07 Chris Fleizach <cfleizach@apple.com>
1793 MathML line fraction needs to parse number values
1794 https://bugs.webkit.org/show_bug.cgi?id=117305
1796 Unreviewed. Rebaseline math fractions test on GTK.
1798 * platform/gtk/mathml/presentation/fractions-expected.png:
1799 * platform/gtk/mathml/presentation/fractions-expected.txt:
1801 2013-06-07 Brady Eidson <beidson@apple.com>
1803 REGRESSION (r151088): Crash navigating away from non-loaded main resources with non-loaded scripts.
1804 <rdar://problem/14052886> and https://bugs.webkit.org/show_bug.cgi?id=117278
1806 Reviewed by Anders Carlsson.
1808 * http/tests/navigation/slow-loading-page-with-slow-script-expected.txt: Added.
1809 * http/tests/navigation/slow-loading-page-with-slow-script.php: Added.
1811 2013-06-07 Chris Fleizach <cfleizach@apple.com>
1813 MathML line fraction needs to parse number values
1814 https://bugs.webkit.org/show_bug.cgi?id=117305
1816 Reviewed by Darin Adler.
1818 Math fractions test now encodes for an arbitrary thickness number.
1819 Accessibility test handles the default line thickness.
1821 * mathml/presentation/fractions.xhtml:
1822 * platform/mac/accessibility/mathml-line-fraction-expected.txt:
1823 * platform/mac/accessibility/mathml-line-fraction.html:
1824 * platform/mac/mathml/presentation/fractions-expected.png:
1825 * platform/mac/mathml/presentation/fractions-expected.txt:
1827 2013-06-07 Kihong Kwon <kihong.kwon@samsung.com>
1829 REGRESSION: r149001 made proximity test fail.
1830 https://bugs.webkit.org/show_bug.cgi?id=117343
1832 Reviewed by Christophe Dumez.
1834 Update window-property.html test cases for Device Proximity Event.
1835 The global constructors are no longer enumerable after r149001.
1837 * proximity/window-property-expected.txt:
1838 * proximity/window-property.html:
1840 2013-06-07 Gabor Abraham <abrhm@inf.u-szeged.hu>
1842 [Qt] Unreviewed gardening. Skipping failing tests.
1843 https://bugs.webkit.org/show_bug.cgi?id=117295
1844 https://bugs.webkit.org/show_bug.cgi?id=117336
1845 https://bugs.webkit.org/show_bug.cgi?id=117338
1847 * platform/qt-5.0-wk1/TestExpectations:
1848 * platform/qt/TestExpectations:
1850 2013-06-07 Zalan Bujtas <zalan@apple.com>
1852 Frame flattening: crash when child iframe is removed during beforeload.
1853 https://bugs.webkit.org/show_bug.cgi?id=116220
1855 Reviewed by Antti Koivisto.
1857 FrameView can get destroyed in updateWidget(). Normally, it is protected by layout()
1858 but with frame flattening on, it can also be called asynchronously through the
1861 * fast/frames/flattening/crash-remove-iframe-during-object-beforeload-expected.txt: Added.
1862 * fast/frames/flattening/crash-remove-iframe-during-object-beforeload.html: Added.
1864 2013-06-07 Radu Stavila <stavila@adobe.com>
1866 [CSS Regions] The presence of a flow-from declaration in a CSS rule using :hover effectively disables the rule
1867 https://bugs.webkit.org/show_bug.cgi?id=111585
1869 Created tests for changing flow-into and flow-from inside the :hover pseudo-class.
1870 The actual problem was fixed along with https://bugs.webkit.org/show_bug.cgi?id=7555
1872 Reviewed by Antti Koivisto.
1874 * fast/regions/hover-single-flow-from-none-expected.html: Added.
1875 * fast/regions/hover-single-flow-from-none.html: Added.
1876 * fast/regions/hover-single-flow-from-other-expected.html: Added.
1877 * fast/regions/hover-single-flow-from-other.html: Added.
1878 * fast/regions/hover-single-flow-into-none-expected.html: Added.
1879 * fast/regions/hover-single-flow-into-none.html: Added.
1880 * fast/regions/hover-single-flow-into-other-expected.html: Added.
1881 * fast/regions/hover-single-flow-into-other.html: Added.
1883 2013-06-07 Mihnea Ovidenie <mihnea@adobe.com>
1885 [CSSRegions] getBoundingClientRect wrong for inline content nodes
1886 https://bugs.webkit.org/show_bug.cgi?id=117290
1888 Reviewed by Alexandru Chiculita.
1890 Add test for inline content nodes flowed in regions and in regions with transform.
1892 * fast/regions/flowed-inline-content-bounding-client-rect-expected.txt: Added.
1893 * fast/regions/flowed-inline-content-bounding-client-rect.html: Added.
1895 2013-06-06 Ruth Fong <ruth_fong@apple.com>
1897 Expose HTMLCanvasElement supportsContext
1898 https://bugs.webkit.org/show_bug.cgi?id=70117
1900 Reviewed by Darin Adler.
1902 * fast/canvas/webgl/canvas-supports-context-expected.txt: Added.
1903 * fast/canvas/webgl/canvas-supports-context.html: Added.
1904 tests the supportsContext function for <canvas> elements, ensures that
1905 supportsContext's implementation is consistent with that of getContext,
1906 and tests that supportsContext and getContext behave appropriately when
1907 malformed attributes are passed in.
1908 * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: Updated.
1909 * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: Updated.
1910 Now also tests default values for context attributes (i.e. when attributes aren't explicitly set).
1912 2013-06-06 Brent Fulgham <bfulgham@apple.com>
1914 [Windows] More unreviewed TestExpectation gardening.
1916 * platform/win/TestExpectations:
1918 2013-06-06 Brent Fulgham <bfulgham@apple.com>
1920 [Windows] Unreviewed TestExpectation cleanup.
1922 * platform/win/TestExpectations:
1924 2013-06-06 Radu Stavila <stavila@adobe.com>
1926 :hover style not applied on hover if its display property is different from original style's
1927 https://bugs.webkit.org/show_bug.cgi?id=7555
1929 Reviewed by Antti Koivisto.
1931 * fast/regions/hover-display-block-inline-expected.txt: Added.
1932 * fast/regions/hover-display-block-inline.html: Added.
1933 * fast/regions/hover-display-block-none-expected.txt: Added.
1934 * fast/regions/hover-display-block-none.html: Added.
1935 * fast/events/drag-display-none-element-expected.txt:
1936 * fast/events/drag-display-none-element:
1938 2013-06-06 Mihnea Ovidenie <mihnea@adobe.com>
1940 [CSSRegions] Make positioned-object-inline-cb-crash.html output readable in browser
1941 https://bugs.webkit.org/show_bug.cgi?id=117291
1943 Reviewed by Alexandru Chiculita.
1945 Make the output in browser readable by setting the style only on the required p element.
1947 * fast/regions/positioned-object-inline-cb-crash-expected.txt:
1948 * fast/regions/positioned-object-inline-cb-crash.html:
1950 2013-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1952 [Qt] Unreviewed gardening. Removing accidentally added png files for ref tests.
1954 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Removed.
1955 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.png: Removed.
1956 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Removed.
1957 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Removed.
1958 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Removed.
1959 * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
1960 * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.png: Removed.
1961 * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.png: Removed.
1962 * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Removed.
1963 * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Removed.
1964 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Removed.
1965 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Removed.
1966 * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Removed.
1967 * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
1968 * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Removed.
1969 * platform/qt-5.0-wk2/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
1970 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Removed.
1971 * platform/qt-5.0-wk2/fast/regions/region-style-inline-background-color-expected.png: Removed.
1972 * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Removed.
1973 * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
1974 * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2d-expected.png: Removed.
1976 2013-06-06 Eugene Klyuchnikov <eustas@chromium.org>
1978 selectionStart/selectionEnd return "obsolete" values when requested during "input" event
1979 https://bugs.webkit.org/show_bug.cgi?id=117287
1981 Reviewed by Darin Adler.
1983 Qt-WK2 test crashes when eventSender.keyDown invocations are nested.
1985 This patch unrolls recursion to avoid crash.
1987 * editing/selection/caret-after-keypress.html:
1988 unroll recursive eventSender.keyDown invocations
1989 * platform/qt-5.0-wk2/TestExpectations: Unskip test.
1991 2013-06-06 Chris Fleizach <cfleizach@apple.com>
1993 AX: iOS ignores ARIA progressbar elements
1994 https://bugs.webkit.org/show_bug.cgi?id=116727
1996 Reviewed by David Kilzer.
1998 * platform/iphone-simulator/accessibility/progressbar-expected.txt: Added.
1999 * platform/iphone-simulator/accessibility/progressbar.html: Added.
2001 2013-06-06 Brent Fulgham <bfulgham@apple.com>
2003 Unreviewed TestExpectation gardening. Clean up some lint warnings.
2005 * platform/qt-mac/TestExpectations: Remove references to removed tests.
2006 * platform/qt/TestExpectations: Ditto.
2007 * platform/win/TestExpectations: Remove 'skip' entries for (1) removed tests, and
2008 (2) tests that have since been rebaselined and now pass.
2010 2013-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2012 [Qt] Unreviewed gardening. Rebaselining after r151205.
2014 * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png:
2015 * platform/qt-5.0-wk2/css1/box_properties/border_right-expected.png: Added.
2016 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
2017 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
2018 * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
2019 * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-003-expected.png: Added.
2020 * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-011-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2021 * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
2022 * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-007-expected.png: Added.
2023 * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
2024 * platform/qt-5.0-wk2/css2.1/t040103-escapes-05-c-expected.png: Added.
2025 * platform/qt-5.0-wk2/css2.1/t040103-escapes-06-b-expected.png: Added.
2026 * platform/qt-5.0-wk2/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Added.
2027 * platform/qt-5.0-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
2028 * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2029 * platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.png: Added.
2030 * platform/qt-5.0-wk2/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Added.
2031 * platform/qt-5.0-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
2032 * platform/qt-5.0-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
2033 * platform/qt-5.0-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
2034 * platform/qt-5.0-wk2/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Added.
2035 * platform/qt-5.0-wk2/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Added.
2036 * platform/qt-5.0-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
2037 * platform/qt-5.0-wk2/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Added.
2038 * platform/qt-5.0-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
2039 * platform/qt-5.0-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
2040 * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
2041 * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
2042 * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
2043 * platform/qt-5.0-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
2044 * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
2045 * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
2046 * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
2047 * platform/qt-5.0-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
2048 * platform/qt-5.0-wk2/css2.1/t09-c5526c-display-00-e-expected.png: Added.
2049 * platform/qt-5.0-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
2050 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-01-d-g-expected.png:
2051 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-02-c-expected.png: Added.
2052 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-03-c-expected.png: Added.
2053 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-04-c-expected.png: Added.
2054 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-fit-00-d-expected.png: Added.
2055 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
2056 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Added.
2057 * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
2058 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
2059 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
2060 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
2061 * platform/qt-5.0-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
2062 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
2063 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
2064 * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
2065 * platform/qt-5.0-wk2/css2.1/t1202-counter-00-b-expected.png: Added.
2066 * platform/qt-5.0-wk2/css2.1/t1202-counter-06-b-expected.png: Added.
2067 * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Added.
2068 * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Added.
2069 * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
2070 * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-41-expected.png: Added.
2071 * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-42a-expected.png: Added.
2072 * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-82b-expected.png: Added.
2073 * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-125b-expected.png: Added.
2074 * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-15-expected.png: Added.
2075 * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-29b-expected.png: Added.
2076 * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44b-expected.png: Added.
2077 * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-45c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2078 * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-90-expected.png: Added.
2079 * platform/qt-5.0-wk2/editing/deleting/delete-3865854-fix-expected.png: Added.
2080 * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
2081 * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
2082 * platform/qt-5.0-wk2/editing/deleting/delete-first-list-item-expected.png: Added.
2083 * platform/qt-5.0-wk2/editing/execCommand/4580583-1-expected.png:
2084 * platform/qt-5.0-wk2/editing/inserting/4840662-expected.png: Added.
2085 * platform/qt-5.0-wk2/editing/inserting/redo-expected.png:
2086 * platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-002-expected.png: Added.
2087 * platform/qt-5.0-wk2/editing/inserting/typing-001-expected.png: Added.
2088 * platform/qt-5.0-wk2/editing/pasteboard/5075944-expected.png: Added.
2089 * platform/qt-5.0-wk2/editing/selection/4960116-expected.png: Added.
2090 * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png:
2091 * platform/qt-5.0-wk2/editing/selection/6476-expected.png: Added.
2092 * platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png:
2093 * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
2094 * platform/qt-5.0-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png:
2095 * platform/qt-5.0-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
2096 * platform/qt-5.0-wk2/fast/body-propagation/background-color/001-expected.png: Added.
2097 * platform/qt-5.0-wk2/fast/body-propagation/overflow/006-expected.png: Added.
2098 * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png:
2099 * platform/qt-5.0-wk2/fast/css/create_element_align-expected.png: Added.
2100 * platform/qt-5.0-wk2/fast/css/max-height-none-expected.png: Added.
2101 * platform/qt-5.0-wk2/fast/css/pendingStylesheetFontSize-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2102 * platform/qt-5.0-wk2/fast/dom/children-nodes-expected.png: Added.
2103 * platform/qt-5.0-wk2/fast/flexbox/013-expected.png: Added.
2104 * platform/qt-5.0-wk2/fast/forms/form-added-to-table-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2105 * platform/qt-5.0-wk2/fast/forms/input-button-sizes-expected.png: Added.
2106 * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
2107 * platform/qt-5.0-wk2/fast/inline/25277-2-expected.png: Added.
2108 * platform/qt-5.0-wk2/fast/inline/inline-borders-with-bidi-override-expected.png:
2109 * platform/qt-5.0-wk2/fast/multicol/float-avoidance-expected.png: Added.
2110 * platform/qt-5.0-wk2/fast/multicol/float-paginate-complex-expected.png:
2111 * platform/qt-5.0-wk2/fast/overflow/007-expected.png: Added.
2112 * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png:
2113 * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png:
2114 * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
2115 * platform/qt-5.0-wk2/fast/repaint/opacity-change-on-overflow-float-expected.png:
2116 * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
2117 * platform/qt-5.0-wk2/fast/repaint/table-extra-bottom-grow-expected.png:
2118 * platform/qt-5.0-wk2/fast/selectors/010-expected.png: Added.
2119 * platform/qt-5.0-wk2/fast/selectors/015-expected.png: Added.
2120 * platform/qt-5.0-wk2/fast/selectors/060-expected.png: Added.
2121 * platform/qt-5.0-wk2/fast/selectors/160-expected.png: Added.
2122 * platform/qt-5.0-wk2/fast/table/041-expected.png: Added.
2123 * platform/qt-5.0-wk2/fast/table/empty-cells-expected.png:
2124 * platform/qt-5.0-wk2/fast/text/whitespace/026-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2125 * platform/qt-5.0-wk2/fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2126 * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png.
2127 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2128 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
2129 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
2130 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
2131 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
2132 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
2133 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
2134 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
2135 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
2136 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2137 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
2138 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
2139 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
2140 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
2141 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
2142 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
2143 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
2144 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
2145 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
2146 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
2147 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
2148 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
2149 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
2150 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
2151 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
2152 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
2153 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
2154 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
2155 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
2156 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2157 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
2158 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
2159 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
2160 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
2161 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
2162 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
2163 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
2164 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
2165 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
2166 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
2167 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
2168 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
2169 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
2170 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
2171 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
2172 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
2173 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
2174 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2175 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2176 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2177 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
2178 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
2179 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
2180 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
2181 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
2182 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
2183 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
2184 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
2185 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
2186 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
2187 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
2188 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
2189 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
2190 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
2191 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
2192 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
2193 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
2194 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
2195 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
2196 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
2197 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
2198 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2199 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
2200 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
2201 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
2202 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
2203 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
2204 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
2205 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
2206 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
2207 * platform/qt-5.0-wk2/svg/batik/text/textEffect-expected.png: Added.
2208 * platform/qt-5.0-wk2/svg/batik/text/xmlSpace-expected.png: Added.
2209 * platform/qt-5.0-wk2/svg/css/css-box-min-width-expected.png: Added.
2210 * platform/qt-5.0-wk2/svg/css/group-with-shadow-expected.png:
2211 * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png:
2212 * platform/qt-5.0-wk2/svg/custom/recursive-clippath-expected.png: Added.
2213 * platform/qt-5.0-wk2/svg/custom/shape-rendering-expected.png: Added.
2214 * platform/qt-5.0-wk2/svg/custom/text-filter-expected.png: Added.
2215 * platform/qt-5.0-wk2/svg/custom/use-modify-container-in-target-expected.png: Added.
2216 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2217 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
2218 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
2219 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug106158-1-expected.png: Added.
2220 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384s-expected.png: Added.
2221 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2509-expected.png:
2222 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-3-expected.png: Added.
2223 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug650-expected.png:
2224 * platform/qt-5.0-wk2/tables/mozilla/marvin/col_span-expected.png: Added.
2225 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png: Added.
2226 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellspacing-expected.png: Added.
2227 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_class-expected.png: Added.
2228 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Added.
2229 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_right-expected.png: Added.
2230 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black-expected.png: Added.
2231 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2232 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_id-expected.png: Added.
2233 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Added.
2234 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_top-expected.png: Added.
2235 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_right-expected.png: Added.
2236 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added.
2238 2013-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2240 [Qt] Unreviewed gardening. Rebaselining after r151205.
2242 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92143-expected.png:
2243 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-1-expected.png: Added.
2244 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-2-expected.png: Added.
2245 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92868-expected.png: Added.
2246 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug93363-expected.png: Added.
2247 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug963-expected.png: Added.
2248 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96334-expected.png: Added.
2249 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96343-expected.png:
2250 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug965-expected.png: Added.
2251 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug97138-expected.png: Added.
2252 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9879-1-expected.png: Added.
2253 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug99923-expected.png: Added.
2254 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug99948-expected.png: Added.
2255 * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug127040-expected.png: Added.
2256 * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
2257 * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
2258 * platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png:
2259 * platform/qt-5.0-wk2/tables/mozilla/core/borders-expected.png: Added.
2260 * platform/qt-5.0-wk2/tables/mozilla/core/captions-expected.png:
2261 * platform/qt-5.0-wk2/tables/mozilla/core/col_span-expected.png:
2262 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
2263 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png: Added.
2264 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Added.
2265 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png:
2266 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Added.
2267 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_per-expected.png: Added.
2268 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_auto-expected.png: Added.
2269 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Added.
2270 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Added.
2271 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fix-expected.png: Added.
2272 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
2273 * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_per-expected.png: Added.
2274 * platform/qt-5.0-wk2/tables/mozilla/core/margins-expected.png: Added.
2275 * platform/qt-5.0-wk2/tables/mozilla/core/misc-expected.png:
2276 * platform/qt-5.0-wk2/tables/mozilla/core/nested1-expected.png:
2277 * platform/qt-5.0-wk2/tables/mozilla/core/one_row-expected.png:
2278 * platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png:
2279 * platform/qt-5.0-wk2/tables/mozilla/core/table_frame-expected.png: Added.
2280 * platform/qt-5.0-wk2/tables/mozilla/core/table_rules-expected.png: Added.
2281 * platform/qt-5.0-wk2/tables/mozilla/core/table_widths-expected.png: Added.
2282 * platform/qt-5.0-wk2/tables/mozilla/dom/appendCol2-expected.png: Added.
2283 * platform/qt-5.0-wk2/tables/mozilla/dom/appendRowsExpand1-expected.png: Added.
2284 * platform/qt-5.0-wk2/tables/mozilla/dom/appendTbodyExpand1-expected.png: Added.
2285 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsRebuild1-expected.png: Added.
2286 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink1-expected.png: Added.
2287 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink2-expected.png: Added.
2288 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol1-expected.png: Added.
2289 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol2-expected.png: Added.
2290 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol3-expected.png: Added.
2291 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup1-expected.png: Added.
2292 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup2-expected.png: Added.
2293 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsRebuild1-expected.png: Added.
2294 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsShrink1-expected.png: Added.
2295 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyExpand1-expected.png: Added.
2296 * platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Added.
2297 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand1-expected.png: Added.
2298 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand2-expected.png: Added.
2299 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild1-expected.png: Added.
2300 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild2-expected.png: Added.
2301 * platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups1-expected.png: Added.
2302 * platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups2-expected.png: Added.
2303 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols1-expected.png: Added.
2304 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols2-expected.png: Added.
2305 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols3-expected.png: Added.
2306 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols4-expected.png: Added.
2307 * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols5-expected.png: Added.
2308 * platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsExpand1-expected.png: Added.
2309 * platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsRebuild1-expected.png: Added.
2310 * platform/qt-5.0-wk2/tables/mozilla/dom/tableDom-expected.png: Added.
2311 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.png:
2312 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2313 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_position-table-expected.png:
2314 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
2315 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
2316 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
2317 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png:
2318 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
2319 * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
2320 * platform/qt-5.0-wk2/tables/mozilla/marvin/body_col-expected.png: Added.
2321 * platform/qt-5.0-wk2/tables/mozilla/marvin/body_tbody-expected.png: Added.
2322 * platform/qt-5.0-wk2/tables/mozilla/marvin/body_tfoot-expected.png: Added.
2323 * platform/qt-5.0-wk2/tables/mozilla/marvin/body_thead-expected.png: Added.
2324 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_center-expected.png: Added.
2325 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_justify-expected.png: Added.
2326 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_left-expected.png: Added.
2327 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_right-expected.png: Added.
2328 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_span-expected.png: Added.
2329 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Added.
2330 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Added.
2331 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Added.
2332 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_top-expected.png: Added.
2333 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
2334 * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_px-expected.png: Added.
2335 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_border-expected.png: Added.
2336 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_box-expected.png: Added.
2337 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_center-expected.png: Added.
2338 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_left-expected.png: Added.
2339 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_right-expected.png: Added.
2340 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_all-expected.png: Added.
2341 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_groups-expected.png: Added.
2342 * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_none-expected.png: Added.
2343 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_center-expected.png: Added.
2344 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_left-expected.png: Added.
2345 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_right-expected.png: Added.
2346 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png: Added.
2347 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png: Added.
2348 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black-expected.png: Added.
2349 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png: Added.
2350 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue-expected.png: Added.
2351 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png: Added.
2352 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png: Added.
2353 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray-expected.png: Added.
2354 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png: Added.
2355 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green-expected.png: Added.
2356 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png: Added.
2357 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime-expected.png: Added.
2358 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png: Added.
2359 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png: Added.
2360 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png: Added.
2361 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy-expected.png: Added.
2362 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png: Added.
2363 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive-expected.png: Added.
2364 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png: Added.
2365 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple-expected.png: Added.
2366 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png: Added.
2367 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png: Added.
2368 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver-expected.png: Added.
2369 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png: Added.
2370 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal-expected.png: Added.
2371 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png: Added.
2372 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white-expected.png: Added.
2373 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png: Added.
2374 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png: Added.
2375 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png: Added.
2376 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_0-expected.png: Added.
2377 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_2-expected.png: Added.
2378 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_3-expected.png: Added.
2379 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added.
2380 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added.
2381 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding-expected.png: Added.
2382 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Added.
2383 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_default-expected.png: Added.
2384 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_id-expected.png: Added.
2385 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_style-expected.png: Added.
2386 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_center-expected.png: Added.
2387 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_left-expected.png: Added.
2388 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_right-expected.png: Added.
2389 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_colspan-expected.png: Added.
2390 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_height-expected.png: Added.
2391 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_nowrap-expected.png: Added.
2392 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_rowspan-expected.png: Added.
2393 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_width-expected.png: Added.
2394 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_center-expected.png: Added.
2395 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_left-expected.png: Added.
2396 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_colspan-expected.png: Added.
2397 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_height-expected.png: Added.
2398 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_rowspan-expected.png: Added.
2399 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_width-expected.png: Added.
2400 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_percent-expected.png: Added.
2401 * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_px-expected.png: Added.
2402 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_center-expected.png: Added.
2403 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_char-expected.png: Added.
2404 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_justify-expected.png: Added.
2405 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_left-expected.png: Added.
2406 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_right-expected.png: Added.
2407 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_char-expected.png: Added.
2408 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
2409 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
2410 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
2411 * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
2412 * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
2413 * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
2414 * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
2415 * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_top-expected.png: Added.
2416 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_center-expected.png: Added.
2417 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_char-expected.png: Added.
2418 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_justify-expected.png: Added.
2419 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_right-expected.png: Added.
2420 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_char-expected.png: Added.
2421 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
2422 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
2423 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
2424 * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
2425 * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
2426 * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
2427 * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
2428 * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_top-expected.png: Added.
2429 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_center-expected.png: Added.
2430 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_char-expected.png: Added.
2431 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_justify-expected.png: Added.
2432 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_left-expected.png: Added.
2433 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_right-expected.png: Added.
2434 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_char-expected.png: Added.
2435 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
2436 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
2437 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
2438 * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
2439 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png: Added.
2440 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png: Added.
2441 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue-expected.png: Added.
2442 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png: Added.
2443 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png: Added.
2444 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray-expected.png: Added.
2445 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png: Added.
2446 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green-expected.png: Added.
2447 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png: Added.
2448 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime-expected.png: Added.
2449 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png: Added.
2450 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png: Added.
2451 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png: Added.
2452 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy-expected.png: Added.
2453 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png: Added.
2454 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive-expected.png: Added.
2455 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png: Added.
2456 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple-expected.png: Added.
2457 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png: Added.
2458 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red-expected.png: Added.
2459 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png: Added.
2460 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver-expected.png: Added.
2461 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png: Added.
2462 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal-expected.png: Added.
2463 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png: Added.
2464 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white-expected.png: Added.
2465 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png: Added.
2466 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png: Added.
2467 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png: Added.
2468 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
2469 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
2470 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
2471 * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
2472 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added.
2473 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_top-expected.png: Added.
2474 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_class-expected.png: Added.
2475 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_id-expected.png: Added.
2476 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_style-expected.png: Added.
2477 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_center-expected.png: Added.
2478 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_char-expected.png: Added.
2479 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_justify-expected.png: Added.
2480 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_left-expected.png: Added.
2481 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_right-expected.png: Added.
2482 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_span-expected.png: Added.
2483 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Added.
2484 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Added.
2485 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_middle-expected.png: Added.
2486 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_top-expected.png: Added.
2487 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_pct-expected.png: Added.
2488 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_px-expected.png: Added.
2489 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_rel-expected.png: Added.
2490 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_center-expected.png: Added.
2491 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_char-expected.png: Added.
2492 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Added.
2493 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_left-expected.png: Added.
2494 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_right-expected.png: Added.
2495 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_span-expected.png: Added.
2496 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Added.
2497 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Added.
2498 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png: Added.
2499 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_top-expected.png: Added.
2500 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Added.
2501 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Added.
2502 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table-expected.png: Added.
2503 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_center-expected.png: Added.
2504 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_left-expected.png: Added.
2505 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_right-expected.png: Added.
2506 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2507 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border-expected.png: Added.
2508 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_none-expected.png: Added.
2509 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_px-expected.png: Added.
2510 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding-expected.png: Added.
2511 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png: Added.
2512 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing-expected.png: Added.
2513 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png: Added.
2514 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_class-expected.png: Added.
2515 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_frame_void-expected.png: Added.
2516 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
2517 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
2518 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_style-expected.png: Added.
2519 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_pct-expected.png: Added.
2520 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_px-expected.png: Added.
2521 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_center-expected.png: Added.
2522 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_char-expected.png: Added.
2523 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_left-expected.png: Added.
2524 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_right-expected.png: Added.
2525 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_class-expected.png: Added.
2526 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_id-expected.png: Added.
2527 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_style-expected.png: Added.
2528 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Added.
2529 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Added.
2530 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Added.
2531 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Added.
2532 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_center-expected.png: Added.
2533 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_char-expected.png: Added.
2534 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_justify-expected.png: Added.
2535 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_left-expected.png: Added.
2536 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
2537 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
2538 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_class-expected.png: Added.
2539 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_colspan-expected.png: Added.
2540 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_height-expected.png:
2541 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_id-expected.png: Added.
2542 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png:
2543 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_rowspan-expected.png: Added.
2544 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_style-expected.png: Added.
2545 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Added.
2546 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Added.
2547 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_middle-expected.png: Added.
2548 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_top-expected.png: Added.
2549 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_width-expected.png: Added.
2550 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_center-expected.png: Added.
2551 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Added.
2552 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Added.
2553 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_left-expected.png: Added.
2554 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_right-expected.png: Added.
2555 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_class-expected.png: Added.
2556 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_id-expected.png: Added.
2557 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_style-expected.png: Added.
2558 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Added.
2559 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Added.
2560 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Added.
2561 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Added.
2562 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_center-expected.png: Added.
2563 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_char-expected.png: Added.
2564 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_justify-expected.png: Added.
2565 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_left-expected.png: Added.
2566 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_right-expected.png: Added.
2567 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
2568 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
2569 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_colspan-expected.png: Added.
2570 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_height-expected.png:
2571 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_id-expected.png: Added.
2572 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png:
2573 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_rowspan-expected.png: Added.
2574 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_style-expected.png: Added.
2575 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_baseline-expected.png: Added.
2576 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Added.
2577 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_middle-expected.png: Added.
2578 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_width-expected.png: Added.
2579 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_center-expected.png: Added.
2580 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_char-expected.png: Added.
2581 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
2582 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_left-expected.png: Added.
2583 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_right-expected.png: Added.
2584 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_class-expected.png: Added.
2585 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_id-expected.png: Added.
2586 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_style-expected.png: Added.
2587 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Added.
2588 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Added.
2589 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Added.
2590 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_top-expected.png: Added.
2591 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_center-expected.png: Added.
2592 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_char-expected.png: Added.
2593 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_justify-expected.png: Added.
2594 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_left-expected.png: Added.
2595 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
2596 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
2597 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_class-expected.png: Added.
2598 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_id-expected.png: Added.
2599 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_style-expected.png: Added.
2600 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Added.
2601 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Added.
2602 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_middle-expected.png: Added.
2603 * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_top-expected.png: Added.
2604 * platform/qt-5.0-wk2/tables/mozilla/other/body_col-expected.png: Added.
2605 * platform/qt-5.0-wk2/tables/mozilla/other/cell_widths-expected.png:
2606 * platform/qt-5.0-wk2/tables/mozilla/other/cellspacing-expected.png: Added.
2607 * platform/qt-5.0-wk2/tables/mozilla/other/move_row-expected.png: Added.
2608 * platform/qt-5.0-wk2/tables/mozilla/other/ms-expected.png: Added.
2609 * platform/qt-5.0-wk2/tables/mozilla/other/nested2-expected.png: Added.
2610 * platform/qt-5.0-wk2/tables/mozilla/other/nestedTables-expected.png:
2611 * platform/qt-5.0-wk2/tables/mozilla/other/padding-expected.png: Added.
2612 * platform/qt-5.0-wk2/tables/mozilla/other/test3-expected.png:
2613 * platform/qt-5.0-wk2/tables/mozilla/other/test6-expected.png:
2614 * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2615 * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_tr_align-expected.png:
2616 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png:
2617 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Added.
2618 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
2619 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2620 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2621 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added.
2622 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2623 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
2624 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Added.
2625 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Added.
2626 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1164-expected.png: Added.
2627 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Added.
2628 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2629 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
2630 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2631 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png: Added.
2632 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Added.
2633 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
2634 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Added.
2635 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Added.
2636 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2637 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Added.
2638 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2639 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
2640 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png: Added.
2641 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Added.
2642 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png: Added.
2643 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added.
2644 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added.
2645 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Added.
2646 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added.
2647 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added.
2648 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png: Added.
2649 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png: Added.
2650 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added.
2651 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2652 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Added.
2653 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Added.
2654 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Added.
2655 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png: Added.
2656 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Added.
2657 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Added.
2658 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
2659 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
2660 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Added.
2661 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Added.
2662 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Added.
2663 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug65372-expected.png: Added.
2664 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png: Added.
2665 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug72393-expected.png: Added.
2666 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
2667 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Added.
2668 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2669 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
2670 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
2671 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png: Added.
2672 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png: Added.
2673 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png: Added.
2674 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
2675 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
2676 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png:
2677 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions1-expected.png:
2678 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions2-expected.png:
2679 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions3-expected.png:
2680 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png:
2681 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/cols1-expected.png: Added.
2682 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/columns-expected.png:
2683 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png:
2684 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/standards1-expected.png:
2685 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCells1-expected.png: Added.
2686 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png: Added.
2687 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCol1-expected.png: Added.
2688 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png: Added.
2689 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png: Added.
2690 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png: Added.
2691 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
2692 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
2693 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
2694 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
2695 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
2696 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
2697 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
2698 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
2699 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
2700 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
2701 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
2702 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
2703 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
2704 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
2705 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
2706 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Added.
2707 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Added.
2708 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Added.
2709 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Added.
2710 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Added.
2711 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Added.
2712 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added.
2713 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2714 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added.
2715 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
2716 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added.
2717 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added.
2718 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
2719 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
2720 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
2721 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added.
2722 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Added.
2723 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added.
2724 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added.
2725 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png: Added.
2726 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Added.
2727 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Added.
2728 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Added.
2729 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Added.
2730 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Added.
2731 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Added.
2732 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Added.
2733 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Added.
2734 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Added.
2735 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Added.
2736 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Added.
2737 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png:
2738 * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/test4-expected.png:
2739 * platform/qt-5.0-wk2/transforms/2d/compound-transforms-vs-containers-expected.png: Added.
2740 * platform/qt-5.0-wk2/transforms/2d/transform-borderbox-expected.png: Added.
2741 * platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png:
2742 * platform/qt-5.0-wk2/transforms/2d/transform-origin-borderbox-expected.png: Added.
2743 * platform/qt-5.0-wk2/transforms/2d/zoom-menulist-expected.png: Added.
2744 * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-hit-test-expected.png:
2745 * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
2746 * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
2747 * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png:
2748 * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
2749 * platform/qt-5.0-wk2/transforms/svg-vs-css-expected.png: Added.
2750 * platform/qt-5.0-wk2/transitions/cross-fade-background-image-expected.png: Added.
2751 * platform/qt-5.0-wk2/transitions/cross-fade-border-image-expected.png:
2752 * platform/qt-5.0-wk2/transitions/move-after-transition-expected.png: Added.
2753 * platform/qt-5.0-wk2/transitions/svg-text-shadow-transition-expected.png: Added.
2755 2013-06-06 Zalan Bujtas <zalan@apple.com>
2757 SVG objects are misplaced when SVG root has CSS transform.
2758 https://bugs.webkit.org/show_bug.cgi?id=117252
2760 Reviewed by Simon Fraser.
2762 Update layer transforms for SVG if needed.
2764 SVG root, similarly to RenderBlock needs to call RenderLayer
2765 to get transforms updated after layout, in order to
2766 position the transformed objects properly.
2768 * fast/transforms/transform-svg-expected.html: Added.
2769 * fast/transforms/transform-svg.html: Added.
2771 2013-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2773 [Qt] Unreviewed gardening. Rebaselining after r151205.
2775 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
2776 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
2777 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
2778 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
2779 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
2780 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
2781 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2782 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
2783 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
2784 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
2785 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
2786 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
2787 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
2788 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
2789 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
2790 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
2791 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
2792 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
2793 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
2794 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
2795 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
2796 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
2797 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
2798 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
2799 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
2800 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
2801 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
2802 * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
2803 * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
2804 * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
2805 * platform/qt-5.0-wk2/svg/as-background-image/animated-svg-as-background-expected.png:
2806 * platform/qt-5.0-wk2/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
2807 * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-3-expected.png: Added.
2808 * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-5-expected.png: Added.
2809 * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-6-expected.png: Added.
2810 * platform/qt-5.0-wk2/svg/as-background-image/svg-background-partial-redraw-expected.png:
2811 * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
2812 * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-expected.png:
2813 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-expected.png:
2814 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
2815 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png:
2816 * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png:
2817 * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
2818 * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
2819 * platform/qt-5.0-wk2/svg/as-image/svg-image-change-content-size-expected.png:
2820 * platform/qt-5.0-wk2/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
2821 * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-expected.png:
2822 * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-expected.png:
2823 * platform/qt-5.0-wk2/svg/batik/filters/feTile-expected.png:
2824 * platform/qt-5.0-wk2/svg/batik/filters/filterRegions-expected.png: Added.
2825 * platform/qt-5.0-wk2/svg/batik/masking/maskRegions-expected.png: Added.
2826 * platform/qt-5.0-wk2/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
2827 * platform/qt-5.0-wk2/svg/batik/paints/patternRegionA-expected.png: Added.
2828 * platform/qt-5.0-wk2/svg/batik/paints/patternRegions-expected.png: Added.
2829 * platform/qt-5.0-wk2/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added.
2830 * platform/qt-5.0-wk2/svg/batik/text/smallFonts-expected.png: Added.
2831 * platform/qt-5.0-wk2/svg/batik/text/textAnchor-expected.png: Added.
2832 * platform/qt-5.0-wk2/svg/batik/text/textAnchor2-expected.png: Added.
2833 * platform/qt-5.0-wk2/svg/batik/text/textAnchor3-expected.png: Added.
2834 * platform/qt-5.0-wk2/svg/batik/text/textDecoration-expected.png:
2835 * platform/qt-5.0-wk2/svg/batik/text/textDecoration2-expected.png: Added.
2836 * platform/qt-5.0-wk2/svg/batik/text/textEffect2-expected.png: Added.
2837 * platform/qt-5.0-wk2/svg/batik/text/textEffect3-expected.png: Added.
2838 * platform/qt-5.0-wk2/svg/batik/text/textFeatures-expected.png:
2839 * platform/qt-5.0-wk2/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
2840 * platform/qt-5.0-wk2/svg/batik/text/textLayout-expected.png: Added.
2841 * platform/qt-5.0-wk2/svg/batik/text/textLayout2-expected.png: Added.
2842 * platform/qt-5.0-wk2/svg/batik/text/textLength-expected.png: Added.
2843 * platform/qt-5.0-wk2/svg/batik/text/textOnPath-expected.png: Added.
2844 * platform/qt-5.0-wk2/svg/batik/text/textOnPath2-expected.png: Added.
2845 * platform/qt-5.0-wk2/svg/batik/text/textOnPath3-expected.png: Added.
2846 * platform/qt-5.0-wk2/svg/batik/text/textOnPathSpaces-expected.png: Added.
2847 * platform/qt-5.0-wk2/svg/batik/text/textPCDATA-expected.png: Added.
2848 * platform/qt-5.0-wk2/svg/batik/text/textPosition-expected.png: Added.
2849 * platform/qt-5.0-wk2/svg/batik/text/textPosition2-expected.png: Added.
2850 * platform/qt-5.0-wk2/svg/batik/text/textProperties-expected.png: Added.
2851 * platform/qt-5.0-wk2/svg/batik/text/textProperties2-expected.png: Added.
2852 * platform/qt-5.0-wk2/svg/batik/text/textStyles-expected.png: Added.
2853 * platform/qt-5.0-wk2/svg/batik/text/verticalText-expected.png: Added.
2854 * platform/qt-5.0-wk2/svg/batik/text/verticalTextOnPath-expected.png: Added.
2855 * platform/qt-5.0-wk2/svg/carto.net/button-expected.png: Added.
2856 * platform/qt-5.0-wk2/svg/carto.net/colourpicker-expected.png: Added.
2857 * platform/qt-5.0-wk2/svg/carto.net/slider-expected.png: Added.
2858 * platform/qt-5.0-wk2/svg/carto.net/textbox-expected.png: Added.
2859 * platform/qt-5.0-wk2/svg/carto.net/window-expected.png:
2860 * platform/qt-5.0-wk2/svg/clip-path/clip-path-pixelation-expected.png: Added.
2861 * platform/qt-5.0-wk2/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Added.
2862 * platform/qt-5.0-wk2/svg/css/composite-shadow-text-expected.png: Added.
2863 * platform/qt-5.0-wk2/svg/css/text-shadow-multiple-expected.png: Added.
2864 * platform/qt-5.0-wk2/svg/custom/SVGMatrix-interface-expected.png: Added.
2865 * platform/qt-5.0-wk2/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
2866 * platform/qt-5.0-wk2/svg/custom/absolute-sized-content-with-resources-expected.png:
2867 * platform/qt-5.0-wk2/svg/custom/alignment-baseline-modes-expected.png: Added.
2868 * platform/qt-5.0-wk2/svg/custom/bug45331-expected.png: Added.
2869 * platform/qt-5.0-wk2/svg/custom/circle-move-invalidation-expected.png:
2870 * platform/qt-5.0-wk2/svg/custom/clip-mask-negative-scale-expected.png:
2871 * platform/qt-5.0-wk2/svg/custom/clip-path-referencing-use-expected.png: Added.
2872 * platform/qt-5.0-wk2/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added.
2873 * platform/qt-5.0-wk2/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
2874 * platform/qt-5.0-wk2/svg/custom/coords-relative-units-transforms-expected.png: Added.
2875 * platform/qt-5.0-wk2/svg/custom/dominant-baseline-hanging-expected.png: Added.
2876 * platform/qt-5.0-wk2/svg/custom/dominant-baseline-modes-expected.png: Added.
2877 * platform/qt-5.0-wk2/svg/custom/dynamic-svg-document-creation-expected.png: Added.
2878 * platform/qt-5.0-wk2/svg/custom/embedding-external-svgs-expected.png: Added.
2879 * platform/qt-5.0-wk2/svg/custom/empty-clip-path-expected.png: Added.
2880 * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
2881 * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2882 * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Linear-expected.png: Added.
2883 * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Table-expected.png: Added.
2884 * platform/qt-5.0-wk2/svg/custom/fill-SVGPaint-interface-expected.png: Added.
2885 * platform/qt-5.0-wk2/svg/custom/fill-fallback-expected.png: Added.
2886 * platform/qt-5.0-wk2/svg/custom/focus-ring-expected.png: Added.
2887 * platform/qt-5.0-wk2/svg/custom/font-face-cascade-order-expected.png: Added.
2888 * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Added.
2889 * platform/qt-5.0-wk2/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
2890 * platform/qt-5.0-wk2/svg/custom/getPresentationAttribute-expected.png: Added.
2891 * platform/qt-5.0-wk2/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
2892 * platform/qt-5.0-wk2/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Added.
2893 * platform/qt-5.0-wk2/svg/custom/getsvgdocument-expected.png: Added.
2894 * platform/qt-5.0-wk2/svg/custom/gradient-cycle-detection-expected.png: Added.
2895 * platform/qt-5.0-wk2/svg/custom/gradient-deep-referencing-expected.png: Added.
2896 * platform/qt-5.0-wk2/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
2897 * platform/qt-5.0-wk2/svg/custom/hit-test-path-expected.png: Added.
2898 * platform/qt-5.0-wk2/svg/custom/hit-test-path-stroke-expected.png: Added.
2899 * platform/qt-5.0-wk2/svg/custom/hit-test-unclosed-subpaths-expected.png:
2900 * platform/qt-5.0-wk2/svg/custom/hit-test-with-br-expected.png:
2901 * platform/qt-5.0-wk2/svg/custom/image-parent-translation-expected.png:
2902 * platform/qt-5.0-wk2/svg/custom/image-rescale-clip-expected.png:
2903 * platform/qt-5.0-wk2/svg/custom/image-rescale-scroll-expected.png:
2904 * platform/qt-5.0-wk2/svg/custom/image-small-width-height-expected.png: Added.
2905 * platform/qt-5.0-wk2/svg/custom/image-with-transform-clip-filter-expected.png: Added.
2906 * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png:
2907 * platform/qt-5.0-wk2/svg/custom/invalid-css-expected.png: Added.
2908 * platform/qt-5.0-wk2/svg/custom/invalid-fill-expected.png: Added.
2909 * platform/qt-5.0-wk2/svg/custom/invalid-fill-hex-expected.png: Added.
2910 * platform/qt-5.0-wk2/svg/custom/invalid-lengthlist-expected.png: Added.
2911 * platform/qt-5.0-wk2/svg/custom/invalid-stroke-hex-expected.png: Added.
2912 * platform/qt-5.0-wk2/svg/custom/invalid-uri-stroke-expected.png: Added.
2913 * platform/qt-5.0-wk2/svg/custom/invisible-text-after-scrolling-expected.png: Added.
2914 * platform/qt-5.0-wk2/svg/custom/js-update-stop-linked-gradient-expected.png:
2915 * platform/qt-5.0-wk2/svg/custom/junk-data-expected.png:
2916 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
2917 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-transform-expected.png: Added.
2918 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
2919 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
2920 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
2921 * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
2922 * platform/qt-5.0-wk2/svg/custom/linking-uri-01-b-expected.png: Added.
2923 * platform/qt-5.0-wk2/svg/custom/marker-default-width-height-expected.png: Added.
2924 * platform/qt-5.0-wk2/svg/custom/marker-overflow-clip-expected.png: Added.
2925 * platform/qt-5.0-wk2/svg/custom/missing-xlink-expected.png:
2926 * platform/qt-5.0-wk2/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
2927 * platform/qt-5.0-wk2/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
2928 * platform/qt-5.0-wk2/svg/custom/object-sizing-expected.png: Added.
2929 * platform/qt-5.0-wk2/svg/custom/path-bad-data-expected.png:
2930 * platform/qt-5.0-wk2/svg/custom/pattern-cycle-detection-expected.png: Added.
2931 * platform/qt-5.0-wk2/svg/custom/pattern-deep-referencing-expected.png: Added.
2932 * platform/qt-5.0-wk2/svg/custom/pattern-incorrect-tiling-expected.png: Added.
2933 * platform/qt-5.0-wk2/svg/custom/pattern-rotate-expected.png:
2934 * platform/qt-5.0-wk2/svg/custom/pattern-rotate-gaps-expected.png: Added.
2935 * platform/qt-5.0-wk2/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
2936 * platform/qt-5.0-wk2/svg/custom/percentage-of-html-parent-expected.png: Added.
2937 * platform/qt-5.0-wk2/svg/custom/pointer-events-image-css-transform-expected.png:
2938 * platform/qt-5.0-wk2/svg/custom/pointer-events-image-expected.png:
2939 * platform/qt-5.0-wk2/svg/custom/pointer-events-path-expected.png: Added.
2940 * platform/qt-5.0-wk2/svg/custom/pointer-events-text-css-transform-expected.png: Added.
2941 * platform/qt-5.0-wk2/svg/custom/pointer-events-text-expected.png: Added.
2942 * platform/qt-5.0-wk2/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
2943 * platform/qt-5.0-wk2/svg/custom/recursive-filter-expected.png: Added.
2944 * platform/qt-5.0-wk2/svg/custom/recursive-gradient-expected.png: Added.
2945 * platform/qt-5.0-wk2/svg/custom/recursive-mask-expected.png: Added.
2946 * platform/qt-5.0-wk2/svg/custom/recursive-pattern-expected.png: Added.
2947 * platform/qt-5.0-wk2/svg/custom/relative-sized-content-expected.png:
2948 * platform/qt-5.0-wk2/svg/custom/relative-sized-content-with-resources-expected.png:
2949 * platform/qt-5.0-wk2/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
2950 * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png:
2951 * platform/qt-5.0-wk2/svg/custom/relative-sized-inner-svg-expected.png:
2952 * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-expected.png:
2953 * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
2954 * platform/qt-5.0-wk2/svg/custom/relative-sized-use-on-symbol-expected.png:
2955 * platform/qt-5.0-wk2/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
2956 * platform/qt-5.0-wk2/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
2957 * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2958 * platform/qt-5.0-wk2/svg/custom/second-inline-text-expected.png: Added.
2959 * platform/qt-5.0-wk2/svg/custom/shapes-supporting-markers-expected.png: Added.
2960 * platform/qt-5.0-wk2/svg/custom/simple-text-double-shadow-expected.png: Added.
2961 * platform/qt-5.0-wk2/svg/custom/simpleCDF-expected.png: Added.
2962 * platform/qt-5.0-wk2/svg/custom/stroke-fallback-expected.png: Added.
2963 * platform/qt-5.0-wk2/svg/custom/stroke-width-large-expected.png: Added.
2964 * platform/qt-5.0-wk2/svg/custom/stroked-pattern-expected.png: Added.
2965 * platform/qt-5.0-wk2/svg/custom/style-attribute-font-size-expected.png: Added.
2966 * platform/qt-5.0-wk2/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
2967 * platform/qt-5.0-wk2/svg/custom/svg-float-border-padding-expected.png: Added.
2968 * platform/qt-5.0-wk2/svg/custom/svg-fonts-in-html-expected.png: Added.
2969 * platform/qt-5.0-wk2/svg/custom/svg-fonts-segmented-expected.png: Added.
2970 * platform/qt-5.0-wk2/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
2971 * platform/qt-5.0-wk2/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2972 * platform/qt-5.0-wk2/svg/custom/svg-overflow-types-expected.png: Added.
2973 * platform/qt-5.0-wk2/svg/custom/text-clip-expected.png: Added.
2974 * platform/qt-5.0-wk2/svg/custom/text-decoration-visibility-expected.png: Added.
2975 * platform/qt-5.0-wk2/svg/custom/text-dom-01-f-expected.png: Added.
2976 * platform/qt-5.0-wk2/svg/custom/text-hit-test-expected.png: Added.
2977 * platform/qt-5.0-wk2/svg/custom/text-image-opacity-expected.png:
2978 * platform/qt-5.0-wk2/svg/custom/text-letter-spacing-expected.png: Added.
2979 * platform/qt-5.0-wk2/svg/custom/text-linking-expected.png: Added.
2980 * platform/qt-5.0-wk2/svg/custom/text-rotated-gradient-expected.png: Added.
2981 * platform/qt-5.0-wk2/svg/custom/text-rotation-expected.png: Added.
2982 * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
2983 * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-change-href-expected.png: Added.
2984 * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
2985 * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
2986 * platform/qt-5.0-wk2/svg/custom/text-whitespace-handling-expected.png: Added.
2987 * platform/qt-5.0-wk2/svg/custom/text-x-dx-lists-expected.png: Added.
2988 * platform/qt-5.0-wk2/svg/custom/text-x-dy-lists-expected.png: Added.
2989 * platform/qt-5.0-wk2/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
2990 * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png:
2991 * platform/qt-5.0-wk2/svg/custom/tref-own-content-removal-expected.png: Added.
2992 * platform/qt-5.0-wk2/svg/custom/tref-update-expected.png: Added.
2993 * platform/qt-5.0-wk2/svg/custom/use-detach-expected.png:
2994 * platform/qt-5.0-wk2/svg/custom/use-dynamic-append-expected.png: Added.
2995 * platform/qt-5.0-wk2/svg/custom/use-elementInstance-event-target-expected.png:
2996 * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-modifications-expected.png: Added.
2997 * platform/qt-5.0-wk2/svg/custom/use-modify-target-container-expected.png: Added.
2998 * platform/qt-5.0-wk2/svg/custom/use-modify-target-symbol-expected.png: Added.
2999 * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-symbol-expected.png: Added.
3000 * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-use-expected.png: Added.
3001 * platform/qt-5.0-wk2/svg/custom/use-on-g-expected.png: Added.
3002 * platform/qt-5.0-wk2/svg/custom/use-on-rect-expected.png: Added.
3003 * platform/qt-5.0-wk2/svg/custom/use-on-symbol-expected.png: Added.
3004 * platform/qt-5.0-wk2/svg/custom/use-on-text-expected.png: Added.
3005 * platform/qt-5.0-wk2/svg/custom/use-on-use-expected.png: Added.
3006 * platform/qt-5.0-wk2/svg/custom/use-property-changes-through-dom-expected.png: Added.
3007 * platform/qt-5.0-wk2/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
3008 * platform/qt-5.0-wk2/svg/custom/use-recursion-1-expected.png: Added.
3009 * platform/qt-5.0-wk2/svg/custom/use-recursion-2-expected.png: Added.
3010 * platform/qt-5.0-wk2/svg/custom/use-recursion-3-expected.png: Added.
3011 * platform/qt-5.0-wk2/svg/custom/use-recursion-4-expected.png: Added.
3012 * platform/qt-5.0-wk2/svg/custom/use-transform-expected.png: Added.
3013 * platform/qt-5.0-wk2/svg/custom/viewbox-syntax-expected.png: Added.
3014 * platform/qt-5.0-wk2/svg/custom/viewport-em-expected.png: Added.
3015 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png:
3016 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
3017 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png:
3018 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png:
3019 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png:
3020 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png:
3021 * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
3022 * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
3023 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png:
3024 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
3025 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-cloning-expected.png: Added.
3026 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
3027 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png:
3028 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png:
3029 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-segment-modification-expected.png:
3030 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
3031 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
3032 * platform/qt-5.0-wk2/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
3033 * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png:
3034 * platform/qt-5.0-wk2/svg/dom/css-transforms-expected.png:
3035 * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3036 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
3037 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
3038 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
3039 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
3040 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
3041 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
3042 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
3043 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
3044 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3045 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3046 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
3047 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
3048 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
3049 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
3050 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
3051 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
3052 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
3053 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
3054 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
3055 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
3056 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
3057 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
3058 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
3059 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
3060 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
3061 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
3062 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
3063 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
3064 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
3065 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
3066 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
3067 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
3068 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
3069 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
3070 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
3071 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
3072 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
3073 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
3074 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3075 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3076 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3077 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3078 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3079 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
3080 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3081 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3082 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3083 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3084 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3085 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3086 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
3087 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3088 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
3089 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
3090 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
3091 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
3092 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
3093 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
3094 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
3095 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
3096 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
3097 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
3098 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
3099 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
3100 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
3101 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
3102 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
3103 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
3104 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
3105 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
3106 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
3107 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
3108 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
3109 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
3110 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
3111 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
3112 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
3113 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
3114 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
3115 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
3116 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
3117 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
3118 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
3119 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
3120 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
3121 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
3122 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
3123 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
3124 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
3125 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
3126 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
3127 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
3128 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
3129 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
3130 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
3131 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
3132 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
3133 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
3134 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
3135 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
3136 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
3137 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
3138 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
3139 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
3140 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
3141 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
3142 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
3143 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
3144 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
3145 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
3146 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
3147 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
3148 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
3149 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
3150 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
3151 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
3152 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
3153 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
3154 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
3155 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
3156 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
3157 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
3158 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
3159 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
3160 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
3161 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
3162 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
3163 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
3164 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
3165 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
3166 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
3167 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
3168 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
3169 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
3170 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
3171 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
3172 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
3173 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
3174 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
3175 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
3176 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
3177 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
3178 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
3179 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
3180 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
3181 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
3182 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
3183 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
3184 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
3185 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
3186 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3187 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3188 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3189 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3190 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3191 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3192 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
3193 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3194 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3195 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3196 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3197 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
3198 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
3199 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
3200 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
3201 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
3202 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
3203 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
3204 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
3205 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
3206 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
3207 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
3208 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
3209 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
3210 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
3211 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
3212 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
3213 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
3214 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
3215 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
3216 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
3217 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
3218 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
3219 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
3220 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
3221 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
3222 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
3223 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
3224 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
3225 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
3226 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
3227 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
3228 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
3229 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
3230 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
3231 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
3232 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
3233 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
3234 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
3235 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
3236 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
3237 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
3238 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
3239 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
3240 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
3241 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
3242 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
3243 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
3244 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
3245 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
3246 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
3247 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
3248 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
3249 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
3250 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
3251 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
3252 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
3253 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
3254 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
3255 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
3256 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
3257 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
3258 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
3259 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
3260 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
3261 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
3262 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
3263 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
3264 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
3265 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
3266 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
3267 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
3268 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
3269 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
3270 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
3271 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
3272 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
3273 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
3274 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
3275 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
3276 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
3277 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
3278 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
3279 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
3280 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
3281 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
3282 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
3283 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
3284 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
3285 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
3286 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
3287 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
3288 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
3289 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
3290 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
3291 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
3292 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
3293 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
3294 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
3295 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
3296 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
3297 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
3298 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
3299 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
3300 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
3301 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
3302 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
3303 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
3304 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
3305 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
3306 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
3307 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
3308 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
3309 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
3310 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
3311 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
3312 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
3313 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
3314 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
3315 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
3316 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
3317 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
3318 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
3319 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
3320 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
3321 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
3322 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
3323 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
3324 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
3325 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
3326 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
3327 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
3328 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
3329 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
3330 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
3331 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
3332 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
3333 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
3334 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
3335 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
3336 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
3337 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
3338 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
3339 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
3340 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
3341 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
3342 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
3343 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
3344 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
3345 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
3346 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
3347 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
3348 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
3349 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
3350 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
3351 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
3352 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
3353 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
3354 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
3355 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
3356 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
3357 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
3358 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
3359 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
3360 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
3361 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
3362 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
3363 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
3364 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
3365 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
3366 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
3367 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
3368 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
3369 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
3370 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
3371 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
3372 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
3373 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
3374 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
3375 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
3376 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
3377 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
3378 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
3379 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
3380 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
3381 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
3382 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
3383 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
3384 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
3385 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
3386 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
3387 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
3388 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
3389 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
3390 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
3391 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
3392 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
3393 * platform/qt-5.0-wk2/svg/filters/feComposite-expected.png: Added.
3394 * platform/qt-5.0-wk2/svg/filters/filter-on-filter-for-text-expected.png: Added.
3395 * platform/qt-5.0-wk2/svg/filters/filter-width-update-expected.png:
3396 * platform/qt-5.0-wk2/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
3397 * platform/qt-5.0-wk2/svg/hixie/data-types/002-expected.png: Added.
3398 * platform/qt-5.0-wk2/svg/hixie/error/003-expected.png: Added.
3399 * platform/qt-5.0-wk2/svg/hixie/error/010-expected.png: Added.
3400 * platform/qt-5.0-wk2/svg/hixie/error/011-expected.png: Added.
3401 * platform/qt-5.0-wk2/svg/hixie/error/012-expected.png:
3402 * platform/qt-5.0-wk2/svg/hixie/error/013-expected.png: Added.
3403 * platform/qt-5.0-wk2/svg/hixie/intrinsic/001-expected.png: Added.
3404 * platform/qt-5.0-wk2/svg/hixie/intrinsic/002-expected.png: Added.
3405 * platform/qt-5.0-wk2/svg/hixie/intrinsic/003-expected.png: Added.
3406 * platform/qt-5.0-wk2/svg/hixie/mixed/003-expected.png: Added.
3407 * platform/qt-5.0-wk2/svg/hixie/mixed/006-expected.png: Added.
3408 * platform/qt-5.0-wk2/svg/hixie/mixed/008-expected.png: Added.
3409 * platform/qt-5.0-wk2/svg/hixie/mixed/009-expected.png: Added.
3410 * platform/qt-5.0-wk2/svg/hixie/mixed/010-expected.png: Added.
3411 * platform/qt-5.0-wk2/svg/hixie/mixed/011-expected.png: Added.
3412 * platform/qt-5.0-wk2/svg/hixie/perf/003-expected.png:
3413 * platform/qt-5.0-wk2/svg/hixie/perf/007-expected.png:
3414 * platform/qt-5.0-wk2/svg/hixie/rendering-model/003-expected.png: Added.
3415 * platform/qt-5.0-wk2/svg/hixie/rendering-model/004-expected.png: Added.
3416 * platform/qt-5.0-wk2/svg/hixie/text/003-expected.png: Added.
3417 * platform/qt-5.0-wk2/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
3418 * platform/qt-5.0-wk2/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
3419 * platform/qt-5.0-wk2/svg/in-html/circle-expected.png:
3420 * platform/qt-5.0-wk2/svg/text/bidi-embedded-direction-expected.png: Added.
3421 * platform/qt-5.0-wk2/svg/text/ems-display-none-expected.png:
3422 * platform/qt-5.0-wk2/svg/text/exs-display-none-expected.png:
3423 * platform/qt-5.0-wk2/svg/text/font-size-below-point-five-2-expected.png: Added.
3424 * platform/qt-5.0-wk2/svg/text/font-size-below-point-five-expected.png: Added.
3425 * platform/qt-5.0-wk2/svg/text/foreignObject-repaint-expected.png: Added.
3426 * platform/qt-5.0-wk2/svg/text/kerning-expected.png:
3427 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png:
3428 * platform/qt-5.0-wk2/svg/text/scaled-font-expected.png: Added.
3429 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
3430 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
3431 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
3432 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
3433 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
3434 * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
3435 * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
3436 * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
3437 * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
3438 * platform/qt-5.0-wk2/svg/text/select-x-list-2-expected.png: Added.
3439 * platform/qt-5.0-wk2/svg/text/select-x-list-3-expected.png: Added.
3440 * platform/qt-5.0-wk2/svg/text/select-x-list-4-expected.png: Added.
3441 * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-2-expected.png: Added.
3442 * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-3-expected.png: Added.
3443 * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-4-expected.png: Added.
3444 * platform/qt-5.0-wk2/svg/text/selection-background-color-expected.png: Added.
3445 * platform/qt-5.0-wk2/svg/text/selection-doubleclick-expected.png: Added.
3446 * platform/qt-5.0-wk2/svg/text/selection-styles-expected.png: Added.
3447 * platform/qt-5.0-wk2/svg/text/selection-tripleclick-expected.png: Added.
3448 * platform/qt-5.0-wk2/svg/text/small-fonts-2-expected.png: Added.
3449 * platform/qt-5.0-wk2/svg/text/small-fonts-3-expected.png: Added.
3450 * platform/qt-5.0-wk2/svg/text/small-fonts-expected.png: Added.
3451 * platform/qt-5.0-wk2/svg/text/small-fonts-in-html5-expected.png: Added.
3452 * platform/qt-5.0-wk2/svg/text/text-align-01-b-expected.png: Added.
3453 * platform/qt-5.0-wk2/svg/text/text-align-02-b-expected.png: Added.
3454 * platform/qt-5.0-wk2/svg/text/text-align-03-b-expected.png: Added.
3455 * platform/qt-5.0-wk2/svg/text/text-align-04-b-expected.png: Added.
3456 * platform/qt-5.0-wk2/svg/text/text-align-05-b-expected.png: Added.
3457 * platform/qt-5.0-wk2/svg/text/text-align-06-b-expected.png: Added.
3458 * platform/qt-5.0-wk2/svg/text/text-altglyph-01-b-expected.png: Added.
3459 * platform/qt-5.0-wk2/svg/text/text-deco-01-b-expected.png:
3460 * platform/qt-5.0-wk2/svg/text/text-fill-opacity-expected.png: Added.
3461 * platform/qt-5.0-wk2/svg/text/text-fonts-02-t-expected.png: Added.
3462 * platform/qt-5.0-wk2/svg/text/text-gradient-positioning-expected.png: Added.
3463 * platform/qt-5.0-wk2/svg/text/text-midpoint-split-bug-expected.png: Added.
3464 * platform/qt-5.0-wk2/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
3465 * platform/qt-5.0-wk2/svg/text/text-path-01-b-expected.png: Added.
3466 * platform/qt-5.0-wk2/svg/text/text-repaint-rects-expected.png: Added.
3467 * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png:
3468 * platform/qt-5.0-wk2/svg/text/text-spacing-01-b-expected.png: Added.
3469 * platform/qt-5.0-wk2/svg/text/text-text-01-b-expected.png: Added.
3470 * platform/qt-5.0-wk2/svg/text/text-text-03-b-expected.png: Added.
3471 * platform/qt-5.0-wk2/svg/text/text-text-04-t-expected.png: Added.
3472 * platform/qt-5.0-wk2/svg/text/text-text-05-t-expected.png:
3473 * platform/qt-5.0-wk2/svg/text/text-text-06-t-expected.png: Added.
3474 * platform/qt-5.0-wk2/svg/text/text-text-07-t-expected.png: Added.
3475 * platform/qt-5.0-wk2/svg/text/text-tref-01-b-expected.png: Added.
3476 * platform/qt-5.0-wk2/svg/text/text-tselect-01-b-expected.png: Added.
3477 * platform/qt-5.0-wk2/svg/text/text-tspan-01-b-expected.png: Added.
3478 * platform/qt-5.0-wk2/svg/text/text-viewbox-rescale-expected.png:
3479 * platform/qt-5.0-wk2/svg/text/text-ws-01-t-expected.png: Added.
3480 * platform/qt-5.0-wk2/svg/text/text-ws-02-t-expected.png: Added.
3481 * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png:
3482 * platform/qt-5.0-wk2/svg/transforms/animated-path-inside-transformed-html-expected.png:
3483 * platform/qt-5.0-wk2/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
3484 * platform/qt-5.0-wk2/svg/transforms/svg-css-transforms-expected.png: Added.
3485 * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
3486 * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
3487 * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
3488 * platform/qt-5.0-wk2/svg/wicd/rightsizing-grid-expected.png:
3489 * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-a-expected.png: Added.
3490 * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png:
3491 * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image1-expected.png:
3492 * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image2-expected.png:
3493 * platform/qt-5.0-wk2/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
3494 * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
3495 * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
3496 * platform/qt-5.0-wk2/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
3497 * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
3498 * platform/qt-5.0-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
3499 * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
3500 * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
3501 * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
3502 * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
3503 * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3504 * platform/qt-5.0-wk2/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
3505 * platform/qt-5.0-wk2/svg/zoom/text/zoom-foreignObject-expected.png: Added.
3506 * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
3507 * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
3508 * platform/qt-5.0-wk2/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
3509 * platform/qt-5.0-wk2/tables/layering/paint-test-layering-1-expected.png: Added.
3510 * platform/qt-5.0-wk2/tables/layering/paint-test-layering-2-expected.png: Added.
3511 * platform/qt-5.0-wk2/tables/mozilla/bugs/45621-expected.png: Added.
3512 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10009-expected.png: Added.
3513 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug100334-expected.png: Added.
3514 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10036-expected.png: Added.
3515 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101201-expected.png: Added.
3516 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101674-expected.png:
3517 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-1-expected.png: Added.
3518 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-2-expected.png: Added.
3519 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-3-expected.png: Added.
3520 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-4-expected.png: Added.
3521 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10269-2-expected.png:
3522 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10296-1-expected.png:
3523 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1055-1-expected.png:
3524 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10565-expected.png: Added.
3525 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10633-expected.png: Added.
3526 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug106816-expected.png: Added.
3527 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug109043-expected.png: Added.
3528 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11026-expected.png:
3529 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug110566-expected.png: Added.
3530 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-1-expected.png:
3531 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-2-expected.png: Added.
3532 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-3-expected.png:
3533 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113424-expected.png: Added.
3534 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384q-expected.png: Added.
3535 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1163-1-expected.png: Added.
3536 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1188-expected.png:
3537 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11944-expected.png:
3538 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug119786-expected.png: Added.
3539 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12008-expected.png: Added.
3540 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug120364-expected.png:
3541 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1224-expected.png: Added.
3542 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12268-expected.png: Added.
3543 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug123862-expected.png: Added.
3544 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1261-expected.png: Added.
3545 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug126742-expected.png: Added.
3546 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12709-expected.png: Added.
3547 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug127267-expected.png: Added.
3548 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug128229-expected.png: Added.
3549 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12908-1-expected.png: Added.
3550 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1296-expected.png:
3551 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1302-expected.png:
3552 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020-expected.png:
3553 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png:
3554 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13105-expected.png: Added.
3555 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13118-expected.png: Added.
3556 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1318-expected.png: Added.
3557 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13196-expected.png: Added.
3558 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-1-expected.png: Added.
3559 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-2-expected.png: Added.
3560 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13484-expected.png: Added.
3561 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug139524-2-expected.png: Added.
3562 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-1-expected.png: Added.
3563 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-3-expected.png: Added.
3564 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1430-expected.png: Added.
3565 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14323-expected.png: Added.
3566 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug149275-1-expected.png: Added.
3567 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14929-expected.png: Added.
3568 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15247-expected.png: Added.
3569 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15544-expected.png:
3570 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug157890-expected.png: Added.
3571 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16012-expected.png: Added.
3572 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16252-expected.png:
3573 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-1-expected.png: Added.
3574 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-2-expected.png: Added.
3575 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17138-expected.png: Added.
3576 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17168-expected.png: Added.
3577 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17587-expected.png: Added.
3578 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1800-expected.png: Added.
3579 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802-expected.png: Added.
3580 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802s-expected.png: Added.
3581 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1809-expected.png: Added.
3582 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1828-expected.png: Added.
3583 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18359-expected.png: Added.
3584 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18558-expected.png: Added.
3585 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18664-expected.png: Added.
3586 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18955-expected.png: Added.
3587 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-1-expected.png: Added.
3588 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-2-expected.png: Added.
3589 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19356-expected.png: Added.
3590 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug194024-expected.png:
3591 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19599-expected.png: Added.
3592 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2050-expected.png: Added.
3593 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug20579-expected.png: Added.
3594 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug20804-expected.png: Added.
3595 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2123-expected.png: Added.
3596 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug21299-expected.png: Added.
3597 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug215629-expected.png: Added.
3598 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22019-expected.png:
3599 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug220536-expected.png: Added.
3600 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2-expected.png: Added.
3601 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2a-expected.png: Added.
3602 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3-expected.png: Added.
3603 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3a-expected.png: Added.
3604 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug222846-expected.png: Added.
3605 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2267-expected.png: Added.
3606 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug227123-expected.png: Added.
3607 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23151-expected.png:
3608 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23235-expected.png: Added.
3609 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23299-expected.png: Added.
3610 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24200-expected.png: Added.
3611 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24503-expected.png: Added.
3612 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24627-expected.png: Added.
3613 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24661-expected.png: Added.
3614 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2469-expected.png: Added.
3615 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-1-expected.png:
3616 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-2-expected.png: Added.
3617 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-3-expected.png:
3618 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-4-expected.png:
3619 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24880-expected.png: Added.
3620 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25004-expected.png: Added.
3621 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25086-expected.png: Added.
3622 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2509-expected.png: Added.
3623 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25663-expected.png: Added.
3624 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2684-expected.png: Added.
3625 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-2-expected.png:
3626 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug275625-expected.png: Added.
3627 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2757-expected.png: Added.
3628 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2763-expected.png: Added.
3629 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2773-expected.png: Added.
3630 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug278266-expected.png: Added.
3631 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27993-1-expected.png: Added.
3632 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug28341-expected.png: Added.
3633 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-2-expected.png: Added.
3634 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-expected.png: Added.
3635 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug28928-expected.png: Added.
3636 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29058-3-expected.png: Added.
3637 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29157-expected.png: Added.
3638 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29429-expected.png: Added.
3639 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2947-expected.png:
3640 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2962-expected.png: Added.
3641 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2973-expected.png: Added.
3642 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-1-expected.png: Added.
3643 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-2-expected.png:
3644 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2997-expected.png: Added.
3645 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30273-expected.png: Added.
3646 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-1-expected.png: Added.
3647 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-2-expected.png: Added.
3648 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30418-expected.png: Added.
3649 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30559-expected.png: Added.
3650 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30692-expected.png: Added.
3651 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30985-expected.png: Added.
3652 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3103-expected.png: Added.
3653 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3191-expected.png: Added.
3654 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-2-expected.png:
3655 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-3-expected.png: Added.
3656 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3260-expected.png: Added.
3657 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32841-expected.png: Added.
3658 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3309-1-expected.png: Added.
3659 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug33137-expected.png: Added.
3660 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug33855-expected.png: Added.
3661 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3454-expected.png: Added.
3662 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug35662-expected.png: Added.
3663 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-1-expected.png: Added.
3664 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-2-expected.png: Added.
3665 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug38916-expected.png:
3666 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug39209-expected.png: Added.
3667 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3977-expected.png:
3668 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug40828-expected.png: Added.
3669 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4093-expected.png:
3670 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug41890-expected.png: Added.
3671 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug42187-expected.png: Added.
3672 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug42443-expected.png: Added.
3673 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4284-expected.png:
3674 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43039-expected.png:
3675 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43204-expected.png: Added.
3676 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4382-expected.png: Added.
3677 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4385-expected.png: Added.
3678 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-1-expected.png:
3679 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-2-expected.png: Added.
3680 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4427-expected.png:
3681 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44505-expected.png:
3682 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44523-expected.png: Added.
3683 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4501-expected.png: Added.
3684 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-2-expected.png: Added.
3685 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-expected.png: Added.
3686 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4523-expected.png: Added.
3687 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45486-expected.png: Added.
3688 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4576-expected.png: Added.
3689 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-1-expected.png: Added.
3690 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-2-expected.png: Added.
3691 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-3-expected.png: Added.
3692 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-5-expected.png: Added.
3693 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-expected.png: Added.
3694 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-1-expected.png: Added.
3695 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-2-expected.png: Added.
3696 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-1-expected.png:
3697 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-2-expected.png:
3698 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-1-expected.png: Added.
3699 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-2-expected.png: Added.
3700 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46924-expected.png: Added.
3701 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug47432-expected.png: Added.
3702 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-1-expected.png: Added.
3703 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-2-expected.png: Added.
3704 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4803-expected.png: Added.
3705 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-2-expected.png: Added.
3706 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-expected.png: Added.
3707 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48827-expected.png: Added.
3708 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug50695-1-expected.png:
3709 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51037-expected.png: Added.
3710 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51140-expected.png: Added.
3711 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51727-expected.png: Added.
3712 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5188-expected.png: Added.
3713 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug52505-expected.png: Added.
3714 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug52506-expected.png: Added.
3715 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug53891-expected.png: Added.
3716 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug54450-expected.png: Added.
3717 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5538-expected.png: Added.
3718 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug55527-expected.png: Added.
3719 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug55694-expected.png: Added.
3720 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57300-expected.png: Added.
3721 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57378-expected.png: Added.
3722 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-2-expected.png: Added.
3723 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-expected.png: Added.
3724 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5798-expected.png: Added.
3725 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5799-expected.png: Added.
3726 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5835-expected.png:
3727 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5838-expected.png: Added.
3728 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug58402-1-expected.png: Added.
3729 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug59354-expected.png: Added.
3730 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60013-expected.png: Added.
3731 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60749-expected.png: Added.
3732 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60804-expected.png: Added.
3733 * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60807-expected.png: Added.