Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2013-07-11  Mario Sanchez Prada  <mario.prada@samsung.com>
2
3         [GTK] Unreviewed gardening. Added crash expectations in debug builds after r152537
4
5         * platform/gtk/TestExpectations: Added two crashing tests.
6
7 2013-07-10  Sam Weinig  <sam@webkit.org>
8
9         Range.getClientRects() not working correctly for partially contained vertically styled text nodes
10         <rdar://problem/14305675>
11         https://bugs.webkit.org/show_bug.cgi?id=118447
12
13         Reviewed by David Hyatt.
14
15         * fast/dom/Range/getClientRects-vertical-expected.txt: Added.
16         * fast/dom/Range/getClientRects-vertical.html: Added.
17
18 2013-07-10  Eric Carlson  <eric.carlson@apple.com>
19
20         [Mac] every enabled text track should be listed in the track menu
21         https://bugs.webkit.org/show_bug.cgi?id=118477
22
23         Reviewed by Jer Noble.
24
25         * media/trackmenu-test.js: Add some new utility functions.
26
27         * media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt: Added.
28         * media/video-controls-captions-trackmenu-includes-enabled-track.html: Added.
29         * platform/efl/TestExpectations:
30         * platform/gtk/TestExpectations:
31         * platform/qt/TestExpectations:
32         * platform/win/TestExpectations:
33
34 2013-07-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
35
36         Remove ElementTimeControl and expose SVGAnimationElement
37         https://bugs.webkit.org/show_bug.cgi?id=118349
38
39         Reviewed by Rob Buis.
40
41         Rebaseline several test cases now that SVGAnimationElement is exposed
42         on the global Window object.
43
44         * fast/js/global-constructors-attributes-expected.txt:
45         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
46         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
47         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
48         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
49         * svg/custom/global-constructors-expected.txt:
50
51 2013-07-09  Roger Fong  <roger_fong@apple.com>
52
53         HTMLPluginElement's state should be Playing before firing mouse click event.
54         https://bugs.webkit.org/show_bug.cgi?id=118398.
55         <rdar://problem/14262126>
56
57         Reviewed by Dean Jackson.
58
59         * platform/mac-wk2/plugins/snapshotting/plugin-receives-click-event-expected.txt: Added.
60         * plugins/snapshotting/plugin-receives-click-event.html: Added.
61
62 2013-07-10  Mario Sanchez Prada  <mario.prada@samsung.com>
63
64         AX: Allow requesting the full plain text for an object with textUnderElement()
65         https://bugs.webkit.org/show_bug.cgi?id=105214
66
67         Reviewed by Chris Fleizach.
68
69         Removed tests that are not longer expected to fail.
70
71         * platform/gtk/TestExpectations: Removed tests.
72
73 2013-07-10  Simon Pena  <simon.pena@samsung.com>
74
75         [GTK] Unreviewed gardening. Update new baselines after r152494 and r152478
76         https://bugs.webkit.org/show_bug.cgi?id=118527
77
78         Unreviewed GTK gardening
79
80         * platform/gtk/editing/deleting/delete-br-002-expected.txt: Updated after r152478.
81         * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed to pick general one after r152494.
82         * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Ditto.
83         * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Ditto.
84         * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Ditto.
85         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Updated after r152494.
86         * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Updated after r152494.
87
88 2013-07-10  James Craig  <james@cookiecrook.com>
89
90         AX: AccessibilityNodeObject::supportsRequiredAttribute() should switch on CellRole
91         https://bugs.webkit.org/show_bug.cgi?id=117817
92
93         Reviewed by Chris Fleizach.
94
95         CellRole supports the required attribute now for accessibility, according to ARIA spec.
96
97         * platform/mac/accessibility/table-attributes-expected.txt:
98         * platform/mac/accessibility/table-cell-spans-expected.txt:
99         * platform/mac/accessibility/table-cells-expected.txt:
100         * platform/mac/accessibility/table-sections-expected.txt:
101
102 2013-07-10  Ádám Kallai  <kadam@inf.u-szeged.hu>
103
104         [Qt] Unreviewed gardening.
105         Remove platform specific expetations after r152494 because the generic is good for Qt.
106
107         * platform/qt/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed after r152494.
108         * platform/qt/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed after r152494.
109         * platform/qt/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed after r152494.
110         * platform/qt/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed after r152494.
111
112 2013-07-09  James Craig  <james@cookiecrook.com>
113
114         @readonly and @aria-readonly="false" are not exposed correctly to accessibility
115         https://bugs.webkit.org/show_bug.cgi?id=118475
116
117         Reviewed by Chris Fleizach.
118
119         Updated existing test to account for implicit and explicit @readonly/@aria-readonly mismatches. 
120
121         * accessibility/aria-readonly-expected.txt:
122         * accessibility/aria-readonly.html:
123
124 2013-07-09  Mark Lam  <mark.lam@apple.com>
125
126         Fix 30% JSBench regression (caused by adding column numbers to stack traces).
127         https://bugs.webkit.org/show_bug.cgi?id=118481.
128
129         Reviewed by Mark Hahnenberg and Geoffrey Garen.
130
131         The fix now computes line and column numbers more accurately. As a result,
132         some of the test results need to be re-baselined. Among other fixes, one
133         major source of difference is that the old code was incorrectly computing
134         0-based column numbers. This has now been fixed to be 1-based.
135         Note: line numbers were always 1-based.
136
137         Also added a new test: fast/js/line-column-numbers.html, which tests line
138         and column numbers for source code in various configurations.
139
140         * editing/execCommand/outdent-blockquote-test1-expected.txt:
141         * editing/execCommand/outdent-blockquote-test2-expected.txt:
142         * editing/execCommand/outdent-blockquote-test3-expected.txt:
143         * editing/execCommand/outdent-blockquote-test4-expected.txt:
144         * editing/pasteboard/copy-paste-float-expected.txt:
145         * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
146         * editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt:
147         * fast/dom/Window/window-resize-contents-expected.txt:
148         * fast/events/remove-target-with-shadow-in-drag-expected.txt:
149         * fast/js/line-column-numbers-expected.txt: Added.
150         * fast/js/line-column-numbers.html: Added.
151         * fast/js/script-tests/line-column-numbers.js: Added.
152         (try.doThrow4b):
153         (doThrow5b.try.innerFunc):
154         (doThrow5b):
155         (doThrow6b.try.innerFunc):
156         (doThrow6b):
157         (catch):
158         (try.doThrow11b):
159         (try.doThrow14b):
160         * fast/js/stack-trace-expected.txt:
161         * inspector/console/console-url-line-column-expected.txt:
162
163 2013-07-09  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
164
165         [Qt] Unreviewed gardening.
166
167         * platform/qt-mac/TestExpectations: Skip failing test after r151546.
168
169 2013-07-09  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
170
171         [Qt] Unreviewed gardening.
172
173         * platform/qt-5.0-wk2/TestExpectations: Skip flaky svg tests.
174         * platform/qt-mac/TestExpectations: Skip failing CSS Shape tests.
175
176 2013-07-09  Praveen R Jadhav  <praveen.j@samsung.com>
177
178         Update Exception handling in WebAudio.
179         https://bugs.webkit.org/show_bug.cgi?id=118405.
180
181         Reviewed by Chris Rogers.
182
183         New test cases to check exception handling in AnalyserNode and
184         AudioBufferSourceNode.
185
186         * webaudio/analyser-exception-expected.txt: Added.
187         * webaudio/analyser-exception.html: Added.
188         * webaudio/audiobuffersource-exception-expected.txt: Added.
189         * webaudio/audiobuffersource-exception.html: Added.
190
191 2013-07-09  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
192
193         [Qt] Unreviewed gardening. Rebaselining after r152479.
194
195         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
196         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt:
197
198 2013-07-09  Ádám Kallai  <kadam@inf.u-szeged.hu>
199
200         [Qt] Unreviewed gardening.
201
202         * platform/qt/TestExpectations: Skip failing composting test after r152303.
203         * platform/qt/editing/deleting/delete-br-002-expected.png: Update after r152478.
204         * platform/qt/editing/deleting/delete-br-002-expected.txt: Update after r152478.
205
206 2013-07-08  Martin Robinson  <mrobinson@igalia.com>
207
208         [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns}
209         https://bugs.webkit.org/show_bug.cgi?id=103336
210
211         Reviewed by Tony Chang.
212
213         Update tests to reflect the rename of -webkit-grid-{rows|columns} to
214         -webkit-grid-definition-{rows|columns}.
215
216         * fast/css-grid-layout: Mass search and replace for the new name.
217
218 2013-07-08  Enrica Casucci  <enrica@apple.com>
219
220         DeleteSelectionCommand does not handle correctly deletion with two consecutive BR element.
221         https://bugs.webkit.org/show_bug.cgi?id=118457
222         <rdar://problem/14160912>
223
224         Reviewed by Simon Fraser.
225
226         * editing/deleting/delete-image-followed-by-two-br-expected.txt: Added.
227         * editing/deleting/delete-image-followed-by-two-br.html: Added.
228         * platform/mac/editing/deleting/delete-br-002-expected.txt: Rebased.
229
230 2013-07-08  Alexey Proskuryakov  <ap@apple.com>
231
232         [Mac] Multiple compositing/patterns test fail
233         https://bugs.webkit.org/show_bug.cgi?id=118490
234
235         * platform/mac/TestExpectations: The failures appear to be WK2 only in my testing,
236         so moved the expectations to mac-wk2.
237
238         * platform/mac-wk2/TestExpectations: Updated bug numbers.
239
240 2013-07-08  Radu Stavila  <stavila@adobe.com>
241
242         NamedFlowCollection getters should return undefined when there's no NamedFlow
243         https://bugs.webkit.org/show_bug.cgi?id=118463
244
245         Reviewed by Christophe Dumez.
246
247         Added test that validates that NamedFlowCollection getters return undefined
248         when no named flows exist.
249
250         * fast/regions/webkit-named-flow-collection-undefined-expected.txt: Added.
251         * fast/regions/webkit-named-flow-collection-undefined.html: Added.
252
253 2013-07-08  David Farler  <dfarler@apple.com>
254
255         fast/repaint/fixed-right-in-page-scale.html also crashing on Mountain Lion.
256         https://bugs.webkit.org/show_bug.cgi?id=118479
257
258         Moved expectation to higher-level mac and marked as [ Pass Crash ].
259         * platform/mac-lion/TestExpectations:
260         * platform/mac/TestExpectations:
261
262 2013-07-08  David Farler  <dfarler@apple.com>
263
264         Mark fast/text/international/synthesized-italic-vertical-latin.html as failing on Lion.
265         https://bugs.webkit.org/show_bug.cgi?id=118480
266
267         Unreviewed TestExpectation change.
268
269         * platform/mac-lion/TestExpectations:
270         Mark fast/text/international/synthesized-italic-vertical-latin.html as Failure.
271
272 2013-07-08  David Farler  <dfarler@apple.com>
273
274         Skip fast/repaint/fixed-right-in-page-scale.html on Lion.
275         https://bugs.webkit.org/show_bug.cgi?id=118479
276
277         Unreviewed: test marked as crashing.
278
279         * platform/mac-lion/TestExpectations:
280         Skip fast/repaint/fixed-right-in-page-scale.html.
281
282 2013-07-08  Andreas Kling  <akling@apple.com>
283
284         REGRESSION(r125294): A style rule with more than 8192 selectors can cause style corruption.
285         <http://webkit.org/b/118369>
286         <rdar://problem/14291428>
287
288         Reviewed by Antti Koivisto.
289
290         Added a test to document the new cap of 8192 selectors per CSS rule.
291
292         * fast/css/rule-selector-overflow-expected.txt: Added.
293         * fast/css/rule-selector-overflow.html: Added.
294
295 2013-07-08  Simon Pena  <simon.pena@samsung.com>
296
297         [GTK] Unreviewed gardening. Update TestExpectations
298         https://bugs.webkit.org/show_bug.cgi?id=118462
299
300         Unreviewed GTK gardening.
301
302         * platform/gtk/TestExpectations: Skip media/track/track-legacyapi-with-automatic-mode.html
303         and mark media/media-element-play-after-eos.html as flaky.
304
305 2013-07-08  Krzysztof Czech  <k.czech@ymail.com>
306
307         Unreviewed EFL gardening.
308         https://bugs.webkit.org/show_bug.cgi?id=118453
309
310         Added new baseline for EFL after r151841
311
312         * platform/efl/accessibility/aria-tab-role-on-buttons-expected.txt: Added.
313
314 2013-07-08  Kihong Kwon  <kihong.kwon@samsung.com>
315
316         vibrate function have to return boolean value.
317         https://bugs.webkit.org/show_bug.cgi?id=118288
318
319         Reviewed by Gyuyoung Kim.
320
321         Update navigator-vibration.html to adjust latest spec.
322         Add vibration/cancelVibration-during-pattern-vibrating.html to TestExpactations
323         until Vibration API support visibilitychane event.
324
325         * platform/efl/TestExpectations:
326         * vibration/navigator-vibration-expected.txt:
327         * vibration/navigator-vibration.html:
328
329 2013-07-06  Rob Buis  <rbuis@rim.com>
330
331         createElement("image") creates an HTMLImageElement, although this hack should exist in parser only
332         https://bugs.webkit.org/show_bug.cgi?id=88360
333
334         Reviewed by Sam Weinig.
335
336         Update tests to reflect new behavior. This matches FireFox and Opera 12.
337
338         * fast/canvas/webgl/context-lost.html:
339         * fast/dom/prefixed-image-tag-expected.txt:
340         * fast/dom/prefixed-image-tag.xhtml:
341         * fast/dom/wrapper-classes-expected.txt:
342         * fast/dom/wrapper-classes.html:
343         * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
344         * platform/mac/fast/dom/wrapper-classes-objc.html:
345
346 2013-07-05  Zalan Bujtas  <zalan@apple.com>
347
348         iframe constrained by max-width in full screen
349         https://bugs.webkit.org/show_bug.cgi?id=118250
350
351         Reviewed by Antti Koivisto.
352
353         Ensure that contents inside iframe can go full screen properly.
354
355         Set max-width and max-height values to the default 'none', so that iframes are not
356         constrained when entering full screen.
357
358         * fullscreen/full-screen-iframe-with-max-width-height-expected.txt: Added.
359         * fullscreen/full-screen-iframe-with-max-width-height.html: Added.
360
361 2013-07-05  Eric Carlson  <eric.carlson@apple.com>
362
363         [Mac] .webkitClosedCaptionsVisible doesn't work with "Automatic" caption mode
364         https://bugs.webkit.org/show_bug.cgi?id=118319
365
366         Reviewed by Jer Noble.
367
368         * media/track/track-legacyapi-with-automatic-mode-expected.txt: Added.
369         * media/track/track-legacyapi-with-automatic-mode.html: Added.
370
371 2013-07-05  Mario Sanchez Prada  <mario.prada@samsung.com>
372
373         Unreviewed gardening. Updated TestExpectations file.
374
375         Added accessibility/listitem-list.html to the list of expected
376         failures, which will get fixed once bug 105214 is fixed.
377
378         * platform/gtk/TestExpectations: Added new test.
379
380 2013-07-05  Simon Pena  <simon.pena@samsung.com>
381
382         [GTK] Update TestExpectations with crashing and failing tests
383         https://bugs.webkit.org/show_bug.cgi?id=118424
384
385         Unreviewed GTK gardening.
386
387         Updated TestExpectations with tests crashing and failing.
388
389         * platform/gtk/TestExpectations:
390
391 2013-07-05  Mihai Maerean  <mmaerean@adobe.com>
392
393         [New multicol] Change test to follow the pattern of the other tests
394         https://bugs.webkit.org/show_bug.cgi?id=117698
395
396         Reviewed by Andreas Kling.
397
398         Test is a ref test against the old multicol code, like all the other tests in LayoutTests/fast/multicol/newmulticol/
399         This is a follow up of bug 116614, testing that flow threads don't end up being cloned in region based multi
400         columns with columns:1 where the only child has column-span:all.
401
402         * fast/multicol/newmulticol/direct-child-column-span-all-expected.html: Added.
403         * fast/multicol/newmulticol/direct-child-column-span-all-expected.txt: Removed.
404         * fast/multicol/newmulticol/direct-child-column-span-all.html:
405
406 2013-07-05  Denis Nomiyama  <d.nomiyama@samsung.com>
407
408         [GTK] fast/text/font-kerning.html fails
409         https://bugs.webkit.org/show_bug.cgi?id=76048
410
411         Reviewed by Martin Robinson.
412
413         Added kerning to the list of features for hb_shade() according to FontDescription::kerning().
414         Removed font-kerning.html from gtk/TestExpectations, which was failing before this fix.
415
416         * platform/gtk/TestExpectations:
417
418 2013-07-04  Christophe Dumez  <ch.dumez@sisa.samsung.com>
419
420         Have SVGTextContentElement inherit SVGGraphicsElement
421         https://bugs.webkit.org/show_bug.cgi?id=118351
422
423         Reviewed by Dirk Schulze.
424
425         Fix conversion to absolute (user agent) coordinates in the svg/text
426         tests to use SVGGraphicsElement::getScreenCTM() instead of
427         SVGGraphicsElement::getTransformToElement(). The previous code was
428         working until now due to a bug in getTransformToElement(), which
429         was not taking into consideration the CTM of the SVGTextElement (as
430         it was not recognized as a "locatable" element). Now that
431         SVGTextElement inherits from SVGGraphicsElement, it is properly
432         recognized as a "locatable" element by getTransformToElement().
433
434         * svg/text/resources/SelectionTestCase.js:
435         (toAbsoluteCoordinates):
436         * svg/text/selection-doubleclick.svg:
437
438 2013-07-04  KyungTae Kim  <ktf.kim@samsung.com>
439
440         [EFL] Gardening. Unskip tests related with editing
441         https://bugs.webkit.org/show_bug.cgi?id=118379
442
443         Unreviewed gardening.
444
445         * platform/efl-wk2/TestExpectations:
446           Unskip editing/selection/doubleclick-beside-cr-span.html and
447           editing/selection/doubleclick-whitespace.html, which are passed after r150289
448         * platform/efl/editing/style/5065910-expected.txt: Removed (wrong expected result).
449         * platform/efl/editing/style/5065910-expected.png: Removed (wrong expected result).
450
451 2013-07-04  Balazs Kelemen  <b.kelemen@samsung.com>
452
453         [GStreamer] support preload="metadata"
454         https://bugs.webkit.org/show_bug.cgi?id=116817
455
456         Reviewed by Eric Carlson.
457
458         * media/video-load-preload-metadata.html: Added.
459
460 2013-07-03  Chris Fleizach  <cfleizach@apple.com>
461
462         AX: Items the img aria role aren't inserting an object replacement character
463         https://bugs.webkit.org/show_bug.cgi?id=118259
464
465         Reviewed by Reviewed by Tim Horton.
466
467         * accessibility/non-native-image-crash-expected.txt:
468         * platform/mac/accessibility/aria-image-emits-object-replacement-expected.txt: Added.
469         * platform/mac/accessibility/aria-image-emits-object-replacement.html: Added.
470         * platform/mac/accessibility/img-fallsback-to-title-expected.txt:
471              Update expected tests where role="img" now emits replacement character.
472
473 2013-07-03  Simon Pena  <simon.pena@samsung.com>
474
475         WebTextCheckerClient doesn't initialize output arguments.
476         https://bugs.webkit.org/show_bug.cgi?id=83683
477
478         Reviewed by Martin Robinson.
479
480         Unskip editing/pasteboard/pasting-empty-html-falls-back-to-text.html, which no longer
481         crashes after the fix.
482
483         * platform/gtk-wk2/TestExpectations:
484
485 2013-07-03  Gabor Abraham  <abrhm@inf.u-szeged.hu>
486
487         [Qt] Unreviewed gardening. Skipping test to paint the debug bot green.
488
489         * platform/qt/TestExpectations:
490
491 2013-07-02  Commit Queue  <commit-queue@webkit.org>
492
493         Unreviewed, rolling out r152318.
494         http://trac.webkit.org/changeset/152318
495         https://bugs.webkit.org/show_bug.cgi?id=118333
496
497         This patch broke media/track/track-automatic-subtitles.html on
498         Mac (Requested by dfarler on #webkit).
499
500         * media/track/track-legacyapi-with-automatic-mode-expected.txt: Removed.
501         * media/track/track-legacyapi-with-automatic-mode.html: Removed.
502
503 2013-07-02  Ruth Fong  <ruth_fong@apple.com>
504
505         Change event should not be dispatched by clicking a scrollbar of select listbox
506         https://bugs.webkit.org/show_bug.cgi?id=118019
507         <rdar://problem/14297760>
508
509         Reviewed by Dean Jackson.
510
511         Merge the following:
512         http://src.chromium.org/viewvc/blink?view=revision&revision=151689
513         https://chromium.googlesource.com/chromium/blink/+/492549b0fcaa58a85aa0797446b62985a263704f
514
515         * fast/forms/select/listbox-click-on-scrollbar-expected.txt: Added.
516         * fast/forms/select/listbox-click-on-scrollbar.html: Added.
517         Tests that an onChange() event is not fired when the scrollbar of a 
518         <select multiple> element is clicked.
519
520 2013-07-02  David Farler  <dfarler@apple.com>
521
522         Unreviewed rebaseline of media/video-controls-captions-trackmenu-localized after r151697.
523
524         * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
525         "Unknown SDH" -> "Unknown".
526
527 2013-07-02  David Farler  <dfarler@apple.com>
528
529         Unreviewed rebaseline of Mac Lion fast/js/global-constructors-attributes after r151914.
530
531         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
532         WaveTable -> PeriodicWave
533
534 2013-07-02  Radu Stavila  <stavila@adobe.com>
535
536         [CSS Regions] Improve implementation of elements in region being flowed to another flow thread
537         https://bugs.webkit.org/show_bug.cgi?id=118300
538
539         Reviewed by David Hyatt.
540
541         * fast/regions/flow-body-in-html.html:
542         * fast/regions/region-content-flown-into-region-expected.html:
543         * fast/regions/region-content-flown-into-region.html:
544         * fast/regions/universal-selector-children-to-the-same-region.html:
545
546 2013-07-02  David Farler  <dfarler@apple.com>
547
548         Skip cache partitioning tests on Lion.
549
550         Rubber stamped by Jeffrey Pfau.
551
552         * platform/mac-lion/TestExpectations:
553         http/tests/cache/partitioned-cache.html
554         http/tests/cache/partitioned-cache-iframe.html
555
556 2013-07-02  Eric Carlson  <eric.carlson@apple.com>
557
558         [Mac] .webkitClosedCaptionsVisible doesn't work with "Automatic" caption mode
559         https://bugs.webkit.org/show_bug.cgi?id=118319
560
561         Reviewed by Darin Adler.
562
563         * media/track/track-legacyapi-with-automatic-mode-expected.txt: Added.
564         * media/track/track-legacyapi-with-automatic-mode.html: Added.
565
566 2013-06-26  Robert Hogan  <robert@webkit.org>
567
568         empty inlines should not affect line-wrapping
569         https://bugs.webkit.org/show_bug.cgi?id=25638
570
571         Reviewed by David Hyatt.
572
573         * fast/text/whitespace/inline-whitespace-wrapping-11-expected.html: Added.
574         * fast/text/whitespace/inline-whitespace-wrapping-11.html: Added.
575
576 2013-07-02  Tim Horton  <timothy_horton@apple.com>
577
578         constrainScrollPositionForOverhang needs to handle scrollOrigin correctly
579         https://bugs.webkit.org/show_bug.cgi?id=118176
580         <rdar://problem/14301271>
581
582         Reviewed by Anders Carlsson.
583
584         Add a test that ensures that fixed position works with a scrollable document
585         and direction: rtl, which is one case where scrollOrigin is set.
586
587         Disable the test on Mac WebKit1 because of https://bugs.webkit.org/show_bug.cgi?id=118269.
588
589         * compositing/geometry/fixed-position-flipped-writing-mode-expected.txt: Added.
590         * compositing/geometry/fixed-position-flipped-writing-mode.html: Added.
591         * platform/mac/compositing/geometry/fixed-position-flipped-writing-mode-expected.png: Added.
592         * platform/mac/TestExpectations:
593         * platform/mac-wk2/TestExpectations:
594
595 2013-07-02  Mario Sanchez Prada  <mario.prada@samsung.com>
596
597         Unreviewed gardening. Added new common expectations for test after r151665.
598
599         * accessibility/box-styled-lists-expected.txt: Added shared expectation.
600         * platform/efl/TestExpectations: Removed failure expectation.
601         * platform/gtk/TestExpectations: Ditto.
602
603 2013-07-02  Mario Sanchez Prada  <mario.prada@samsung.com>
604
605         Unreviewed gardening. Added new baselines for GTK after revision r151841 and r151868.
606
607         * accessibility/listitem-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/listitem-title-expected.txt.
608         * platform/gtk/accessibility/aria-tab-role-on-buttons-expected.txt: Added.
609
610 2013-07-02  Mihai Tica  <mitica@adobe.com>
611
612         Unreviewed gardening. Rebaseline background blend mode default test result.
613
614         * platform/mac/css3/compositing/background-blend-mode-default-value-expected.png:
615
616 2013-07-02  Andreas Kling  <akling@apple.com>
617
618         Skip fast/dom/timer-throttling-hidden-page.html after r152202.
619         <http://webkit.org/b/118301>
620
621         * TestExpectations:
622
623 2013-07-02  Andreas Kling  <akling@apple.com>
624
625         Skip 3 MathML tests that are failing after r152235.
626         <http://webkit.org/b/118298>
627
628         * TestExpectations:
629
630 2013-07-02  Catalin Badea  <badea@adobe.com>
631
632         [CSS-Regions] OverrideLogicalHeight used by both regions and flexbox
633         https://bugs.webkit.org/show_bug.cgi?id=118057
634
635         Reviewed by David Hyatt.
636
637         Add test for auto-height regions and flexbox containers.
638
639         * fast/regions/autoheight-flexbox-expected.html: Added.
640         * fast/regions/autoheight-flexbox.html: Added.
641
642 2013-07-01  Frédéric Wang  <fred.wang@free.fr>
643
644         Add Support for mspace element
645         https://bugs.webkit.org/show_bug.cgi?id=115610
646
647         Reviewed by Chris Fleizach.
648
649         Add a reftest for the mspace element (width, height and depth) and
650         the parsing of MathML lengths. Import a reftest from Gecko to check
651         positive namedspace values.
652
653         * mathml/presentation/mspace-expected.html: Added.
654         * mathml/presentation/mspace-units-expected.html: Added.
655         * mathml/presentation/mspace-units.html: Added.
656         * mathml/presentation/mspace.html: Added.
657         * mathml/presentation/positive-namedspace-expected.html: Added.
658         * mathml/presentation/positive-namedspace.html: Added.
659
660 2013-07-01  Gabor Abraham  <abrhm@inf.u-szeged.hu>
661
662         [Qt] Unreviewed gardening. Skipping unsupported tests.
663
664         * platform/qt/TestExpectations:
665
666 2013-06-30  Zan Dobersek  <zdobersek@igalia.com>
667
668         Unreviewed GTK gardening. Rebaselining whatever can be rebaselined and adding failure expectations for other current failures.
669
670         * platform/gtk-wk1/TestExpectations:
671         * platform/gtk/TestExpectations:
672         * platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Added.
673         * platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Added.
674         * platform/gtk/fast/events/ondragenter-expected.txt: Added.
675         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
676         * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
677
678 2013-06-28  Ryosuke Niwa  <rniwa@webkit.org>
679
680         An element with -webkit-user-select: all should be selected on single click
681         https://bugs.webkit.org/show_bug.cgi?id=117864
682
683         Reviewed by Darin Adler.
684
685         Add tests for single clicking on an element with user-select: all.
686         We select the entire element regardless of whether the user had clicked on text or an image
687         to be consistent even though Firefox requires a double click on the latter case.
688
689         * editing/selection/user-select-all-with-image-single-click-expected.txt: Added.
690         * editing/selection/user-select-all-with-image-single-click.html: Added.
691         * editing/selection/user-select-all-with-single-click-expected.txt: Added.
692         * editing/selection/user-select-all-with-single-click.html: Added.
693
694 2013-06-28  Ryosuke Niwa  <rniwa@webkit.org>
695
696         -webkit-line-break: after-white-space sometimes truncates DOM on copy & paste
697         https://bugs.webkit.org/show_bug.cgi?id=118164
698
699         Reviewed by Sam Weinig.
700
701         Add a regression test.
702
703         * editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt: Added.
704         * editing/pasteboard/simplfiying-markup-should-not-strip-content.html: Added.
705
706 2013-06-28  Jer Noble  <jer.noble@apple.com>
707
708         media/video-currentTime.html flakey
709         https://bugs.webkit.org/show_bug.cgi?id=118198
710
711         Reviewed by Jessie Berlin.
712
713         Update video-currentTime.html so that it listens for timeupdate events, and ends the test
714         after the first one with a >0 currentTime. Add a 3s watchdog for the failure case.
715
716         * media/video-currentTime-expected.txt:
717         * media/video-currentTime.html:
718
719 2013-06-28  Bem Jones-Bey  <bjonesbe@adobe.com>
720
721         Update TestExpectations so new Shapes tests are skipped where the old ones were
722         https://bugs.webkit.org/show_bug.cgi?id=118192
723
724         Reviewed by Brent Fulgham.
725
726         Shapes still aren't enabled on some ports, so skip the tests there.
727         As part of this patch, it was discovered that they work on EFL, so the
728         skipping has been removed from there.
729
730         * platform/efl/TestExpectations:
731         * platform/win/TestExpectations:
732         * platform/wincairo/TestExpectations:
733
734 2013-06-28  Morten Stenshorne  <mstensho@opera.com>
735
736         SVG relayout problem when displayed with different image box heights
737         https://bugs.webkit.org/show_bug.cgi?id=118140
738
739         Reviewed by Philip Rogers.
740
741         * svg/as-image/same-source-different-height-expected.html: Added.
742         * svg/as-image/same-source-different-height.html: Added.
743
744 2013-06-28  Mario Sanchez Prada  <mario.prada@samsung.com>
745
746         accessibility/media-element.html does not support platforms without subroles
747         https://bugs.webkit.org/show_bug.cgi?id=118187
748
749         Reviewed by Chris Fleizach.
750
751         Update the test to be more friendly with platforms not supporting subroles.
752
753         * accessibility/media-element.html: Updated test.
754
755 2013-06-28  Christophe Dumez  <ch.dumez@sisa.samsung.com>
756
757         Introduce SVGGraphicsElement IDL interface
758         https://bugs.webkit.org/show_bug.cgi?id=118178
759
760         Reviewed by Kentaro Hara.
761
762         Rebaseline js/global-constructors-attributes.html test case now that
763         SVGGraphicsElement is exposed on the global Window object.
764
765         * fast/js/global-constructors-attributes-expected.txt:
766         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
767         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
768         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
769         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
770
771 2013-06-28  Gabor Abraham  <abrhm@inf.u-szeged.hu>
772
773         [Qt] Unreviewed gardening. Skipping failing tests, and mathml tests because not yet supported.
774
775         * platform/qt-5.0-wk2/TestExpectations:
776         * platform/qt/TestExpectations:
777
778 2013-06-28  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
779
780         Add new schemes to content utils.
781         https://bugs.webkit.org/show_bug.cgi?id=118181
782
783         Reviewed by Christophe Dumez.
784
785         Add new schemes as well as change SYNTAX_ERR, SECURITY_ERR.
786
787         * fast/dom/register-protocol-handler-expected.txt:
788         * fast/dom/register-protocol-handler.html:
789         * fast/dom/unregister-protocol-handler-expected.txt:
790         * fast/dom/unregister-protocol-handler.html:
791         * platform/efl/fast/dom/register-protocol-handler-expected.txt:
792         * platform/efl/fast/dom/unregister-protocol-handler-expected.txt:
793
794 2013-06-28  Simon Pena  <simon.pena@samsung.com>
795
796         [GTK] Unreviewed gardening. Unskip and reorganize tests no longer failing in GTK-WK and GTK-WK2
797         https://bugs.webkit.org/show_bug.cgi?id=118180
798
799         Unreviewed GTK gardening.
800
801         * platform/gtk-wk2/TestExpectations:
802         * platform/gtk/TestExpectations:
803
804 2013-06-28  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
805
806         Unreviewed, EFL rebaseline.
807
808         SECURITY_ERR and SYNTAX_ERR have been changed with SecurityError and SyntaxError since r135162.
809
810         * platform/efl/fast/dom/register-protocol-handler-expected.txt:
811         * platform/efl/fast/dom/unregister-protocol-handler-expected.txt:
812
813 2013-06-27  Frédéric Wang  <fred.wang@free.fr>
814
815         Implement parsing of MathML lengths.
816         https://bugs.webkit.org/show_bug.cgi?id=118053
817
818         Reviewed by Chris Fleizach.
819
820         Add some reftests for mfrac@linethickness. Better tests for the parsing
821         of MathML lengths will be provided when mspace is implemented
822         (bug 115610)
823
824         * mathml/presentation/mfrac-linethickness1-expected-mismatch.html: Added.
825         * mathml/presentation/mfrac-linethickness1.html: Added.
826         * mathml/presentation/mfrac-linethickness2-expected.html: Added.
827         * mathml/presentation/mfrac-linethickness2.html: Added.
828         * mathml/presentation/mfrac-linethickness3-expected-mismatch.html: Added.
829         * mathml/presentation/mfrac-linethickness3.html: Added.
830
831 2013-06-27  Jessie Berlin  <jberlin@apple.com>
832
833         [Mac WK2] compositing/repaint/positioned-movement.html flaky, missing repaint
834         https://bugs.webkit.org/show_bug.cgi?id=118153
835
836         Update the expectation to reflect that the test is also flakey on release and other
837         platforms
838
839         * platform/mac-wk2/TestExpectations:
840
841 2013-06-27  Bem Jones-Bey  <bjonesbe@adobe.com>
842
843         [CSS Shapes] New positioning model: basic support for rectangle shape-outside
844         https://bugs.webkit.org/show_bug.cgi?id=118080
845
846         Reviewed by David Hyatt.
847
848         Added new tests for the new model. These tests are also spec tests, so
849         their canonical location is now in the CSS WG's repository. They have
850         been imported to WebKit using the import-w3c-tests script, and that's
851         why they live under the csswg directory.
852
853         The new tests replace the shape-outside-floats-simple-rectangle.html
854         test, which was anything but simple.
855
856         Tests that have not been rewritten yet have been marked as skipped.
857         Tests for the old positioning behavior that are not applicable to the
858         new behavior have been deleted.
859
860         * TestExpectations: Skip all the tests that need to be rewritten.
861         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000-expected.html: Added.
862         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000.html: Added.
863         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001-expected.html: Added.
864         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001.html: Added.
865         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002-expected.html: Added.
866         * csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002.html: Added.
867         * csswg/submitted/shapes/shape-outside/shape-outside-floats-square-000-expected.html: Added.
868         * csswg/submitted/shapes/shape-outside/shape-outside-floats-square-000.html: Added.
869         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000-expected.html: Added.
870         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000.html: Added.
871         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001-expected.html: Added.
872         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001.html: Added.
873         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002-expected.html: Added.
874         * csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002.html: Added.
875         * csswg/submitted/shapes/shape-outside/w3c-import.log: Added.
876         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Removed.
877         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Removed.
878         * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html: Removed.
879         * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html: Removed.
880         * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden-expected.html: Removed.
881         * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html: Removed.
882         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Removed.
883         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Removed.
884         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Removed.
885         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Removed.
886         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Removed.
887         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Removed.
888
889 2013-06-27  Chris Fleizach  <cfleizach@apple.com>
890
891         AX: IOS: crash while navigating with SVG
892         https://bugs.webkit.org/show_bug.cgi?id=118101
893
894         Reviewed by Stephen Chenney.
895
896         * platform/iphone-simulator/accessibility/svg-path-crash-expected.txt: Added.
897         * platform/iphone-simulator/accessibility/svg-path-crash.html: Added.
898
899 2013-06-27  Simon Pena  <simon.pena@samsung.com>
900
901         [GTK] Unreviewed gardening. Unskip tests no longer timing out.
902         https://bugs.webkit.org/show_bug.cgi?id=118135
903
904         Unreviewed GTK gardening.
905
906         * platform/gtk-wk1/TestExpectations:
907         * platform/gtk/TestExpectations:
908
909 2013-06-27  Christophe Dumez  <ch.dumez@sisa.samsung.com>
910
911         Remove [NoInterfaceObject] from WorkerGlobalScope
912         https://bugs.webkit.org/show_bug.cgi?id=118071
913
914         Reviewed by Kentaro Hara.
915
916         Split fast/js/global-constructors-attributes-worker.html test into 2 for both
917         shared and dedicated workers, as the output is now different.
918
919         * fast/js/global-constructors-attributes-dedicated-worker-expected.txt: Copied from LayoutTests/fast/js/global-constructors-attributes-worker-expected.txt.
920         * fast/js/global-constructors-attributes-dedicated-worker.html: Copied from LayoutTests/fast/js/global-constructors-attributes-worker.html.
921         * fast/js/global-constructors-attributes-shared-worker-expected.txt: Renamed from LayoutTests/fast/js/global-constructors-attributes-worker-expected.txt.
922         * fast/js/global-constructors-attributes-shared-worker.html: Renamed from LayoutTests/fast/js/global-constructors-attributes-worker.html.
923         * fast/js/script-tests/global-constructors-attributes.js:
924         (.self.postMessage):
925         (.self.onconnect.self.postMessage):
926         (.self.onconnect):
927         * platform/efl/fast/js/global-constructors-attributes-dedicated-worker-expected.txt: Copied from LayoutTests/platform/gtk/fast/js/global-constructors-attributes-worker-expected.txt.
928         * platform/efl/fast/js/global-constructors-attributes-shared-worker-expected.txt: Copied from LayoutTests/platform/gtk/fast/js/global-constructors-attributes-worker-expected.txt.
929         * platform/gtk/fast/js/global-constructors-attributes-dedicated-worker-expected.txt: Renamed from LayoutTests/platform/gtk/fast/js/global-constructors-attributes-worker-expected.txt.
930         * platform/gtk/fast/js/global-constructors-attributes-shared-worker-expected.txt: Renamed from LayoutTests/platform/efl/fast/js/global-constructors-attributes-worker-expected.txt.
931
932 2013-06-27  Seokju Kwon  <seokju.kwon@gmail.com>
933
934         [Qt] Unreviewed gardening
935         https://bugs.webkit.org/show_bug.cgi?id=118100
936
937         Unreviewed Qt gardening.
938
939         Moved hover-display-block-none.html from fast/regions to fast/css.
940
941         * platform/qt/TestExpectations:
942
943 2013-06-27  Gabor Abraham  <abrhm@inf.u-szeged.hu>
944
945         [Qt] Unreviewed gardening. Rebase the previous test.
946
947         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
948
949 2013-06-27  Gabor Abraham  <abrhm@inf.u-szeged.hu>
950
951         [Qt] Unreviewed gardening. Rebase and skipping failing tests.
952
953         * platform/qt-5.0-wk1/TestExpectations:
954         * platform/qt/TestExpectations:
955         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
956
957 2013-06-27  Timothy Hatcher  <timothy@apple.com>
958
959         Notify the debugger about functions created from source code via new Function() or WebCore::JSLazyEventListener.
960
961         https://bugs.webkit.org/show_bug.cgi?id=118063
962
963         Reviewed by Geoffrey Garen.
964
965         * inspector/debugger/debugger-script-preprocessor-expected.txt: Updated.
966
967 2013-06-27  Christophe Dumez  <ch.dumez@sisa.samsung.com>
968
969         Unreviewed EFL gardening.
970
971         Rebaseline fast/js/global-constructors-attributes.html for EFL port
972         after r151914. WaveTable was renamed to PeriodicWave.
973
974         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
975
976 2013-06-27  Horia Iosif Olaru  <olaru@adobe.com>
977
978         Add an extra test to check if tiled background images get blended as expected. This test passed before this change. The tests for this change are the existing background-blend-mode tests.
979         
980         https://bugs.webkit.org/show_bug.cgi?id=117619
981
982         Reviewed by Dean Jackson.
983
984         * css3/compositing/effect-background-blend-mode-tiled-expected.txt: Added.
985         * css3/compositing/effect-background-blend-mode-tiled.html: Added.
986         * platform/mac/css3/compositing/effect-background-blend-mode-tiled-expected.png: Added.
987
988 2013-06-26  Kihong Kwon  <kihong.kwon@samsung.com>
989
990         Vibration cannot be canceled during pattern vibration.
991         https://bugs.webkit.org/show_bug.cgi?id=117822
992
993         Reviewed by Gyuyoung Kim.
994
995         Add a test case for vibration cancelation during pattern vibration.
996         In addition, restore visibilityState before executing cancelVibration-after-pagevisibility-changed-to-hidden.html.
997
998         * vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html:
999         * vibration/cancelVibration-during-pattern-vibrating-expected.txt: Added.
1000         * vibration/cancelVibration-during-pattern-vibrating.html: Added.
1001
1002 2013-06-26  Jer Noble  <jer.noble@apple.com>
1003
1004         Potential use-after-free after neutering AudioBuffer's underlying ArrayBuffer.
1005         https://bugs.webkit.org/show_bug.cgi?id=118040
1006
1007         Reviewed by Filip Pizlo.
1008
1009         * webaudio/audiobuffer-neuter.html: Added.
1010         * webaudio/audiobuffer-neuter-expected.txt: Added.
1011
1012 2013-06-26  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
1013
1014         getComputedStyle().width wrong after text changed
1015         https://bugs.webkit.org/show_bug.cgi?id=106611
1016
1017         Reviewed by Dean Jackson.
1018
1019         * fast/dynamic/empty-absolute-innerhtml-transcoding-text-expected.html: Added.
1020         * fast/dynamic/empty-absolute-innerhtml-transcoding-text.html: Added.
1021
1022 2013-06-26  Ryosuke Niwa  <rniwa@webkit.org>
1023
1024         Set Attr.ownerDocument in Element#setAttributeNode()
1025         https://bugs.webkit.org/show_bug.cgi?id=118031
1026
1027         Reviewed by Andreas Kling.
1028
1029         Add a regression test.
1030
1031         * fast/dom/Attr/set-attribute-node-from-iframe-expected.txt: Added.
1032         * fast/dom/Attr/set-attribute-node-from-iframe.html: Added.
1033
1034 2013-06-25  David Hyatt  <hyatt@apple.com>
1035
1036         Flex boxes (both old and new) don't handle max-height images correctly.
1037         https://bugs.webkit.org/show_bug.cgi?id=118000
1038
1039         Reviewed by Beth Dakin.
1040
1041         * css3/flexbox/image-percent-max-height-expected.html: Added.
1042         * css3/flexbox/image-percent-max-height.html: Added.
1043         * css3/flexbox/resources/hero.png: Added.
1044         * fast/flexbox/image-percent-max-height-expected.html: Added.
1045         * fast/flexbox/image-percent-max-height.html: Added.
1046         * fast/flexbox/resources/hero.png: Added.
1047
1048 2013-06-26  Ryosuke Niwa  <rniwa@webkit.org>
1049
1050         editing/selection/doubleclick-crash.html can be flaky
1051         https://bugs.webkit.org/show_bug.cgi?id=118017
1052
1053         Reviewed by Jessie Berlin.
1054
1055         Merge https://chromium.googlesource.com/chromium/blink/+/45ac882064589ac41a63762905f0618fc035cd44.
1056
1057         * editing/selection/doubleclick-crash.html:
1058
1059 2013-06-26  Christophe Dumez  <ch.dumez@sisa.samsung.com>
1060
1061         Get rid of multiple inheritence for SVGViewElement interface
1062         https://bugs.webkit.org/show_bug.cgi?id=118014
1063
1064         Reviewed by Kentaro Hara.
1065
1066         Update / Rebaseline several SVG test cases now that SVGZoomAndPan interface
1067         is no longer exposed.
1068
1069         * fast/js/global-constructors-attributes-expected.txt:
1070         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1071         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
1072         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1073         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
1074         * svg/custom/global-constructors-expected.txt:
1075         * svg/custom/js-svg-constructors-expected.txt:
1076         * svg/custom/js-svg-constructors.svg:
1077         * svg/custom/script-tests/global-constructors.js:
1078         * svg/dom/SVGViewSpec-defaults-expected.txt:
1079         * svg/dom/SVGViewSpec-expected.txt:
1080         * svg/dom/resources/viewspec-parser.js:
1081         (zoomAndPanToString):
1082         (viewSpecToString):
1083         * svg/dom/script-tests/SVGViewSpec-defaults.js:
1084         * svg/dom/script-tests/SVGViewSpec.js:
1085         (continueTesting):
1086
1087 2013-06-25  Krzysztof Czech  <k.czech@samsung.com>
1088
1089         [AX][ATK] Update accessibility baselines after r151953
1090         https://bugs.webkit.org/show_bug.cgi?id=117983
1091
1092         Reviewed by Chris Fleizach.
1093
1094         Updating aria-option-role-expected.txt for EFL and GTK after the changes in aria-option-role.html test (r151953).
1095         Moving platform aria-checkbox-text.html to LayoutTests/accessibility. Baseline is the same for mac, gtk, efl. Windows port has it's own specific version.
1096
1097         * accessibility/aria-checkbox-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-checkbox-text-expected.txt.
1098         * platform/efl/accessibility/aria-checkbox-text-expected.txt: Removed.
1099         * platform/efl/accessibility/aria-option-role-expected.txt:
1100         * platform/gtk/accessibility/aria-checkbox-text-expected.txt: Removed.
1101         * platform/gtk/accessibility/aria-option-role-expected.txt:
1102
1103 2013-06-25  Denis Nomiyama  <d.nomiyama@samsung.com>
1104
1105         [GTK] Add bug report into TestExpectations for fast/text/international/synthesized-italic-vertical-latin.html
1106         https://bugs.webkit.org/show_bug.cgi?id=117976
1107
1108         Unreviewed gardening.
1109
1110         TestExpectations was missing a bug number for a skip test (http://webkit.org/b/117975).
1111
1112         * platform/gtk/TestExpectations:
1113
1114 2013-06-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
1115
1116         [Qt] Unreviewed gardening. Skip failing inspector test.
1117
1118         * platform/qt/TestExpectations:
1119
1120 2013-06-24  Brent Fulgham  <bfulgham@gmail.com>
1121
1122         [Mac] Build correction.
1123
1124         * platform/mac/accessibility/aria-tab-roles-expected.txt:
1125
1126 2013-06-24  Kangil Han  <kangil.han@samsung.com>
1127
1128         Add support for document.currentScript
1129         https://bugs.webkit.org/show_bug.cgi?id=104221
1130
1131         Reviewed by Ryosuke Niwa.
1132
1133         Merge http://src.chromium.org/viewvc/blink?view=revision&revision=152230
1134         document.currentScript reflects the script that is currently being executed.
1135
1136         Merge http://src.chromium.org/viewvc/blink?view=revision&revision=152237
1137         Following up patch for code clean-up.
1138
1139         * fast/dom/Document/document-current-script-async-expected.txt: Added.
1140         * fast/dom/Document/document-current-script-async.html: Added.
1141         * fast/dom/Document/document-current-script-expected.txt: Added.
1142         * fast/dom/Document/document-current-script.html: Added.
1143         * fast/dom/Document/resources/log-current-script-b.js: Added.
1144         * fast/dom/Document/resources/log-current-script-d.js: Added.
1145         * fast/dom/Document/resources/log-current-script-f.js: Added.
1146         * fast/dom/Document/resources/log-current-script.js: Added.
1147
1148 2013-06-24  Jer Noble  <jer.noble@apple.com>
1149
1150         [Mac] media/video-played-collapse.html is flakey on certain platforms.
1151         https://bugs.webkit.org/show_bug.cgi?id=117034
1152
1153         Reviewed by Beth Dakin.
1154
1155         This test does not wait until a seek completes before issuing a play()
1156         command during its subtests. This can cause flakiness on some platforms
1157         where playback will begin from the pre-seek currentTime. Wait for the seek
1158         to complete before continuing the sub-tests.
1159
1160         Additionally, a 2s watchdog timeout is present to catch stalled tests. This
1161         timeout is fine for short-duration sub-tests, but longer tests' durations
1162         approach this 2s timeout period. Make the timeout the test duration + 2s.
1163
1164         * media/video-played-collapse-expected.txt:
1165         * media/video-played-collapse.html:
1166         * media/video-played.js:
1167         (playForMillisecs.callPauseIfTimeIsReached):
1168         (playForMillisecs):
1169         * platform/mac-wk2/TestExpectations:
1170
1171 2013-06-24  Simon Fraser  <simon.fraser@apple.com>
1172
1173         Fix various crashes on sites with fixed backgrounds
1174         https://bugs.webkit.org/show_bug.cgi?id=117959
1175
1176         Reviewed by Andy Estes.
1177         
1178         Test that does a document.write on a page with a fixed background on the body.
1179
1180         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-removal-expected.txt: Added.
1181         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-removal.html: Added.
1182
1183 2013-06-24  Hans Muller  <hmuller@adobe.com>
1184
1185         [CSS Shapes] split test shape-inside-first-fit-001.html into 800x600 parts
1186         https://bugs.webkit.org/show_bug.cgi?id=117939
1187
1188         Reviewed by Dirk Schulze.
1189
1190         Split the test into two parts, to ensure that it first within the 800x600 limit.
1191
1192         * fast/exclusions/shape-inside/shape-inside-first-fit-001-horizontal-expected.html: Copied from LayoutTests/fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html.
1193         * fast/exclusions/shape-inside/shape-inside-first-fit-001-horizontal.html: Copied from LayoutTests/fast/exclusions/shape-inside/shape-inside-first-fit-001.html.
1194         * fast/exclusions/shape-inside/shape-inside-first-fit-001-vertical-expected.html: Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html.
1195         * fast/exclusions/shape-inside/shape-inside-first-fit-001-vertical.html: Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-first-fit-001.html.
1196
1197 2013-06-24  Zoltan Horvath  <zoltan@webkit.org>
1198
1199         [CSS Shapes] Remove setCSSShapesEnabled(true) from shape-inside-empty-expected.html since it isn't using shapes 
1200         https://bugs.webkit.org/show_bug.cgi?id=117945
1201
1202         Reviewed by Dirk Schulze.
1203
1204         * fast/exclusions/shape-inside/shape-inside-empty-expected.html:
1205
1206 2013-06-24  Brent Fulgham  <bfulgham@apple.com>
1207
1208         AX: Make tests usable on Mac and Windows
1209         https://bugs.webkit.org/show_bug.cgi?id=117901
1210
1211         Reviewed by Chris Fleizach.
1212
1213         * accessibility/aria-checkbox-text.html:
1214         * accessibility/aria-hidden-expected.txt:
1215         * accessibility/aria-hidden-with-elements-expected.txt:
1216         * accessibility/aria-hidden-with-elements.html:
1217         * accessibility/aria-hidden.html:
1218         * accessibility/aria-labelledby-overrides-label-expected.txt:
1219         * accessibility/aria-labelledby-overrides-label.html:
1220         * accessibility/aria-option-role.html:
1221         * accessibility/aria-presentational-role-expected.txt:
1222         * accessibility/aria-presentational-role.html:
1223         * accessibility/aria-tab-roles-expected.txt:
1224         * accessibility/aria-tab-roles.html:
1225         * accessibility/empty-image-with-title-expected.txt:
1226         * accessibility/empty-image-with-title.html:
1227         * accessibility/html-html-element-is-ignored-expected.txt:
1228         * accessibility/html-html-element-is-ignored.html:
1229         * accessibility/img-aria-button-alt-tag-expected.txt:
1230         * accessibility/img-aria-button-alt-tag.html:
1231         * accessibility/input-image-alt-expected.txt:
1232         * accessibility/input-image-alt.html:
1233         * platform/mac/accessibility/aria-checkbox-text-expected.txt:
1234         * platform/mac/accessibility/aria-option-role-expected.txt:
1235         * platform/win/accessibility/aria-checkbox-text-expected.txt: Added.
1236         * platform/win/accessibility/aria-hidden-expected.txt: Added.
1237         * platform/win/accessibility/aria-hidden-with-elements-expected.txt: Added.
1238         * platform/win/accessibility/aria-labelledby-overrides-label-expected.txt: Added.
1239         * platform/win/accessibility/aria-option-role-expected.txt: Added.
1240         * platform/win/accessibility/aria-presentational-role-expected.txt: Added.
1241         * platform/win/accessibility/aria-tab-roles-expected.txt: Added.
1242         * platform/win/accessibility/empty-image-with-title-expected.txt: Added.
1243         * platform/win/accessibility/html-html-element-is-ignored-expected.txt: Added.
1244         * platform/win/accessibility/img-aria-button-alt-tag-expected.txt: Added.
1245         * platform/win/accessibility/input-image-alt-expected.txt: Added.
1246         * platform/win/aria-labelledby-on-input-expected.txt: Removed.
1247         * platform/win/aria-menubar-menuitems-expected.txt: Removed.
1248         * platform/win/aria-roles-expected.txt: Removed.
1249
1250 2013-06-24  Chris Rogers  <crogers@google.com>
1251
1252         WaveTable name has changed to PeriodicWave
1253         https://bugs.webkit.org/show_bug.cgi?id=117748
1254
1255         Reviewed by Jer Noble.
1256
1257         * fast/js/global-constructors-attributes-expected.txt:
1258         * webaudio/oscillator-basic-expected.txt:
1259         * webaudio/oscillator-basic.html:
1260         * webaudio/oscillator-custom.html:
1261         * webaudio/resources/oscillator-testing.js:
1262         (generateExponentialOscillatorSweep):
1263
1264 2013-06-24  Brent Fulgham  <bfulgham@apple.com>
1265
1266         [Mac] Unreviewed build correction after r151868
1267         New test expecation had been placed in the wrong directory.
1268
1269         * platform/mac/accessibility/listitem-title-expected.txt: Copied from platform/mac/listitem-title-actual.txt.
1270         * platform/mac/listitem-title-actual.txt: Removed.
1271
1272 2013-06-24  Gabor Abraham  <abrhm@inf.u-szeged.hu>
1273
1274         [Qt] Unreviewed gardening. Skipping the crashing tests on debug bots.
1275         https://bugs.webkit.org/show_bug.cgi?id=94458
1276
1277         * platform/qt/TestExpectations:
1278
1279 2013-06-24  Zalan Bujtas  <zalan@apple.com>
1280
1281         Hittest finds the truncated text instead of the floating input, when the input is clicked.
1282         https://bugs.webkit.org/show_bug.cgi?id=115675
1283
1284         Reviewed by David Hyatt.
1285
1286         Ignore truncated text on inline textbox and everything beyond the ellipsis box on
1287         the root inlinebox while hittesting. (provided that nodeAtPoint finds no hit for any of
1288         the root inline's children.)
1289
1290         * fast/css/text-overflow-ellipsis-and-floating-input-hittest-expected.txt: Added.
1291         * fast/css/text-overflow-ellipsis-and-floating-input-hittest.html: Added.
1292
1293 2013-06-23  Brent Fulgham  <bfulgham@gmail.com>
1294
1295         AX: Rebaseline test after r151868
1296         https://bugs.webkit.org/show_bug.cgi?id=117892
1297
1298         Rubber stamped by Chris Fleizach.
1299
1300         * platform/mac/accessibility/lists-expected.txt:
1301
1302 2013-06-23  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1303
1304         Unreviewed EFL gardening. Unskip two media tests because there is no crash after system update.
1305
1306         * platform/efl/TestExpectations:
1307
1308 2013-06-22  Hans Muller  <hmuller@adobe.com>
1309
1310         [CSS Shapes] limit shape image values to same origin
1311         https://bugs.webkit.org/show_bug.cgi?id=117610
1312
1313         Reviewed by Alexey Proskuryakov.
1314
1315         Verify that a non same-origin image URL specified for shape-inside or
1316         shape-outside will not load and the shape property will be reset to "none".
1317
1318         * http/tests/resources/square100.png: Added.
1319         * http/tests/security/shape-inside-image-origin-expected.txt: Added.
1320         * http/tests/security/shape-inside-image-origin.html: Added.
1321
1322 2013-06-21  Brent Fulgham  <bfulgham@apple.com>
1323
1324         [Windows] Unreviewed gardening.
1325
1326         * platform/win/accessibility/aria-menubar-menuitems-expected.txt: Added.
1327
1328 2013-06-21  Mark Lam  <mark.lam@apple.com>
1329
1330         Reverting failure expectation for fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
1331         https://bugs.webkit.org/show_bug.cgi?id=117862.
1332
1333         Reviewed by Geoffrey Garen.
1334
1335         * platform/mac/TestExpectations:
1336
1337 2013-06-21  Brent Fulgham  <bfulgham@apple.com>
1338
1339         AX: Title for ListItemRole should consist of concatenated child text elements.
1340         https://bugs.webkit.org/show_bug.cgi?id=117892
1341
1342         Reviewed by Chris Fleizach.
1343
1344         * accessibility/listitem-title.html: Added.
1345         * platform/mac/accessibility/listitem-title-expected.txt: Added.
1346         * platform/win/accessibility/listitem-title-expected.txt: Added.
1347
1348 2013-06-21  Robert Hogan  <robert@webkit.org>
1349
1350         Ignoring padding-right of inline elements in containers with undefined width
1351         https://bugs.webkit.org/show_bug.cgi?id=76451
1352
1353         Reviewed by David Hyatt.
1354
1355         * fast/text/whitespace/inline-whitespace-wrapping-9-expected.html: Added.
1356         * fast/text/whitespace/inline-whitespace-wrapping-9.html: Added.
1357
1358 2013-06-21  James Craig  <james@cookiecrook.com>
1359
1360         AX: audio/video playback control timers (elapsed and remaining) should be exposed as ApplicationTimerRole
1361         https://bugs.webkit.org/show_bug.cgi?id=117883
1362
1363         Reviewed by Chris Fleizach.
1364
1365         Some of the media controls were returning the wrong role. Updated existing test coverage.
1366
1367         * accessibility/media-element.html:
1368         * platform/mac/accessibility/media-element-expected.txt:
1369
1370 2013-06-20  Brent Fulgham  <bfulgham@apple.com>
1371
1372         [Windows] AX: Radio buttons with "tab" role should describe themselves as tabs.
1373         https://bugs.webkit.org/show_bug.cgi?id=117837
1374
1375         Reviewed by Chris Fleizach.
1376
1377         * accessibility/aria-tab-role-on-buttons.html: Added.
1378         * accessibility/aria-tab-role-on-buttons-expected.txt: Added.
1379         * platform/win/aria-tab-role-on-buttons-expected.txt: Added.
1380
1381 2013-06-21  Radu Stavila  <stavila@adobe.com>
1382
1383         Improve the reattaching process while applying the :hover style
1384         https://bugs.webkit.org/show_bug.cgi?id=117590
1385
1386         Reviewed by Andreas Kling.
1387
1388         Moved hover-display-block-inline.html and hover-display-block-none.html from fast/regions to fast/css.
1389         Updated hover-display-block-none.html and hover-single-flow-into-other.html to ensure the outcome won't be affected by the machine's speed.
1390         Updated input-file-re-render.html to stop it from failing on windows and linux machines (a more detailed description can be found inside the test itself).
1391
1392         * fast/css/hover-display-block-inline-expected.txt: Renamed from LayoutTests/fast/regions/hover-display-block-inline-expected.txt.
1393         * fast/css/hover-display-block-inline.html: Renamed from LayoutTests/fast/regions/hover-display-block-inline.html.
1394         * fast/css/hover-display-block-none-expected.txt: Renamed from LayoutTests/fast/regions/hover-display-block-none-expected.txt.
1395         * fast/css/hover-display-block-none.html: Added.
1396         * fast/css/hover-update-expected.txt:
1397         * fast/css/hover-update.html:
1398         * fast/forms/file/input-file-re-render.html:
1399         * fast/regions/hover-display-block-none.html: Removed.
1400         * fast/regions/hover-single-flow-into-other.html:
1401
1402 2013-06-21  Zalan Bujtas  <zalan@apple.com>
1403
1404         Rollout r150602: Restoring text-overflow vs. floating rendering behaviour.
1405         https://bugs.webkit.org/show_bug.cgi?id=117871
1406
1407         Unreviewed. Rolling out r150602.
1408         Undesirable rendering behaviour.
1409
1410         * fast/css/text-overflow-ellipsis-behind-floats-expected.html:
1411         * fast/css/text-overflow-ellipsis-behind-floats.html:
1412         * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html:
1413         * fast/css/text-overflow-ellipsis-full-truncate-rtl.html:
1414
1415 2013-06-21  Radu Stavila  <stavila@adobe.com>
1416
1417         Web Inspector: Integrate new regionOversetChange event into inspector
1418         https://bugs.webkit.org/show_bug.cgi?id=117833
1419
1420         Tests for the new regionOversetChange event.
1421
1422         Reviewed by Joseph Pecoraro.
1423
1424         * inspector/styles/protocol-css-regions-commands-expected.txt:
1425         * inspector/styles/protocol-css-regions-commands.html:
1426
1427 2013-06-21  Krzysztof Czech  <k.czech@samsung.com>
1428
1429         [ATK] Added support for aria-required attribute.
1430         https://bugs.webkit.org/show_bug.cgi?id=117730
1431
1432         Reviewed by Chris Fleizach.
1433
1434         Moving specific platform accessibility tests.
1435
1436         * accessibility/aria-required-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-required-expected.txt.
1437         * accessibility/aria-required.html: Renamed from LayoutTests/platform/mac/accessibility/aria-required.html.
1438         * accessibility/html5-required-attribute-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html5-required-attribute-expected.txt.
1439         * accessibility/html5-required-attribute.html: Renamed from LayoutTests/platform/mac/accessibility/html5-required-attribute.html.
1440
1441 2013-06-21  Chris Fleizach  <cfleizach@apple.com>
1442
1443         IndieUI: Add basic IndieUI infrastructure
1444         https://bugs.webkit.org/show_bug.cgi?id=117367
1445
1446         Unreviewed. Update Lion expected results.
1447
1448         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1449
1450 2013-06-20  Chris Fleizach  <cfleizach@apple.com>
1451
1452         IndieUI: Add basic IndieUI infrastructure
1453         https://bugs.webkit.org/show_bug.cgi?id=117367
1454
1455         Reviewed by Ryosuke Niwa.
1456
1457         * fast/js/dom-static-property-for-in-iteration-expected.txt:
1458         * fast/js/global-constructors-attributes-expected.txt:
1459         * indieui: Added.
1460         * indieui/create-uirequestevent-expected.txt: Added.
1461         * indieui/create-uirequestevent.html: Added.
1462         * indieui/uiactions-expected.txt: Added.
1463         * indieui/uiactions.html: Added.
1464         * platform/efl/TestExpectations:
1465         * platform/gtk/TestExpectations:
1466         * platform/qt/TestExpectations:
1467         * platform/qt/fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
1468         * platform/win/TestExpectations:
1469         * platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
1470
1471 2013-06-20  Ryosuke Niwa  <rniwa@webkit.org>
1472
1473         REGRESSION(r151808): fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html fails
1474         https://bugs.webkit.org/show_bug.cgi?id=117862
1475
1476         Add a failing test expectation.
1477
1478         * platform/mac/TestExpectations:
1479
1480 2013-06-20  Ryosuke Niwa  <rniwa@webkit.org>
1481
1482         REGRESSION(r145788): mouse drag on canvas shouldn't start selection
1483         https://bugs.webkit.org/show_bug.cgi?id=117860
1484
1485         Reviewed by Benjamin Poulain.
1486
1487         Add a regression test for dragging mouse inside a canvas.
1488         The canvas should not be selected and mouseup event should fire.
1489
1490         * fast/events/mosuedrag-on-canvas-should-not-start-selection-expected.txt: Added.
1491         * fast/events/mosuedrag-on-canvas-should-not-start-selection.html: Added.
1492
1493 2013-06-20  Ryosuke Niwa  <rniwa@webkit.org>
1494
1495         REGRESSION(r149652): accessing items in .children via id doesn't work when element is not rooted in DOM tree
1496         https://bugs.webkit.org/show_bug.cgi?id=117836
1497
1498         Reviewed by Benjamin Poulain.
1499
1500         Add a regression test for named getter for a detached element.
1501
1502         * fast/dom/htmlallcollection-detached-node-children-expected.txt: Added.
1503         * fast/dom/htmlallcollection-detached-node-children.html: Added.
1504
1505 2013-06-20  Ryuan Choi  <ryuan.choi@samsung.com>
1506
1507         [CMAKE][EFL] Enable DOM4 Events Constructor
1508         https://bugs.webkit.org/show_bug.cgi?id=117858
1509
1510         Reviewed by Laszlo Gombos.
1511
1512         * platform/efl/TestExpectations: Unskip the related tests.
1513
1514 2013-06-20  Alexey Proskuryakov  <ap@apple.com>
1515
1516         https://bugs.webkit.org/show_bug.cgi?id=116495
1517         Fix null-pointer deref in DocumentLoader::responseReceived()
1518
1519         Patch by Nate Chapin, reviewed by Mike West and myself.
1520
1521         * http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event-expected.txt: Added.
1522         * http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event.html: Added.
1523
1524 2013-06-20  Enrica Casucci  <enrica@apple.com>
1525
1526         Initial advance on the first glyph of the run is not correctly set for rtl text.
1527         https://bugs.webkit.org/show_bug.cgi?id=117839
1528         <rdar://problem/13860717>
1529
1530         Reviewed by Sam Weinig.
1531
1532         * fast/text/complex-first-glyph-with-initial-advance-expected.html: Added.
1533         * fast/text/complex-first-glyph-with-initial-advance.html: Added.
1534
1535 2013-06-20  Commit Queue  <commit-queue@webkit.org>
1536
1537         Unreviewed, rolling out r151463.
1538         http://trac.webkit.org/changeset/151463
1539         https://bugs.webkit.org/show_bug.cgi?id=117850
1540
1541         "r151451 was rolled out" (Requested by rhogan on #webkit).
1542
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: Removed.
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: Removed.
1550         * platform/win/fast/forms/onselect-textfield-expected.txt: Removed.
1551
1552 2013-06-20  Commit Queue  <commit-queue@webkit.org>
1553
1554         Unreviewed, rolling out r151451.
1555         http://trac.webkit.org/changeset/151451
1556         https://bugs.webkit.org/show_bug.cgi?id=117848
1557
1558         "Broke quite a lot of sites" (Requested by rhogan on #webkit).
1559
1560         * fast/forms/onselect-textfield-expected.txt:
1561         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Removed.
1562         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
1563         * fast/replaced/width-and-height-of-positioned-replaced-elements.html: Removed.
1564         * platform/mac-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
1565         * platform/mac/fast/forms/button-positioned-expected.txt:
1566         * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1567         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Removed.
1568         * platform/qt/fast/forms/button-positioned-expected.txt:
1569         * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
1570
1571 2013-06-20  Commit Queue  <commit-queue@webkit.org>
1572
1573         Unreviewed, rolling out r151788.
1574         http://trac.webkit.org/changeset/151788
1575         https://bugs.webkit.org/show_bug.cgi?id=117847
1576
1577         "This is the wrong fix" (Requested by rhogan on #webkit).
1578
1579         * fast/forms/onselect-textfield-expected.txt:
1580         * fast/replaced/height-of-positioned-text-control-expected.html: Removed.
1581         * fast/replaced/height-of-positioned-text-control.html: Removed.
1582         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
1583         * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
1584         * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1585         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png:
1586         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
1587         * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
1588
1589 2013-05-24  Balazs Kelemen  <kbalazs@webkit.org>
1590
1591         [Gstreamer] cleanup buffering and state updates
1592         https://bugs.webkit.org/show_bug.cgi?id=116642
1593
1594         Reviewed by Philippe Normand.
1595
1596         Remove failure expectations from tests that started to pass.
1597
1598         * platform/efl/TestExpectations:
1599         * platform/gtk/TestExpectations:
1600
1601 2013-06-20  Eric Carlson  <eric.carlson@apple.com>
1602
1603         ASSERT removing then adding a <track> element
1604         https://bugs.webkit.org/show_bug.cgi?id=117814
1605
1606         Reviewed by Jer Noble.
1607
1608         * media/track/add-and-remove-track-expected.txt: Added.
1609         * media/track/add-and-remove-track.html: Added.
1610
1611 2013-06-20  Benjamin Poulain  <bpoulain@apple.com>
1612
1613         Mark compositing/repaint/positioned-movement.html as flaky on Mountain Lion Debug
1614
1615         * platform/mac-wk2/TestExpectations:
1616         The test fails regularly in Debug on Mountain Lion.
1617
1618 2013-06-20  Robert Hogan  <robert@webkit.org>
1619
1620         [Qt][WK2] REGRESSION(r151737): fast/replaced/width100percent-image.html fails
1621         https://bugs.webkit.org/show_bug.cgi?id=117824
1622
1623         Unreviewed, rebaselining.
1624
1625         * platform/qt-5.0-wk2/TestExpectations:
1626         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
1627         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt:
1628
1629 2013-06-18  Robert Hogan  <robert@webkit.org>
1630
1631         REGRESSION (r151451): Text not vertically centered correctly on icloud.com
1632         https://bugs.webkit.org/show_bug.cgi?id=117744
1633
1634         Reviewed by David Hyatt.
1635
1636         * fast/forms/onselect-textfield-expected.txt:
1637         * fast/replaced/height-of-positioned-text-control-expected.html: Added.
1638         * fast/replaced/height-of-positioned-text-control.html: Added.
1639         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
1640         * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
1641         * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1642         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
1643         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt:
1644         * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
1645
1646 2013-06-20  Radu Stavila  <stavila@adobe.com>
1647
1648         [CSS Regions] Add new regionOversetChange event
1649         https://bugs.webkit.org/show_bug.cgi?id=117508
1650
1651         Changed regionLayoutUpdate tests to regionOversetChange and added new tests for regionOversetChange.
1652
1653         Reviewed by Antti Koivisto.
1654
1655         * fast/regions/webkit-named-flow-event-add-to-flow-expected.txt:
1656         * fast/regions/webkit-named-flow-event-add-to-flow.html:
1657         * fast/regions/webkit-named-flow-event-auto-height-expected.txt:
1658         * fast/regions/webkit-named-flow-event-auto-height.html: Added.
1659         * fast/regions/webkit-named-flow-event-crash-expected.txt:
1660         * fast/regions/webkit-named-flow-event-crash.html:
1661         * fast/regions/webkit-named-flow-event-expected.txt:
1662         * fast/regions/webkit-named-flow-event-no-regions-expected.txt:
1663         * fast/regions/webkit-named-flow-event-no-regions.html:
1664         * fast/regions/webkit-named-flow-event-region-in-flexbox-no-overset-change-expected.txt:
1665         * fast/regions/webkit-named-flow-event-region-in-flexbox-no-overset-change.html: Added.
1666         * fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change-expected.txt:
1667         * fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change.html: Added.
1668         * fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt:
1669         * fast/regions/webkit-named-flow-event-remove-from-dom.html:
1670         * fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt:
1671         * fast/regions/webkit-named-flow-event-remove-from-flow.html:
1672         * fast/regions/webkit-named-flow-event-target-expected.txt:
1673         * fast/regions/webkit-named-flow-event-target.html:
1674         * fast/regions/webkit-named-flow-event-to-null-expected.txt:
1675         * fast/regions/webkit-named-flow-event-to-null.html:
1676         * fast/regions/webkit-named-flow-event.html:
1677
1678 2013-06-20  James Craig  <james@cookiecrook.com>
1679
1680         AX: aria-required is not exposed on all expected roles
1681         https://bugs.webkit.org/show_bug.cgi?id=115123
1682
1683         Reviewed by Chris Fleizach.
1684
1685         aria-required is now exposed on more roles. Updated existing test file.
1686
1687         * platform/mac/accessibility/aria-required-expected.txt:
1688         * platform/mac/accessibility/aria-required.html:
1689         * platform/mac/accessibility/radio-button-group-members-expected.txt:
1690
1691 2013-06-20  Seokju Kwon  <seokju.kwon@gmail.com>
1692
1693         Web Inspector: Use console.timeStamp instead of console.markTimeline
1694         https://bugs.webkit.org/show_bug.cgi?id=117810
1695
1696         Reviewed by Joseph Pecoraro.
1697
1698         Use 'console.timeStamp' instead of 'console.markTimeline' in LayoutTests.
1699         And remove inspector/timeline/timeline-mark-timeline.html.
1700
1701         * inspector/console/console-messages-stack-traces-expected.txt:
1702         * inspector/console/console-messages-stack-traces.html:
1703         * inspector/timeline/timeline-mark-timeline-expected.txt: Removed.
1704         * inspector/timeline/timeline-mark-timeline.html: Removed.
1705         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
1706
1707 2013-06-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
1708
1709         [Qt] Unreviewed gardening.
1710
1711         Rebselining after r151761, see bug 115372.
1712
1713         * platform/qt-5.0-wk2/TestExpectations:
1714         * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-child-expected.txt: Added.
1715         * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-parent-expected.txt: Added.
1716         * platform/qt-5.0-wk2/fast/repaint/horizontal-bt-overflow-same-expected.txt: Added.
1717         * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-child-expected.txt: Added.
1718         * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-parent-expected.txt: Added.
1719         * platform/qt-5.0-wk2/fast/repaint/vertical-overflow-same-expected.txt: Added.
1720
1721 2013-06-20  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
1722
1723         background-color and text-decoration are not preserved when merging paragraphs
1724         https://bugs.webkit.org/show_bug.cgi?id=116215
1725
1726         Reviewed by Ryosuke Niwa.
1727
1728         Added tests for verifying merge of paragraph/div from span with non-inline styles.
1729
1730         * editing/deleting/merge-div-from-span-with-style-expected.txt: Added.
1731         * editing/deleting/merge-div-from-span-with-style.html: Added.
1732         * editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt: Added.
1733         * editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration.html: Added.
1734         * editing/deleting/merge-paragraph-from-span-with-style-expected.txt: Added.
1735         * editing/deleting/merge-paragraph-from-span-with-style.html: Added.
1736
1737 2013-06-19  Beth Dakin  <bdakin@apple.com>
1738
1739         Adding a Mac pixel result.
1740
1741         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
1742
1743 2013-06-19  Brent Fulgham  <bfulgham@apple.com>
1744
1745         [Windows] Unreviewed AX test expecation gardening.
1746
1747         * platform/win/accessibility/aria-labelledby-on-input-expected.txt: Added.
1748         * platform/win/accessibility/aria-list-and-listitem-expected.txt: Added.
1749         * platform/win/accessibility/aria-roles-expected.txt: Added.
1750
1751 2013-06-19  Benjamin Poulain  <bpoulain@apple.com>
1752
1753         Unskip feSpecularLight-premultiplied.svg on Mountain Lion
1754
1755         * platform/mac/TestExpectations:
1756         The test is failing on Lion exclusively.
1757
1758 2013-06-19  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
1759
1760         Incomplete repaint of input elements in writing-mode overflow
1761         https://bugs.webkit.org/show_bug.cgi?id=110246
1762
1763         Reviewed by Simon Fraser.
1764
1765         * fast/repaint/horizontal-bt-overflow-child-expected.txt: Added.
1766         * fast/repaint/horizontal-bt-overflow-child.html: Added.
1767         * fast/repaint/horizontal-bt-overflow-parent-expected.txt: Added.
1768         * fast/repaint/horizontal-bt-overflow-parent.html: Added.
1769         * fast/repaint/horizontal-bt-overflow-same-expected.txt: Added.
1770         * fast/repaint/horizontal-bt-overflow-same.html: Added.
1771         * fast/repaint/vertical-overflow-child-expected.txt: Added.
1772         * fast/repaint/vertical-overflow-child.html: Added.
1773         * fast/repaint/vertical-overflow-parent-expected.txt: Added.
1774         * fast/repaint/vertical-overflow-parent.html: Added.
1775         * fast/repaint/vertical-overflow-same-expected.txt: Added.
1776         * fast/repaint/vertical-overflow-same.html: Added.
1777
1778 2013-06-19  Benjamin Poulain  <bpoulain@apple.com>
1779
1780         Unskip two canvas tests that only fail on Lion
1781
1782         * platform/mac/TestExpectations:
1783
1784 2013-06-19  Benjamin Poulain  <bpoulain@apple.com>
1785
1786         Rebaseline 24bit-22khz-resample on Mac
1787
1788         The result did not match the expectation after a system update.
1789
1790         * platform/mac-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav:
1791         Comparing the files, they have the exact same length, sample rate, bit per sample and binary size.
1792         I cannot ear a difference in the files.
1793
1794 2013-06-19  Robert Hogan  <robert@webkit.org>
1795
1796         Rebaseline results on GTK and EFL after r151737
1797
1798         Unreviewed, gardening. 
1799
1800         * platform/efl/fast/css/word-space-extra-expected.txt:
1801         * platform/efl/fast/replaced/width100percent-image-expected.png:
1802         * platform/efl/fast/replaced/width100percent-image-expected.txt:
1803         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
1804         * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
1805         * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
1806         * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
1807         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
1808         * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
1809         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
1810         * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
1811         * platform/efl/tables/mozilla/bugs/bug57828-expected.png:
1812         * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
1813         * platform/gtk/fast/css/word-space-extra-expected.txt:
1814         * platform/gtk/fast/replaced/width100percent-image-expected.png:
1815         * platform/gtk/fast/replaced/width100percent-image-expected.txt:
1816         * platform/gtk/fast/replaced/width100percent-menulist-expected.png:
1817         * platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
1818         * platform/gtk/fast/replaced/width100percent-searchfield-expected.png:
1819         * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
1820         * platform/gtk/fast/replaced/width100percent-textarea-expected.png:
1821         * platform/gtk/fast/replaced/width100percent-textarea-expected.txt:
1822         * platform/gtk/fast/replaced/width100percent-textfield-expected.png:
1823         * platform/gtk/fast/replaced/width100percent-textfield-expected.txt:
1824         * platform/gtk/tables/mozilla/bugs/bug57828-expected.txt:
1825
1826 2013-06-19  Robert Hogan  <robert@webkit.org>
1827
1828         Incorrect computation of shrink-to-fit width for block with white-space:nowrap and floating children
1829         https://bugs.webkit.org/show_bug.cgi?id=114879
1830
1831         Reviewed by David Hyatt.
1832
1833         * fast/block/shrink-to-fit-width-container-with-floating-children-expected.txt: Added.
1834         * fast/block/shrink-to-fit-width-container-with-floating-children.html: Added.
1835         * platform/qt/fast/css/word-space-extra-expected.txt:
1836         * platform/qt/fast/replaced/width100percent-image-expected.txt:
1837         * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
1838         * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
1839         * platform/qt/tables/mozilla/bugs/bug57828-expected.txt:
1840
1841 2013-06-19  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>
1842
1843         [GStreamer] [texmap] the bytesPerLine is wrong when updating the texture
1844         https://bugs.webkit.org/show_bug.cgi?id=117551
1845
1846         Reviewed by Philippe Normand.
1847
1848         * platform/gtk-wk2/TestExpectations:
1849         enabled media/video-display-aspect-ratio.html
1850
1851 2013-06-19  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
1852
1853         [Qt] Unreviewed rebaselining after 151705.
1854
1855         * platform/qt/http/tests/cache/partitioned-cache-expected.txt: Added.
1856         * platform/qt/http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
1857
1858 2013-06-19  Gabor Abraham  <abrhm@inf.u-szeged.hu>
1859
1860         [Qt] TestExpectation sorting on Qt WK2.
1861
1862         Reviewed by Csaba Osztrogonác.
1863
1864         * platform/qt-5.0-wk2/TestExpectations:
1865
1866 2013-06-19  Kihong Kwon  <kihong.kwon@samsung.com>
1867
1868         Vibration can be canceled even if page visibility status is hidden
1869         https://bugs.webkit.org/show_bug.cgi?id=117333
1870
1871         Reviewed by Gyuyoung Kim.
1872
1873         Add a test case for cancel vibration after page visibility is changed to hidden status.
1874         In addition, move navigator-vibration.html to vibration directory.
1875
1876         * platform/gtk/TestExpectations:
1877         * platform/mac/TestExpectations:
1878         * platform/qt/TestExpectations:
1879         * platform/win/TestExpectations:
1880         * vibration/cancelVibration-after-pagevisibility-changed-to-hidden-expected.txt: Added.
1881         * vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html: Added.
1882         * vibration/navigator-vibration-expected.txt: Renamed from LayoutTests/fast/dom/navigator-vibration-expected.txt.
1883         * vibration/navigator-vibration.html: Renamed from LayoutTests/fast/dom/navigator-vibration.html.
1884
1885 2013-06-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1886
1887         Unreviewed, EFL gardening. Added new baselines for some of editing/delete
1888         tests after system upgrade.
1889
1890         * platform/efl/TestExpectations:
1891         * platform/efl/editing/deleting/smart-delete-003-expected.png: Added.
1892         * platform/efl/editing/deleting/smart-delete-003-expected.txt: Added.
1893         * platform/efl/editing/deleting/smart-delete-004-expected.png: Added.
1894         * platform/efl/editing/deleting/smart-delete-004-expected.txt: Added.
1895
1896 2013-06-18  Ryosuke Niwa  <rniwa@webkit.org>
1897
1898         Input type range slider is not updated when min or max are changed
1899         https://bugs.webkit.org/show_bug.cgi?id=117778
1900
1901         Reviewed by Kent Tamura.
1902
1903         * fast/forms/range/range-change-min-max-expected.html: Added.
1904         * fast/forms/range/range-change-min-max.html: Added.
1905
1906 2013-06-18  Benjamin Poulain  <bpoulain@apple.com>
1907
1908         [WK2] Media elements never fail to load
1909         https://bugs.webkit.org/show_bug.cgi?id=117767
1910
1911         Mark the media tests as failing for now.
1912
1913         * platform/mac-wk2/TestExpectations:
1914
1915 2013-06-18  Oliver Hunt  <oliver@apple.com>
1916
1917         Going to google.com/trends causes a crash
1918         https://bugs.webkit.org/show_bug.cgi?id=117602
1919
1920         Reviewed by Geoffrey Garen.
1921
1922         Make sure we correctly initialise the appropriate argument registers,
1923         and make sure we perform the tearoff correctly.
1924
1925         * fast/js/inline-arguments-tear-off-expected.txt: Added.
1926         * fast/js/inline-arguments-tear-off.html: Added.
1927         * fast/js/script-tests/inline-arguments-tear-off.js: Added.
1928         (g):
1929         (f):
1930         (doStuff):
1931
1932 2013-06-18  Benjamin Poulain  <bpoulain@apple.com>
1933
1934         Rebaseline after system update
1935
1936         Unreviewed.
1937
1938         * http/tests/cache/partitioned-cache-expected.txt:
1939         * http/tests/cache/partitioned-cache-iframe-expected.txt:
1940         System fix, the tests pass.
1941
1942 2013-06-18  Zalan Bujtas  <zalan@apple.com>
1943
1944         widthMediaFeatureEval ends up with null FrameView during iframe unload.
1945         https://bugs.webkit.org/show_bug.cgi?id=117754
1946
1947         Reviewed by Geoffrey Garen.
1948
1949         Ensure that MediaQueryEvaluator checks against NULL FrameView.
1950
1951         While frames are being unloaded, the Frame object does not necessarily have valid
1952         FrameView anymore. Layout on the main frame can end up querying media values on such child
1953         frames, while detaching.
1954
1955         * fast/frames/crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery-expected.txt: Added.
1956         * fast/frames/crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery.html: Added.
1957         * fast/frames/resources/child-iframe-forces-parent-layout-on-unload.html: Added.
1958
1959 2013-06-18  Eric Carlson  <eric.carlson@apple.com>
1960
1961         Not all subtitle tracks are SDH
1962         https://bugs.webkit.org/show_bug.cgi?id=117738
1963
1964         Reviewed by Dean Jackson.
1965
1966         * media/video-controls-captions-trackmenu-localized.html:
1967         * media/video-controls-captions-trackmenu-sorted.html:
1968         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
1969         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
1970
1971 2013-06-18  Dean Jackson  <dino@apple.com>
1972
1973         Synthesized vertical italics on rotated glyphs are transformed incorrectly
1974         https://bugs.webkit.org/show_bug.cgi?id=117726
1975
1976         Reviewed by Enrica Casucci.
1977
1978         Two new tests. One ensures that CJK characters do not get italics
1979         when vertical. The other ensures that Latin text does get italics in
1980         a font that is not synthesized, but unfortunately has to be a pixel test.
1981         The latter is skipped on non-Mac since they don't support
1982         synthesized obliques in FontPlatformData.
1983
1984         * fast/text/international/synthesized-italic-vertical-expected.html: Added.
1985         * fast/text/international/synthesized-italic-vertical-latin.html: Added.
1986         * fast/text/international/synthesized-italic-vertical.html: Added.
1987         * platform/efl/TestExpectations:
1988         * platform/gtk/TestExpectations:
1989         * platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
1990         * platform/qt/TestExpectations:
1991         * platform/win/TestExpectations:
1992
1993 2013-06-18  Commit Queue  <commit-queue@webkit.org>
1994
1995         Unreviewed, rolling out r151549.
1996         http://trac.webkit.org/changeset/151549
1997         https://bugs.webkit.org/show_bug.cgi?id=117741
1998
1999         broke selection in the web inspector source after scrolling
2000         (Requested by smfr on #webkit).
2001
2002         * fast/repaint/change-overflow-and-display-of-relative-expected.txt: Removed.
2003         * fast/repaint/change-overflow-and-display-of-relative.html: Removed.
2004
2005 2013-06-18  Santosh Mahto  <santosh.ma@samsung.com>
2006
2007         <video> element delays document load event for ~ 3 seconds
2008         https://bugs.webkit.org/show_bug.cgi?id=90272
2009
2010         Reviewed by Eric Carlson.
2011
2012         * media/media-preload-no-delay-loadevent-expected.txt: Added.
2013         * media/media-preload-no-delay-loadevent.html: Added.
2014
2015 2013-06-18  Gabor Abraham  <abrhm@inf.u-szeged.hu>
2016
2017         [Qt] Unreviewed gardening. Rebaseline and skipping some tests.
2018
2019         * platform/qt-5.0-wk2/fast/repaint/table-cell-collapsed-border-scroll-expected.png: Added.
2020         * platform/qt/TestExpectations:
2021         * platform/qt/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
2022
2023 2013-06-18  Xabier Rodriguez Calvar  <calvaris@igalia.com>
2024
2025         [GTK][GStreamer] Fullscreen option in video element context menu not working
2026         https://bugs.webkit.org/show_bug.cgi?id=105191
2027
2028         Reviewed by Philippe Normand.
2029
2030         * platform/gtk-wk1/TestExpectations:
2031         fullscreen/video-controls-drag.html does not time out anymore.
2032         * platform/gtk-wk2/TestExpectations:
2033         media/video-display-aspect-ratio.html crashes sometimes.
2034         * platform/gtk/TestExpectations:
2035         media/video-playing-and-pause.html was already flaky.
2036
2037 2013-06-18  Zan Dobersek  <zdobersek@igalia.com>
2038
2039         Unreviewed GTK gardening.
2040
2041         * platform/gtk/TestExpectations: Mark two tests that are flakily timing out as slow.
2042
2043 2013-06-17  Brent Fulgham  <bfulgham@apple.com>
2044
2045         [Windows] Unreviewed AX gardening of windows-specific results.
2046
2047         * platform/win/accessibility/aria-combobox-expected.txt: Added.
2048         * platform/win/aria-labelledby-on-input-expected.txt: Added.
2049         * platform/win/aria-menubar-menuitems-expected.txt: Added.
2050         * platform/win/aria-roles-expected.txt: Added.
2051
2052 2013-06-17  Brent Fulgham  <bfulgham@apple.com>
2053
2054         AX: Correct accessibility role when -webkit-box:display is used.
2055         https://bugs.webkit.org/show_bug.cgi?id=117706
2056
2057         Reviewed by Chris Fleizach.
2058
2059         * accessibility/box-styled-lists.html: Added.
2060         * platform/efl/TestExpectations:
2061         * platform/gtk/TestExpectations:
2062         * platform/mac/accessibility/box-styled-lists-expected.txt: Added.
2063         * platform/win/TestExpectations:
2064         * platform/win/accessibility/box-styled-lists-expected.txt: Added.
2065
2066 2013-06-17  Ryosuke Niwa  <rniwa@webkit.org>
2067
2068         Mac rebaseline.
2069
2070         * fast/repaint/table-cell-collapsed-border-scroll-expected.png:
2071         * fast/repaint/table-cell-collapsed-border-scroll-expected.txt:
2072
2073 2013-06-17  Zoltan Horvath  <zoltan@webkit.org>
2074
2075         [CSS Shapes] Consider bottom borders when calculating the position of the overflow
2076         https://bugs.webkit.org/show_bug.cgi?id=117663
2077
2078         Reviewed by Alexandru Chiculita.
2079
2080         When you have a shape and the content overflows from the shape we need to push the overflow below the content box,
2081         not below the border box. We didn't consider the bottom borders of the content box, now I fixed it too and the overflow
2082         just starts after the content box. I added a new helper function called pushShapeContentOverflowBelowTheContentBox. Now
2083         both the shape in flow thread and the shape overflow use the same function. I added a new test and modified the existing
2084         tests to cover all the affected cases.
2085
2086         * fast/exclusions/shape-inside/shape-inside-empty-expected.html:
2087         * 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.
2088         * 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.
2089         * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
2090         * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
2091         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes-expected.html:
2092         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html:
2093
2094 2013-06-17  Bear Travis  <betravis@adobe.com>
2095
2096         [CSS Exclusions] Implement text alignment for shape-inside
2097         https://bugs.webkit.org/show_bug.cgi?id=101086
2098
2099         Reviewed by Alexandru Chiculita.
2100
2101         Adding tests to make sure that shape-inside layout correctly supports
2102         the different values of text-align.
2103
2104         * fast/exclusions/resources/multi-segment-polygon.js:
2105         (createOrInsert):
2106         * fast/exclusions/shape-inside/shape-inside-text-align-expected.html: Added.
2107         * fast/exclusions/shape-inside/shape-inside-text-align.html: Added.
2108
2109 2013-06-17  Igor Oliveira  <igor.o@sisa.samsung.com>
2110
2111         [CSS Regions] ::before and ::after pseudo-elements are not displayed for regions
2112         https://bugs.webkit.org/show_bug.cgi?id=80163
2113
2114         Add two simple tests verifying if region works with before/after generated content.
2115
2116         Reviewed by David Hyatt.
2117
2118         * fast/regions/region-dynamic-after-before.html: Added.
2119         * fast/regions/region-generated-content-before-after.html: Added.
2120         * platform/mac/fast/regions/region-dynamic-after-before-expected.png: Added.
2121         * platform/mac/fast/regions/region-dynamic-after-before-expected.txt: Added.
2122         * platform/mac/fast/regions/region-generated-content-before-after-expected.png: Added.
2123         * platform/mac/fast/regions/region-generated-content-before-after-expected.txt: Added.
2124
2125 2013-06-17  Sergio Villar Senin  <svillar@igalia.com>
2126
2127         Remove invalid checks from block-cursor-overtype-mode.html
2128         https://bugs.webkit.org/show_bug.cgi?id=117587
2129
2130         Reviewed by Darin Adler.
2131
2132         The test uses an array of ">" "<" symbols to perform comparisons
2133         between consecutive positions of the block cursor. Since those
2134         checks are done for each pair of consecutive characters the total
2135         amount of checks is lengthOfTheWord - 1. We were adding an extra
2136         symbol that was not used at all in the test.
2137
2138         * editing/selection/block-cursor-overtype-mode.html:
2139
2140 2013-06-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
2141
2142         [Qt] Unreviewed gardening. Correcting rebaselining after r151634.
2143
2144         * 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.
2145         * 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.
2146
2147 2013-06-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
2148
2149         [Qt] Unreviewed gardening. Rebaselining repaint tests, see bug 115372.
2150
2151         * platform/qt-5.0-wk2/fast/repaint/change-overflow-and-display-of-relative-expected.txt: Rebaselining after r151549.
2152         * platform/qt-5.0-wk2/fast/repaint/fixed-background-scroll-expected.txt: Rebaselining after r151624.
2153         * platform/qt-5.0-wk2/fast/repaint/positioned-movement-expected.txt: Rebaselining after r151622.
2154
2155 2013-06-17  Zan Dobersek  <zdobersek@igalia.com>
2156
2157         Unreviewed GTK gardening.
2158
2159         * platform/gtk-wk1/TestExpectations: Add a crashing expectation for a test that most likely regressed with r151021.
2160         * platform/gtk/TestExpectations: Add failure expectations for a couple of tests failing due to stack size misbehavior.
2161
2162 2013-06-16  Mihai Tica  <mitica@adobe.com>
2163
2164         [CSS Blending] Update the background-blend-mode-image-color-dynamic test to use the repaint test logic
2165
2166         Updating testcase verifying if background blend modes are updated dynamically from script. This now
2167         properly uses the repaint test mechanism. Also, the background image resource is addded.
2168
2169         https://bugs.webkit.org/show_bug.cgi?id=117686
2170
2171         Reviewed by Dean Jackson.
2172
2173         * fast/repaint/background-blend-mode-image-color-dynamic-expected.html:
2174         * fast/repaint/background-blend-mode-image-color-dynamic.html:
2175         * fast/repaint/resources/ducky.png: Added.
2176
2177 2013-06-16  Kent Tamura  <tkent@chromium.org>
2178
2179         Fix two assertion failures in Range::insertNode
2180         https://bugs.webkit.org/show_bug.cgi?id=116511
2181
2182         Reviewed by Ryosuke Niwa.
2183
2184         We need to update fast/dom/insertBefore-refChild-crash.html because the
2185         test caused recursive calls to the event handler. container.innerHTML=''
2186         did nothing before this CL. Now container has the newChild because
2187         DOMNodeRemoved event dispatching is delayed until Range::insertNode
2188         completion.
2189
2190         We need to update fast/text/split-text-crash.xhtml so that it doesn't
2191         stop when the event handler is called twice. I'm not sure why the test
2192         worked before this CL.
2193
2194         * fast/dom/Range/range-insertNode-assertion-expected.txt: Added.
2195         * fast/dom/Range/range-insertNode-assertion.html: Added.
2196         * fast/dom/insertBefore-refChild-crash.html:
2197         * fast/text/split-text-crash.xhtml:
2198
2199 2013-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2200
2201         Unreviewed. Added new baselines for some of editing/style tests, which works on EFL port.
2202
2203         * platform/efl/TestExpectations:
2204         * platform/efl/editing/style/5017613-1-expected.png: Added.
2205         * platform/efl/editing/style/5017613-1-expected.txt: Added.
2206         * platform/efl/editing/style/5046875-1-expected.png: Added.
2207         * platform/efl/editing/style/5046875-1-expected.txt: Added.
2208         * platform/efl/editing/style/5065910-expected.png: Added.
2209         * platform/efl/editing/style/5065910-expected.txt: Added.
2210         * platform/efl/editing/style/5228141-expected.png: Added.
2211         * platform/efl/editing/style/5228141-expected.txt: Added.
2212         * platform/efl/editing/style/5279521-expected.png: Added.
2213         * platform/efl/editing/style/5279521-expected.txt: Added.
2214
2215 2013-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2216
2217         Unreviewed. Added new baselines for some of editing/selection tests as r151533 on EFL port.
2218
2219         * platform/efl/TestExpectations:
2220
2221 2013-06-16  Simon Fraser  <simon.fraser@apple.com>
2222
2223         Fixed backgrounds in composited layers not repainted on scrolling
2224         https://bugs.webkit.org/show_bug.cgi?id=117684
2225
2226         Reviewed by Tim Horton.
2227         
2228         Test that verifies that a composited layer with a fixed background is repainted
2229         on scrolling.
2230
2231         * compositing/repaint/fixed-background-scroll-expected.txt: Added.
2232         * compositing/repaint/fixed-background-scroll.html: Added.
2233
2234 2013-06-15  Simon Fraser  <simon.fraser@apple.com>
2235
2236         Fixed background images behave strangely with webkit transitions
2237         https://bugs.webkit.org/show_bug.cgi?id=65793
2238
2239         Reviewed by Sam Weinig.
2240         
2241         Ref tests that compare fixed background rendering after a scroll, with and
2242         without compositing, with a couple of layer configurations.
2243
2244         * compositing/backgrounds/fixed-background-on-descendant-expected.html: Added.
2245         * compositing/backgrounds/fixed-background-on-descendant.html: Added.
2246         * compositing/backgrounds/fixed-backgrounds-expected.html: Added.
2247         * compositing/backgrounds/fixed-backgrounds.html: Added.
2248
2249 2013-06-15  Simon Fraser  <simon.fraser@apple.com>
2250
2251         webkit-backface-visibility on a parent element stops background-position from updating
2252         https://bugs.webkit.org/show_bug.cgi?id=116319
2253
2254         Reviewed by Darin Adler.
2255         
2256         Test that does a positioned-movement-only layout and dumps a layer tree with
2257         repaint rects.
2258
2259         * compositing/repaint/positioned-movement-expected.txt: Added.
2260         * compositing/repaint/positioned-movement.html: Added.
2261
2262 2013-06-14  Robert Hogan  <robert@webkit.org>
2263
2264         REGRESSION (r148367): Facebook and Twitter icons at macworld.com are stacked vertically, obscuring Twitter one
2265         https://bugs.webkit.org/show_bug.cgi?id=117284
2266
2267         Reviewed by David Hyatt.
2268
2269         * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html: Added.
2270         * fast/text/whitespace/inline-whitespace-wrapping-7.html: Added.
2271
2272 2013-06-14  Lukasz Gajowy  <l.gajowy@samsung.com>
2273
2274         background-color is not preserved when inserting a new paragraph
2275         https://bugs.webkit.org/show_bug.cgi?id=117138
2276
2277         Reviewed by Ryosuke Niwa.
2278
2279         Adding layout test and expected result to reproduce the issue.
2280
2281         * editing/inserting/insert-paragraph-with-font-and-background-color-expected.txt: Added.
2282         * editing/inserting/insert-paragraph-with-font-and-background-color.html: Added.
2283
2284 2013-06-14  Adam Barth  <abarth@webkit.org>
2285
2286         Threaded HTML parser can ASSERT in some situations
2287         https://bugs.webkit.org/show_bug.cgi?id=117662
2288
2289         Reviewed by Ryosuke Niwa.
2290
2291         * http/tests/navigation/pending-location-change-assert-expected.txt: Added.
2292         * http/tests/navigation/pending-location-change-assert.html: Added.
2293         * http/tests/resources/slow-notify-done.php: Added.
2294
2295 2013-06-14  Arpita Bahuguna  <a.bah@samsung.com>
2296
2297         Editing: wrong text position when you click enter on the text behind the image
2298         https://bugs.webkit.org/show_bug.cgi?id=115023
2299
2300         Reviewed by Ryosuke Niwa.
2301
2302         * editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt: Added.
2303         * editing/inserting/insert-paragraph-after-non-ediatble-node-before-text.html: Added.
2304         Layout test added for verifying the insert paragraph behavior between an inline node
2305         which is ignored for editing purposes and some text.
2306
2307 2013-06-14  Eric Carlson  <eric.carlson@apple.com>
2308
2309         Potential use-after-free with an event fired at a HTMLMediaElement which is currently being deleted
2310         https://bugs.webkit.org/show_bug.cgi?id=117466
2311
2312         Reviewed by Oliver Hunt.
2313         
2314         Merge https://chromium.googlesource.com/chromium/blink/+/f4200a0093b3d9376f703961615359ec7fb712b4
2315         
2316         If an event is created using as target an HTMLMediaElement which is
2317         currently being deleted it becomes a heap-use-after free situation.
2318
2319         The GenericEventQueue instance is already owned by the HTMLMediaElement,
2320         and there already is an underlying mechanism to set the target of the
2321         event to NULL, if their target is owner of the queue.
2322
2323         In order to avoid creating this reference in the first place, we enqueue
2324         the event with a NULL target to defer the refcount increment until the
2325         timer for dispatching the event happens (which won't happen at all if
2326         garbage collection is already destroying the objects).
2327
2328         * media/track/media-element-enqueue-event-crash-expected.txt: Added.
2329         * media/track/media-element-enqueue-event-crash.html: Added.
2330
2331 2013-06-14  Gabor Abraham  <abrhm@inf.u-szeged.hu>
2332
2333         [Qt] Unreviewed gardening. Generate new baseline to some tests and bot greening.
2334
2335         * platform/qt-5.0-wk2/TestExpectations:
2336         * platform/qt-5.0-wk2/animations/3d/change-transform-in-end-event-expected.png: Added.
2337         * platform/qt-5.0-wk2/fast/borders/border-left-right-same-bottom-different-color-expected.png: Added.
2338         * platform/qt-5.0-wk2/fast/borders/border-radius-percent-expected.png: Added.
2339         * platform/qt-5.0-wk2/fast/borders/border-radius-wide-border-05-expected.png: Added.
2340         * platform/qt-5.0-wk2/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
2341         * platform/qt-5.0-wk2/fast/borders/border-radius-with-box-shadow-expected.png: Added.
2342         * platform/qt-5.0-wk2/fast/css-generated-content/details-summary-before-after-expected.png: Added.
2343         * platform/qt-5.0-wk2/fast/css-generated-content/details-summary-before-after-expected.txt: Added.
2344         * platform/qt-5.0-wk2/fast/forms/zoomed-controls-expected.png: Added.
2345         * platform/qt-5.0-wk2/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
2346         * platform/qt-5.0-wk2/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
2347         * platform/qt-5.0-wk2/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
2348         * platform/qt-5.0-wk2/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
2349         * platform/qt-5.0-wk2/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
2350         * platform/qt-5.0-wk2/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
2351         * platform/qt-5.0-wk2/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
2352         * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
2353         * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
2354         * platform/qt-5.0-wk2/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
2355         * platform/qt-5.0-wk2/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
2356         * platform/qt-5.0-wk2/svg/custom/marker-orient-auto-expected.png: Added.
2357         * platform/qt-5.0-wk2/svg/custom/marker-orient-auto-expected.txt: Added.
2358         * platform/qt-5.0-wk2/svg/filters/feDropShadow-zero-deviation-expected.png: Added.
2359         * platform/qt-5.0-wk2/svg/filters/feDropShadow-zero-deviation-expected.txt: Added.
2360         * platform/qt-5.0-wk2/svg/filters/feGaussianBlur-zero-deviation-expected.png: Added.
2361         * platform/qt-5.0-wk2/svg/filters/feGaussianBlur-zero-deviation-expected.txt: Added.
2362         * platform/qt/TestExpectations:
2363
2364 2013-06-14  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
2365
2366         [Qt] Unreviewed gardening. Some more rebaselining after r151205 and r150798.
2367
2368         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
2369         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
2370         * platform/qt-5.0-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
2371         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Added.
2372         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-70-expected.png: Added.
2373         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-131b-expected.png: Added.
2374         * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png:
2375         * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
2376         * platform/qt-5.0-wk2/editing/deleting/smart-delete-004-expected.png:
2377         * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png:
2378         * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png:
2379         * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png:
2380         * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.png: Added.
2381         * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png:
2382         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
2383         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
2384         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
2385         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
2386         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
2387         * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png:
2388         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png:
2389         * platform/qt-5.0-wk2/fast/css/error-in-last-decl-expected.png: Added.
2390         * platform/qt-5.0-wk2/fast/css/font-size-negative-expected.png: Added.
2391         * platform/qt-5.0-wk2/fast/css/namespaces/004-expected.png: Added.
2392         * platform/qt-5.0-wk2/fast/css/table-text-align-strict-expected.png: Added.
2393         * platform/qt-5.0-wk2/fast/dom/34176-expected.png:
2394         * platform/qt-5.0-wk2/fast/dom/inner-text-expected.png: Added.
2395         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
2396         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
2397         * platform/qt-5.0-wk2/fast/forms/button-cannot-be-nested-expected.png: Added.
2398         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2399         * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
2400         * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png:
2401         * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png:
2402         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
2403         * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png:
2404         * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png:
2405         * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png:
2406         * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png:
2407         * platform/qt-5.0-wk2/fast/invalid/014-expected.png: Added.
2408         * platform/qt-5.0-wk2/fast/overflow/childFocusRingClip-expected.png: Added.
2409         * platform/qt-5.0-wk2/fast/overflow/hit-test-overflow-controls-expected.png: Added.
2410         * platform/qt-5.0-wk2/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
2411         * platform/qt-5.0-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
2412         * platform/qt-5.0-wk2/fast/runin/generated-expected.png: Added.
2413         * platform/qt-5.0-wk2/fast/table/multiple-captions-display-expected.png: Added.
2414         * platform/qt-5.0-wk2/fast/table/remove-td-display-none-expected.png: Added.
2415         * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
2416         * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
2417         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
2418         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
2419         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
2420         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
2421         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
2422         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
2423         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
2424         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
2425         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
2426         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
2427         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
2428         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
2429         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
2430         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
2431         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
2432         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
2433         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
2434         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
2435         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
2436         * platform/qt-5.0-wk2/svg/custom/text-ctm-expected.png: Added.
2437         * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
2438         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug81934-expected.png: Added.
2439         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red-expected.png: Added.
2440         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_left-expected.png: Added.
2441         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_right-expected.png: Added.
2442         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_class-expected.png: Added.
2443
2444 2013-06-14  Seokju Kwon  <seokju.kwon@gmail.com>
2445
2446         [Qt] Unreviewed TestExpectation cleanup
2447         https://bugs.webkit.org/show_bug.cgi?id=117626
2448
2449         Unreviewed gardening.
2450
2451         * platform/qt-5.0-wk1/TestExpectations:
2452         * platform/qt/TestExpectations:
2453
2454 2013-06-14  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
2455
2456         [Qt] Unreviewed gardening. Rebaselining after r151205.
2457
2458         * platform/qt-5.0-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
2459         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39-expected.png: Added.
2460         * platform/qt-5.0-wk2/editing/execCommand/create-list-with-hr-expected.png: Added.
2461         * platform/qt-5.0-wk2/editing/inserting/4960120-2-expected.png: Added.
2462         * platform/qt-5.0-wk2/editing/selection/5057506-expected.png: Added.
2463         * platform/qt-5.0-wk2/fast/invalid/003-expected.png: Added.
2464         * platform/qt-5.0-wk2/fast/selectors/061-expected.png: Added.
2465         * platform/qt-5.0-wk2/fast/table/table-display-types-strict-expected.png: Added.
2466         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
2467         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
2468         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
2469         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
2470         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
2471         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
2472         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
2473         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
2474         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
2475         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
2476         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
2477         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
2478         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
2479         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
2480         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
2481         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
2482         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2483         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
2484         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
2485         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
2486         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
2487         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
2488         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
2489         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
2490         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
2491         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
2492         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
2493         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
2494         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
2495         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
2496         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
2497         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
2498         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
2499         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
2500         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
2501         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
2502         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
2503         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
2504         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
2505         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
2506         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
2507         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
2508         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
2509         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
2510         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
2511         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
2512         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
2513         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
2514         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
2515         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
2516         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
2517         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
2518         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
2519         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
2520         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
2521         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
2522         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
2523         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
2524         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
2525         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
2526         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
2527         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
2528         * platform/qt-5.0-wk2/svg/custom/use-font-face-crash-expected.png:
2529         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug727-expected.png: Added.
2530         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_1-expected.png: Added.
2531         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png: Added.
2532
2533 2013-06-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2534
2535         Unreviewed. Added new baselines for some tests as r151533 on EFL port.
2536
2537         * platform/efl-wk1/TestExpectations:
2538         * platform/efl/TestExpectations:
2539         * platform/efl/editing/selection/select-across-readonly-input-1-expected.png: Added.
2540         * platform/efl/editing/selection/select-across-readonly-input-1-expected.txt: Added.
2541         * platform/efl/editing/selection/select-across-readonly-input-2-expected.png: Added.
2542         * platform/efl/editing/selection/select-across-readonly-input-2-expected.txt: Added.
2543         * platform/efl/editing/selection/select-across-readonly-input-3-expected.png: Added.
2544         * platform/efl/editing/selection/select-across-readonly-input-3-expected.txt: Added.
2545         * platform/efl/editing/selection/select-across-readonly-input-4-expected.png: Added.
2546         * platform/efl/editing/selection/select-across-readonly-input-4-expected.txt: Added.
2547         * platform/efl/editing/selection/select-across-readonly-input-5-expected.png: Added.
2548         * platform/efl/editing/selection/select-across-readonly-input-5-expected.txt: Added.
2549         * platform/efl/editing/selection/select-all-002-expected.png: Added.
2550         * platform/efl/editing/selection/select-all-002-expected.txt: Added.
2551         * platform/efl/editing/selection/select-all-003-expected.png: Added.
2552         * platform/efl/editing/selection/select-all-003-expected.txt: Added.
2553         * platform/efl/editing/selection/select-all-004-expected.png: Added.
2554         * platform/efl/editing/selection/select-all-004-expected.txt: Added.
2555         * platform/efl/editing/selection/select-all-005-expected.png: Added.
2556         * platform/efl/editing/selection/select-all-005-expected.txt: Added.
2557         * platform/efl/editing/selection/select-all-006-expected.png: Added.
2558         * platform/efl/editing/selection/select-all-006-expected.txt: Added.
2559         * platform/efl/editing/selection/select-box-expected.png: Added.
2560         * platform/efl/editing/selection/select-box-expected.txt: Added.
2561         * platform/efl/editing/selection/select-element-paragraph-boundary-expected.png: Added.
2562         * platform/efl/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2563         * platform/efl/editing/selection/select-from-textfield-outwards-expected.png: Added.
2564         * platform/efl/editing/selection/select-from-textfield-outwards-expected.txt: Added.
2565         * platform/efl/editing/selection/selection-actions-expected.png: Added.
2566         * platform/efl/editing/selection/selection-actions-expected.txt: Added.
2567         * platform/efl/editing/selection/selection-button-text-expected.png: Added.
2568         * platform/efl/editing/selection/selection-button-text-expected.txt: Added.
2569
2570 2013-06-13  Zoltan Horvath  <zoltan@webkit.org>
2571
2572         [CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes
2573         https://bugs.webkit.org/show_bug.cgi?id=117599
2574
2575         Reviewed by David Hyatt.
2576
2577         In r150478 I added support for multiple positioned shape-insides on regions, this patch covers the cases when a shape
2578         is positioned to the bottom of the region or the region contains a shape which forces the content to be adjusted inside
2579         the shape (e.g. we have a triangle shape and the first line needs to be started at the first position where it fits).
2580         I introduced a new helper function to update the current shape and the current line segments in the flow thread cases. With
2581         this new helper function all the logic which calculates the segments for shape-inside on regions is located in one function.
2582
2583         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes-expected.html: Added.
2584         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html: Added.
2585         * fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment-expected.html: Added.
2586         * fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html: Added.
2587         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html: Added.
2588         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html: Added.
2589         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment-expected.html: Added.
2590         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html: Added.
2591
2592 2013-06-13  Mihai Tica  <mitica@adobe.com>
2593
2594         Add tests to validate CSS Background Blending
2595
2596         This patch set removes the test case of adding bg blend mode through script, as it
2597         is now part of bug#117223
2598
2599         https://bugs.webkit.org/show_bug.cgi?id=117537
2600
2601         Reviewed by Dirk Schulze.
2602
2603         * css3/compositing/background-blend-mode-default-value.html: Added.
2604         * css3/compositing/background-blend-mode-different-image-formats.html: Added.
2605         * css3/compositing/background-blend-mode-image-color.html: Added.
2606         * css3/compositing/background-blend-mode-image-image.html: Added.
2607         * css3/compositing/background-blend-mode-single-layer-no-blending.html: Added.
2608         * css3/compositing/resources/ducky.jpg: Added.
2609         * platform/mac/css3/compositing/background-blend-mode-default-value-expected.png: Added.
2610         * platform/mac/css3/compositing/background-blend-mode-default-value-expected.txt: Added.
2611         * platform/mac/css3/compositing/background-blend-mode-different-image-formats-expected.png: Added.
2612         * platform/mac/css3/compositing/background-blend-mode-different-image-formats-expected.txt: Added.
2613         * platform/mac/css3/compositing/background-blend-mode-image-color-expected.png: Added.
2614         * platform/mac/css3/compositing/background-blend-mode-image-color-expected.txt: Added.
2615         * platform/mac/css3/compositing/background-blend-mode-image-image-expected.png: Added.
2616         * platform/mac/css3/compositing/background-blend-mode-image-image-expected.txt: Added.
2617         * platform/mac/css3/compositing/background-blend-mode-single-layer-no-blending-expected.png: Added.
2618         * platform/mac/css3/compositing/background-blend-mode-single-layer-no-blending-expected.txt: Added.
2619
2620 2013-06-13  Mihai Tica  <mitica@adobe.com>
2621
2622         [CSS Background Blending] Enable CSS Background blending for layers with SVGs.
2623
2624         Adding tests for SVGs over simple background colors and images blending with SVGs.
2625         https://bugs.webkit.org/show_bug.cgi?id=117588
2626
2627         Reviewed by Dirk Schulze.
2628
2629         * css3/compositing/background-blend-mode-image-svg-expected.txt: Added.
2630         * css3/compositing/background-blend-mode-image-svg.html: Added.
2631         * css3/compositing/background-blend-mode-svg-color-expected.txt: Added.
2632         * css3/compositing/background-blend-mode-svg-color.html: Added.
2633         * css3/compositing/resources/red-circle.svg: Added.
2634         * platform/mac/css3/compositing/background-blend-mode-image-svg-expected.png: Added.
2635         * platform/mac/css3/compositing/background-blend-mode-svg-color-expected.png: Added.
2636
2637 2013-06-13  Mihai Tica  <mitica@adobe.com>
2638
2639         Updating the -webkit-background-blend-mode property dynamically does not trigger a redraw of the element.
2640
2641         Adding test that sets background blend modes from script, after the page is loaded.
2642         https://bugs.webkit.org/show_bug.cgi?id=117223
2643
2644         Reviewed by Dirk Schulze.
2645
2646         * fast/repaint/background-blend-mode-image-color-dynamic-expected.html: Added.
2647         * fast/repaint/background-blend-mode-image-color-dynamic.html: Added.
2648
2649 2013-06-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
2650
2651         Support byte and octet types in bindings generators
2652         https://bugs.webkit.org/show_bug.cgi?id=117547
2653
2654         Reviewed by Kentaro Hara.
2655
2656         Update fast/js/webidl-type-mapping.html to cover byte and octet
2657         Web IDL types with and without [EnforceRange].
2658
2659         * fast/js/webidl-type-mapping-expected.txt:
2660         * fast/js/webidl-type-mapping.html:
2661
2662 2013-06-13  Max Vujovic  <mvujovic@adobe.com>
2663
2664         [CSS Regions] -webkit-background-clip: text; does not clip the background in regions
2665         https://bugs.webkit.org/show_bug.cgi?id=117566
2666
2667         Reviewed by Alexandru Chiculita.
2668
2669         * fast/regions/webkit-background-clip-text-expected.html: Added.
2670         * fast/regions/webkit-background-clip-text.html: Added.
2671
2672 2013-06-13  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
2673
2674         Setting overflow:hidden on position:absolute does not repaint hidden content
2675         https://bugs.webkit.org/show_bug.cgi?id=116994
2676
2677         Reviewed by Simon Fraser.
2678
2679         * fast/repaint/change-overflow-and-display-of-relative-expected.txt: Added.
2680         * fast/repaint/change-overflow-and-display-of-relative.html: Added.
2681
2682 2013-06-13  Mihai Tica  <mitica@adobe.com>
2683
2684         [CSS Background Blending] Gradients don't blend with any of the layers behind.
2685         First, allow the layers behind opaque gradients to be drawn, then add the blending filters
2686         when working with gradients.
2687
2688         https://bugs.webkit.org/show_bug.cgi?id=117532
2689         Reviewed by Dirk Schulze.
2690
2691         * css3/compositing/background-blend-mode-gradient-color-expected.txt: Added.
2692         * css3/compositing/background-blend-mode-gradient-color.html: Added.
2693         * css3/compositing/background-blend-mode-gradient-gradient-expected.txt: Added.
2694         * css3/compositing/background-blend-mode-gradient-gradient.html: Added.
2695         * css3/compositing/background-blend-mode-gradient-image-expected.txt: Added.
2696         * css3/compositing/background-blend-mode-gradient-image.html: Added.
2697         * css3/compositing/background-blend-mode-multiple-background-layers-expected.txt: Added.
2698         * css3/compositing/background-blend-mode-multiple-background-layers.html: Added.
2699         * platform/mac/css3/compositing/background-blend-mode-gradient-color-expected.png: Added.
2700         * platform/mac/css3/compositing/background-blend-mode-gradient-gradient-expected.png: Added.
2701         * platform/mac/css3/compositing/background-blend-mode-gradient-image-expected.png: Added.
2702         * platform/mac/css3/compositing/background-blend-mode-multiple-background-layers-expected.png: Added.
2703
2704 2013-06-13  Morten Stenshorne  <mstensho@opera.com>
2705
2706         Column balancing support in the region based multicol implementation
2707         https://bugs.webkit.org/show_bug.cgi?id=116033
2708
2709         Reviewed by David Hyatt.
2710
2711         * fast/multicol/newmulticol/balance-images-expected.txt: Added.
2712         * fast/multicol/newmulticol/balance-images.html: Added.
2713         * fast/multicol/newmulticol/balance-maxheight1-expected.txt: Added.
2714         * fast/multicol/newmulticol/balance-maxheight1.html: Added.
2715         * fast/multicol/newmulticol/balance-maxheight2-expected.txt: Added.
2716         * fast/multicol/newmulticol/balance-maxheight2.html: Added.
2717         * fast/multicol/newmulticol/balance1-expected.txt: Added.
2718         * fast/multicol/newmulticol/balance1.html: Added.
2719         * fast/multicol/newmulticol/balance2-expected.txt: Added.
2720         * fast/multicol/newmulticol/balance2.html: Added.
2721         * fast/multicol/newmulticol/balance3-expected.txt: Added.
2722         * fast/multicol/newmulticol/balance3.html: Added.
2723         * fast/multicol/newmulticol/balance4-expected.txt: Added.
2724         * fast/multicol/newmulticol/balance4.html: Added.
2725         * fast/multicol/newmulticol/balance5-expected.txt: Added.
2726         * fast/multicol/newmulticol/balance5.html: Added.
2727         * fast/multicol/newmulticol/balance6-expected.txt: Added.
2728         * fast/multicol/newmulticol/balance6.html: Added.
2729         * fast/multicol/newmulticol/balance7-expected.txt: Added.
2730         * fast/multicol/newmulticol/balance7.html: Added.
2731         * fast/multicol/newmulticol/balance8-expected.txt: Added.
2732         * fast/multicol/newmulticol/balance8.html: Added.
2733         * fast/multicol/newmulticol/balance9-expected.txt: Added.
2734         * fast/multicol/newmulticol/balance9.html: Added.
2735         * fast/multicol/newmulticol/cell-shrinkback-expected.html: Added.
2736         * fast/multicol/newmulticol/cell-shrinkback.html: Added.
2737         * fast/multicol/newmulticol/columns-shorthand-parsing-expected.html: Added.
2738         * fast/multicol/newmulticol/columns-shorthand-parsing.html: Added.
2739         * fast/multicol/newmulticol/orphans-and-widows-balance-expected.txt: Added.
2740         * fast/multicol/newmulticol/orphans-and-widows-balance.html: Added.
2741         * fast/multicol/newmulticol/single-line-expected.html: Added.
2742         * fast/multicol/newmulticol/single-line.html: Added.
2743
2744 2013-06-13  Gabor Abraham  <abrhm@inf.u-szeged.hu>
2745
2746         [Qt] Unreviewed gardening. Unskipping passing test and move to the right place.
2747
2748         * platform/qt-5.0-wk2/TestExpectations:
2749         * platform/qt/TestExpectations:
2750
2751 2013-06-13  Csaba Osztrogonác  <ossy@webkit.org>
2752
2753         [ARM] Unreviewed gardening, skip one more test to paint the bot green.
2754
2755         * platform/qt-arm/TestExpectations:
2756
2757 2013-06-13  Zan Dobersek  <zdobersek@igalia.com>
2758
2759         Unreviewed GTK gardening.
2760         Adding failure expectations for most of the current failures.
2761
2762         * platform/gtk-wk1/TestExpectations:
2763         * platform/gtk/TestExpectations:
2764
2765 2013-06-12  Csaba Osztrogonác  <ossy@webkit.org>
2766
2767         [ARM] Unreviewed gardening, skip one more test to paint the bot green.
2768
2769         * platform/qt-arm/TestExpectations:
2770
2771 2013-06-12  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2772
2773         Unreviewed. EFL Gardening. Needs to add new baseline for some tests, which are passing on EFL bots.
2774
2775         * platform/efl-wk1/TestExpectations:
2776         * platform/efl/TestExpectations:
2777         * platform/efl/editing/selection/3690703-2-expected.png: Added.
2778         * platform/efl/editing/selection/3690703-2-expected.txt: Added.
2779         * platform/efl/editing/selection/3690703-expected.png: Added.
2780         * platform/efl/editing/selection/3690703-expected.txt: Added.
2781         * platform/efl/editing/selection/3690719-expected.png: Added.
2782         * platform/efl/editing/selection/3690719-expected.txt: Added.
2783         * platform/efl/editing/selection/4397952-expected.png: Added.
2784         * platform/efl/editing/selection/4397952-expected.txt: Added.
2785         * platform/efl/editing/selection/4895428-3-expected.png: Added.
2786         * platform/efl/editing/selection/4895428-3-expected.txt: Added.
2787         * platform/efl/editing/selection/4975120-expected.png: Added.
2788         * platform/efl/editing/selection/4975120-expected.txt: Added.
2789         * platform/efl/editing/selection/5007143-2-expected.png: Added.
2790         * platform/efl/editing/selection/5007143-2-expected.txt: Added.
2791         * platform/efl/editing/selection/5007143-expected.png: Added.
2792         * platform/efl/editing/selection/5007143-expected.txt: Added.
2793         * platform/efl/editing/selection/5057506-expected.png: Added.
2794         * platform/efl/editing/selection/5057506-expected.txt: Added.
2795         * platform/efl/editing/selection/5195166-1-expected.txt: Added.
2796         * platform/efl/editing/selection/7152-2-expected.png: Added.
2797         * platform/efl/editing/selection/7152-2-expected.txt: Added.
2798         * platform/efl/editing/selection/caret-before-select-expected.png: Added.
2799         * platform/efl/editing/selection/caret-before-select-expected.txt: Added.
2800         * platform/efl/editing/selection/caret-ltr-right-expected.png: Added.
2801         * platform/efl/editing/selection/caret-ltr-right-expected.txt: Added.
2802         * platform/efl/editing/selection/caret-rtl-2-left-expected.png: Added.
2803         * platform/efl/editing/selection/caret-rtl-2-left-expected.txt: Added.
2804         * platform/efl/editing/selection/caret-rtl-right-expected.png: Added.
2805         * platform/efl/editing/selection/caret-rtl-right-expected.txt: Added.
2806
2807 2013-06-12  Ryosuke Niwa  <rniwa@webkit.org>
2808
2809         Accessibility code assumes an area element's parent is a map element
2810         https://bugs.webkit.org/show_bug.cgi?id=117496
2811
2812         Reviewed by Chris Fleizach.
2813
2814         Add a regression test from https://chromium.googlesource.com/chromium/blink/+/b6f486284f08c52904701c93e1ec0b7d6e76af9f.
2815
2816         * accessibility/image-map-with-indirect-area-crash-expected.txt: Added.
2817         * accessibility/image-map-with-indirect-area-crash.html: Added.
2818
2819 2013-06-12  Robert Hogan  <robert@webkit.org>
2820
2821         Whitespace between inlines with nowrap and a shrink-to-fit parent line-break incorrectly
2822         https://bugs.webkit.org/show_bug.cgi?id=117370
2823
2824         Reviewed by David Hyatt.
2825
2826         * fast/text/whitespace/inline-whitespace-wrapping-8-expected.html: Added.
2827         * fast/text/whitespace/inline-whitespace-wrapping-8.html: Added.
2828
2829 2013-06-12  Bem Jones-Bey  <bjonesbe@adobe.com>
2830
2831         [CSS Shapes] rectangle and inset-rectangle do not properly handle rx and ry
2832         https://bugs.webkit.org/show_bug.cgi?id=116745
2833
2834         Reviewed by Dirk Schulze.
2835
2836         Update tests to check for the rx and ry conditions.
2837
2838         * fast/exclusions/parsing/parsing-shape-inside-expected.txt: New results.
2839         * fast/exclusions/parsing/parsing-shape-outside-expected.txt: New results.
2840         * fast/exclusions/parsing/script-tests/parsing-shape-inside.js: Update
2841             to reflect that the computed value now always has rx and ry.
2842         * fast/exclusions/parsing/script-tests/parsing-shape-outside.js: Ditto.
2843         * fast/exclusions/parsing/script-tests/parsing-test-utils.js: Ditto.
2844         * fast/exclusions/resources/rounded-rectangle.js:
2845         (genLeftRightRoundedRectFloatShapeOutsideRefTest): Factor out left and
2846             right into separate methods so that they can be used in tests that
2847             only have left floats or only right floats.
2848         (genLeftRoundedRectFloatShapeOutsideRefTest): Ditto.
2849         (genRightRoundedRectFloatShapeOutsideRefTest): Ditto.
2850         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: New results.
2851         * fast/exclusions/shape-inside/shape-inside-animation.html: Change to
2852             reflect new computed style value.
2853         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-large-radius-expected.html: Added.
2854         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-large-radius.html: Added.
2855         * fast/exclusions/shape-outside-floats/shape-outside-floats-rounded-rectangle-large-radius-expected.html: Added.
2856         * fast/exclusions/shape-outside-floats/shape-outside-floats-rounded-rectangle-large-radius.html: Added.
2857             Note that the expected test here uses shape-inside, because we
2858             really are just testing that the behavior is the same as a
2859             shape-inside with rx and ry set to 50%, and it turned out to be
2860             very hard to construct an expected result that didn't use
2861             shape-inside and wasn't off by a pixel.
2862         * css3/masking/clip-path-animation.html: Update expected value.
2863         * css3/masking/clip-path-animation-expected.txt: New results.
2864
2865 2013-06-12  Csaba Osztrogonác  <ossy@webkit.org>
2866
2867         [ARM] Unreviewed gardening, unskip now passing tests and try to paint the bot green.
2868
2869         * platform/qt-arm/TestExpectations:
2870         * platform/qt-arm/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
2871         * platform/qt-arm/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
2872         * platform/qt-arm/svg/batik/text/textOnPath3-expected.txt: Removed.
2873
2874 2013-06-12  Sergio Villar Senin  <svillar@igalia.com>
2875
2876         Skipping {}, () and [] blocks while error recovering in CSS
2877         https://bugs.webkit.org/show_bug.cgi?id=116071
2878
2879         Reviewed by Darin Adler.
2880
2881         From Blink r150201 and r150755 by <serya@chromium.org>
2882
2883         * fast/css/parsing-expr-error-recovery-expected.txt: Added.
2884         * fast/css/parsing-expr-error-recovery.html: Added.
2885
2886 2013-06-12  Sergio Villar Senin  <svillar@igalia.com>
2887
2888         [css exclusions] fast/css/variables/var-inside-shape.html is failing
2889         https://bugs.webkit.org/show_bug.cgi?id=116059
2890
2891         Reviewed by Alexandru Chiculita.
2892
2893         Some shapes were incorrectly defined, there was a "rectange"
2894         instead of a "rectangle" and also the number of parameters and
2895         their types was wrong. Apart from that, both the CSS exclusions
2896         and CSS variables settings were not enabled at runtime.
2897
2898         Some extra text was also added to the divs in order to verify that
2899         the CSS exclusions are working properly.
2900
2901         * fast/css/variables/var-inside-shape-expected.html:
2902         * fast/css/variables/var-inside-shape.html:
2903         * platform/efl/TestExpectations: Removed var-inside-shape.html.
2904         * platform/gtk/TestExpectations: Ditto.
2905
2906 2013-06-12  Daniel Bates  <dabates@apple.com>
2907
2908         window.find() case-insensitive search doesn't match diacritical marks
2909         https://bugs.webkit.org/show_bug.cgi?id=117353
2910         <rdar://problem/8535227>
2911
2912         Reviewed by Darin Adler.
2913
2914         Added test to use window.find() to find a search string in text, where either
2915         the search string or text (or both) contain diacritical characters.
2916
2917         Additionally, updated tests LayoutTests/fast/text/find-soft-hyphen.html
2918         and LayoutTests/editing/execCommand/findString-diacriticals.html based on the
2919         new behavior of window.find(). Moved function testFind() from LayoutTests/fast/text/script-tests/find-backwards.js
2920         to its own file, LayoutTests/fast/text/resources/test-find.js, so that this function can
2921         be used by both tests LayoutTests/fast/text/find-{backwards, diacritical-mark}.html.
2922
2923         * LayoutTests/editing/execCommand/findString-diacriticals.html: Update test based on the new
2924         behavior of window.find().
2925         * fast/text/find-backwards.html: Include external JavaScript file test-find.js.
2926         * fast/text/find-case-folding-expected.txt: Rebase result; expected failure.
2927         * fast/text/find-case-folding.html: Add comment to see bug #117548 with regards to expected failure.
2928         * fast/text/find-diacritical-mark-expected.txt: Added.
2929         * fast/text/find-diacritical-mark.html: Copied from LayoutTests/fast/text/find-backwards.html.
2930         * fast/text/find-soft-hyphen-expected.txt: Rebase result.
2931         * fast/text/resources/test-find.js: Added.
2932         (testFind):
2933         * fast/text/script-tests/find-backwards.js: Moved function testFind() from here to
2934         file fast/text/resources/test-find.js and modified it to take an additional argument to
2935         toggle search case sensitivity.
2936         * fast/text/script-tests/find-diacritical-mark.js: Added.
2937         * fast/text/script-tests/find-soft-hyphen.js: Update test based on the new behavior of window.find().
2938
2939 2013-06-12  Javier Fernandez  <jfernandez@igalia.com>
2940
2941         [Qt][CSS Regions] fast/regions/overflow-size-change-with-stacking-context.html fails
2942         https://bugs.webkit.org/show_bug.cgi?id=97199
2943
2944         Unreviewed, Qt Gardening.
2945
2946         Unskip test that is now passing on the bots.
2947
2948         * platform/qt/TestExpectations:
2949
2950 2013-06-12  Kwang Yul Seo  <skyul@company100.net>
2951
2952         Unreviewed gardening. Unskipping passing tests.
2953
2954         * platform/gtk-wk2/TestExpectations:
2955
2956 2013-06-12  Sergio Villar Senin  <svillar@igalia.com>
2957
2958         Add CSS parsing recovery to functions
2959         https://bugs.webkit.org/show_bug.cgi?id=117500
2960
2961         Reviewed by Andreas Kling.
2962
2963         From Blink r150205 by <serya@chromium.org>
2964
2965         * fast/css/parsing-error-recovery.html: added some test cases for
2966         parsing recovery inside functions.
2967
2968 2013-06-11  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2969
2970         Unreviewed, EFL Gardening. Unskip fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
2971         for efl-wk2. Because Ubuntu 13.04 solves issues related to xvfb. However, EFL WK1 doesn't support
2972         webgl yet. So, it needs to be moved to efl-wk1 TestExpectations.
2973
2974         * platform/efl-wk1/TestExpectations:
2975         * platform/efl/TestExpectations:
2976
2977 2013-06-11  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2978
2979         Unreviewed, EFL Gardening.
2980
2981         EFL WK2 supports fast/canvas/webgl/read-pixels-test.html because Ubuntu 13.04 solves issues related to xvfb.
2982         However, EFL WK1 doesn't support webgl yet. So, it is moved to efl-wk1 TestExpectations.
2983
2984         * platform/efl-wk1/TestExpectations:
2985         * platform/efl/TestExpectations:
2986
2987 2013-06-11  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2988
2989         Unreviewed, EFL gardening. Unskip passing tests for new EFL bots.
2990
2991         fast/parser/document-write-fighting-eof.html
2992         fast/parser/document-write-partial-entity-before-load.html
2993
2994         * platform/efl/TestExpectations:
2995
2996 2013-06-11  Max Vujovic  <mvujovic@adobe.com>
2997
2998         [CSS Regions] Regions don't create a stacking context for their contents
2999         https://bugs.webkit.org/show_bug.cgi?id=114268
3000
3001         Reviewed by Alexandru Chiculita.
3002
3003         * fast/regions/region-sibling-paint-order-expected.html: Added.
3004         * fast/regions/region-sibling-paint-order.html: Added.
3005
3006 2013-06-11  Ryosuke Niwa  <rniwa@webkit.org>
3007
3008         Use HTMLElementFactory to create equivalent elements in WebVTTElement
3009         https://bugs.webkit.org/show_bug.cgi?id=117423
3010
3011         Reviewed by Eric Carlson.
3012
3013         * media/track/getCueAsHTMLCrash-expected.txt: Added.
3014         * media/track/getCueAsHTMLCrash.html: Added.
3015
3016 2013-06-11  Eric Carlson  <eric.carlson@apple.com>
3017
3018         [Mac] Update text track menu
3019         https://bugs.webkit.org/show_bug.cgi?id=117351
3020
3021         Reviewed by Darin Adler.
3022
3023         * media/video-controls-captions-trackmenu-localized.html:
3024         * media/video-controls-captions-trackmenu-sorted.html:
3025         * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
3026         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
3027         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
3028
3029 2013-06-11  Robert Hogan  <robert@webkit.org>
3030
3031         Rebaseline results after r151451
3032
3033         Unreviewed, gardening.
3034
3035         * platform/efl/fast/forms/button-positioned-expected.txt:
3036         * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
3037         * platform/efl/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3038         * platform/gtk/fast/forms/button-positioned-expected.txt:
3039         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.png:
3040         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
3041         * platform/gtk/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3042         * platform/win/fast/forms/onselect-textfield-expected.txt: Added.
3043
3044 2013-06-11  Zan Dobersek  <zdobersek@igalia.com>
3045
3046         Unreviewed GTK gardening. Rebaselining various tests that are at the moment failing and need the new baseline.
3047
3048         * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
3049         * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
3050         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
3051         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
3052         * platform/gtk/editing/pasteboard/8145-2-expected.txt:
3053         * platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
3054         * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
3055         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
3056         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
3057         * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
3058
3059 2013-05-27  Robert Hogan  <robert@webkit.org>
3060
3061         Positioned Replaced Elements That Aren't RenderReplaced get Incorrect Width
3062         https://bugs.webkit.org/show_bug.cgi?id=93735
3063
3064         Reviewed by Darin Adler.
3065
3066         * fast/forms/onselect-textfield-expected.txt:
3067         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.png: Added.
3068         * fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3069         * fast/replaced/width-and-height-of-positioned-replaced-elements.html: Added.
3070         * platform/mac-wk2/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3071         * platform/mac/fast/forms/button-positioned-expected.txt:
3072         * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
3073         * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3074         * platform/qt/fast/forms/button-positioned-expected.txt:
3075         * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
3076
3077 2013-06-11  Robert Hogan  <robert@webkit.org>
3078
3079         Add baselines for test added in r151444
3080
3081         Unreviewed.
3082
3083         * platform/gtk/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
3084         * platform/win/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
3085
3086 2013-06-03  Robert Hogan  <robert@webkit.org>
3087
3088         Painting collapsed borders during scrolling
3089         https://bugs.webkit.org/show_bug.cgi?id=85658
3090
3091         Reviewed by David Hyatt.
3092
3093         * fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
3094         * fast/repaint/table-cell-collapsed-border-scroll.html: Added.
3095         * platform/qt/fast/repaint/table-cell-collapsed-border-scroll-expected.png: Added.
3096
3097 2013-06-11  Ryosuke Niwa  <rniwa@webkit.org>
3098
3099         editing/undo/undo-after-event-edited.html can be flaky
3100         https://bugs.webkit.org/show_bug.cgi?id=117461
3101
3102         Reviewed by Andreas Kling.
3103
3104         Merge https://chromium.googlesource.com/chromium/blink/+/515de860730b34289df5805b40adb2535a9a8ba1
3105
3106         * editing/undo/undo-after-event-edited.html:
3107
3108 2013-06-11  Gabor Abraham  <abrhm@inf.u-szeged.hu>
3109
3110         [Qt] Unreviewed gardening. Unskipping passing tests. Generate new baseline where needed.
3111
3112         * platform/qt-5.0-wk1/TestExpectations:
3113         * platform/qt-5.0-wk2/TestExpectations:
3114         * platform/qt-5.0-wk2/fast/images/paletted-png-with-color-profile-expected.png: Added.
3115         * platform/qt-5.0-wk2/fast/images/paletted-png-with-color-profile-expected.txt: Added.
3116         * platform/qt/TestExpectations:
3117
3118 2013-06-11  Mihnea Ovidenie  <mihnea@adobe.com>
3119
3120         [Qt][EFL][GTK]fast/regions/overflow-size-change-with-stacking-context-rtl.html fails after r151202
3121         https://bugs.webkit.org/show_bug.cgi?id=117295
3122
3123         Reviewed by Alexandru Chiculita.
3124
3125         Both test specify margins auto, which means that they can be computed to floats.
3126         I changed the tests so that the margins are computed to integer values, to avoid
3127         possible differences on platforms that enable subpixel layout.
3128
3129         * fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html:
3130         * fast/regions/overflow-size-change-with-stacking-context-rtl.html:
3131         * platform/qt/TestExpectations: Unskip the skipped test
3132
3133 2013-06-11  Sergio Villar Senin  <svillar@igalia.com>
3134
3135         Autoclose braces and parentheses at the end of style sheet
3136         https://bugs.webkit.org/show_bug.cgi?id=117414
3137
3138         Reviewed by Andreas Kling.
3139
3140         From Blink r150202 by <serya@chromium.org>
3141
3142         * animations/keyframe-autoclose-brace-expected.txt: Added.
3143         * animations/keyframe-autoclose-brace.html: Added.
3144         * css3/autoclose-braces-and-parentheses-expected.txt: Added.
3145         * css3/autoclose-braces-and-parentheses.html: Added.
3146
3147 2013-06-10  Ryosuke Niwa  <rniwa@webkit.org>
3148
3149         Use shouldBeType in animations/keyframes-rule.html
3150         https://bugs.webkit.org/show_bug.cgi?id=117439
3151
3152         Reviewed by Andreas Kling.
3153
3154         Merge https://chromium.googlesource.com/chromium/blink/+/7eb727a7d5765eaa1779e00a45ac9f63e2e0047f
3155
3156         * animations/keyframes-rule-expected.txt:
3157         * animations/keyframes-rule.html:
3158
3159 2013-06-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3160
3161         Unreviewed, EFL gardening. Fix wrong expectation result on 151416.
3162
3163         * platform/efl-wk2/TestExpectations:
3164
3165 2013-06-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3166
3167         Unreviewed, EFL gardening. Manage tests which need to implement repaint rect. 
3168
3169         * platform/efl-wk2/TestExpectations:
3170         * platform/efl/TestExpectations:
3171
3172 2013-06-10  Jer Noble  <jer.noble@apple.com>
3173
3174         REGRESSION(r151302): Many broken webaudio/ tests on Mac port.
3175         https://bugs.webkit.org/show_bug.cgi?id=117446
3176
3177         Reviewed by Chris Rogers.
3178
3179         Re-enable the tests on mac-wk2 and add new baselines for codec and audiobuffersource tests.
3180
3181         * platform/mac-wk2/TestExpectations:
3182         * platform/mac-wk2/webaudio/audiobuffersource-loop-points-expected.wav: Added.
3183         * platform/mac-wk2/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
3184         * platform/mac-wk2/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
3185         * platform/mac-wk2/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
3186         * platform/mac-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
3187
3188 2013-06-10  Mihnea Ovidenie  <mihnea@adobe.com>
3189
3190         [CSSRegions] ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result) in RenderGeometryMap::mapToContainer
3191         https://bugs.webkit.org/show_bug.cgi?id=117395
3192
3193         Reviewed by Alexandru Chiculita.
3194
3195         * fast/regions/assert-flow-thread-compositing-expected.txt: Added.
3196         * fast/regions/assert-flow-thread-compositing.html: Added.
3197
3198 2013-06-10  Radu Stavila  <stavila@adobe.com>
3199
3200         [CSS Regions] Rename region-overflow to region-fragment
3201         https://bugs.webkit.org/show_bug.cgi?id=117397
3202
3203         Renamed -webkit-region-overflow to -webkit-region-fragment and 
3204         webkitRegionOverflow to webkitRegionFragment according to the new working draft
3205         at http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-region-fragment-property
3206
3207         Reviewed by Alexander Pavlov.
3208
3209         * fast/regions/autoheight-breakafteralways-maxheight.html:
3210         * fast/regions/autoheight-breakbeforealways.html:
3211         * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html:
3212         * fast/regions/autoheight-singleregion-breakafteralways.html:
3213         * fast/regions/autoheight-singleregion-breakaftermargin.html:
3214         * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html:
3215         * fast/regions/autoheight-singleregion-breakbeforealways.html:
3216         * fast/regions/autoheight-singleregion-multiplebreaks.html:
3217         * fast/regions/css-regions-disabled-expected.txt:
3218         * fast/regions/region-overflow-auto-overflow-hidden.html:
3219         * fast/regions/region-overflow-auto-overflow-visible.html:
3220         * fast/regions/region-overflow-break.html:
3221         * fast/regions/regions-widows-and-orphans.html:
3222         * fast/regions/script-tests/css-regions-disabled.js:
3223         * fast/regions/script-tests/webkit-region-overflow-parsing.js:
3224         * fast/regions/webkit-region-overflow-parsing-expected.txt:
3225
3226 2013-06-10  Mátyás Mustoha  <mmatyas@inf.u-szeged.hu>
3227
3228         Web Inspector: refactor statusBarItems getter in front-end.
3229         https://bugs.webkit.org/show_bug.cgi?id=110114
3230
3231         Reviewed by Noam Rosenthal.
3232
3233         Fix layout test to correspond to refactoring.
3234         Patch created by Andrey Lushnikov.
3235
3236         * inspector/extensions/extensions-panel.html:
3237
3238 2013-06-07  Roger Fong  <roger_fong@apple.com>
3239
3240         Layout info should never be cleared before delayed scroll information updates.
3241         https://bugs.webkit.org/show_bug.cgi?id=116689.
3242
3243         Reviewed by Darin Adler.
3244
3245         * fast/flexbox/clear-overflow-before-scroll-update-expected.txt: Added.
3246         * fast/flexbox/clear-overflow-before-scroll-update.html: Added.
3247
3248 2013-06-08  Igor Oliveira  <igor.o@sisa.samsung.com>
3249
3250         before/after generated content is not working with HTMLSummaryElement and HTMLDetailsElement.
3251         https://bugs.webkit.org/show_bug.cgi?id=117374
3252
3253         Reviewed by Ryosuke Niwa.
3254
3255         * fast/css-generated-content/details-summary-before-after.html: Added.
3256         * platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt: Added.
3257         * platform/mac/fast/css-generated-content/details-summary-before-after-expected.png: Added
3258
3259 2013-06-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>
3260
3261         [EFL][WebGL] Enable webgl-background-color test.
3262         https://bugs.webkit.org/show_bug.cgi?id=111428
3263
3264         Reviewed by Christophe Dumez.
3265
3266         This patch adds platform specific test expectation files for the
3267         test and enables it for efl port.
3268
3269         * platform/efl/TestExpectations:
3270         * platform/efl/compositing/webgl/webgl-background-color-expected.png: Added.
3271         * platform/efl/compositing/webgl/webgl-background-color-expected.txt: Added.
3272
3273 2013-06-07  Chris Fleizach  <cfleizach@apple.com>
3274
3275         MathML line fraction needs to parse number values
3276         https://bugs.webkit.org/show_bug.cgi?id=117305
3277
3278         Unreviewed. Rebaseline math fractions test on EFL.
3279
3280         * platform/efl/mathml/presentation/fractions-expected.png:
3281         * platform/efl/mathml/presentation/fractions-expected.txt:
3282
3283 2013-06-07  Chris Fleizach  <cfleizach@apple.com>
3284
3285         MathML line fraction needs to parse number values
3286         https://bugs.webkit.org/show_bug.cgi?id=117305
3287
3288         Unreviewed. Rebaseline math fractions test on GTK.
3289
3290         * platform/gtk/mathml/presentation/fractions-expected.png:
3291         * platform/gtk/mathml/presentation/fractions-expected.txt:
3292
3293 2013-06-07  Brady Eidson  <beidson@apple.com>
3294
3295         REGRESSION (r151088): Crash navigating away from non-loaded main resources with non-loaded scripts.
3296         <rdar://problem/14052886> and https://bugs.webkit.org/show_bug.cgi?id=117278
3297
3298         Reviewed by Anders Carlsson.
3299
3300         * http/tests/navigation/slow-loading-page-with-slow-script-expected.txt: Added.
3301         * http/tests/navigation/slow-loading-page-with-slow-script.php: Added.
3302
3303 2013-06-07  Chris Fleizach  <cfleizach@apple.com>
3304
3305         MathML line fraction needs to parse number values
3306         https://bugs.webkit.org/show_bug.cgi?id=117305
3307
3308         Reviewed by Darin Adler.
3309
3310         Math fractions test now encodes for an arbitrary thickness number.
3311         Accessibility test handles the default line thickness.
3312
3313         * mathml/presentation/fractions.xhtml:
3314         * platform/mac/accessibility/mathml-line-fraction-expected.txt:
3315         * platform/mac/accessibility/mathml-line-fraction.html:
3316         * platform/mac/mathml/presentation/fractions-expected.png:
3317         * platform/mac/mathml/presentation/fractions-expected.txt:
3318
3319 2013-06-07  Kihong Kwon  <kihong.kwon@samsung.com>
3320
3321         REGRESSION: r149001 made proximity test fail.
3322         https://bugs.webkit.org/show_bug.cgi?id=117343
3323
3324         Reviewed by Christophe Dumez.
3325
3326         Update window-property.html test cases for Device Proximity Event.
3327         The global constructors are no longer enumerable after r149001.
3328
3329         * proximity/window-property-expected.txt:
3330         * proximity/window-property.html:
3331
3332 2013-06-07  Gabor Abraham  <abrhm@inf.u-szeged.hu>
3333
3334         [Qt] Unreviewed gardening. Skipping failing tests.
3335         https://bugs.webkit.org/show_bug.cgi?id=117295
3336         https://bugs.webkit.org/show_bug.cgi?id=117336
3337         https://bugs.webkit.org/show_bug.cgi?id=117338
3338
3339         * platform/qt-5.0-wk1/TestExpectations:
3340         * platform/qt/TestExpectations:
3341
3342 2013-06-07  Zalan Bujtas  <zalan@apple.com>
3343
3344         Frame flattening: crash when child iframe is removed during beforeload.
3345         https://bugs.webkit.org/show_bug.cgi?id=116220
3346
3347         Reviewed by Antti Koivisto.
3348
3349         FrameView can get destroyed in updateWidget(). Normally, it is protected by layout()
3350         but with frame flattening on, it can also be called asynchronously through the
3351         post layout timer.
3352
3353         * fast/frames/flattening/crash-remove-iframe-during-object-beforeload-expected.txt: Added.
3354         * fast/frames/flattening/crash-remove-iframe-during-object-beforeload.html: Added.
3355
3356 2013-06-07  Radu Stavila  <stavila@adobe.com>
3357
3358         [CSS Regions] The presence of a flow-from declaration in a CSS rule using :hover effectively disables the rule
3359         https://bugs.webkit.org/show_bug.cgi?id=111585
3360
3361         Created tests for changing flow-into and flow-from inside the :hover pseudo-class.
3362         The actual problem was fixed along with https://bugs.webkit.org/show_bug.cgi?id=7555
3363
3364         Reviewed by Antti Koivisto.
3365
3366         * fast/regions/hover-single-flow-from-none-expected.html: Added.
3367         * fast/regions/hover-single-flow-from-none.html: Added.
3368         * fast/regions/hover-single-flow-from-other-expected.html: Added.
3369         * fast/regions/hover-single-flow-from-other.html: Added.
3370         * fast/regions/hover-single-flow-into-none-expected.html: Added.
3371         * fast/regions/hover-single-flow-into-none.html: Added.
3372         * fast/regions/hover-single-flow-into-other-expected.html: Added.
3373         * fast/regions/hover-single-flow-into-other.html: Added.
3374
3375 2013-06-07  Mihnea Ovidenie  <mihnea@adobe.com>
3376
3377         [CSSRegions] getBoundingClientRect wrong for inline content nodes
3378         https://bugs.webkit.org/show_bug.cgi?id=117290
3379
3380         Reviewed by Alexandru Chiculita.
3381
3382         Add test for inline content nodes flowed in regions and in regions with transform.
3383
3384         * fast/regions/flowed-inline-content-bounding-client-rect-expected.txt: Added.
3385         * fast/regions/flowed-inline-content-bounding-client-rect.html: Added.
3386
3387 2013-06-06  Ruth Fong  <ruth_fong@apple.com>
3388
3389         Expose HTMLCanvasElement supportsContext
3390         https://bugs.webkit.org/show_bug.cgi?id=70117
3391
3392         Reviewed by Darin Adler.
3393
3394         * fast/canvas/webgl/canvas-supports-context-expected.txt: Added.
3395         * fast/canvas/webgl/canvas-supports-context.html: Added.
3396         tests the supportsContext function for <canvas> elements, ensures that 
3397         supportsContext's implementation is consistent with that of getContext, 
3398         and tests that supportsContext and getContext behave appropriately when
3399         malformed attributes are passed in.
3400         * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: Updated.
3401         * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: Updated.
3402         Now also tests default values for context attributes (i.e. when attributes aren't explicitly set).
3403
3404 2013-06-06  Brent Fulgham  <bfulgham@apple.com>
3405
3406         [Windows] More unreviewed TestExpectation gardening.
3407
3408         * platform/win/TestExpectations:
3409
3410 2013-06-06  Brent Fulgham  <bfulgham@apple.com>
3411
3412         [Windows] Unreviewed TestExpectation cleanup.
3413
3414         * platform/win/TestExpectations:
3415
3416 2013-06-06  Radu Stavila  <stavila@adobe.com>
3417
3418         :hover style not applied on hover if its display property is different from original style's
3419         https://bugs.webkit.org/show_bug.cgi?id=7555
3420
3421         Reviewed by Antti Koivisto.
3422
3423         * fast/regions/hover-display-block-inline-expected.txt: Added.
3424         * fast/regions/hover-display-block-inline.html: Added.
3425         * fast/regions/hover-display-block-none-expected.txt: Added.
3426         * fast/regions/hover-display-block-none.html: Added.
3427         * fast/events/drag-display-none-element-expected.txt:
3428         * fast/events/drag-display-none-element:
3429
3430 2013-06-06  Mihnea Ovidenie  <mihnea@adobe.com>
3431
3432         [CSSRegions] Make positioned-object-inline-cb-crash.html output readable in browser
3433         https://bugs.webkit.org/show_bug.cgi?id=117291
3434
3435         Reviewed by Alexandru Chiculita.
3436
3437         Make the output in browser readable by setting the style only on the required p element.
3438
3439         * fast/regions/positioned-object-inline-cb-crash-expected.txt:
3440         * fast/regions/positioned-object-inline-cb-crash.html:
3441
3442 2013-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
3443
3444         [Qt] Unreviewed gardening. Removing accidentally added png files for ref tests.
3445
3446         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Removed.
3447         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.png: Removed.
3448         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Removed.
3449         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Removed.
3450         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Removed.
3451         * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
3452         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.png: Removed.
3453         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.png: Removed.
3454         * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Removed.
3455         * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Removed.
3456         * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Removed.
3457         * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Removed.
3458         * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Removed.
3459         * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
3460         * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Removed.
3461         * platform/qt-5.0-wk2/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
3462         * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Removed.
3463         * platform/qt-5.0-wk2/fast/regions/region-style-inline-background-color-expected.png: Removed.
3464         * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Removed.
3465         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
3466         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2d-expected.png: Removed.
3467
3468 2013-06-06  Eugene Klyuchnikov  <eustas@chromium.org>
3469
3470         selectionStart/selectionEnd return "obsolete" values when requested during "input" event
3471         https://bugs.webkit.org/show_bug.cgi?id=117287
3472
3473         Reviewed by Darin Adler.
3474
3475         Qt-WK2 test crashes when eventSender.keyDown invocations are nested.
3476
3477         This patch unrolls recursion to avoid crash. 
3478
3479         * editing/selection/caret-after-keypress.html:
3480         unroll recursive eventSender.keyDown invocations
3481         * platform/qt-5.0-wk2/TestExpectations: Unskip test.
3482
3483 2013-06-06  Chris Fleizach  <cfleizach@apple.com>
3484
3485         AX: iOS ignores ARIA progressbar elements
3486         https://bugs.webkit.org/show_bug.cgi?id=116727
3487
3488         Reviewed by David Kilzer.
3489
3490         * platform/iphone-simulator/accessibility/progressbar-expected.txt: Added.
3491         * platform/iphone-simulator/accessibility/progressbar.html: Added.
3492
3493 2013-06-06  Brent Fulgham  <bfulgham@apple.com>
3494
3495         Unreviewed TestExpectation gardening.  Clean up some lint warnings.
3496
3497         * platform/qt-mac/TestExpectations: Remove references to removed tests.
3498         * platform/qt/TestExpectations: Ditto.
3499         * platform/win/TestExpectations: Remove 'skip' entries for (1) removed tests, and
3500         (2) tests that have since been rebaselined and now pass.
3501
3502 2013-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
3503
3504         [Qt] Unreviewed gardening. Rebaselining after r151205.
3505
3506         * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png:
3507         * platform/qt-5.0-wk2/css1/box_properties/border_right-expected.png: Added.
3508         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
3509         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
3510         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
3511         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-003-expected.png: Added.
3512         * 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.
3513         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
3514         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-007-expected.png: Added.
3515         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
3516         * platform/qt-5.0-wk2/css2.1/t040103-escapes-05-c-expected.png: Added.
3517         * platform/qt-5.0-wk2/css2.1/t040103-escapes-06-b-expected.png: Added.
3518         * platform/qt-5.0-wk2/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Added.
3519         * platform/qt-5.0-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
3520         * 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.
3521         * platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.png: Added.
3522         * platform/qt-5.0-wk2/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Added.
3523         * platform/qt-5.0-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
3524         * platform/qt-5.0-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
3525         * platform/qt-5.0-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
3526         * platform/qt-5.0-wk2/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Added.
3527         * platform/qt-5.0-wk2/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Added.
3528         * platform/qt-5.0-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
3529         * platform/qt-5.0-wk2/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Added.
3530         * platform/qt-5.0-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
3531         * platform/qt-5.0-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
3532         * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
3533         * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
3534         * platform/qt-5.0-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
3535         * platform/qt-5.0-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
3536         * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
3537         * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
3538         * platform/qt-5.0-wk2/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
3539         * platform/qt-5.0-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
3540         * platform/qt-5.0-wk2/css2.1/t09-c5526c-display-00-e-expected.png: Added.
3541         * platform/qt-5.0-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
3542         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-01-d-g-expected.png:
3543         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-02-c-expected.png: Added.
3544         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-03-c-expected.png: Added.
3545         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-04-c-expected.png: Added.
3546         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-fit-00-d-expected.png: Added.
3547         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
3548         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Added.
3549         * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
3550         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
3551         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
3552         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
3553         * platform/qt-5.0-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
3554         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
3555         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
3556         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
3557         * platform/qt-5.0-wk2/css2.1/t1202-counter-00-b-expected.png: Added.
3558         * platform/qt-5.0-wk2/css2.1/t1202-counter-06-b-expected.png: Added.
3559         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Added.
3560         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Added.
3561         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
3562         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-41-expected.png: Added.
3563         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-42a-expected.png: Added.
3564         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-82b-expected.png: Added.
3565         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-125b-expected.png: Added.
3566         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-15-expected.png: Added.
3567         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-29b-expected.png: Added.
3568         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44b-expected.png: Added.
3569         * 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.
3570         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-90-expected.png: Added.
3571         * platform/qt-5.0-wk2/editing/deleting/delete-3865854-fix-expected.png: Added.
3572         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
3573         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
3574         * platform/qt-5.0-wk2/editing/deleting/delete-first-list-item-expected.png: Added.
3575         * platform/qt-5.0-wk2/editing/execCommand/4580583-1-expected.png:
3576         * platform/qt-5.0-wk2/editing/inserting/4840662-expected.png: Added.
3577         * platform/qt-5.0-wk2/editing/inserting/redo-expected.png:
3578         * platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-002-expected.png: Added.
3579         * platform/qt-5.0-wk2/editing/inserting/typing-001-expected.png: Added.
3580         * platform/qt-5.0-wk2/editing/pasteboard/5075944-expected.png: Added.
3581         * platform/qt-5.0-wk2/editing/selection/4960116-expected.png: Added.
3582         * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png:
3583         * platform/qt-5.0-wk2/editing/selection/6476-expected.png: Added.
3584         * platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png:
3585         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
3586         * platform/qt-5.0-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png:
3587         * platform/qt-5.0-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
3588         * platform/qt-5.0-wk2/fast/body-propagation/background-color/001-expected.png: Added.
3589         * platform/qt-5.0-wk2/fast/body-propagation/overflow/006-expected.png: Added.
3590         * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png:
3591         * platform/qt-5.0-wk2/fast/css/create_element_align-expected.png: Added.
3592         * platform/qt-5.0-wk2/fast/css/max-height-none-expected.png: Added.
3593         * 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.
3594         * platform/qt-5.0-wk2/fast/dom/children-nodes-expected.png: Added.
3595         * platform/qt-5.0-wk2/fast/flexbox/013-expected.png: Added.
3596         * 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.
3597         * platform/qt-5.0-wk2/fast/forms/input-button-sizes-expected.png: Added.
3598         * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
3599         * platform/qt-5.0-wk2/fast/inline/25277-2-expected.png: Added.
3600         * platform/qt-5.0-wk2/fast/inline/inline-borders-with-bidi-override-expected.png:
3601         * platform/qt-5.0-wk2/fast/multicol/float-avoidance-expected.png: Added.
3602         * platform/qt-5.0-wk2/fast/multicol/float-paginate-complex-expected.png:
3603         * platform/qt-5.0-wk2/fast/overflow/007-expected.png: Added.
3604         * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png:
3605         * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png:
3606         * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
3607         * platform/qt-5.0-wk2/fast/repaint/opacity-change-on-overflow-float-expected.png:
3608         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
3609         * platform/qt-5.0-wk2/fast/repaint/table-extra-bottom-grow-expected.png:
3610         * platform/qt-5.0-wk2/fast/selectors/010-expected.png: Added.
3611         * platform/qt-5.0-wk2/fast/selectors/015-expected.png: Added.
3612         * platform/qt-5.0-wk2/fast/selectors/060-expected.png: Added.
3613         * platform/qt-5.0-wk2/fast/selectors/160-expected.png: Added.
3614         * platform/qt-5.0-wk2/fast/table/041-expected.png: Added.
3615         * platform/qt-5.0-wk2/fast/table/empty-cells-expected.png:
3616         * 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.
3617         * 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.
3618         * 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.
3619         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
3620         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
3621         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
3622         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
3623         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
3624         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
3625         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
3626         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
3627         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
3628         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
3629         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
3630         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
3631         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
3632         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
3633         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
3634         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
3635         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
3636         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
3637         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
3638         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
3639         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
3640         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
3641         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
3642         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
3643         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
3644         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
3645         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
3646         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
3647         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
3648         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
3649         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
3650         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
3651         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
3652         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
3653         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
3654         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
3655         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
3656         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
3657         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
3658         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
3659         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
3660         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
3661         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
3662         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
3663         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
3664         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
3665         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
3666         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
3667         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
3668         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
3669         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
3670         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
3671         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
3672         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
3673         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
3674         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
3675         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
3676         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
3677         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
3678         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
3679         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
3680         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
3681         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
3682         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
3683         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
3684         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
3685         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
3686         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
3687         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
3688         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
3689         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
3690         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
3691         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
3692         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
3693         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
3694         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
3695         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
3696         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
3697         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
3698         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
3699         * platform/qt-5.0-wk2/svg/batik/text/textEffect-expected.png: Added.
3700         * platform/qt-5.0-wk2/svg/batik/text/xmlSpace-expected.png: Added.
3701         * platform/qt-5.0-wk2/svg/css/css-box-min-width-expected.png: Added.
3702         * platform/qt-5.0-wk2/svg/css/group-with-shadow-expected.png:
3703         * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png:
3704         * platform/qt-5.0-wk2/svg/custom/recursive-clippath-expected.png: Added.
3705         * platform/qt-5.0-wk2/svg/custom/shape-rendering-expected.png: Added.
3706         * platform/qt-5.0-wk2/svg/custom/text-filter-expected.png: Added.
3707         * platform/qt-5.0-wk2/svg/custom/use-modify-container-in-target-expected.png: Added.
3708         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
3709         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
3710         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
3711         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug106158-1-expected.png: Added.
3712         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384s-expected.png: Added.
3713         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2509-expected.png:
3714         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-3-expected.png: Added.
3715         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug650-expected.png:
3716         * platform/qt-5.0-wk2/tables/mozilla/marvin/col_span-expected.png: Added.
3717         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png: Added.
3718         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellspacing-expected.png: Added.
3719         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_class-expected.png: Added.
3720         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Added.
3721         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_right-expected.png: Added.
3722         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black-expected.png: Added.
3723         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
3724         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_id-expected.png: Added.
3725         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Added.
3726         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_top-expected.png: Added.
3727         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_right-expected.png: Added.
3728         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added.
3729
3730 2013-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
3731
3732         [Qt] Unreviewed gardening. Rebaselining after r151205.
3733
3734         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92143-expected.png:
3735         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-1-expected.png: Added.
3736         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-2-expected.png: Added.
3737         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92868-expected.png: Added.
3738         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug93363-expected.png: Added.
3739         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug963-expected.png: Added.
3740         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96334-expected.png: Added.
3741         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96343-expected.png:
3742         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug965-expected.png: Added.
3743         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug97138-expected.png: Added.
3744         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9879-1-expected.png: Added.
3745         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug99923-expected.png: Added.
3746         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug99948-expected.png: Added.
3747         * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug127040-expected.png: Added.
3748         * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
3749         * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
3750         * platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png:
3751         * platform/qt-5.0-wk2/tables/mozilla/core/borders-expected.png: Added.
3752         * platform/qt-5.0-wk2/tables/mozilla/core/captions-expected.png:
3753         * platform/qt-5.0-wk2/tables/mozilla/core/col_span-expected.png:
3754         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
3755         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png: Added.
3756         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Added.
3757         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png:
3758         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Added.
3759         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_per-expected.png: Added.
3760         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_auto-expected.png: Added.
3761         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Added.
3762         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Added.
3763         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fix-expected.png: Added.
3764         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
3765         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_per-expected.png: Added.
3766         * platform/qt-5.0-wk2/tables/mozilla/core/margins-expected.png: Added.
3767         * platform/qt-5.0-wk2/tables/mozilla/core/misc-expected.png:
3768         * platform/qt-5.0-wk2/tables/mozilla/core/nested1-expected.png:
3769         * platform/qt-5.0-wk2/tables/mozilla/core/one_row-expected.png:
3770         * platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png:
3771         * platform/qt-5.0-wk2/tables/mozilla/core/table_frame-expected.png: Added.
3772         * platform/qt-5.0-wk2/tables/mozilla/core/table_rules-expected.png: Added.
3773         * platform/qt-5.0-wk2/tables/mozilla/core/table_widths-expected.png: Added.
3774         * platform/qt-5.0-wk2/tables/mozilla/dom/appendCol2-expected.png: Added.
3775         * platform/qt-5.0-wk2/tables/mozilla/dom/appendRowsExpand1-expected.png: Added.
3776         * platform/qt-5.0-wk2/tables/mozilla/dom/appendTbodyExpand1-expected.png: Added.
3777         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsRebuild1-expected.png: Added.
3778         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink1-expected.png: Added.
3779         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink2-expected.png: Added.
3780         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol1-expected.png: Added.
3781         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol2-expected.png: Added.
3782         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol3-expected.png: Added.
3783         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup1-expected.png: Added.
3784         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup2-expected.png: Added.
3785         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsRebuild1-expected.png: Added.
3786         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsShrink1-expected.png: Added.
3787         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyExpand1-expected.png: Added.
3788         * platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Added.
3789         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand1-expected.png: Added.
3790         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand2-expected.png: Added.
3791         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild1-expected.png: Added.
3792         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild2-expected.png: Added.
3793         * platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups1-expected.png: Added.
3794         * platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups2-expected.png: Added.
3795         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols1-expected.png: Added.
3796         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols2-expected.png: Added.
3797         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols3-expected.png: Added.
3798         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols4-expected.png: Added.
3799         * platform/qt-5.0-wk2/tables/mozilla/dom/insertCols5-expected.png: Added.
3800         * platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsExpand1-expected.png: Added.
3801         * platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsRebuild1-expected.png: Added.
3802         * platform/qt-5.0-wk2/tables/mozilla/dom/tableDom-expected.png: Added.
3803         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.png:
3804         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3805         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_position-table-expected.png:
3806         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
3807         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
3808         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
3809         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png:
3810         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
3811         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3812         * platform/qt-5.0-wk2/tables/mozilla/marvin/body_col-expected.png: Added.
3813         * platform/qt-5.0-wk2/tables/mozilla/marvin/body_tbody-expected.png: Added.
3814         * platform/qt-5.0-wk2/tables/mozilla/marvin/body_tfoot-expected.png: Added.
3815         * platform/qt-5.0-wk2/tables/mozilla/marvin/body_thead-expected.png: Added.
3816         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_center-expected.png: Added.
3817         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_justify-expected.png: Added.
3818         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_left-expected.png: Added.
3819         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_right-expected.png: Added.
3820         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_span-expected.png: Added.
3821         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Added.
3822         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Added.
3823         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Added.
3824         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_top-expected.png: Added.
3825         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
3826         * platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_px-expected.png: Added.
3827         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_border-expected.png: Added.
3828         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_box-expected.png: Added.
3829         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_center-expected.png: Added.
3830         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_left-expected.png: Added.
3831         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_right-expected.png: Added.
3832         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_all-expected.png: Added.
3833         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_groups-expected.png: Added.
3834         * platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_none-expected.png: Added.
3835         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_center-expected.png: Added.
3836         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_left-expected.png: Added.
3837         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_right-expected.png: Added.
3838         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png: Added.
3839         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png: Added.
3840         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black-expected.png: Added.
3841         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png: Added.
3842         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue-expected.png: Added.
3843         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png: Added.
3844         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png: Added.
3845         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray-expected.png: Added.
3846         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png: Added.
3847         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green-expected.png: Added.
3848         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png: Added.
3849         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime-expected.png: Added.
3850         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png: Added.
3851         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png: Added.
3852         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png: Added.
3853         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy-expected.png: Added.
3854         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png: Added.
3855         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive-expected.png: Added.
3856         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png: Added.
3857         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple-expected.png: Added.
3858         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png: Added.
3859         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png: Added.
3860         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver-expected.png: Added.
3861         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png: Added.
3862         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal-expected.png: Added.
3863         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png: Added.
3864         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white-expected.png: Added.
3865         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png: Added.
3866         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png: Added.
3867         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png: Added.
3868         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_0-expected.png: Added.
3869         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_2-expected.png: Added.
3870         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_3-expected.png: Added.
3871         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added.
3872         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added.
3873         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding-expected.png: Added.
3874         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Added.
3875         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_default-expected.png: Added.
3876         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_id-expected.png: Added.
3877         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_style-expected.png: Added.
3878         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_center-expected.png: Added.
3879         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_left-expected.png: Added.
3880         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_right-expected.png: Added.
3881         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_colspan-expected.png: Added.
3882         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_height-expected.png: Added.
3883         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_nowrap-expected.png: Added.
3884         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_rowspan-expected.png: Added.
3885         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_width-expected.png: Added.
3886         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_center-expected.png: Added.
3887         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_left-expected.png: Added.
3888         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_colspan-expected.png: Added.
3889         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_height-expected.png: Added.
3890         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_rowspan-expected.png: Added.
3891         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_width-expected.png: Added.
3892         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_percent-expected.png: Added.
3893         * platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_px-expected.png: Added.
3894         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_center-expected.png: Added.
3895         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_char-expected.png: Added.
3896         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_justify-expected.png: Added.
3897         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_left-expected.png: Added.
3898         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_right-expected.png: Added.
3899         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_char-expected.png: Added.
3900         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
3901         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
3902         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
3903         * platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
3904         * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
3905         * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
3906         * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
3907         * platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_top-expected.png: Added.
3908         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_center-expected.png: Added.
3909         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_char-expected.png: Added.
3910         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_justify-expected.png: Added.
3911         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_right-expected.png: Added.
3912         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_char-expected.png: Added.
3913         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
3914         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
3915         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
3916         * platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
3917         * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
3918         * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
3919         * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
3920         * platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_top-expected.png: Added.
3921         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_center-expected.png: Added.
3922         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_char-expected.png: Added.
3923         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_justify-expected.png: Added.
3924         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_left-expected.png: Added.
3925         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_right-expected.png: Added.
3926         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_char-expected.png: Added.
3927         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
3928         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
3929         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
3930         * platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
3931         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png: Added.
3932         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png: Added.
3933         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue-expected.png: Added.
3934         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png: Added.
3935         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png: Added.
3936         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray-expected.png: Added.
3937         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png: Added.
3938         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green-expected.png: Added.
3939         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png: Added.
3940         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime-expected.png: Added.
3941         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png: Added.
3942         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png: Added.
3943         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png: Added.
3944         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy-expected.png: Added.
3945         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png: Added.
3946         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive-expected.png: Added.
3947         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png: Added.
3948         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple-expected.png: Added.
3949         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png: Added.
3950         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red-expected.png: Added.
3951         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png: Added.
3952         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver-expected.png: Added.
3953         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png: Added.
3954         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal-expected.png: Added.
3955         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png: Added.
3956         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white-expected.png: Added.
3957         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png: Added.
3958         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png: Added.
3959         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png: Added.
3960         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
3961         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
3962         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
3963         * platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
3964         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added.
3965         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_top-expected.png: Added.
3966         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_class-expected.png: Added.
3967         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_id-expected.png: Added.
3968         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_style-expected.png: Added.
3969         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_center-expected.png: Added.
3970         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_char-expected.png: Added.
3971         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_justify-expected.png: Added.
3972         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_left-expected.png: Added.
3973         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_right-expected.png: Added.
3974         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_span-expected.png: Added.
3975         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Added.
3976         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Added.
3977         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_middle-expected.png: Added.
3978         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_top-expected.png: Added.
3979         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_pct-expected.png: Added.
3980         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_px-expected.png: Added.
3981         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_rel-expected.png: Added.
3982         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_center-expected.png: Added.
3983         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_char-expected.png: Added.
3984         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Added.
3985         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_left-expected.png: Added.
3986         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_right-expected.png: Added.
3987         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_span-expected.png: Added.
3988         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Added.
3989         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Added.
3990         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png: Added.
3991         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_top-expected.png: Added.
3992         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Added.
3993         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Added.
3994         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table-expected.png: Added.
3995         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_center-expected.png: Added.
3996         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_left-expected.png: Added.
3997         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_right-expected.png: Added.
3998         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
3999         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border-expected.png: Added.
4000         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_none-expected.png: Added.
4001         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_px-expected.png: Added.
4002         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding-expected.png: Added.
4003         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png: Added.
4004         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing-expected.png: Added.
4005         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png: Added.
4006         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_class-expected.png: Added.
4007         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_frame_void-expected.png: Added.
4008         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
4009         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
4010         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_style-expected.png: Added.
4011         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_pct-expected.png: Added.
4012         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_px-expected.png: Added.
4013         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_center-expected.png: Added.
4014         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_char-expected.png: Added.
4015         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_left-expected.png: Added.
4016         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_right-expected.png: Added.
4017         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_class-expected.png: Added.
4018         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_id-expected.png: Added.
4019         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_style-expected.png: Added.
4020         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Added.
4021         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Added.
4022         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Added.
4023         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Added.
4024         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_center-expected.png: Added.
4025         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_char-expected.png: Added.
4026         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_justify-expected.png: Added.
4027         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_left-expected.png: Added.
4028         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
4029         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
4030         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_class-expected.png: Added.
4031         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_colspan-expected.png: Added.
4032         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_height-expected.png:
4033         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_id-expected.png: Added.
4034         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png:
4035         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_rowspan-expected.png: Added.
4036         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_style-expected.png: Added.
4037         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Added.
4038         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Added.
4039         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_middle-expected.png: Added.
4040         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_top-expected.png: Added.
4041         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_width-expected.png: Added.
4042         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_center-expected.png: Added.
4043         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Added.
4044         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Added.
4045         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_left-expected.png: Added.
4046         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_right-expected.png: Added.
4047         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_class-expected.png: Added.
4048         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_id-expected.png: Added.
4049         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_style-expected.png: Added.
4050         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Added.
4051         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Added.
4052         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Added.
4053         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Added.
4054         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_center-expected.png: Added.
4055         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_char-expected.png: Added.
4056         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_justify-expected.png: Added.
4057         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_left-expected.png: Added.
4058         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_right-expected.png: Added.
4059         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
4060         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
4061         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_colspan-expected.png: Added.
4062         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_height-expected.png:
4063         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_id-expected.png: Added.
4064         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png:
4065         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_rowspan-expected.png: Added.
4066         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_style-expected.png: Added.
4067         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_baseline-expected.png: Added.
4068         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Added.
4069         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_middle-expected.png: Added.
4070         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_width-expected.png: Added.
4071         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_center-expected.png: Added.
4072         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_char-expected.png: Added.
4073         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
4074         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_left-expected.png: Added.
4075         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_right-expected.png: Added.
4076         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_class-expected.png: Added.
4077         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_id-expected.png: Added.
4078         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_style-expected.png: Added.
4079         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Added.
4080         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Added.
4081         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Added.
4082         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_top-expected.png: Added.
4083         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_center-expected.png: Added.
4084         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_char-expected.png: Added.
4085         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_justify-expected.png: Added.
4086         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_left-expected.png: Added.
4087         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
4088         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
4089         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_class-expected.png: Added.
4090         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_id-expected.png: Added.
4091         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_style-expected.png: Added.
4092         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Added.
4093         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Added.
4094         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_middle-expected.png: Added.
4095         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_top-expected.png: Added.
4096         * platform/qt-5.0-wk2/tables/mozilla/other/body_col-expected.png: Added.
4097         * platform/qt-5.0-wk2/tables/mozilla/other/cell_widths-expected.png:
4098         * platform/qt-5.0-wk2/tables/mozilla/other/cellspacing-expected.png: Added.
4099         * platform/qt-5.0-wk2/tables/mozilla/other/move_row-expected.png: Added.
4100         * platform/qt-5.0-wk2/tables/mozilla/other/ms-expected.png: Added.
4101         * platform/qt-5.0-wk2/tables/mozilla/other/nested2-expected.png: Added.
4102         * platform/qt-5.0-wk2/tables/mozilla/other/nestedTables-expected.png:
4103         * platform/qt-5.0-wk2/tables/mozilla/other/padding-expected.png: Added.
4104         * platform/qt-5.0-wk2/tables/mozilla/other/test3-expected.png:
4105         * platform/qt-5.0-wk2/tables/mozilla/other/test6-expected.png:
4106         * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
4107         * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_tr_align-expected.png:
4108         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png:
4109         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Added.
4110         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
4111         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
4112         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
4113         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added.
4114         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
4115         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
4116         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Added.
4117         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Added.
4118         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1164-expected.png: Added.
4119         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Added.
4120         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
4121         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
4122         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
4123         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png: Added.
4124         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Added.
4125         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
4126         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Added.
4127         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Added.
4128         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
4129         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Added.
4130         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
4131         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
4132         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png: Added.
4133         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Added.
4134         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png: Added.
4135         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added.
4136         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added.
4137         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Added.
4138         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added.
4139         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added.
4140         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png: Added.
4141         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png: Added.
4142         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added.
4143         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
4144         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Added.
4145         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Added.
4146         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Added.
4147         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png: Added.
4148         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Added.
4149         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Added.
4150         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
4151         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
4152         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Added.
4153         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Added.
4154         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Added.
4155         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug65372-expected.png: Added.
4156         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png: Added.
4157         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug72393-expected.png: Added.
4158         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
4159         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Added.
4160         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
4161         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
4162         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
4163         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png: Added.
4164         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png: Added.
4165         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png: Added.
4166         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
4167         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
4168         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png:
4169         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions1-expected.png:
4170         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions2-expected.png:
4171         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions3-expected.png:
4172         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png:
4173         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/cols1-expected.png: Added.
4174         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/columns-expected.png:
4175         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png:
4176         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/standards1-expected.png:
4177         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCells1-expected.png: Added.
4178         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png: Added.
4179         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCol1-expected.png: Added.
4180         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png: Added.
4181         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png: Added.
4182         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png: Added.
4183         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
4184         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
4185         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
4186         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
4187         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
4188         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
4189         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
4190         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
4191         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
4192         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
4193         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
4194         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
4195         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
4196         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
4197         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
4198         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Added.
4199         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Added.
4200         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Added.
4201         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Added.
4202         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Added.
4203         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Added.
4204         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added.
4205         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
4206         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added.
4207         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
4208         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added.
4209         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added.
4210         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
4211         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
4212         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
4213         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added.
4214         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Added.
4215         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added.
4216         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added.
4217         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png: Added.
4218         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Added.
4219         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Added.
4220         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Added.
4221         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Added.
4222         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Added.
4223         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Added.
4224         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Added.
4225         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Added.
4226         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Added.
4227         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Added.
4228         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Added.
4229         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png:
4230         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/test4-expected.png:
4231         * platform/qt-5.0-wk2/transforms/2d/compound-transforms-vs-containers-expected.png: Added.
4232         * platform/qt-5.0-wk2/transforms/2d/transform-borderbox-expected.png: Added.
4233         * platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png:
4234         * platform/qt-5.0-wk2/transforms/2d/transform-origin-borderbox-expected.png: Added.
4235         * platform/qt-5.0-wk2/transforms/2d/zoom-menulist-expected.png: Added.
4236         * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-hit-test-expected.png:
4237         * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
4238         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
4239         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png:
4240         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
4241         * platform/qt-5.0-wk2/transforms/svg-vs-css-expected.png: Added.
4242         * platform/qt-5.0-wk2/transitions/cross-fade-background-image-expected.png: Added.
4243         * platform/qt-5.0-wk2/transitions/cross-fade-border-image-expected.png:
4244         * platform/qt-5.0-wk2/transitions/move-after-transition-expected.png: Added.
4245         * platform/qt-5.0-wk2/transitions/svg-text-shadow-transition-expected.png: Added.
4246
4247 2013-06-06  Zalan Bujtas  <zalan@apple.com>
4248
4249         SVG objects are misplaced when SVG root has CSS transform.
4250         https://bugs.webkit.org/show_bug.cgi?id=117252
4251
4252         Reviewed by Simon Fraser.
4253
4254         Update layer transforms for SVG if needed.
4255
4256         SVG root, similarly to RenderBlock needs to call RenderLayer
4257         to get transforms updated after layout, in order to
4258         position the transformed objects properly.
4259
4260         * fast/transforms/transform-svg-expected.html: Added.
4261         * fast/transforms/transform-svg.html: Added.
4262
4263 2013-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
4264
4265         [Qt] Unreviewed gardening. Rebaselining after r151205.
4266
4267         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
4268         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
4269         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
4270         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
4271         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
4272         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
4273         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
4274         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
4275         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
4276         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
4277         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
4278         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
4279         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
4280         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
4281         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
4282         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
4283         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
4284         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
4285         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
4286         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
4287         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
4288         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
4289         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
4290         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
4291         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
4292         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
4293         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
4294         * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
4295         * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
4296         * platform/qt-5.0-wk2/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
4297         * platform/qt-5.0-wk2/svg/as-background-image/animated-svg-as-background-expected.png:
4298         * platform/qt-5.0-wk2/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
4299         * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-3-expected.png: Added.
4300         * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-5-expected.png: Added.
4301         * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-6-expected.png: Added.
4302         * platform/qt-5.0-wk2/svg/as-background-image/svg-background-partial-redraw-expected.png:
4303         * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
4304         * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-expected.png:
4305         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-expected.png:
4306         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
4307         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png:
4308         * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png:
4309         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
4310         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
4311         * platform/qt-5.0-wk2/svg/as-image/svg-image-change-content-size-expected.png:
4312         * platform/qt-5.0-wk2/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
4313         * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-expected.png:
4314         * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-expected.png:
4315         * platform/qt-5.0-wk2/svg/batik/filters/feTile-expected.png:
4316         * platform/qt-5.0-wk2/svg/batik/filters/filterRegions-expected.png: Added.
4317         * platform/qt-5.0-wk2/svg/batik/masking/maskRegions-expected.png: Added.
4318         * platform/qt-5.0-wk2/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
4319         * platform/qt-5.0-wk2/svg/batik/paints/patternRegionA-expected.png: Added.
4320         * platform/qt-5.0-wk2/svg/batik/paints/patternRegions-expected.png: Added.
4321         * platform/qt-5.0-wk2/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added.
4322         * platform/qt-5.0-wk2/svg/batik/text/smallFonts-expected.png: Added.
4323         * platform/qt-5.0-wk2/svg/batik/text/textAnchor-expected.png: Added.
4324         * platform/qt-5.0-wk2/svg/batik/text/textAnchor2-expected.png: Added.
4325         * platform/qt-5.0-wk2/svg/batik/text/textAnchor3-expected.png: Added.
4326         * platform/qt-5.0-wk2/svg/batik/text/textDecoration-expected.png:
4327         * platform/qt-5.0-wk2/svg/batik/text/textDecoration2-expected.png: Added.
4328         * platform/qt-5.0-wk2/svg/batik/text/textEffect2-expected.png: Added.
4329         * platform/qt-5.0-wk2/svg/batik/text/textEffect3-expected.png: Added.
4330         * platform/qt-5.0-wk2/svg/batik/text/textFeatures-expected.png:
4331         * platform/qt-5.0-wk2/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
4332         * platform/qt-5.0-wk2/svg/batik/text/textLayout-expected.png: Added.
4333         * platform/qt-5.0-wk2/svg/batik/text/textLayout2-expected.png: Added.
4334         * platform/qt-5.0-wk2/svg/batik/text/textLength-expected.png: Added.
4335         * platform/qt-5.0-wk2/svg/batik/text/textOnPath-expected.png: Added.
4336         * platform/qt-5.0-wk2/svg/batik/text/textOnPath2-expected.png: Added.
4337         * platform/qt-5.0-wk2/svg/batik/text/textOnPath3-expected.png: Added.
4338         * platform/qt-5.0-wk2/svg/batik/text/textOnPathSpaces-expected.png: Added.
4339         * platform/qt-5.0-wk2/svg/batik/text/textPCDATA-expected.png: Added.
4340         * platform/qt-5.0-wk2/svg/batik/text/textPosition-expected.png: Added.
4341         * platform/qt-5.0-wk2/svg/batik/text/textPosition2-expected.png: Added.
4342         * platform/qt-5.0-wk2/svg/batik/text/textProperties-expected.png: Added.
4343         * platform/qt-5.0-wk2/svg/batik/text/textProperties2-expected.png: Added.
4344         * platform/qt-5.0-wk2/svg/batik/text/textStyles-expected.png: Added.
4345         * platform/qt-5.0-wk2/svg/batik/text/verticalText-expected.png: Added.
4346         * platform/qt-5.0-wk2/svg/batik/text/verticalTextOnPath-expected.png: Added.
4347         * platform/qt-5.0-wk2/svg/carto.net/button-expected.png: Added.
4348         * platform/qt-5.0-wk2/svg/carto.net/colourpicker-expected.png: Added.
4349         * platform/qt-5.0-wk2/svg/carto.net/slider-expected.png: Added.
4350         * platform/qt-5.0-wk2/svg/carto.net/textbox-expected.png: Added.
4351         * platform/qt-5.0-wk2/svg/carto.net/window-expected.png:
4352         * platform/qt-5.0-wk2/svg/clip-path/clip-path-pixelation-expected.png: Added.
4353         * platform/qt-5.0-wk2/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Added.
4354         * platform/qt-5.0-wk2/svg/css/composite-shadow-text-expected.png: Added.
4355         * platform/qt-5.0-wk2/svg/css/text-shadow-multiple-expected.png: Added.
4356         * platform/qt-5.0-wk2/svg/custom/SVGMatrix-interface-expected.png: Added.
4357         * platform/qt-5.0-wk2/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
4358         * platform/qt-5.0-wk2/svg/custom/absolute-sized-content-with-resources-expected.png:
4359         * platform/qt-5.0-wk2/svg/custom/alignment-baseline-modes-expected.png: Added.
4360         * platform/qt-5.0-wk2/svg/custom/bug45331-expected.png: Added.
4361         * platform/qt-5.0-wk2/svg/custom/circle-move-invalidation-expected.png:
4362         * platform/qt-5.0-wk2/svg/custom/clip-mask-negative-scale-expected.png:
4363         * platform/qt-5.0-wk2/svg/custom/clip-path-referencing-use-expected.png: Added.
4364         * platform/qt-5.0-wk2/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added.
4365         * platform/qt-5.0-wk2/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
4366         * platform/qt-5.0-wk2/svg/custom/coords-relative-units-transforms-expected.png: Added.
4367         * platform/qt-5.0-wk2/svg/custom/dominant-baseline-hanging-expected.png: Added.
4368         * platform/qt-5.0-wk2/svg/custom/dominant-baseline-modes-expected.png: Added.
4369         * platform/qt-5.0-wk2/svg/custom/dynamic-svg-document-creation-expected.png: Added.
4370         * platform/qt-5.0-wk2/svg/custom/embedding-external-svgs-expected.png: Added.
4371         * platform/qt-5.0-wk2/svg/custom/empty-clip-path-expected.png: Added.
4372         * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
4373         * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
4374         * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Linear-expected.png: Added.
4375         * platform/qt-5.0-wk2/svg/custom/feComponentTransfer-Table-expected.png: Added.
4376         * platform/qt-5.0-wk2/svg/custom/fill-SVGPaint-interface-expected.png: Added.
4377         * platform/qt-5.0-wk2/svg/custom/fill-fallback-expected.png: Added.
4378         * platform/qt-5.0-wk2/svg/custom/focus-ring-expected.png: Added.
4379         * platform/qt-5.0-wk2/svg/custom/font-face-cascade-order-expected.png: Added.
4380         * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Added.
4381         * platform/qt-5.0-wk2/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
4382         * platform/qt-5.0-wk2/svg/custom/getPresentationAttribute-expected.png: Added.
4383         * platform/qt-5.0-wk2/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
4384         * platform/qt-5.0-wk2/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Added.
4385         * platform/qt-5.0-wk2/svg/custom/getsvgdocument-expected.png: Added.
4386         * platform/qt-5.0-wk2/svg/custom/gradient-cycle-detection-expected.png: Added.
4387         * platform/qt-5.0-wk2/svg/custom/gradient-deep-referencing-expected.png: Added.
4388         * platform/qt-5.0-wk2/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
4389         * platform/qt-5.0-wk2/svg/custom/hit-test-path-expected.png: Added.
4390         * platform/qt-5.0-wk2/svg/custom/hit-test-path-stroke-expected.png: Added.
4391         * platform/qt-5.0-wk2/svg/custom/hit-test-unclosed-subpaths-expected.png:
4392         * platform/qt-5.0-wk2/svg/custom/hit-test-with-br-expected.png:
4393         * platform/qt-5.0-wk2/svg/custom/image-parent-translation-expected.png:
4394         * platform/qt-5.0-wk2/svg/custom/image-rescale-clip-expected.png:
4395         * platform/qt-5.0-wk2/svg/custom/image-rescale-scroll-expected.png:
4396         * platform/qt-5.0-wk2/svg/custom/image-small-width-height-expected.png: Added.
4397         * platform/qt-5.0-wk2/svg/custom/image-with-transform-clip-filter-expected.png: Added.
4398         * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png:
4399         * platform/qt-5.0-wk2/svg/custom/invalid-css-expected.png: Added.
4400         * platform/qt-5.0-wk2/svg/custom/invalid-fill-expected.png: Added.
4401         * platform/qt-5.0-wk2/svg/custom/invalid-fill-hex-expected.png: Added.
4402         * platform/qt-5.0-wk2/svg/custom/invalid-lengthlist-expected.png: Added.
4403         * platform/qt-5.0-wk2/svg/custom/invalid-stroke-hex-expected.png: Added.
4404         * platform/qt-5.0-wk2/svg/custom/invalid-uri-stroke-expected.png: Added.
4405         * platform/qt-5.0-wk2/svg/custom/invisible-text-after-scrolling-expected.png: Added.
4406         * platform/qt-5.0-wk2/svg/custom/js-update-stop-linked-gradient-expected.png:
4407         * platform/qt-5.0-wk2/svg/custom/junk-data-expected.png:
4408         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
4409         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-transform-expected.png: Added.
4410         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
4411         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
4412         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
4413         * platform/qt-5.0-wk2/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
4414         * platform/qt-5.0-wk2/svg/custom/linking-uri-01-b-expected.png: Added.
4415         * platform/qt-5.0-wk2/svg/custom/marker-default-width-height-expected.png: Added.
4416         * platform/qt-5.0-wk2/svg/custom/marker-overflow-clip-expected.png: Added.
4417         * platform/qt-5.0-wk2/svg/custom/missing-xlink-expected.png:
4418         * platform/qt-5.0-wk2/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
4419         * platform/qt-5.0-wk2/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
4420         * platform/qt-5.0-wk2/svg/custom/object-sizing-expected.png: Added.
4421         * platform/qt-5.0-wk2/svg/custom/path-bad-data-expected.png:
4422         * platform/qt-5.0-wk2/svg/custom/pattern-cycle-detection-expected.png: Added.
4423         * platform/qt-5.0-wk2/svg/custom/pattern-deep-referencing-expected.png: Added.
4424         * platform/qt-5.0-wk2/svg/custom/pattern-incorrect-tiling-expected.png: Added.
4425         * platform/qt-5.0-wk2/svg/custom/pattern-rotate-expected.png:
4426         * platform/qt-5.0-wk2/svg/custom/pattern-rotate-gaps-expected.png: Added.
4427         * platform/qt-5.0-wk2/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
4428         * platform/qt-5.0-wk2/svg/custom/percentage-of-html-parent-expected.png: Added.
4429         * platform/qt-5.0-wk2/svg/custom/pointer-events-image-css-transform-expected.png:
4430         * platform/qt-5.0-wk2/svg/custom/pointer-events-image-expected.png:
4431         * platform/qt-5.0-wk2/svg/custom/pointer-events-path-expected.png: Added.
4432         * platform/qt-5.0-wk2/svg/custom/pointer-events-text-css-transform-expected.png: Added.
4433         * platform/qt-5.0-wk2/svg/custom/pointer-events-text-expected.png: Added.
4434         * platform/qt-5.0-wk2/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
4435         * platform/qt-5.0-wk2/svg/custom/recursive-filter-expected.png: Added.
4436         * platform/qt-5.0-wk2/svg/custom/recursive-gradient-expected.png: Added.
4437         * platform/qt-5.0-wk2/svg/custom/recursive-mask-expected.png: Added.
4438         * platform/qt-5.0-wk2/svg/custom/recursive-pattern-expected.png: Added.
4439         * platform/qt-5.0-wk2/svg/custom/relative-sized-content-expected.png:
4440         * platform/qt-5.0-wk2/svg/custom/relative-sized-content-with-resources-expected.png:
4441         * platform/qt-5.0-wk2/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
4442         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png:
4443         * platform/qt-5.0-wk2/svg/custom/relative-sized-inner-svg-expected.png:
4444         * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-expected.png:
4445         * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
4446         * platform/qt-5.0-wk2/svg/custom/relative-sized-use-on-symbol-expected.png:
4447         * platform/qt-5.0-wk2/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
4448         * platform/qt-5.0-wk2/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
4449         * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
4450         * platform/qt-5.0-wk2/svg/custom/second-inline-text-expected.png: Added.
4451         * platform/qt-5.0-wk2/svg/custom/shapes-supporting-markers-expected.png: Added.
4452         * platform/qt-5.0-wk2/svg/custom/simple-text-double-shadow-expected.png: Added.
4453         * platform/qt-5.0-wk2/svg/custom/simpleCDF-expected.png: Added.
4454         * platform/qt-5.0-wk2/svg/custom/stroke-fallback-expected.png: Added.
4455         * platform/qt-5.0-wk2/svg/custom/stroke-width-large-expected.png: Added.
4456         * platform/qt-5.0-wk2/svg/custom/stroked-pattern-expected.png: Added.
4457         * platform/qt-5.0-wk2/svg/custom/style-attribute-font-size-expected.png: Added.
4458         * platform/qt-5.0-wk2/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
4459         * platform/qt-5.0-wk2/svg/custom/svg-float-border-padding-expected.png: Added.
4460         * platform/qt-5.0-wk2/svg/custom/svg-fonts-in-html-expected.png: Added.
4461         * platform/qt-5.0-wk2/svg/custom/svg-fonts-segmented-expected.png: Added.
4462         * platform/qt-5.0-wk2/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
4463         * platform/qt-5.0-wk2/svg/custom/svg-fonts-word-spacing-expected.png: Added.
4464         * platform/qt-5.0-wk2/svg/custom/svg-overflow-types-expected.png: Added.
4465         * platform/qt-5.0-wk2/svg/custom/text-clip-expected.png: Added.
4466         * platform/qt-5.0-wk2/svg/custom/text-decoration-visibility-expected.png: Added.
4467         * platform/qt-5.0-wk2/svg/custom/text-dom-01-f-expected.png: Added.
4468         * platform/qt-5.0-wk2/svg/custom/text-hit-test-expected.png: Added.
4469         * platform/qt-5.0-wk2/svg/custom/text-image-opacity-expected.png:
4470         * platform/qt-5.0-wk2/svg/custom/text-letter-spacing-expected.png: Added.
4471         * platform/qt-5.0-wk2/svg/custom/text-linking-expected.png: Added.
4472         * platform/qt-5.0-wk2/svg/custom/text-rotated-gradient-expected.png: Added.
4473         * platform/qt-5.0-wk2/svg/custom/text-rotation-expected.png: Added.
4474         * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
4475         * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-change-href-expected.png: Added.
4476         * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
4477         * platform/qt-5.0-wk2/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
4478         * platform/qt-5.0-wk2/svg/custom/text-whitespace-handling-expected.png: Added.
4479         * platform/qt-5.0-wk2/svg/custom/text-x-dx-lists-expected.png: Added.
4480         * platform/qt-5.0-wk2/svg/custom/text-x-dy-lists-expected.png: Added.
4481         * platform/qt-5.0-wk2/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
4482         * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png:
4483         * platform/qt-5.0-wk2/svg/custom/tref-own-content-removal-expected.png: Added.
4484         * platform/qt-5.0-wk2/svg/custom/tref-update-expected.png: Added.
4485         * platform/qt-5.0-wk2/svg/custom/use-detach-expected.png:
4486         * platform/qt-5.0-wk2/svg/custom/use-dynamic-append-expected.png: Added.
4487         * platform/qt-5.0-wk2/svg/custom/use-elementInstance-event-target-expected.png:
4488         * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-modifications-expected.png: Added.
4489         * platform/qt-5.0-wk2/svg/custom/use-modify-target-container-expected.png: Added.
4490         * platform/qt-5.0-wk2/svg/custom/use-modify-target-symbol-expected.png: Added.
4491         * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-symbol-expected.png: Added.
4492         * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-use-expected.png: Added.
4493         * platform/qt-5.0-wk2/svg/custom/use-on-g-expected.png: Added.
4494         * platform/qt-5.0-wk2/svg/custom/use-on-rect-expected.png: Added.
4495         * platform/qt-5.0-wk2/svg/custom/use-on-symbol-expected.png: Added.
4496         * platform/qt-5.0-wk2/svg/custom/use-on-text-expected.png: Added.
4497         * platform/qt-5.0-wk2/svg/custom/use-on-use-expected.png: Added.
4498         * platform/qt-5.0-wk2/svg/custom/use-property-changes-through-dom-expected.png: Added.
4499         * platform/qt-5.0-wk2/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
4500         * platform/qt-5.0-wk2/svg/custom/use-recursion-1-expected.png: Added.
4501         * platform/qt-5.0-wk2/svg/custom/use-recursion-2-expected.png: Added.
4502         * platform/qt-5.0-wk2/svg/custom/use-recursion-3-expected.png: Added.
4503         * platform/qt-5.0-wk2/svg/custom/use-recursion-4-expected.png: Added.
4504         * platform/qt-5.0-wk2/svg/custom/use-transform-expected.png: Added.
4505         * platform/qt-5.0-wk2/svg/custom/viewbox-syntax-expected.png: Added.
4506         * platform/qt-5.0-wk2/svg/custom/viewport-em-expected.png: Added.
4507         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png:
4508         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
4509         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png:
4510         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png:
4511         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png:
4512         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png:
4513         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
4514         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
4515         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png:
4516         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
4517         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-cloning-expected.png: Added.
4518         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
4519         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png:
4520         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png:
4521         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-segment-modification-expected.png:
4522         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
4523         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
4524         * platform/qt-5.0-wk2/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
4525         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png:
4526         * platform/qt-5.0-wk2/svg/dom/css-transforms-expected.png:
4527         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
4528         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
4529         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
4530         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
4531         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
4532         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
4533         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
4534         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
4535         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
4536         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
4537         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
4538         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
4539         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
4540         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
4541         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
4542         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
4543         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
4544         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
4545         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
4546         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
4547         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
4548         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
4549         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
4550         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
4551         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
4552         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
4553         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
4554         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
4555         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
4556         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
4557         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
4558         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
4559         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
4560         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
4561         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
4562         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
4563         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
4564         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
4565         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
4566         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
4567         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
4568         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
4569         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
4570         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
4571         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
4572         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
4573         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
4574         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
4575         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
4576         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
4577         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
4578         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
4579         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
4580         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
4581         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
4582         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
4583         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
4584         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
4585         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
4586         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
4587         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
4588         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
4589         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
4590         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
4591         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
4592         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
4593         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
4594         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
4595         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
4596         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
4597         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
4598         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
4599         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
4600         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
4601         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
4602         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
4603         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
4604         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
4605         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
4606         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
4607         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
4608         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
4609         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
4610         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
4611         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
4612         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
4613         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
4614         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
4615         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
4616         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
4617         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
4618         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
4619         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
4620         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
4621         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
4622         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
4623         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
4624         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
4625         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
4626         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
4627         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
4628         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
4629         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
4630         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
4631         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
4632         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
4633         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
4634         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
4635         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
4636         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
4637         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
4638         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
4639         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
4640         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
4641         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
4642         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
4643         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
4644         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
4645         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
4646         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
4647         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
4648         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
4649         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
4650         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
4651         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
4652         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
4653         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
4654         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
4655         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
4656         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
4657         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
4658         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
4659         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
4660         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
4661         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
4662         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
4663         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
4664         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
4665         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
4666         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
4667         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
4668         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
4669         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
4670         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
4671         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
4672         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
4673         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
4674         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
4675         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
4676         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
4677         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
4678         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
4679         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
4680         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
4681         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
4682         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
4683         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
4684         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
4685         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
4686         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
4687         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
4688         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
4689         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
4690         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
4691         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
4692         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
4693         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
4694         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
4695         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
4696         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
4697         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
4698         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
4699         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
4700         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
4701         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
4702         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
4703         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
4704         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
4705         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
4706         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
4707         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
4708         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
4709         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
4710         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
4711         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
4712         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
4713         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
4714         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
4715         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
4716         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
4717         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
4718         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
4719         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
4720         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
4721         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
4722         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
4723         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
4724         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
4725         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
4726         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
4727         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
4728         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
4729         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
4730         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
4731         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
4732         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
4733         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
4734         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
4735         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
4736         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
4737         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
4738         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
4739         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
4740         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
4741         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
4742         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
4743         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
4744         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
4745         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
4746         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
4747         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
4748         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
4749         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
4750         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
4751         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
4752         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
4753         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
4754         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
4755         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
4756         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
4757         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
4758         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
4759         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
4760         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
4761         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
4762         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
4763         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
4764         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
4765         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
4766         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
4767         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
4768         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
4769         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
4770         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
4771         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
4772         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
4773         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
4774         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
4775         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
4776         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
4777         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
4778         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
4779         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
4780         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
4781         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
4782         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
4783         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
4784         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
4785         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
4786         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
4787         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
4788         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
4789         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
4790         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
4791         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
4792         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
4793         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
4794         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
4795         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
4796         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
4797         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
4798         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
4799         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
4800         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
4801         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
4802         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
4803         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
4804         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
4805         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
4806         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
4807         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
4808         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
4809         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
4810         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
4811         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
4812         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
4813         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
4814         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
4815         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
4816         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
4817         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
4818         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
4819         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
4820         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
4821         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
4822         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
4823         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
4824         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
4825         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
4826         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
4827         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
4828         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
4829         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
4830         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
4831         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
4832         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
4833         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
4834         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
4835         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
4836         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
4837         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
4838         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
4839         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
4840         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
4841         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
4842         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
4843         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
4844         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
4845         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
4846         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
4847         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
4848         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
4849         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
4850         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
4851         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
4852         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
4853         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
4854         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
4855         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
4856         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
4857         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
4858         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
4859         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
4860         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
4861         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
4862         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
4863         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
4864         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
4865         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
4866         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
4867         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
4868         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
4869         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
4870         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
4871         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
4872         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
4873         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
4874         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
4875         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
4876         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
4877         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
4878         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
4879         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
4880         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
4881         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
4882         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
4883         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
4884         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
4885         * platform/qt-5.0-wk2/svg/filters/feComposite-expected.png: Added.
4886         * platform/qt-5.0-wk2/svg/filters/filter-on-filter-for-text-expected.png: Added.
4887         * platform/qt-5.0-wk2/svg/filters/filter-width-update-expected.png:
4888         * platform/qt-5.0-wk2/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
4889         * platform/qt-5.0-wk2/svg/hixie/data-types/002-expected.png: Added.
4890         * platform/qt-5.0-wk2/svg/hixie/error/003-expected.png: Added.
4891         * platform/qt-5.0-wk2/svg/hixie/error/010-expected.png: Added.
4892         * platform/qt-5.0-wk2/svg/hixie/error/011-expected.png: Added.
4893         * platform/qt-5.0-wk2/svg/hixie/error/012-expected.png:
4894         * platform/qt-5.0-wk2/svg/hixie/error/013-expected.png: Added.
4895         * platform/qt-5.0-wk2/svg/hixie/intrinsic/001-expected.png: Added.
4896         * platform/qt-5.0-wk2/svg/hixie/intrinsic/002-expected.png: Added.
4897         * platform/qt-5.0-wk2/svg/hixie/intrinsic/003-expected.png: Added.
4898         * platform/qt-5.0-wk2/svg/hixie/mixed/003-expected.png: Added.
4899         * platform/qt-5.0-wk2/svg/hixie/mixed/006-expected.png: Added.
4900         * platform/qt-5.0-wk2/svg/hixie/mixed/008-expected.png: Added.
4901         * platform/qt-5.0-wk2/svg/hixie/mixed/009-expected.png: Added.
4902         * platform/qt-5.0-wk2/svg/hixie/mixed/010-expected.png: Added.
4903         * platform/qt-5.0-wk2/svg/hixie/mixed/011-expected.png: Added.
4904         * platform/qt-5.0-wk2/svg/hixie/perf/003-expected.png:
4905         * platform/qt-5.0-wk2/svg/hixie/perf/007-expected.png:
4906         * platform/qt-5.0-wk2/svg/hixie/rendering-model/003-expected.png: Added.
4907         * platform/qt-5.0-wk2/svg/hixie/rendering-model/004-expected.png: Added.
4908         * platform/qt-5.0-wk2/svg/hixie/text/003-expected.png: Added.
4909         * platform/qt-5.0-wk2/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
4910         * platform/qt-5.0-wk2/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
4911         * platform/qt-5.0-wk2/svg/in-html/circle-expected.png:
4912         * platform/qt-5.0-wk2/svg/text/bidi-embedded-direction-expected.png: Added.
4913         * platform/qt-5.0-wk2/svg/text/ems-display-none-expected.png:
4914         * platform/qt-5.0-wk2/svg/text/exs-display-none-expected.png:
4915         * platform/qt-5.0-wk2/svg/text/font-size-below-point-five-2-expected.png: Added.
4916         * platform/qt-5.0-wk2/svg/text/font-size-below-point-five-expected.png: Added.
4917         * platform/qt-5.0-wk2/svg/text/foreignObject-repaint-expected.png: Added.
4918         * platform/qt-5.0-wk2/svg/text/kerning-expected.png:
4919         * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png:
4920         * platform/qt-5.0-wk2/svg/text/scaled-font-expected.png: Added.
4921         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
4922         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
4923         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
4924         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
4925         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
4926         * platform/qt-5.0-wk2/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
4927         * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
4928         * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
4929         * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
4930         * platform/qt-5.0-wk2/svg/text/select-x-list-2-expected.png: Added.
4931         * platform/qt-5.0-wk2/svg/text/select-x-list-3-expected.png: Added.
4932         * platform/qt-5.0-wk2/svg/text/select-x-list-4-expected.png: Added.
4933         * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-2-expected.png: Added.
4934         * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-3-expected.png: Added.
4935         * platform/qt-5.0-wk2/svg/text/select-x-list-with-tspans-4-expected.png: Added.
4936         * platform/qt-5.0-wk2/svg/text/selection-background-color-expected.png: Added.
4937         * platform/qt-5.0-wk2/svg/text/selection-doubleclick-expected.png: Added.
4938         * platform/qt-5.0-wk2/svg/text/selection-styles-expected.png: Added.
4939         * platform/qt-5.0-wk2/svg/text/selection-tripleclick-expected.png: Added.
4940         * platform/qt-5.0-wk2/svg/text/small-fonts-2-expected.png: Added.
4941         * platform/qt-5.0-wk2/svg/text/small-fonts-3-expected.png: Added.
4942         * platform/qt-5.0-wk2/svg/text/small-fonts-expected.png: Added.
4943         * platform/qt-5.0-wk2/svg/text/small-fonts-in-html5-expected.png: Added.
4944         * platform/qt-5.0-wk2/svg/text/text-align-01-b-expected.png: Added.
4945         * platform/qt-5.0-wk2/svg/text/text-align-02-b-expected.png: Added.
4946         * platform/qt-5.0-wk2/svg/text/text-align-03-b-expected.png: Added.
4947         * platform/qt-5.0-wk2/svg/text/text-align-04-b-expected.png: Added.
4948         * platform/qt-5.0-wk2/svg/text/text-align-05-b-expected.png: Added.
4949         * platform/qt-5.0-wk2/svg/text/text-align-06-b-expected.png: Added.
4950         * platform/qt-5.0-wk2/svg/text/text-altglyph-01-b-expected.png: Added.
4951         * platform/qt-5.0-wk2/svg/text/text-deco-01-b-expected.png:
4952         * platform/qt-5.0-wk2/svg/text/text-fill-opacity-expected.png: Added.
4953         * platform/qt-5.0-wk2/svg/text/text-fonts-02-t-expected.png: Added.
4954         * platform/qt-5.0-wk2/svg/text/text-gradient-positioning-expected.png: Added.
4955         * platform/qt-5.0-wk2/svg/text/text-midpoint-split-bug-expected.png: Added.
4956         * platform/qt-5.0-wk2/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
4957         * platform/qt-5.0-wk2/svg/text/text-path-01-b-expected.png: Added.
4958         * platform/qt-5.0-wk2/svg/text/text-repaint-rects-expected.png: Added.
4959         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png:
4960         * platform/qt-5.0-wk2/svg/text/text-spacing-01-b-expected.png: Added.
4961         * platform/qt-5.0-wk2/svg/text/text-text-01-b-expected.png: Added.
4962         * platform/qt-5.0-wk2/svg/text/text-text-03-b-expected.png: Added.
4963         * platform/qt-5.0-wk2/svg/text/text-text-04-t-expected.png: Added.
4964         * platform/qt-5.0-wk2/svg/text/text-text-05-t-expected.png:
4965         * platform/qt-5.0-wk2/svg/text/text-text-06-t-expected.png: Added.
4966         * platform/qt-5.0-wk2/svg/text/text-text-07-t-expected.png: Added.
4967         * platform/qt-5.0-wk2/svg/text/text-tref-01-b-expected.png: Added.
4968         * platform/qt-5.0-wk2/svg/text/text-tselect-01-b-expected.png: Added.
4969         * platform/qt-5.0-wk2/svg/text/text-tspan-01-b-expected.png: Added.
4970         * platform/qt-5.0-wk2/svg/text/text-viewbox-rescale-expected.png:
4971         * platform/qt-5.0-wk2/svg/text/text-ws-01-t-expected.png: Added.
4972         * platform/qt-5.0-wk2/svg/text/text-ws-02-t-expected.png: Added.
4973         * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png:
4974         * platform/qt-5.0-wk2/svg/transforms/animated-path-inside-transformed-html-expected.png:
4975         * platform/qt-5.0-wk2/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
4976         * platform/qt-5.0-wk2/svg/transforms/svg-css-transforms-expected.png: Added.
4977         * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
4978         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
4979         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
4980         * platform/qt-5.0-wk2/svg/wicd/rightsizing-grid-expected.png:
4981         * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-a-expected.png: Added.
4982         * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png:
4983         * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image1-expected.png:
4984         * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image2-expected.png:
4985         * platform/qt-5.0-wk2/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
4986         * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
4987         * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
4988         * platform/qt-5.0-wk2/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
4989         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
4990         * platform/qt-5.0-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
4991         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
4992         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
4993         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
4994         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
4995         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
4996         * platform/qt-5.0-wk2/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
4997         * platform/qt-5.0-wk2/svg/zoom/text/zoom-foreignObject-expected.png: Added.
4998         * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
4999         * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
5000         * platform/qt-5.0-wk2/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
5001         * platform/qt-5.0-wk2/tables/layering/paint-test-layering-1-expected.png: Added.
5002         * platform/qt-5.0-wk2/tables/layering/paint-test-layering-2-expected.png: Added.
5003         * platform/qt-5.0-wk2/tables/mozilla/bugs/45621-expected.png: Added.
5004         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10009-expected.png: Added.
5005         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug100334-expected.png: Added.
5006         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10036-expected.png: Added.
5007         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101201-expected.png: Added.
5008         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101674-expected.png:
5009         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-1-expected.png: Added.
5010         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-2-expected.png: Added.
5011         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-3-expected.png: Added.
5012         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-4-expected.png: Added.
5013         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10269-2-expected.png:
5014         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10296-1-expected.png:
5015         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1055-1-expected.png:
5016         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10565-expected.png: Added.
5017         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10633-expected.png: Added.
5018         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug106816-expected.png: Added.
5019         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug109043-expected.png: Added.
5020         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11026-expected.png:
5021         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug110566-expected.png: Added.
5022         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-1-expected.png:
5023         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-2-expected.png: Added.
5024         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-3-expected.png:
5025         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113424-expected.png: Added.
5026         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384q-expected.png: Added.
5027         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1163-1-expected.png: Added.
5028         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1188-expected.png:
5029         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11944-expected.png:
5030         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug119786-expected.png: Added.
5031         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12008-expected.png: Added.
5032         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug120364-expected.png:
5033         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1224-expected.png: Added.
5034         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12268-expected.png: Added.
5035         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug123862-expected.png: Added.
5036         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1261-expected.png: Added.
5037         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug126742-expected.png: Added.
5038         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12709-expected.png: Added.
5039         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug127267-expected.png: Added.
5040         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug128229-expected.png: Added.
5041         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12908-1-expected.png: Added.
5042         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1296-expected.png:
5043         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1302-expected.png:
5044         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020-expected.png:
5045         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png:
5046         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13105-expected.png: Added.
5047         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13118-expected.png: Added.
5048         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1318-expected.png: Added.
5049         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13196-expected.png: Added.
5050         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-1-expected.png: Added.
5051         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-2-expected.png: Added.
5052         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug13484-expected.png: Added.
5053         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug139524-2-expected.png: Added.
5054         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-1-expected.png: Added.
5055         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-3-expected.png: Added.
5056         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1430-expected.png: Added.
5057         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14323-expected.png: Added.
5058         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug149275-1-expected.png: Added.
5059         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug14929-expected.png: Added.
5060         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15247-expected.png: Added.
5061         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15544-expected.png:
5062         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug157890-expected.png: Added.
5063         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16012-expected.png: Added.
5064         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16252-expected.png:
5065         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-1-expected.png: Added.
5066         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-2-expected.png: Added.
5067         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17138-expected.png: Added.
5068         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17168-expected.png: Added.
5069         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug17587-expected.png: Added.
5070         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1800-expected.png: Added.
5071         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802-expected.png: Added.
5072         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802s-expected.png: Added.
5073         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1809-expected.png: Added.
5074         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1828-expected.png: Added.
5075         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18359-expected.png: Added.
5076         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18558-expected.png: Added.
5077         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18664-expected.png: Added.
5078         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug18955-expected.png: Added.
5079         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-1-expected.png: Added.
5080         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-2-expected.png: Added.
5081         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19356-expected.png: Added.
5082         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug194024-expected.png:
5083         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug19599-expected.png: Added.
5084         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2050-expected.png: Added.
5085         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug20579-expected.png: Added.
5086         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug20804-expected.png: Added.
5087         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2123-expected.png: Added.
5088         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug21299-expected.png: Added.
5089         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug215629-expected.png: Added.
5090         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22019-expected.png:
5091         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug220536-expected.png: Added.
5092         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2-expected.png: Added.
5093         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2a-expected.png: Added.
5094         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3-expected.png: Added.
5095         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3a-expected.png: Added.
5096         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug222846-expected.png: Added.
5097         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2267-expected.png: Added.
5098         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug227123-expected.png: Added.
5099         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23151-expected.png:
5100         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23235-expected.png: Added.
5101         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23299-expected.png: Added.
5102         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24200-expected.png: Added.
5103         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24503-expected.png: Added.
5104         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24627-expected.png: Added.
5105         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24661-expected.png: Added.
5106         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2469-expected.png: Added.
5107         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-1-expected.png:
5108         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-2-expected.png: Added.
5109         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-3-expected.png:
5110         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-4-expected.png:
5111         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug24880-expected.png: Added.
5112         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25004-expected.png: Added.
5113         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25086-expected.png: Added.
5114         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2509-expected.png: Added.
5115         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug25663-expected.png: Added.
5116         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2684-expected.png: Added.
5117         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-2-expected.png:
5118         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug275625-expected.png: Added.
5119         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2757-expected.png: Added.
5120         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2763-expected.png: Added.
5121         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2773-expected.png: Added.
5122         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug278266-expected.png: Added.
5123         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27993-1-expected.png: Added.
5124         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug28341-expected.png: Added.
5125         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-2-expected.png: Added.
5126         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-expected.png: Added.
5127         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug28928-expected.png: Added.
5128         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29058-3-expected.png: Added.
5129         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29157-expected.png: Added.
5130         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29429-expected.png: Added.
5131         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2947-expected.png:
5132         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2962-expected.png: Added.
5133         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2973-expected.png: Added.
5134         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-1-expected.png: Added.
5135         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-2-expected.png:
5136         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2997-expected.png: Added.
5137         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30273-expected.png: Added.
5138         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-1-expected.png: Added.
5139         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-2-expected.png: Added.
5140         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30418-expected.png: Added.
5141         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30559-expected.png: Added.
5142         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30692-expected.png: Added.
5143         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug30985-expected.png: Added.
5144         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3103-expected.png: Added.
5145         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3191-expected.png: Added.
5146         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-2-expected.png:
5147         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-3-expected.png: Added.
5148         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3260-expected.png: Added.
5149         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32841-expected.png: Added.
5150         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3309-1-expected.png: Added.
5151         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug33137-expected.png: Added.
5152         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug33855-expected.png: Added.
5153         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3454-expected.png: Added.
5154         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug35662-expected.png: Added.
5155         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-1-expected.png: Added.
5156         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-2-expected.png: Added.
5157         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug38916-expected.png:
5158         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug39209-expected.png: Added.
5159         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3977-expected.png:
5160         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug40828-expected.png: Added.
5161         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4093-expected.png:
5162         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug41890-expected.png: Added.
5163         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug42187-expected.png: Added.
5164         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug42443-expected.png: Added.
5165         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4284-expected.png:
5166         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43039-expected.png:
5167         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43204-expected.png: Added.
5168         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4382-expected.png: Added.
5169         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4385-expected.png: Added.
5170         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-1-expected.png:
5171         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-2-expected.png: Added.
5172         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4427-expected.png:
5173         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44505-expected.png:
5174         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44523-expected.png: Added.
5175         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4501-expected.png: Added.
5176         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-2-expected.png: Added.
5177         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-expected.png: Added.
5178         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4523-expected.png: Added.
5179         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug45486-expected.png: Added.
5180         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4576-expected.png: Added.
5181         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-1-expected.png: Added.
5182         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-2-expected.png: Added.
5183         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-3-expected.png: Added.
5184         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-5-expected.png: Added.
5185         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-expected.png: Added.
5186         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-1-expected.png: Added.
5187         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-2-expected.png: Added.
5188         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-1-expected.png:
5189         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-2-expected.png:
5190         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-1-expected.png: Added.
5191         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-2-expected.png: Added.
5192         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46924-expected.png: Added.
5193         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug47432-expected.png: Added.
5194         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-1-expected.png: Added.
5195         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-2-expected.png: Added.
5196         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4803-expected.png: Added.
5197         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-2-expected.png: Added.
5198         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-expected.png: Added.
5199         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug48827-expected.png: Added.
5200         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug50695-1-expected.png:
5201         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51037-expected.png: Added.
5202         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51140-expected.png: Added.
5203         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug51727-expected.png: Added.
5204         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5188-expected.png: Added.
5205         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug52505-expected.png: Added.
5206         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug52506-expected.png: Added.
5207         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug53891-expected.png: Added.
5208         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug54450-expected.png: Added.
5209         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5538-expected.png: Added.
5210         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug55527-expected.png: Added.
5211         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug55694-expected.png: Added.
5212         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57300-expected.png: Added.
5213         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57378-expected.png: Added.
5214         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-2-expected.png: Added.
5215         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-expected.png: Added.
5216         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5798-expected.png: Added.
5217         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5799-expected.png: Added.
5218         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5835-expected.png:
5219         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5838-expected.png: Added.
5220         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug58402-1-expected.png: Added.
5221         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug59354-expected.png: Added.
5222         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60013-expected.png: Added.
5223         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60749-expected.png: Added.
5224         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60804-expected.png: Added.
5225         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60807-expected.png: Added.
5226         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug60992-expected.png: Added.
5227         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug6184-expected.png: Added.
5228         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug63785-expected.png: Added.
5229         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug6404-expected.png: Added.
5230         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug647-expected.png: Added.
5231         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug6674-expected.png: Added.
5232         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug67864-expected.png: Added.
5233         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug67915-1-expected.png:
5234         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug68912-expected.png: Added.
5235         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug68998-expected.png: Added.
5236         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug69187-expected.png: Added.
5237         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug69382-1-expected.png: Added.
5238         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug69382-2-expected.png: Added.
5239         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug709-expected.png: Added.
5240         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-1-expected.png:
5241         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-2-expected.png:
5242         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7121-1-expected.png: Added.
5243         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug72359-expected.png: Added.
5244         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug73321-expected.png:
5245         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7342-expected.png: Added.
5246         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7471-expected.png: Added.
5247         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug75250-expected.png: Added.
5248         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7714-expected.png: Added.
5249         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug78162-expected.png: Added.
5250         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug8032-1-expected.png: Added.
5251         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug80762-1-expected.png: Added.
5252         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug82946-1-expected.png: Added.
5253         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug82946-2-expected.png: Added.
5254         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug83786-expected.png: Added.
5255         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug8381-expected.png: Added.
5256         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug8411-expected.png: Added.
5257         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug86708-expected.png: Added.
5258         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug88035-1-expected.png: Added.
5259         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug88035-2-expected.png: Added.
5260         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug8858-expected.png: Added.
5261         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug8950-expected.png: Added.
5262         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9123-1-expected.png: Added.
5263         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug9123-2-expected.png: Added.
5264         * pwarning: inexact rename detection was skipped due to too many files.: Added.
5265
5266 2013-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
5267
5268         [Qt] Unreviewed gardening. Rebaselining after r151205.
5269
5270         * platform/qt-5.0-wk2/fast/flexbox/025-expected.png: Added.
5271         * platform/qt-5.0-wk2/fast/flexbox/026-expected.png: Added.
5272         * platform/qt-5.0-wk2/fast/forms/003-expected.png: Added.
5273         * platform/qt-5.0-wk2/fast/forms/006-expected.png: Added.
5274         * platform/qt-5.0-wk2/fast/forms/007-expected.png: Added.
5275         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label01-expected.png: Added.
5276         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label02-expected.png: Added.
5277         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label03-expected.png: Added.
5278         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label04-expected.png: Added.
5279         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label05-expected.png: Added.
5280         * platform/qt-5.0-wk2/fast/forms/basic-buttons-expected.png: Added.
5281         * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
5282         * platform/qt-5.0-wk2/fast/forms/basic-selects-expected.png: Added.
5283         * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png:
5284         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
5285         * platform/qt-5.0-wk2/fast/forms/button-align-expected.png: Added.
5286         * platform/qt-5.0-wk2/fast/forms/button-default-title-expected.png:
5287         * platform/qt-5.0-wk2/fast/forms/button-generated-content-expected.png: Added.
5288         * platform/qt-5.0-wk2/fast/forms/button-inner-block-reuse-expected.png: Added.
5289         * platform/qt-5.0-wk2/fast/forms/button-positioned-expected.png: Added.
5290         * platform/qt-5.0-wk2/fast/forms/button-sizes-expected.png: Added.
5291         * platform/qt-5.0-wk2/fast/forms/button-style-color-expected.png: Added.
5292         * platform/qt-5.0-wk2/fast/forms/button-submit-expected.png: Added.
5293         * platform/qt-5.0-wk2/fast/forms/button-table-styles-expected.png:
5294         * platform/qt-5.0-wk2/fast/forms/button-text-transform-expected.png: Added.
5295         * platform/qt-5.0-wk2/fast/forms/caret-rtl-expected.png: Added.
5296         * platform/qt-5.0-wk2/fast/forms/control-clip-expected.png: Added.
5297         * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
5298         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
5299         * platform/qt-5.0-wk2/fast/forms/disabled-select-change-index-expected.png:
5300         * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png:
5301         * platform/qt-5.0-wk2/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added.
5302         * platform/qt-5.0-wk2/fast/forms/file/file-input-direction-expected.png:
5303         * platform/qt-5.0-wk2/fast/forms/file/file-input-disabled-expected.png: Added.
5304         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png:
5305         * platform/qt-5.0-wk2/fast/forms/float-before-fieldset-expected.png: Added.
5306         * platform/qt-5.0-wk2/fast/forms/floating-textfield-relayout-expected.png: Added.
5307         * platform/qt-5.0-wk2/fast/forms/form-hides-table-expected.png:
5308         * platform/qt-5.0-wk2/fast/forms/form-in-malformed-markup-expected.png: Added.
5309         * platform/qt-5.0-wk2/fast/forms/formmove-expected.png: Added.
5310         * platform/qt-5.0-wk2/fast/forms/formmove2-expected.png: Added.
5311         * platform/qt-5.0-wk2/fast/forms/hidden-listbox-expected.png:
5312         * platform/qt-5.0-wk2/fast/forms/image-border-expected.png: Added.
5313         * platform/qt-5.0-wk2/fast/forms/indeterminate-expected.png: Added.
5314         * platform/qt-5.0-wk2/fast/forms/input-align-image-expected.png: Added.
5315         * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.png: Added.
5316         * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
5317         * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
5318         * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.png: Added.
5319         * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
5320         * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png:
5321         * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.png: Added.
5322         * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
5323         * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Added.
5324         * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
5325         * platform/qt-5.0-wk2/fast/forms/input-field-text-truncated-expected.png: Added.
5326         * platform/qt-5.0-wk2/fast/forms/input-first-letter-expected.png: Added.
5327         * platform/qt-5.0-wk2/fast/forms/input-no-renderer-expected.png: Added.
5328         * platform/qt-5.0-wk2/fast/forms/input-placeholder-paint-order-expected.png:
5329         * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.png: Added.
5330         * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.png: Added.
5331         * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.png: Added.
5332         * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.png: Added.
5333         * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.png: Added.
5334         * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.png: Added.
5335         * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.png: Added.
5336         * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.png: Added.
5337         * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.png: Added.
5338         * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.png: Added.
5339         * platform/qt-5.0-wk2/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
5340         * platform/qt-5.0-wk2/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
5341         * platform/qt-5.0-wk2/fast/forms/menulist-clip-expected.png: Added.
5342         * platform/qt-5.0-wk2/fast/forms/menulist-no-overflow-expected.png: Added.
5343         * platform/qt-5.0-wk2/fast/forms/menulist-option-wrap-expected.png: Added.
5344         * platform/qt-5.0-wk2/fast/forms/menulist-style-color-expected.png: Added.
5345         * platform/qt-5.0-wk2/fast/forms/negativeLineHeight-expected.png: Added.
5346         * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Added.
5347         * platform/qt-5.0-wk2/fast/forms/option-index-expected.png: Added.
5348         * platform/qt-5.0-wk2/fast/forms/option-script-expected.png: Added.
5349         * platform/qt-5.0-wk2/fast/forms/option-strip-whitespace-expected.png: Added.
5350         * platform/qt-5.0-wk2/fast/forms/option-text-clip-expected.png: Added.
5351         * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
5352         * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Added.
5353         * platform/qt-5.0-wk2/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
5354         * platform/qt-5.0-wk2/fast/forms/range/range-thumb-height-percentage-expected.png: Added.
5355         * platform/qt-5.0-wk2/fast/forms/range/slider-padding-expected.png: Added.
5356         * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
5357         * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.png: Added.
5358         * platform/qt-5.0-wk2/fast/forms/select-align-expected.png: Added.
5359         * platform/qt-5.0-wk2/fast/forms/select-block-background-expected.png: Added.
5360         * platform/qt-5.0-wk2/fast/forms/select-change-listbox-size-expected.png: Added.
5361         * platform/qt-5.0-wk2/fast/forms/select-change-listbox-to-popup-expected.png: Added.
5362         * platform/qt-5.0-wk2/fast/forms/select-change-popup-to-listbox-expected.png: Added.
5363         * platform/qt-5.0-wk2/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
5364         * platform/qt-5.0-wk2/fast/forms/select-disabled-appearance-expected.png: Added.
5365         * platform/qt-5.0-wk2/fast/forms/select-display-none-style-resolve-expected.png: Added.
5366         * platform/qt-5.0-wk2/fast/forms/select-initial-position-expected.png: Added.
5367         * platform/qt-5.0-wk2/fast/forms/select-item-background-clip-expected.png: Added.
5368         * platform/qt-5.0-wk2/fast/forms/select-list-box-with-height-expected.png: Added.
5369         * platform/qt-5.0-wk2/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
5370         * platform/qt-5.0-wk2/fast/forms/select-overflow-scroll-expected.png: Added.
5371         * platform/qt-5.0-wk2/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
5372         * platform/qt-5.0-wk2/fast/forms/select-selected-expected.png: Added.
5373         * platform/qt-5.0-wk2/fast/forms/select-size-expected.png: Added.
5374         * platform/qt-5.0-wk2/fast/forms/select-style-expected.png: Added.
5375         * platform/qt-5.0-wk2/fast/forms/select/optgroup-rendering-expected.png: Added.
5376         * platform/qt-5.0-wk2/fast/forms/targeted-frame-submission-expected.png: Added.
5377         * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
5378         * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Added.
5379         * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
5380         * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-set-attribute-expected.png: Added.
5381         * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
5382         * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
5383         * platform/qt-5.0-wk2/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
5384         * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.png: Added.
5385         * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.png: Added.
5386         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-advanced-expected.png:
5387         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-grid-expected.png:
5388         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png:
5389         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
5390         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
5391         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
5392         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
5393         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
5394         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-nested-expected.png: Added.
5395         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
5396         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
5397         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
5398         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
5399         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
5400         * platform/qt-5.0-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
5401         * platform/qt-5.0-wk2/fast/frames/frameElement-frame-expected.png: Added.
5402         * platform/qt-5.0-wk2/fast/frames/frameElement-iframe-expected.png: Added.
5403         * platform/qt-5.0-wk2/fast/frames/frameset-style-recalc-expected.png: Added.
5404         * platform/qt-5.0-wk2/fast/frames/iframe-option-crash-expected.png: Added.
5405         * platform/qt-5.0-wk2/fast/frames/iframe-scrolling-attribute-expected.png:
5406         * platform/qt-5.0-wk2/fast/frames/iframe-with-frameborder-expected.png: Added.
5407         * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png:
5408         * platform/qt-5.0-wk2/fast/frames/viewsource-attribute-expected.png: Added.
5409         * platform/qt-5.0-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
5410         * platform/qt-5.0-wk2/fast/gradients/crash-on-zero-radius-expected.png: Added.
5411         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png:
5412         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png:
5413         * platform/qt-5.0-wk2/fast/gradients/list-item-gradient-expected.png: Added.
5414         * platform/qt-5.0-wk2/fast/gradients/radial-centered-expected.png: Added.
5415         * platform/qt-5.0-wk2/fast/html/details-add-child-1-expected.png: Added.
5416         * platform/qt-5.0-wk2/fast/html/details-add-child-2-expected.png: Added.
5417         * platform/qt-5.0-wk2/fast/html/details-add-details-child-1-expected.png: Added.
5418         * platform/qt-5.0-wk2/fast/html/details-add-details-child-2-expected.png: Added.
5419         * platform/qt-5.0-wk2/fast/html/details-add-summary-child-1-expected.png: Added.
5420         * platform/qt-5.0-wk2/fast/html/details-add-summary-child-2-expected.png: Added.
5421         * platform/qt-5.0-wk2/fast/html/details-marker-style-expected.png: Added.
5422         * platform/qt-5.0-wk2/fast/html/details-nested-1-expected.png: Added.
5423         * platform/qt-5.0-wk2/fast/html/details-nested-2-expected.png: Added.
5424         * platform/qt-5.0-wk2/fast/html/details-remove-child-1-expected.png: Added.
5425         * platform/qt-5.0-wk2/fast/html/details-remove-child-2-expected.png: Added.
5426         * platform/qt-5.0-wk2/fast/html/details-remove-summary-child-1-expected.png: Added.
5427         * platform/qt-5.0-wk2/fast/html/details-remove-summary-child-2-expected.png: Added.
5428         * platform/qt-5.0-wk2/fast/html/details-replace-text-expected.png: Added.
5429         * platform/qt-5.0-wk2/fast/html/details-writing-mode-expected.png:
5430         * platform/qt-5.0-wk2/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
5431         * platform/qt-5.0-wk2/fast/html/link-rel-stylesheet-expected.png: Added.
5432         * platform/qt-5.0-wk2/fast/html/listing-expected.png: Added.
5433         * platform/qt-5.0-wk2/fast/html/marquee-scroll-expected.png: Added.
5434         * platform/qt-5.0-wk2/fast/html/marquee-scrollamount-expected.png: Added.
5435         * platform/qt-5.0-wk2/fast/images/animated-gif-with-offsets-expected.png: Added.
5436         * platform/qt-5.0-wk2/fast/images/favicon-as-image-expected.png: Added.
5437         * platform/qt-5.0-wk2/fast/images/image-map-anchor-children-expected.png: Added.
5438         * platform/qt-5.0-wk2/fast/images/imagemap-circle-focus-ring-expected.png: Added.
5439         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-expected.png: Added.
5440         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
5441         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
5442         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
5443         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
5444         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
5445         * platform/qt-5.0-wk2/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
5446         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png:
5447         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png:
5448         * platform/qt-5.0-wk2/fast/inline-block/001-expected.png: Added.
5449         * platform/qt-5.0-wk2/fast/inline-block/002-expected.png: Added.
5450         * platform/qt-5.0-wk2/fast/inline-block/003-expected.png: Added.
5451         * platform/qt-5.0-wk2/fast/inline-block/006-expected.png: Added.
5452         * platform/qt-5.0-wk2/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
5453         * platform/qt-5.0-wk2/fast/inline-block/contenteditable-baseline-expected.png: Added.
5454         * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png:
5455         * platform/qt-5.0-wk2/fast/inline-block/tricky-baseline-expected.png: Added.
5456         * platform/qt-5.0-wk2/fast/inline/001-expected.png: Added.
5457         * platform/qt-5.0-wk2/fast/inline/25277-expected.png: Added.
5458         * platform/qt-5.0-wk2/fast/inline/br-text-decoration-expected.png: Added.
5459         * platform/qt-5.0-wk2/fast/inline/continuation-outlines-expected.png:
5460         * platform/qt-5.0-wk2/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
5461         * platform/qt-5.0-wk2/fast/inline/drawStyledEmptyInlines-expected.png: Added.
5462         * platform/qt-5.0-wk2/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
5463         * platform/qt-5.0-wk2/fast/inline/emptyInlinesWithinLists-expected.png: Added.
5464         * platform/qt-5.0-wk2/fast/inline/inline-continuation-borders-expected.png:
5465         * platform/qt-5.0-wk2/fast/inline/inline-focus-ring-expected.png: Added.
5466         * platform/qt-5.0-wk2/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
5467         * platform/qt-5.0-wk2/fast/inline/inline-text-quirk-bpm-expected.png: Added.
5468         * platform/qt-5.0-wk2/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
5469         * platform/qt-5.0-wk2/fast/inline/long-wrapped-line-expected.png:
5470         * platform/qt-5.0-wk2/fast/inline/nested-top-alignment-expected.png: Added.
5471         * platform/qt-5.0-wk2/fast/inline/percentage-margins-expected.png: Added.
5472         * platform/qt-5.0-wk2/fast/inline/vertical-align-text-bottom-expected.png: Added.
5473         * platform/qt-5.0-wk2/fast/inspector-support/matchedrules-expected.png: Added.
5474         * platform/qt-5.0-wk2/fast/invalid/001-expected.png: Added.
5475         * platform/qt-5.0-wk2/fast/invalid/002-expected.png: Added.
5476         * platform/qt-5.0-wk2/fast/invalid/004-expected.png: Added.
5477         * platform/qt-5.0-wk2/fast/invalid/006-expected.png: Added.
5478         * platform/qt-5.0-wk2/fast/invalid/008-expected.png: Added.
5479         * platform/qt-5.0-wk2/fast/invalid/009-expected.png: Added.
5480         * platform/qt-5.0-wk2/fast/invalid/010-expected.png: Added.
5481         * platform/qt-5.0-wk2/fast/invalid/011-expected.png: Added.
5482         * platform/qt-5.0-wk2/fast/invalid/012-expected.png: Added.
5483         * platform/qt-5.0-wk2/fast/invalid/013-expected.png: Added.
5484         * platform/qt-5.0-wk2/fast/invalid/016-expected.png: Added.
5485         * platform/qt-5.0-wk2/fast/invalid/018-expected.png: Added.
5486         * platform/qt-5.0-wk2/fast/invalid/019-expected.png: Added.
5487         * platform/qt-5.0-wk2/fast/invalid/021-expected.png: Added.
5488         * platform/qt-5.0-wk2/fast/invalid/missing-address-end-tag-expected.png: Added.
5489         * platform/qt-5.0-wk2/fast/invalid/missing-dl-end-tag-expected.png: Added.
5490         * platform/qt-5.0-wk2/fast/invalid/missing-dt-end-tag-expected.png: Added.
5491         * platform/qt-5.0-wk2/fast/invalid/missing-font-end-tag-expected.png: Added.
5492         * platform/qt-5.0-wk2/fast/invalid/nestedh3s-expected.png: Added.
5493         * platform/qt-5.0-wk2/fast/invalid/table-inside-stray-table-content-expected.png: Added.
5494         * platform/qt-5.0-wk2/fast/invalid/td-inside-object-expected.png: Added.
5495         * platform/qt-5.0-wk2/fast/layers/inline-dirty-z-order-lists-expected.png:
5496         * platform/qt-5.0-wk2/fast/layers/normal-flow-hit-test-expected.png: Added.
5497         * platform/qt-5.0-wk2/fast/layers/opacity-outline-expected.png: Added.
5498         * platform/qt-5.0-wk2/fast/layers/opacity-transforms-expected.png: Added.
5499         * platform/qt-5.0-wk2/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
5500         * platform/qt-5.0-wk2/fast/layers/remove-layer-with-nested-stacking-expected.png:
5501         * platform/qt-5.0-wk2/fast/layers/remove-only-this-layer-update-expected.png: Added.
5502         * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
5503         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
5504         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
5505         * platform/qt-5.0-wk2/fast/layers/zindex-inherit-expected.png: Added.
5506         * platform/qt-5.0-wk2/fast/line-grid/line-grid-contains-value-expected.png: Added.
5507         * platform/qt-5.0-wk2/fast/line-grid/line-grid-floating-expected.png: Added.
5508         * platform/qt-5.0-wk2/fast/line-grid/line-grid-inside-columns-expected.png:
5509         * platform/qt-5.0-wk2/fast/line-grid/line-grid-into-columns-expected.png: Added.
5510         * platform/qt-5.0-wk2/fast/line-grid/line-grid-into-floats-expected.png: Added.
5511         * platform/qt-5.0-wk2/fast/line-grid/line-grid-positioned-expected.png: Added.
5512         * platform/qt-5.0-wk2/fast/lists/001-expected.png:
5513         * platform/qt-5.0-wk2/fast/lists/001-vertical-expected.png:
5514         * platform/qt-5.0-wk2/fast/lists/002-expected.png: Added.
5515         * platform/qt-5.0-wk2/fast/lists/002-vertical-expected.png: Added.
5516         * platform/qt-5.0-wk2/fast/lists/003-expected.png: Added.
5517         * platform/qt-5.0-wk2/fast/lists/003-vertical-expected.png: Added.
5518         * platform/qt-5.0-wk2/fast/lists/005-expected.png: Added.
5519         * platform/qt-5.0-wk2/fast/lists/005-vertical-expected.png: Added.
5520         * platform/qt-5.0-wk2/fast/lists/006-expected.png: Added.
5521         * platform/qt-5.0-wk2/fast/lists/006-vertical-expected.png: Added.
5522         * platform/qt-5.0-wk2/fast/lists/007-expected.png: Added.
5523         * platform/qt-5.0-wk2/fast/lists/007-vertical-expected.png: Added.
5524         * platform/qt-5.0-wk2/fast/lists/008-expected.png:
5525         * platform/qt-5.0-wk2/fast/lists/008-vertical-expected.png:
5526         * platform/qt-5.0-wk2/fast/lists/009-expected.png: Added.
5527         * platform/qt-5.0-wk2/fast/lists/009-vertical-expected.png: Added.
5528         * platform/qt-5.0-wk2/fast/lists/anonymous-items-expected.png: Added.
5529         * platform/qt-5.0-wk2/fast/lists/big-list-marker-expected.png: Added.
5530         * platform/qt-5.0-wk2/fast/lists/li-br-expected.png:
5531         * platform/qt-5.0-wk2/fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
5532         * platform/qt-5.0-wk2/fast/lists/list-item-line-height-expected.png: Added.
5533         * platform/qt-5.0-wk2/fast/lists/list-marker-with-line-height-expected.png: Added.
5534         * platform/qt-5.0-wk2/fast/lists/list-style-none-crash-expected.png: Added.
5535         * platform/qt-5.0-wk2/fast/lists/marker-before-empty-inline-expected.png: Added.
5536         * platform/qt-5.0-wk2/fast/lists/marker-image-error-expected.png: Added.
5537         * platform/qt-5.0-wk2/fast/lists/markers-in-selection-expected.png: Added.
5538         * platform/qt-5.0-wk2/fast/lists/numeric-markers-outside-list-expected.png: Added.
5539         * platform/qt-5.0-wk2/fast/lists/ol-display-types-expected.png: Added.
5540         * platform/qt-5.0-wk2/fast/lists/ol-start-parsing-expected.png:
5541         * platform/qt-5.0-wk2/fast/lists/olstart-expected.png:
5542         * platform/qt-5.0-wk2/fast/lists/ordered-list-with-no-ol-tag-expected.png:
5543         * platform/qt-5.0-wk2/fast/lists/scrolled-marker-paint-expected.png: Added.
5544         * platform/qt-5.0-wk2/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
5545         * platform/qt-5.0-wk2/fast/multicol/block-axis-horizontal-tb-expected.png:
5546         * platform/qt-5.0-wk2/fast/multicol/block-axis-vertical-lr-expected.png: Added.
5547         * platform/qt-5.0-wk2/fast/multicol/block-axis-vertical-rl-expected.png: Added.
5548         * platform/qt-5.0-wk2/fast/multicol/client-rects-expected.png:
5549         * platform/qt-5.0-wk2/fast/multicol/column-break-with-balancing-expected.png:
5550         * platform/qt-5.0-wk2/fast/multicol/column-count-with-rules-expected.png: Added.
5551         * platform/qt-5.0-wk2/fast/multicol/column-rules-expected.png: Added.
5552         * platform/qt-5.0-wk2/fast/multicol/column-rules-stacking-expected.png:
5553         * platform/qt-5.0-wk2/fast/multicol/columns-shorthand-parsing-expected.png:
5554         * platform/qt-5.0-wk2/fast/multicol/float-multicol-expected.png:
5555         * platform/qt-5.0-wk2/fast/multicol/float-paginate-empty-lines-expected.png:
5556         * platform/qt-5.0-wk2/fast/multicol/float-paginate-expected.png:
5557         * platform/qt-5.0-wk2/fast/multicol/layers-in-multicol-expected.png:
5558         * platform/qt-5.0-wk2/fast/multicol/layers-split-across-columns-expected.png:
5559         * platform/qt-5.0-wk2/fast/multicol/margin-collapse-expected.png: Added.
5560         * platform/qt-5.0-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
5561         * platform/qt-5.0-wk2/fast/multicol/nested-columns-expected.png: Added.
5562         * platform/qt-5.0-wk2/fast/multicol/overflow-across-columns-expected.png: Added.
5563         * platform/qt-5.0-wk2/fast/multicol/overflow-across-columns-percent-height-expected.png: Added.
5564         * platform/qt-5.0-wk2/fast/multicol/overflow-unsplittable-expected.png: Added.
5565         * platform/qt-5.0-wk2/fast/multicol/paginate-block-replaced-expected.png:
5566         * platform/qt-5.0-wk2/fast/multicol/positioned-split-expected.png: Added.
5567         * platform/qt-5.0-wk2/fast/multicol/positioned-with-constrained-height-expected.png:
5568         * platform/qt-5.0-wk2/fast/multicol/positive-leading-expected.png: Added.
5569         * platform/qt-5.0-wk2/fast/multicol/shadow-breaking-expected.png: Added.
5570         * platform/qt-5.0-wk2/fast/multicol/single-line-expected.png: Added.
5571         * platform/qt-5.0-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
5572         * platform/qt-5.0-wk2/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
5573         * platform/qt-5.0-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png:
5574         * platform/qt-5.0-wk2/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
5575         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
5576         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
5577         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
5578         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
5579         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png:
5580         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
5581         * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
5582         * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png:
5583         * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
5584         * platform/qt-5.0-wk2/fast/multicol/span/span-margin-collapsing-expected.png:
5585         * platform/qt-5.0-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
5586         * platform/qt-5.0-wk2/fast/multicol/table-vertical-align-expected.png:
5587         * platform/qt-5.0-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
5588         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
5589         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
5590         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
5591         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
5592         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
5593         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
5594         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-expected.png:
5595         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/nested-columns-expected.png:
5596         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
5597         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
5598         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
5599         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
5600         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
5601         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
5602         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-expected.png:
5603         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/nested-columns-expected.png:
5604         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
5605         * platform/qt-5.0-wk2/fast/overflow/001-expected.png: Added.
5606         * platform/qt-5.0-wk2/fast/overflow/002-expected.png: Added.
5607         * platform/qt-5.0-wk2/fast/overflow/003-expected.png: Added.
5608         * platform/qt-5.0-wk2/fast/overflow/004-expected.png: Added.
5609         * platform/qt-5.0-wk2/fast/overflow/006-expected.png:
5610         * platform/qt-5.0-wk2/fast/overflow/008-expected.png: Added.
5611         * platform/qt-5.0-wk2/fast/overflow/border-radius-clipping-expected.png: Added.
5612         * platform/qt-5.0-wk2/fast/overflow/dynamic-hidden-expected.png: Added.
5613         * platform/qt-5.0-wk2/fast/overflow/float-in-relpositioned-expected.png: Added.
5614         * platform/qt-5.0-wk2/fast/overflow/image-selection-highlight-expected.png: Added.
5615         * platform/qt-5.0-wk2/fast/overflow/line-clamp-expected.png: Added.
5616         * platform/qt-5.0-wk2/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
5617         * platform/qt-5.0-wk2/fast/overflow/overflow-auto-table-expected.png:
5618         * platform/qt-5.0-wk2/fast/overflow/overflow-float-stacking-expected.png: Added.
5619         * platform/qt-5.0-wk2/fast/overflow/overflow-focus-ring-expected.png: Added.
5620         * platform/qt-5.0-wk2/fast/overflow/overflow-rtl-inline-scrollbar-expected.png: Added.
5621         * platform/qt-5.0-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
5622         * platform/qt-5.0-wk2/fast/overflow/overflow-stacking-expected.png:
5623         * platform/qt-5.0-wk2/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
5624         * platform/qt-5.0-wk2/fast/overflow/paged-x-div-expected.png: Added.
5625         * platform/qt-5.0-wk2/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
5626         * platform/qt-5.0-wk2/fast/overflow/paged-x-on-root-expected.png:
5627         * platform/qt-5.0-wk2/fast/overflow/paged-y-div-expected.png: Added.
5628         * platform/qt-5.0-wk2/fast/overflow/paged-y-on-root-expected.png:
5629         * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png:
5630         * platform/qt-5.0-wk2/fast/overflow/scrollbar-position-update-expected.png: Added.
5631         * platform/qt-5.0-wk2/fast/overflow/table-overflow-float-expected.png: Added.
5632         * platform/qt-5.0-wk2/fast/parser/001-expected.png: Added.
5633         * platform/qt-5.0-wk2/fast/parser/bad-xml-slash-expected.png: Added.
5634         * platform/qt-5.0-wk2/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
5635         * platform/qt-5.0-wk2/fast/parser/document-write-option-expected.png: Added.
5636         * platform/qt-5.0-wk2/fast/parser/entity-comment-in-style-expected.png: Added.
5637         * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Added.
5638         * platform/qt-5.0-wk2/fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
5639         * platform/qt-5.0-wk2/fast/parser/open-comment-in-style-expected.png: Added.
5640         * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Added.
5641         * platform/qt-5.0-wk2/fast/parser/title-error-test-expected.png: Added.
5642         * platform/qt-5.0-wk2/fast/reflections/abs-position-in-reflection-expected.png: Added.
5643         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png:
5644         * platform/qt-5.0-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
5645         * platform/qt-5.0-wk2/fast/reflections/reflection-nesting-expected.png: Added.
5646         * platform/qt-5.0-wk2/fast/reflections/reflection-overflow-hidden-expected.png: Added.
5647         * platform/qt-5.0-wk2/fast/reflections/transparent-reflected-sublayers-expected.png: Added.
5648         * platform/qt-5.0-wk2/fast/regions/flow-content-basic-expected.png: Added.
5649         * platform/qt-5.0-wk2/fast/regions/flow-content-basic-vertical-expected.png: Added.
5650         * platform/qt-5.0-wk2/fast/regions/flow-content-basic-vertical-rl-expected.png: Added.
5651         * platform/qt-5.0-wk2/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added.
5652         * platform/qt-5.0-wk2/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
5653         * platform/qt-5.0-wk2/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
5654         * platform/qt-5.0-wk2/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
5655         * platform/qt-5.0-wk2/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
5656         * platform/qt-5.0-wk2/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
5657         * platform/qt-5.0-wk2/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
5658         * platform/qt-5.0-wk2/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added.
5659         * platform/qt-5.0-wk2/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
5660         * platform/qt-5.0-wk2/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
5661         * platform/qt-5.0-wk2/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
5662         * platform/qt-5.0-wk2/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
5663         * platform/qt-5.0-wk2/fast/regions/text-region-split-small-pagination-expected.png: Added.
5664         * platform/qt-5.0-wk2/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
5665         * platform/qt-5.0-wk2/fast/repaint/4774354-expected.png:
5666         * platform/qt-5.0-wk2/fast/repaint/4776765-expected.png:
5667         * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png:
5668         * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
5669         * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png:
5670         * platform/qt-5.0-wk2/fast/repaint/border-radius-repaint-expected.png:
5671         * platform/qt-5.0-wk2/fast/repaint/border-repaint-glitch-expected.png:
5672         * platform/qt-5.0-wk2/fast/repaint/box-shadow-dynamic-expected.png:
5673         * platform/qt-5.0-wk2/fast/repaint/bugzilla-3509-expected.png:
5674         * platform/qt-5.0-wk2/fast/repaint/bugzilla-5699-expected.png:
5675         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6278-expected.png:
5676         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6388-expected.png:
5677         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6473-expected.png:
5678         * platform/qt-5.0-wk2/fast/repaint/bugzilla-7235-expected.png:
5679         * platform/qt-5.0-wk2/fast/repaint/canvas-putImageData-expected.png: Added.
5680         * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png:
5681         * platform/qt-5.0-wk2/fast/repaint/clipped-relative-expected.png:
5682         * platform/qt-5.0-wk2/fast/repaint/containing-block-position-change-expected.png:
5683         * platform/qt-5.0-wk2/fast/repaint/control-clip-expected.png:
5684         * platform/qt-5.0-wk2/fast/repaint/create-layer-repaint-expected.png:
5685         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png:
5686         * platform/qt-5.0-wk2/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
5687         * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
5688         * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png:
5689         * platform/qt-5.0-wk2/fast/repaint/float-move-during-layout-expected.png:
5690         * platform/qt-5.0-wk2/fast/repaint/focus-layers-expected.png: Added.
5691         * platform/qt-5.0-wk2/fast/repaint/inline-block-resize-expected.png: Added.
5692         * platform/qt-5.0-wk2/fast/repaint/inline-color-change-expected.png:
5693         * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png:
5694         * platform/qt-5.0-wk2/fast/repaint/layout-state-relative-expected.png:
5695         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset-expected.png:
5696         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset2-expected.png:
5697         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset3-expected.png:
5698         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-1-expected.png:
5699         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-10-expected.png:
5700         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-2-expected.png:
5701         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-3-expected.png:
5702         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-4-expected.png:
5703         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-5-expected.png:
5704         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-6-expected.png:
5705         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-7-expected.png:
5706         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-8-expected.png:
5707         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-9-expected.png:
5708         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png:
5709         * platform/qt-5.0-wk2/fast/repaint/line-overflow-expected.png:
5710         * platform/qt-5.0-wk2/fast/repaint/list-marker-2-expected.png:
5711         * platform/qt-5.0-wk2/fast/repaint/make-children-non-inline-expected.png:
5712         * platform/qt-5.0-wk2/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
5713         * platform/qt-5.0-wk2/fast/repaint/outline-child-repaint-expected.png:
5714         * platform/qt-5.0-wk2/fast/repaint/outline-repaint-glitch-expected.png:
5715         * platform/qt-5.0-wk2/fast/repaint/outline-shrinking-expected.png:
5716         * platform/qt-5.0-wk2/fast/repaint/overflow-delete-line-expected.png:
5717         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-body-appear-expected.png:
5718         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-delete-expected.png:
5719         * platform/qt-5.0-wk2/fast/repaint/positioned-document-element-expected.png:
5720         * platform/qt-5.0-wk2/fast/repaint/reflection-redraw-expected.png:
5721         * platform/qt-5.0-wk2/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
5722         * platform/qt-5.0-wk2/fast/repaint/repaint-resized-overflow-expected.png:
5723         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
5724         * platform/qt-5.0-wk2/fast/repaint/select-option-background-color-expected.png:
5725         * platform/qt-5.0-wk2/fast/repaint/selected-replaced-expected.png:
5726         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
5727         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
5728         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
5729         * platform/qt-5.0-wk2/fast/repaint/selection-rl-expected.png:
5730         * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png:
5731         * platform/qt-5.0-wk2/fast/repaint/subtree-layoutstate-transform-expected.png:
5732         * platform/qt-5.0-wk2/fast/repaint/table-cell-collapsed-border-expected.png:
5733         * platform/qt-5.0-wk2/fast/repaint/table-cell-move-expected.png:
5734         * platform/qt-5.0-wk2/fast/repaint/table-collapsed-border-expected.png:
5735         * platform/qt-5.0-wk2/fast/repaint/text-append-dirty-lines-expected.png:
5736         * platform/qt-5.0-wk2/fast/repaint/transform-absolute-in-positioned-container-expected.png:
5737         * platform/qt-5.0-wk2/fast/repaint/transform-relative-position-expected.png:
5738         * platform/qt-5.0-wk2/fast/repaint/transform-repaint-descendants-expected.png:
5739         * platform/qt-5.0-wk2/fast/repaint/transform-translate-expected.png:
5740         * platform/qt-5.0-wk2/fast/replaced/001-expected.png: Added.
5741         * platform/qt-5.0-wk2/fast/replaced/002-expected.png: Added.
5742         * platform/qt-5.0-wk2/fast/replaced/003-expected.png: Added.
5743         * platform/qt-5.0-wk2/fast/replaced/004-expected.png: Added.
5744         * platform/qt-5.0-wk2/fast/replaced/007-expected.png: Added.
5745         * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png:
5746         * platform/qt-5.0-wk2/fast/replaced/absolute-position-percentage-height-expected.png: Added.
5747         * platform/qt-5.0-wk2/fast/replaced/absolute-position-percentage-width-expected.png: Added.
5748         * platform/qt-5.0-wk2/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
5749         * platform/qt-5.0-wk2/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
5750         * platform/qt-5.0-wk2/fast/replaced/applet-display-none-expected.png: Added.
5751         * platform/qt-5.0-wk2/fast/replaced/embed-display-none-expected.png: Added.
5752         * platform/qt-5.0-wk2/fast/replaced/image-resize-width-expected.png: Added.
5753         * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png:
5754         * platform/qt-5.0-wk2/fast/replaced/inline-box-wrapper-handover-expected.png: Added.
5755         * platform/qt-5.0-wk2/fast/replaced/max-width-percent-expected.png: Added.
5756         * platform/qt-5.0-wk2/fast/replaced/maxheight-percent-expected.png: Added.
5757         * platform/qt-5.0-wk2/fast/replaced/maxheight-pxs-expected.png: Added.
5758         * platform/qt-5.0-wk2/fast/replaced/maxwidth-percent-expected.png: Added.
5759         * platform/qt-5.0-wk2/fast/replaced/maxwidth-pxs-expected.png: Added.
5760         * platform/qt-5.0-wk2/fast/replaced/minheight-percent-expected.png: Added.
5761         * platform/qt-5.0-wk2/fast/replaced/minheight-pxs-expected.png: Added.
5762         * platform/qt-5.0-wk2/fast/replaced/minwidth-percent-expected.png: Added.
5763         * platform/qt-5.0-wk2/fast/replaced/minwidth-pxs-expected.png: Added.
5764         * platform/qt-5.0-wk2/fast/replaced/object-align-hspace-vspace-expected.png: Added.
5765         * platform/qt-5.0-wk2/fast/replaced/object-display-none-expected.png: Added.
5766         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png:
5767         * platform/qt-5.0-wk2/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png: Added.
5768         * platform/qt-5.0-wk2/fast/replaced/percent-height-in-anonymous-block-widget-expected.png: Added.
5769         * platform/qt-5.0-wk2/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png: Added.
5770         * platform/qt-5.0-wk2/fast/replaced/selection-rect-in-table-cell-expected.png: Added.
5771         * platform/qt-5.0-wk2/fast/replaced/selection-rect-transform-expected.png: Added.
5772         * platform/qt-5.0-wk2/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
5773         * platform/qt-5.0-wk2/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
5774         * platform/qt-5.0-wk2/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
5775         * platform/qt-5.0-wk2/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
5776         * platform/qt-5.0-wk2/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
5777         * platform/qt-5.0-wk2/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
5778         * platform/qt-5.0-wk2/fast/replaced/width100percent-button-expected.png: Added.
5779         * platform/qt-5.0-wk2/fast/replaced/width100percent-checkbox-expected.png: Added.
5780         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
5781         * platform/qt-5.0-wk2/fast/replaced/width100percent-radio-expected.png: Added.
5782         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png:
5783         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png:
5784         * platform/qt-5.0-wk2/fast/ruby/ruby-inline-table-expected.png: Added.
5785         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png:
5786         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png:
5787         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png:
5788         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png:
5789         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png:
5790         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png:
5791         * platform/qt-5.0-wk2/fast/ruby/ruby-text-before-after-content-expected.png: Added.
5792         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png:
5793         * platform/qt-5.0-wk2/fast/runin/001-expected.png: Added.
5794         * platform/qt-5.0-wk2/fast/runin/generated2-expected.png: Added.
5795         * platform/qt-5.0-wk2/fast/runin/generated3-expected.png: Added.
5796         * platform/qt-5.0-wk2/fast/selectors/001-expected.png: Added.
5797         * platform/qt-5.0-wk2/fast/selectors/002-expected.png: Added.
5798         * platform/qt-5.0-wk2/fast/selectors/003-expected.png: Added.
5799         * platform/qt-5.0-wk2/fast/selectors/004-expected.png: Added.
5800         * platform/qt-5.0-wk2/fast/selectors/005-expected.png: Added.
5801         * platform/qt-5.0-wk2/fast/selectors/006-expected.png: Added.
5802         * platform/qt-5.0-wk2/fast/selectors/007a-expected.png: Added.
5803         * platform/qt-5.0-wk2/fast/selectors/007b-expected.png: Added.
5804         * platform/qt-5.0-wk2/fast/selectors/008-expected.png: Added.
5805         * platform/qt-5.0-wk2/fast/selectors/009-expected.png: Added.
5806         * platform/qt-5.0-wk2/fast/selectors/011-expected.png: Added.
5807         * platform/qt-5.0-wk2/fast/selectors/012-expected.png: Added.
5808         * platform/qt-5.0-wk2/fast/selectors/013-expected.png: Added.
5809         * platform/qt-5.0-wk2/fast/selectors/014-expected.png: Added.
5810         * platform/qt-5.0-wk2/fast/selectors/016-expected.png: Added.
5811         * platform/qt-5.0-wk2/fast/selectors/017-expected.png: Added.
5812         * platform/qt-5.0-wk2/fast/selectors/018-expected.png: Added.
5813         * platform/qt-5.0-wk2/fast/selectors/018b-expected.png: Added.
5814         * platform/qt-5.0-wk2/fast/selectors/019-expected.png: Added.
5815         * platform/qt-5.0-wk2/fast/selectors/020-expected.png: Added.
5816         * platform/qt-5.0-wk2/fast/selectors/021-expected.png: Added.
5817         * platform/qt-5.0-wk2/fast/selectors/021b-expected.png: Added.
5818         * platform/qt-5.0-wk2/fast/selectors/027-expected.png: Added.
5819         * platform/qt-5.0-wk2/fast/selectors/032-expected.png: Added.
5820         * platform/qt-5.0-wk2/fast/selectors/034-expected.png: Added.
5821         * platform/qt-5.0-wk2/fast/selectors/038-expected.png: Added.
5822         * platform/qt-5.0-wk2/fast/selectors/039-expected.png: Added.
5823         * platform/qt-5.0-wk2/fast/selectors/039b-expected.png: Added.
5824         * platform/qt-5.0-wk2/fast/selectors/040-expected.png: Added.
5825         * platform/qt-5.0-wk2/fast/selectors/041-expected.png: Added.
5826         * platform/qt-5.0-wk2/fast/selectors/042-expected.png: Added.
5827         * platform/qt-5.0-wk2/fast/selectors/043-expected.png: Added.
5828         * platform/qt-5.0-wk2/fast/selectors/043b-expected.png: Added.
5829         * platform/qt-5.0-wk2/fast/selectors/044-expected.png: Added.
5830         * platform/qt-5.0-wk2/fast/selectors/044b-expected.png: Added.
5831         * platform/qt-5.0-wk2/fast/selectors/044c-expected.png: Added.
5832         * platform/qt-5.0-wk2/fast/selectors/044d-expected.png: Added.
5833         * platform/qt-5.0-wk2/fast/selectors/045-expected.png: Added.
5834         * platform/qt-5.0-wk2/fast/selectors/045b-expected.png: Added.
5835         * platform/qt-5.0-wk2/fast/selectors/045c-expected.png: Added.
5836         * platform/qt-5.0-wk2/fast/selectors/046-expected.png: Added.
5837         * platform/qt-5.0-wk2/fast/selectors/054-expected.png: Added.
5838         * platform/qt-5.0-wk2/fast/selectors/056-expected.png: Added.
5839         * platform/qt-5.0-wk2/fast/selectors/058-expected.png: Added.
5840         * platform/qt-5.0-wk2/fast/selectors/059-expected.png: Added.
5841         * platform/qt-5.0-wk2/fast/selectors/062-expected.png: Added.
5842         * platform/qt-5.0-wk2/fast/selectors/063-expected.png: Added.
5843         * platform/qt-5.0-wk2/fast/selectors/064-expected.png: Added.
5844         * platform/qt-5.0-wk2/fast/selectors/065-expected.png: Added.
5845         * platform/qt-5.0-wk2/fast/selectors/066-expected.png: Added.
5846         * platform/qt-5.0-wk2/fast/selectors/066b-expected.png: Added.
5847         * platform/qt-5.0-wk2/fast/selectors/072-expected.png: Added.
5848         * platform/qt-5.0-wk2/fast/selectors/072b-expected.png: Added.
5849         * platform/qt-5.0-wk2/fast/selectors/077-expected.png: Added.
5850         * platform/qt-5.0-wk2/fast/selectors/077b-expected.png: Added.
5851         * platform/qt-5.0-wk2/fast/selectors/078b-expected.png: Added.
5852         * platform/qt-5.0-wk2/fast/selectors/083-expected.png: Added.
5853         * platform/qt-5.0-wk2/fast/selectors/087b-expected.png: Added.
5854         * platform/qt-5.0-wk2/fast/selectors/088b-expected.png: Added.
5855         * platform/qt-5.0-wk2/fast/selectors/090b-expected.png: Added.
5856         * platform/qt-5.0-wk2/fast/selectors/154-expected.png: Added.
5857         * platform/qt-5.0-wk2/fast/selectors/155-expected.png: Added.
5858         * platform/qt-5.0-wk2/fast/selectors/155a-expected.png: Added.
5859         * platform/qt-5.0-wk2/fast/selectors/155b-expected.png: Added.
5860         * platform/qt-5.0-wk2/fast/selectors/155c-expected.png: Added.
5861         * platform/qt-5.0-wk2/fast/selectors/155d-expected.png: Added.
5862         * platform/qt-5.0-wk2/fast/selectors/156b-expected.png: Added.
5863         * platform/qt-5.0-wk2/fast/selectors/157-expected.png: Added.
5864         * platform/qt-5.0-wk2/fast/selectors/158-expected.png: Added.
5865         * platform/qt-5.0-wk2/fast/selectors/159-expected.png: Added.
5866         * platform/qt-5.0-wk2/fast/selectors/166-expected.png:
5867         * platform/qt-5.0-wk2/fast/selectors/166a-expected.png: Added.
5868         * platform/qt-5.0-wk2/fast/selectors/167-expected.png: Added.
5869         * platform/qt-5.0-wk2/fast/selectors/167a-expected.png: Added.
5870         * platform/qt-5.0-wk2/fast/selectors/168-expected.png: Added.
5871         * platform/qt-5.0-wk2/fast/selectors/168a-expected.png: Added.
5872         * platform/qt-5.0-wk2/fast/selectors/169-expected.png: Added.
5873         * platform/qt-5.0-wk2/fast/selectors/169a-expected.png: Added.
5874         * platform/qt-5.0-wk2/fast/selectors/177a-expected.png: Added.
5875         * platform/qt-5.0-wk2/fast/selectors/lang-inheritance-expected.png: Added.
5876         * platform/qt-5.0-wk2/fast/selectors/lang-inheritance2-expected.png: Added.
5877         * platform/qt-5.0-wk2/fast/selectors/lang-vs-xml-lang-expected.png: Added.
5878         * platform/qt-5.0-wk2/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added.
5879         * platform/qt-5.0-wk2/fast/selectors/nondeterministic-combinators-expected.png: Added.
5880         * platform/qt-5.0-wk2/fast/selectors/unqualified-hover-quirks-expected.png: Added.
5881         * platform/qt-5.0-wk2/fast/selectors/visited-descendant-expected.png: Added.
5882         * platform/qt-5.0-wk2/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
5883         * platform/qt-5.0-wk2/fast/table/002-expected.png: Added.
5884         * platform/qt-5.0-wk2/fast/table/003-expected.png: Added.
5885         * platform/qt-5.0-wk2/fast/table/007-expected.png: Added.
5886         * platform/qt-5.0-wk2/fast/table/009-expected.png: Added.
5887         * platform/qt-5.0-wk2/fast/table/012-expected.png: Added.
5888         * platform/qt-5.0-wk2/fast/table/016-expected.png: Added.
5889         * platform/qt-5.0-wk2/fast/table/017-expected.png: Added.
5890         * platform/qt-5.0-wk2/fast/table/018-expected.png: Added.
5891         * platform/qt-5.0-wk2/fast/table/020-expected.png: Added.
5892         * platform/qt-5.0-wk2/fast/table/021-expected.png: Added.
5893         * platform/qt-5.0-wk2/fast/table/022-expected.png: Added.
5894         * platform/qt-5.0-wk2/fast/table/023-expected.png:
5895         * platform/qt-5.0-wk2/fast/table/025-expected.png: Added.
5896         * platform/qt-5.0-wk2/fast/table/027-expected.png: Added.
5897         * platform/qt-5.0-wk2/fast/table/027-vertical-expected.png:
5898         * platform/qt-5.0-wk2/fast/table/028-expected.png: Added.
5899         * platform/qt-5.0-wk2/fast/table/028-vertical-expected.png: Added.
5900         * platform/qt-5.0-wk2/fast/table/029-expected.png: Added.
5901         * platform/qt-5.0-wk2/fast/table/030-expected.png: Added.
5902         * platform/qt-5.0-wk2/fast/table/033-expected.png: Added.
5903         * platform/qt-5.0-wk2/fast/table/034-expected.png:
5904         * platform/qt-5.0-wk2/fast/table/035-expected.png: Added.
5905         * platform/qt-5.0-wk2/fast/table/035-vertical-expected.png: Added.
5906         * platform/qt-5.0-wk2/fast/table/036-expected.png: Added.
5907         * platform/qt-5.0-wk2/fast/table/037-expected.png: Added.
5908         * platform/qt-5.0-wk2/fast/table/038-expected.png: Added.
5909         * platform/qt-5.0-wk2/fast/table/038-vertical-expected.png:
5910         * platform/qt-5.0-wk2/fast/table/039-expected.png: Added.
5911         * platform/qt-5.0-wk2/fast/table/040-expected.png:
5912         * platform/qt-5.0-wk2/fast/table/040-vertical-expected.png:
5913         * platform/qt-5.0-wk2/fast/table/100-percent-cell-width-expected.png: Added.
5914         * platform/qt-5.0-wk2/fast/table/absolute-table-at-bottom-expected.png: Added.
5915         * platform/qt-5.0-wk2/fast/table/add-before-anonymous-child-expected.png: Added.
5916         * platform/qt-5.0-wk2/fast/table/append-cells-expected.png: Added.
5917         * platform/qt-5.0-wk2/fast/table/append-cells2-expected.png: Added.
5918         * platform/qt-5.0-wk2/fast/table/auto-with-percent-height-expected.png: Added.
5919         * platform/qt-5.0-wk2/fast/table/auto-with-percent-height-vertical-expected.png: Added.
5920         * platform/qt-5.0-wk2/fast/table/border-collapsing/001-expected.png: Added.
5921         * platform/qt-5.0-wk2/fast/table/border-collapsing/001-vertical-expected.png: Added.
5922         * platform/qt-5.0-wk2/fast/table/border-collapsing/002-expected.png: Added.
5923         * platform/qt-5.0-wk2/fast/table/border-collapsing/002-vertical-expected.png:
5924         * platform/qt-5.0-wk2/fast/table/border-collapsing/003-expected.png: Added.
5925         * platform/qt-5.0-wk2/fast/table/border-collapsing/003-vertical-expected.png: Added.
5926         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-expected.png:
5927         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png:
5928         * platform/qt-5.0-wk2/fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
5929         * platform/qt-5.0-wk2/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Added.
5930         * platform/qt-5.0-wk2/fast/table/border-collapsing/rtl-border-collapsing-expected.png: Added.
5931         * platform/qt-5.0-wk2/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Added.
5932         * platform/qt-5.0-wk2/fast/table/cell-absolute-child-expected.png: Added.
5933         * platform/qt-5.0-wk2/fast/table/cell-width-auto-expected.png: Added.
5934         * platform/qt-5.0-wk2/fast/table/cellindex-expected.png: Added.
5935         * platform/qt-5.0-wk2/fast/table/click-near-anonymous-table-expected.png: Added.
5936         * platform/qt-5.0-wk2/fast/table/colgroup-preceded-by-caption-expected.png: Added.
5937         * platform/qt-5.0-wk2/fast/table/colgroup-spanning-groups-rules-expected.png: Added.
5938         * platform/qt-5.0-wk2/fast/table/dynamic-caption-add-before-child-expected.png: Added.
5939         * platform/qt-5.0-wk2/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
5940         * platform/qt-5.0-wk2/fast/table/edge-offsets-expected.png: Added.
5941         * platform/qt-5.0-wk2/fast/table/fixed-table-non-cell-in-row-expected.png: Added.
5942         * platform/qt-5.0-wk2/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
5943         * platform/qt-5.0-wk2/fast/table/floating-th-expected.png: Added.
5944         * platform/qt-5.0-wk2/fast/table/floatingTablePaintBackground-expected.png: Added.
5945         * platform/qt-5.0-wk2/fast/table/form-with-table-style-expected.png: Added.
5946         * platform/qt-5.0-wk2/fast/table/frame-and-rules-expected.png:
5947         * platform/qt-5.0-wk2/fast/table/generated-caption-expected.png: Added.
5948         * platform/qt-5.0-wk2/fast/table/giantRowspan2-expected.png: Added.
5949         * platform/qt-5.0-wk2/fast/table/insert-before-anonymous-ancestors-expected.png: Added.
5950         * platform/qt-5.0-wk2/fast/table/insert-cell-before-form-expected.png: Added.
5951         * platform/qt-5.0-wk2/fast/table/insert-row-before-form-expected.png: Added.
5952         * platform/qt-5.0-wk2/fast/table/invisible-cell-background-expected.png: Added.
5953         * platform/qt-5.0-wk2/fast/table/large-width-expected.png: Added.
5954         * platform/qt-5.0-wk2/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
5955         * platform/qt-5.0-wk2/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
5956         * platform/qt-5.0-wk2/fast/table/nested-percent-height-table-expected.png: Added.
5957         * platform/qt-5.0-wk2/fast/table/nobr-expected.png: Added.
5958         * platform/qt-5.0-wk2/fast/table/overflowHidden-expected.png:
5959         * platform/qt-5.0-wk2/fast/table/percent-heights-expected.png: Added.
5960         * platform/qt-5.0-wk2/fast/table/prepend-in-anonymous-table-expected.png:
5961         * platform/qt-5.0-wk2/fast/table/relative-position-containment-expected.png: Added.
5962         * platform/qt-5.0-wk2/fast/table/relative-position-offsets-expected.png: Added.
5963         * platform/qt-5.0-wk2/fast/table/relative-position-stacking-expected.png: Added.
5964         * platform/qt-5.0-wk2/fast/table/row-height-recalc-expected.png: Added.
5965         * platform/qt-5.0-wk2/fast/table/rowindex-expected.png: Added.
5966         * platform/qt-5.0-wk2/fast/table/rowspan-paint-order-expected.png: Added.
5967         * platform/qt-5.0-wk2/fast/table/rowspan-paint-order-vertical-expected.png: Added.
5968         * platform/qt-5.0-wk2/fast/table/rtl-cell-display-none-assert-expected.png: Added.
5969         * platform/qt-5.0-wk2/fast/table/rules-attr-dynchange1-expected.png: Added.
5970         * platform/qt-5.0-wk2/fast/table/rules-attr-dynchange2-expected.png: Added.
5971         * platform/qt-5.0-wk2/fast/table/stale-grid-crash-expected.png: Added.
5972         * platform/qt-5.0-wk2/fast/table/table-and-parts-outline-expected.png: Added.
5973         * platform/qt-5.0-wk2/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
5974         * platform/qt-5.0-wk2/fast/table/table-display-types-expected.png: Added.
5975         * platform/qt-5.0-wk2/fast/table/table-display-types-vertical-expected.png:
5976         * platform/qt-5.0-wk2/fast/table/table-hspace-align-center-expected.png: Added.
5977         * platform/qt-5.0-wk2/fast/table/tableInsideCaption-expected.png: Added.
5978         * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
5979         * platform/qt-5.0-wk2/fast/table/unbreakable-images-quirk-expected.png: Added.
5980         * platform/qt-5.0-wk2/fast/table/unused-percent-heights-expected.png: Added.
5981         * platform/qt-5.0-wk2/fast/table/vertical-align-baseline-expected.png: Added.
5982         * platform/qt-5.0-wk2/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
5983         * platform/qt-5.0-wk2/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
5984         * platform/qt-5.0-wk2/fast/text/backslash-to-yen-sign-dynamic-expected.png: Added.
5985         * platform/qt-5.0-wk2/fast/text/backslash-to-yen-sign-euc-expected.png:
5986         * platform/qt-5.0-wk2/fast/text/backslash-to-yen-sign-expected.png: Added.
5987         * platform/qt-5.0-wk2/fast/text/basic/001-expected.png: Added.
5988         * platform/qt-5.0-wk2/fast/text/basic/002-expected.png: Added.
5989         * platform/qt-5.0-wk2/fast/text/basic/003-expected.png: Added.
5990         * platform/qt-5.0-wk2/fast/text/basic/004-expected.png: Added.
5991         * platform/qt-5.0-wk2/fast/text/basic/005-expected.png: Added.
5992         * platform/qt-5.0-wk2/fast/text/basic/006-expected.png: Added.
5993         * platform/qt-5.0-wk2/fast/text/basic/007-expected.png: Added.
5994         * platform/qt-5.0-wk2/fast/text/basic/008-expected.png: Added.
5995         * platform/qt-5.0-wk2/fast/text/basic/009-expected.png: Added.
5996         * platform/qt-5.0-wk2/fast/text/basic/011-expected.png: Added.
5997         * platform/qt-5.0-wk2/fast/text/basic/012-expected.png: Added.
5998         * platform/qt-5.0-wk2/fast/text/basic/013-expected.png: Added.
5999         * platform/qt-5.0-wk2/fast/text/basic/015-expected.png: Added.
6000         * platform/qt-5.0-wk2/fast/text/basic/generic-family-changes-expected.png: Added.
6001         * platform/qt-5.0-wk2/fast/text/basic/generic-family-reset-expected.png: Added.
6002         * platform/qt-5.0-wk2/fast/text/break-word-expected.png: Added.
6003         * platform/qt-5.0-wk2/fast/text/capitalize-empty-generated-string-expected.png: Added.
6004         * platform/qt-5.0-wk2/fast/text/capitalize-preserve-nbsp-expected.png: Added.
6005         * platform/qt-5.0-wk2/fast/text/cg-vs-atsui-expected.png: Added.
6006         * platform/qt-5.0-wk2/fast/text/complex-preferred-logical-widths-expected.png: Added.
6007         * platform/qt-5.0-wk2/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
6008         * platform/qt-5.0-wk2/fast/text/complex-text-opacity-expected.png: Added.
6009         * platform/qt-5.0-wk2/fast/text/delete-hard-break-character-expected.png: Added.
6010         * platform/qt-5.0-wk2/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
6011         * platform/qt-5.0-wk2/fast/text/fake-italic-expected.png: Added.
6012         * platform/qt-5.0-wk2/fast/text/fallback-traits-fixup-expected.png: Added.
6013         * platform/qt-5.0-wk2/fast/text/firstline/001-expected.png: Added.
6014         * platform/qt-5.0-wk2/fast/text/firstline/002-expected.png: Added.
6015         * platform/qt-5.0-wk2/fast/text/firstline/003-expected.png: Added.
6016         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png:
6017         * platform/qt-5.0-wk2/fast/text/hyphenate-limit-before-after-expected.png: Added.
6018         * platform/qt-5.0-wk2/fast/text/hyphenate-limit-lines-expected.png:
6019         * platform/qt-5.0-wk2/fast/text/international/arabic-justify-expected.png: Added.
6020         * platform/qt-5.0-wk2/fast/text/international/hindi-whitespace-expected.png: Added.
6021         * platform/qt-5.0-wk2/fast/text/international/text-spliced-font-expected.png: Added.
6022         * platform/qt-5.0-wk2/fast/text/justified-selection-at-edge-expected.png: Added.
6023         * platform/qt-5.0-wk2/fast/text/justified-selection-expected.png: Added.
6024         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png:
6025         * platform/qt-5.0-wk2/fast/text/line-breaks-after-white-space-expected.png: Added.
6026         * platform/qt-5.0-wk2/fast/text/line-breaks-expected.png: Added.
6027         * platform/qt-5.0-wk2/fast/text/midword-break-hang-expected.png: Added.
6028         * platform/qt-5.0-wk2/fast/text/reset-emptyRun-expected.png: Added.
6029         * platform/qt-5.0-wk2/fast/text/selection-hard-linebreak-expected.png: Added.
6030         * platform/qt-5.0-wk2/fast/text/shadow-no-blur-expected.png: Added.
6031         * platform/qt-5.0-wk2/fast/text/shadow-translucent-fill-expected.png: Added.
6032         * platform/qt-5.0-wk2/fast/text/should-use-atsui-expected.png: Added.
6033         * platform/qt-5.0-wk2/fast/text/softHyphen-expected.png:
6034         * platform/qt-5.0-wk2/fast/text/text-letter-spacing-expected.png:
6035         * platform/qt-5.0-wk2/fast/text/text-shadow-no-default-color-expected.png: Added.
6036         * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
6037         * platform/qt-5.0-wk2/fast/text/unicode-variation-selector-expected.png: Added.
6038         * platform/qt-5.0-wk2/fast/text/wbr-expected.png:
6039         * platform/qt-5.0-wk2/fast/text/wbr-in-pre-crash-expected.png: Added.
6040         * platform/qt-5.0-wk2/fast/text/wbr-pre-expected.png: Added.
6041         * platform/qt-5.0-wk2/fast/text/wbr-styled-expected.png: Added.
6042         * platform/qt-5.0-wk2/fast/text/whitespace/002-expected.png: Added.
6043         * platform/qt-5.0-wk2/fast/text/whitespace/003-expected.png:
6044         * platform/qt-5.0-wk2/fast/text/whitespace/006-expected.png:
6045         * platform/qt-5.0-wk2/fast/text/whitespace/007-expected.png: Added.
6046         * platform/qt-5.0-wk2/fast/text/whitespace/008-expected.png:
6047         * platform/qt-5.0-wk2/fast/text/whitespace/009-expected.png:
6048         * platform/qt-5.0-wk2/fast/text/whitespace/018-expected.png: Added.
6049         * platform/qt-5.0-wk2/fast/text/whitespace/020-expected.png: Added.
6050         * platform/qt-5.0-wk2/fast/text/whitespace/021-expected.png: Added.
6051         * platform/qt-5.0-wk2/fast/text/whitespace/022-expected.png: Added.
6052         * platform/qt-5.0-wk2/fast/text/whitespace/025-expected.png: Added.
6053         * platform/qt-5.0-wk2/fast/text/whitespace/027-expected.png: Added.
6054         * platform/qt-5.0-wk2/fast/text/whitespace/030-expected.png: Added.
6055         * platform/qt-5.0-wk2/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
6056         * platform/qt-5.0-wk2/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
6057         * platform/qt-5.0-wk2/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
6058         * platform/qt-5.0-wk2/fast/text/whitespace/pre-break-word-expected.png: Added.
6059         * platform/qt-5.0-wk2/fast/text/whitespace/pre-wrap-last-char-expected.png: Added.
6060         * platform/qt-5.0-wk2/fast/text/whitespace/pre-wrap-line-test-expected.png: Added.
6061         * platform/qt-5.0-wk2/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: Added.
6062         * platform/qt-5.0-wk2/fast/text/word-break-expected.png:
6063         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.png: Added.
6064         * platform/qt-5.0-wk2/fast/tokenizer/001-expected.png: Added.
6065         * platform/qt-5.0-wk2/fast/tokenizer/003-expected.png: Added.
6066         * platform/qt-5.0-wk2/fast/transforms/bounding-rect-zoom-expected.png: Added.
6067         * platform/qt-5.0-wk2/fast/transforms/diamond-expected.png: Added.
6068         * platform/qt-5.0-wk2/fast/transforms/identity-matrix-expected.png: Added.
6069         * platform/qt-5.0-wk2/fast/transforms/overflow-with-transform-expected.png: Added.
6070         * platform/qt-5.0-wk2/fast/transforms/shadows-expected.png: Added.
6071         * platform/qt-5.0-wk2/fast/transforms/skew-with-unitless-zero-expected.png: Added.
6072         * platform/qt-5.0-wk2/fast/transforms/transform-on-inline-expected.png: Added.
6073         * platform/qt-5.0-wk2/fast/transforms/transform-overflow-expected.png: Added.
6074         * platform/qt-5.0-wk2/fast/transforms/transform-positioned-ancestor-expected.png: Added.
6075         * platform/qt-5.0-wk2/fast/transforms/transform-table-row-expected.png: Added.
6076         * platform/qt-5.0-wk2/fast/transforms/transformed-caret-expected.png: Added.
6077         * platform/qt-5.0-wk2/fast/transforms/transformed-document-element-expected.png: Added.
6078         * platform/qt-5.0-wk2/fast/transforms/transforms-with-opacity-expected.png: Added.
6079         * platform/qt-5.0-wk2/fast/transforms/transforms-with-zoom-expected.png: Added.
6080         * platform/qt-5.0-wk2/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
6081         * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Added.
6082         * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-lr-expected.png:
6083         * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-rl-expected.png:
6084         * platform/qt-5.0-wk2/fast/writing-mode/english-bt-text-expected.png: Added.
6085         * platform/qt-5.0-wk2/fast/writing-mode/english-lr-text-expected.png: Added.
6086         * platform/qt-5.0-wk2/fast/writing-mode/english-rl-text-expected.png: Added.
6087         * platform/qt-5.0-wk2/fast/writing-mode/fallback-orientation-expected.png: Added.
6088         * platform/qt-5.0-wk2/fast/writing-mode/fieldsets-expected.png:
6089         * platform/qt-5.0-wk2/fast/writing-mode/horizontal-bt-replaced-selection-expected.png: Added.
6090         * platform/qt-5.0-wk2/fast/writing-mode/vertical-lr-replaced-selection-expected.png: Added.
6091         * platform/qt-5.0-wk2/fast/writing-mode/vertical-rl-replaced-selection-expected.png: Added.
6092         * platform/qt-5.0-wk2/fast/xsl/document-function-expected.png: Added.
6093         * platform/qt-5.0-wk2/fonts/cursive-expected.png:
6094         * platform/qt-5.0-wk2/fonts/default-expected.png:
6095         * platform/qt-5.0-wk2/fonts/fantasy-expected.png:
6096         * platform/qt-5.0-wk2/fonts/monospace-expected.png:
6097         * platform/qt-5.0-wk2/fonts/sans-serif-expected.png:
6098         * platform/qt-5.0-wk2/fonts/serif-expected.png:
6099         * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png:
6100         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png:
6101         * platform/qt-5.0-wk2/http/tests/loading/simple-subframe-expected.png: Added.
6102         * platform/qt-5.0-wk2/http/tests/local/file-url-sent-as-referer-expected.png: Added.
6103         * platform/qt-5.0-wk2/http/tests/misc/acid2-expected.png: Added.
6104         * platform/qt-5.0-wk2/http/tests/misc/acid3-expected.png: Added.
6105         * platform/qt-5.0-wk2/http/tests/misc/error404-expected.png: Added.
6106         * platform/qt-5.0-wk2/http/tests/misc/favicon-as-image-expected.png: Added.
6107         * platform/qt-5.0-wk2/http/tests/misc/frame-access-during-load-expected.png: Added.
6108         * platform/qt-5.0-wk2/http/tests/misc/iframe404-expected.png: Added.
6109         * platform/qt-5.0-wk2/http/tests/misc/slow-loading-image-in-pattern-expected.png:
6110         * platform/qt-5.0-wk2/http/tests/navigation/error404-basic-expected.png: Added.
6111         * platform/qt-5.0-wk2/http/tests/navigation/error404-goback-expected.png: Added.
6112         * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png:
6113         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.png: Added.
6114         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.png: Added.
6115         * platform/qt-5.0-wk2/http/tests/uri/css-href-expected.png: Added.
6116         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
6117         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
6118         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
6119         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
6120         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
6121         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
6122         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
6123         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
6124         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
6125         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
6126         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
6127         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
6128         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
6129         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
6130         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
6131         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
6132         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
6133         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
6134         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
6135         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
6136         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
6137         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
6138         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
6139         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
6140         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
6141         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
6142         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
6143         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
6144         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
6145         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
6146         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
6147         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
6148         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
6149         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
6150         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
6151         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
6152         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
6153         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
6154         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
6155         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
6156         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
6157         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
6158         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
6159         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
6160         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
6161         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
6162         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
6163         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
6164         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
6165         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
6166         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
6167         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-001-expected.png: Added.
6168         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-003-expected.png: Added.
6169         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-004-expected.png: Added.
6170         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-005-expected.png: Added.
6171         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-006-expected.png: Added.
6172         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-008-expected.png: Added.
6173         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-009-expected.png: Added.
6174         * platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-010-expected.png: Added.
6175         * platform/qt-5.0-wk2/platform/qt/fast/forms/button-line-break-expected.png: Added.
6176         * platform/qt-5.0-wk2/scrollbars/basic-scrollbar-expected.png: Added.
6177         * platform/qt-5.0-wk2/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
6178         * platform/qt-5.0-wk2/scrollbars/disabled-scrollbar-expected.png: Added.
6179         * platform/qt-5.0-wk2/scrollbars/listbox-scrollbar-combinations-expected.png:
6180         * platform/qt-5.0-wk2/scrollbars/overflow-scrollbar-combinations-expected.png:
6181         * platform/qt-5.0-wk2/scrollbars/scrollbar-buttons-expected.png: Added.
6182         * platform/qt-5.0-wk2/scrollbars/scrollbar-orientation-expected.png: Added.
6183         * platform/qt-5.0-wk2/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
6184         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
6185         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
6186         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
6187         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
6188         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
6189         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
6190         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
6191         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
6192         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
6193         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
6194         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
6195         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
6196         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
6197         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
6198         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
6199         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
6200         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
6201         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
6202         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
6203         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
6204         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
6205         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
6206         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
6207         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
6208         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
6209         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
6210         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
6211         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
6212         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
6213         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
6214         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
6215         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
6216         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
6217         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
6218         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
6219         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
6220         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
6221         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
6222         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
6223         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
6224         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
6225         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
6226         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
6227         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
6228         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
6229         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
6230         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
6231         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
6232         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
6233         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
6234         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
6235         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
6236         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
6237         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
6238         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
6239         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
6240         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
6241         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
6242         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
6243         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
6244         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
6245         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
6246         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
6247         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
6248         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
6249         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
6250         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
6251         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
6252         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
6253         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
6254         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
6255         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
6256         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
6257         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
6258         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
6259         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
6260         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
6261         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
6262         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
6263         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
6264         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
6265         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
6266         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-intro-01-t-expewarning: inexact rename detection was skipped due to too many files.: Added.
6267         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
6268         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
6269         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
6270
6271 2013-06-05  Brent Fulgham  <bfulgham@apple.com>
6272
6273         [Windows] Switch to NRWT
6274         https://bugs.webkit.org/show_bug.cgi?id=117200
6275
6276         Reviewed by Anders Carlsson.
6277
6278         * platform/win/TestExpectations: Skip MathML, which was not being tested under
6279         old-run-webkit-tests.
6280
6281 2013-06-05  Bear Travis  <betravis@adobe.com>
6282
6283         [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
6284         https://bugs.webkit.org/show_bug.cgi?id=117172
6285
6286         Reviewed by Alexandru Chiculita.
6287
6288         Adjusting the shape inside tests to use the new setCSSShapesEnabled method, rather
6289         than the older setCSSExclusionsEnabled method.
6290
6291         * fast/exclusions/css-exclusions-disabled.html:
6292         * fast/exclusions/parsing/script-tests/parsing-shape-inside.js:
6293         * fast/exclusions/parsing/script-tests/parsing-shape-lengths.js:
6294         * fast/exclusions/parsing/script-tests/parsing-shape-margin.js:
6295         * fast/exclusions/parsing/script-tests/parsing-shape-outside.js:
6296         * fast/exclusions/parsing/script-tests/parsing-shape-padding.js:
6297         * fast/exclusions/resources/multi-segment-polygon.js:
6298         (generatePolygon):
6299         * fast/exclusions/resources/simple-polygon.js:
6300         * fast/exclusions/resources/simple-rectangle.js:
6301         * fast/exclusions/shape-inside/shape-inside-animation.html:
6302         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html:
6303         * fast/exclusions/shape-inside/shape-inside-box-sizing.html:
6304         * fast/exclusions/shape-inside/shape-inside-circle-padding.html:
6305         * fast/exclusions/shape-inside/shape-inside-circle.html:
6306         * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html:
6307         * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html:
6308         * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html:
6309         * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html:
6310         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html:
6311         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html:
6312         * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html:
6313         * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html:
6314         * fast/exclusions/shape-inside/shape-inside-dynamic-shape.html:
6315         * fast/exclusions/shape-inside/shape-inside-dynamic-text.html:
6316         * fast/exclusions/shape-inside/shape-inside-ellipse-padding.html:
6317         * fast/exclusions/shape-inside/shape-inside-ellipse.html:
6318         * fast/exclusions/shape-inside/shape-inside-empty-expected.html:
6319         * fast/exclusions/shape-inside/shape-inside-empty.html:
6320         * fast/exclusions/shape-inside/shape-inside-first-fit-001.html:
6321         * fast/exclusions/shape-inside/shape-inside-first-fit-002.html:
6322         * fast/exclusions/shape-inside/shape-inside-first-fit-003.html:
6323         * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html:
6324         * fast/exclusions/shape-inside/shape-inside-first-fit-004.html:
6325         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html:
6326         * fast/exclusions/shape-inside/shape-inside-inline-elements.html:
6327         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-vertical.html:
6328         * fast/exclusions/shape-inside/shape-inside-multiple-blocks.html:
6329         * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html:
6330         * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
6331         * fast/exclusions/shape-inside/shape-inside-overflow.html:
6332         * fast/exclusions/shape-inside/shape-inside-partial-fill-001.html:
6333         * fast/exclusions/shape-inside/shape-inside-partial-fill-002.html:
6334         * fast/exclusions/shape-inside/shape-inside-percentage-auto.html:
6335         * fast/exclusions/shape-inside/shape-inside-percentage.html:
6336         * fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
6337         * fast/exclusions/shape-inside/shape-inside-polygon-padding-001.html:
6338         * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
6339         * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
6340         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
6341         * fast/exclusions/shape-inside/shape-inside-polygon-zoom.html:
6342         * fast/exclusions/shape-inside/shape-inside-rectangle-padding.html:
6343         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
6344         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
6345         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
6346         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
6347         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html:
6348         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html:
6349         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html:
6350         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html:
6351         * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html:
6352         * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html:
6353         * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html:
6354         * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html:
6355         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html:
6356         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html:
6357         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html:
6358         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
6359         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html:
6360         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html:
6361         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html:
6362         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding.html:
6363         * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html:
6364         * fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html:
6365         * fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html:
6366         * fast/exclusions/shape-inside/shape-inside-text.html:
6367         * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
6368         * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
6369         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html:
6370         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
6371         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
6372         * fast/exclusions/shape-outside-floats/shape-outside-floats-left-margin-polygon.html:
6373         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html:
6374         * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
6375         * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html:
6376         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html:
6377         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html:
6378         * fast/exclusions/shape-outside-floats/shape-outside-floats-right-margin-polygon.html:
6379         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
6380         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
6381         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle-percentage.html:
6382         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle.html:
6383         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html:
6384         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
6385         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html:
6386         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html:
6387         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-inset-rectangle.html:
6388         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html:
6389         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html:
6390         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html:
6391         * fast/exclusions/shape-outside-floats/shape-outside-floats-stacked.html:
6392         * fast/regions/shape-inside/shape-inside-on-additional-regions.html:
6393         * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html:
6394         * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html:
6395         * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html:
6396         * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html:
6397         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html:
6398         * fast/regions/shape-inside/shape-inside-on-regions-expected.html:
6399         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html:
6400         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html:
6401         * fast/regions/shape-inside/shape-inside-on-regions-inline-content.html:
6402         * fast/regions/shape-inside/shape-inside-on-regions.html:
6403         * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html:
6404         * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html:
6405         * fast/regions/shape-inside/shape-inside-recursive-layout.html:
6406         * fast/regions/shape-inside/shape-inside-with-region-borders.html:
6407         * fast/regions/shape-inside/shape-inside-with-region-padding.html:
6408
6409 2013-06-05  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
6410
6411         [Qt] Unreviewed gardening. Rebaselining after r151205.
6412
6413         * platform/qt-5.0-wk2/editing/deleting/merge-no-br-expected.png: Added.
6414         * platform/qt-5.0-wk2/editing/deleting/merge-unrendered-space-expected.png: Added.
6415         * platform/qt-5.0-wk2/editing/deleting/merge-whitespace-pre-expected.png: Added.
6416         * platform/qt-5.0-wk2/editing/deleting/move-nodes-001-expected.png: Added.
6417         * platform/qt-5.0-wk2/editing/deleting/non-smart-delete-expected.png: Added.
6418         * platform/qt-5.0-wk2/editing/deleting/pruning-after-merge-2-expected.png:
6419         * platform/qt-5.0-wk2/editing/deleting/smart-delete-001-expected.png: Added.
6420         * platform/qt-5.0-wk2/editing/deleting/smart-delete-002-expected.png: Added.
6421         * platform/qt-5.0-wk2/editing/deleting/smart-delete-003-expected.png:
6422         * platform/qt-5.0-wk2/editing/deleting/table-cells-expected.png: Added.
6423         * platform/qt-5.0-wk2/editing/deleting/type-delete-after-quote-expected.png:
6424         * platform/qt-5.0-wk2/editing/execCommand/4580583-2-expected.png: Added.
6425         * platform/qt-5.0-wk2/editing/execCommand/4641880-1-expected.png: Added.
6426         * platform/qt-5.0-wk2/editing/execCommand/4641880-2-expected.png: Added.
6427         * platform/qt-5.0-wk2/editing/execCommand/4747450-expected.png: Added.
6428         * platform/qt-5.0-wk2/editing/execCommand/4916402-expected.png: Added.
6429         * platform/qt-5.0-wk2/editing/execCommand/4916541-expected.png: Added.
6430         * platform/qt-5.0-wk2/editing/execCommand/4924441-expected.png:
6431         * platform/qt-5.0-wk2/editing/execCommand/5080333-1-expected.png: Added.
6432         * platform/qt-5.0-wk2/editing/execCommand/5080333-2-expected.png: Added.
6433         * platform/qt-5.0-wk2/editing/execCommand/5136770-expected.png: Added.
6434         * platform/qt-5.0-wk2/editing/execCommand/5138441-expected.png: Added.
6435         * platform/qt-5.0-wk2/editing/execCommand/5142012-1-expected.png: Added.
6436         * platform/qt-5.0-wk2/editing/execCommand/5142012-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6437         * platform/qt-5.0-wk2/editing/execCommand/5190926-expected.png: Added.
6438         * platform/qt-5.0-wk2/editing/execCommand/5481523-expected.png: Added.
6439         * platform/qt-5.0-wk2/editing/execCommand/5482023-expected.png: Added.
6440         * platform/qt-5.0-wk2/editing/execCommand/5569741-expected.png: Added.
6441         * platform/qt-5.0-wk2/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6442         * platform/qt-5.0-wk2/editing/execCommand/findString-expected.png: Added.
6443         * platform/qt-5.0-wk2/editing/execCommand/indent-empty-root-expected.png:
6444         * platform/qt-5.0-wk2/editing/execCommand/indent-list-item-expected.png: Added.
6445         * platform/qt-5.0-wk2/editing/execCommand/indent-selection-expected.png: Added.
6446         * platform/qt-5.0-wk2/editing/execCommand/insert-list-and-stitch-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6447         * platform/qt-5.0-wk2/editing/execCommand/insertHorizontalRule-expected.png:
6448         * platform/qt-5.0-wk2/editing/execCommand/insertImage-expected.png:
6449         * platform/qt-5.0-wk2/editing/execCommand/nsresponder-indent-expected.png:
6450         * platform/qt-5.0-wk2/editing/execCommand/nsresponder-outdent-expected.png:
6451         * platform/qt-5.0-wk2/editing/execCommand/paste-1-expected.png: Added.
6452         * platform/qt-5.0-wk2/editing/execCommand/print-expected.png: Added.
6453         * platform/qt-5.0-wk2/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
6454         * platform/qt-5.0-wk2/editing/execCommand/remove-list-item-1-expected.png:
6455         * platform/qt-5.0-wk2/editing/execCommand/selectAll-expected.png: Added.
6456         * platform/qt-5.0-wk2/editing/input/caret-at-the-edge-of-input-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6457         * platform/qt-5.0-wk2/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
6458         * platform/qt-5.0-wk2/editing/inserting/12882-expected.png: Added.
6459         * platform/qt-5.0-wk2/editing/inserting/4278698-expected.png: Added.
6460         * platform/qt-5.0-wk2/editing/inserting/4875189-1-expected.png:
6461         * platform/qt-5.0-wk2/editing/inserting/4875189-2-expected.png:
6462         * platform/qt-5.0-wk2/editing/inserting/4959067-expected.png:
6463         * platform/qt-5.0-wk2/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6464         * platform/qt-5.0-wk2/editing/inserting/5002441-expected.png: Added.
6465         * platform/qt-5.0-wk2/editing/inserting/5058163-1-expected.png: Added.
6466         * platform/qt-5.0-wk2/editing/inserting/5058163-2-expected.png: Added.
6467         * platform/qt-5.0-wk2/editing/inserting/5156401-2-expected.png: Added.
6468         * platform/qt-5.0-wk2/editing/inserting/5418891-expected.png:
6469         * platform/qt-5.0-wk2/editing/inserting/5510537-expected.png: Added.
6470         * platform/qt-5.0-wk2/editing/inserting/5549929-2-expected.png: Added.
6471         * platform/qt-5.0-wk2/editing/inserting/5549929-3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6472         * platform/qt-5.0-wk2/editing/inserting/6703873-expected.png: Added.
6473         * platform/qt-5.0-wk2/editing/inserting/before-after-input-element-expected.png: Added.
6474         * platform/qt-5.0-wk2/editing/inserting/editable-html-element-expected.png: Added.
6475         * platform/qt-5.0-wk2/editing/inserting/editable-inline-element-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6476         * platform/qt-5.0-wk2/editing/inserting/edited-whitespace-1-expected.png: Added.
6477         * platform/qt-5.0-wk2/editing/inserting/editing-empty-divs-expected.png: Added.
6478         * platform/qt-5.0-wk2/editing/inserting/insert-at-end-01-expected.png: Added.
6479         * platform/qt-5.0-wk2/editing/inserting/insert-at-end-02-expected.png: Added.
6480         * platform/qt-5.0-wk2/editing/inserting/insert-br-002-expected.png: Added.
6481         * platform/qt-5.0-wk2/editing/inserting/insert-br-005-expected.png: Added.
6482         * platform/qt-5.0-wk2/editing/inserting/insert-br-009-expected.png: Added.
6483         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-001-expected.png: Added.
6484         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-002-expected.png: Added.
6485         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-003-expected.png: Added.
6486         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-004-expected.png: Added.
6487         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-005-expected.png: Added.
6488         * platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-006-expected.png: Added.
6489         * platform/qt-5.0-wk2/editing/inserting/insert-div-011-expected.png: Added.
6490         * platform/qt-5.0-wk2/editing/inserting/insert-div-012-expected.png: Added.
6491         * platform/qt-5.0-wk2/editing/inserting/insert-div-013-expected.png: Added.
6492         * platform/qt-5.0-wk2/editing/inserting/insert-div-014-expected.png: Added.
6493         * platform/qt-5.0-wk2/editing/inserting/insert-div-015-expected.png: Added.
6494         * platform/qt-5.0-wk2/editing/inserting/insert-div-016-expected.png: Added.
6495         * platform/qt-5.0-wk2/editing/inserting/insert-div-017-expected.png: Added.
6496         * platform/qt-5.0-wk2/editing/inserting/insert-div-018-expected.png: Added.
6497         * platform/qt-5.0-wk2/editing/inserting/insert-div-019-expected.png: Added.
6498         * platform/qt-5.0-wk2/editing/inserting/insert-div-020-expected.png: Added.
6499         * platform/qt-5.0-wk2/editing/inserting/insert-div-022-expected.png: Added.
6500         * platform/qt-5.0-wk2/editing/inserting/insert-div-023-expected.png:
6501         * platform/qt-5.0-wk2/editing/inserting/insert-div-024-expected.png: Added.
6502         * platform/qt-5.0-wk2/editing/inserting/insert-div-025-expected.png:
6503         * platform/qt-5.0-wk2/editing/inserting/insert-div-026-expected.png: Added.
6504         * platform/qt-5.0-wk2/editing/inserting/insert-div-027-expected.png: Added.
6505         * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-01-expected.png: Added.
6506         * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-02-expected.png:
6507         * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-03-expected.png: Added.
6508         * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-04-expected.png: Added.
6509         * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-05-expected.png: Added.
6510         * platform/qt-5.0-wk2/editing/inserting/insert-text-with-newlines-expected.png: Added.
6511         * platform/qt-5.0-wk2/editing/inserting/line-break-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6512         * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-01-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6513         * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-02-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6514         * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-03-expected.png:
6515         * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
6516         * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
6517         * platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-001-expected.png: Added.
6518         * platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-003-expected.png: Added.
6519         * platform/qt-5.0-wk2/editing/inserting/typing-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6520         * platform/qt-5.0-wk2/editing/inserting/typing-003-expected.png: Added.
6521         * platform/qt-5.0-wk2/editing/inserting/typing-around-br-001-expected.png: Added.
6522         * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png:
6523         * platform/qt-5.0-wk2/editing/pasteboard/3976872-expected.png: Added.
6524         * platform/qt-5.0-wk2/editing/pasteboard/4076267-2-expected.png: Added.
6525         * platform/qt-5.0-wk2/editing/pasteboard/4076267-3-expected.png: Added.
6526         * platform/qt-5.0-wk2/editing/pasteboard/4076267-expected.png:
6527         * platform/qt-5.0-wk2/editing/pasteboard/4242293-expected.png:
6528         * platform/qt-5.0-wk2/editing/pasteboard/4631972-expected.png: Added.
6529         * platform/qt-5.0-wk2/editing/pasteboard/4641033-expected.png:
6530         * platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6531         * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png:
6532         * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png:
6533         * platform/qt-5.0-wk2/editing/pasteboard/4989774-expected.png: Added.
6534         * platform/qt-5.0-wk2/editing/pasteboard/5006779-expected.png: Added.
6535         * platform/qt-5.0-wk2/editing/pasteboard/5028447-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6536         * platform/qt-5.0-wk2/editing/pasteboard/5032095-expected.png:
6537         * platform/qt-5.0-wk2/editing/pasteboard/5071074-2-expected.png: Added.
6538         * platform/qt-5.0-wk2/editing/pasteboard/5071074-expected.png: Added.
6539         * platform/qt-5.0-wk2/editing/pasteboard/5134759-expected.png:
6540         * platform/qt-5.0-wk2/editing/pasteboard/5156401-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6541         * platform/qt-5.0-wk2/editing/pasteboard/5387578-expected.png: Added.
6542         * platform/qt-5.0-wk2/editing/pasteboard/5478250-expected.png: Added.
6543         * platform/qt-5.0-wk2/editing/pasteboard/5601583-1-expected.png: Added.
6544         * platform/qt-5.0-wk2/editing/pasteboard/8145-1-expected.png: Added.
6545         * platform/qt-5.0-wk2/editing/pasteboard/8145-2-expected.png: Added.
6546         * platform/qt-5.0-wk2/editing/pasteboard/8145-3-expected.png: Added.
6547         * platform/qt-5.0-wk2/editing/pasteboard/bad-placeholder-expected.png: Added.
6548         * platform/qt-5.0-wk2/editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
6549         * platform/qt-5.0-wk2/editing/pasteboard/displaced-placeholder-expected.png: Added.
6550         * platform/qt-5.0-wk2/editing/pasteboard/innerText-inline-table-expected.png: Added.
6551         * platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6552         * platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-1-expected.png: Added.
6553         * platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-2-expected.png: Added.
6554         * platform/qt-5.0-wk2/editing/pasteboard/merge-end-blockquote-expected.png: Added.
6555         * platform/qt-5.0-wk2/editing/pasteboard/merge-end-borders-expected.png:
6556         * platform/qt-5.0-wk2/editing/pasteboard/merge-start-blockquote-expected.png: Added.
6557         * platform/qt-5.0-wk2/editing/pasteboard/merge-start-list-expected.png:
6558         * platform/qt-5.0-wk2/editing/pasteboard/paste-2-expected.png: Added.
6559         * platform/qt-5.0-wk2/editing/pasteboard/paste-4038267-fix-expected.png: Added.
6560         * platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6561         * platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Added.
6562         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-001-expected.png: Added.
6563         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-002-expected.png: Added.
6564         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-003-expected.png: Added.
6565         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-004-expected.png: Added.
6566         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-005-expected.png: Added.
6567         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-006-expected.png: Added.
6568         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-007-expected.png: Added.
6569         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-008-expected.png: Added.
6570         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-009-expected.png: Added.
6571         * platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-010-expected.png: Added.
6572         * platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-001-expected.png: Added.
6573         * platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-002-expected.png: Added.
6574         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-004-expected.png: Added.
6575         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-008-expected.png: Added.
6576         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-009-expected.png: Added.
6577         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-013-expected.png: Added.
6578         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-014-expected.png: Added.
6579         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-016-expected.png: Added.
6580         * platform/qt-5.0-wk2/editing/pasteboard/paste-text-019-expected.png: Added.
6581         * platform/qt-5.0-wk2/editing/pasteboard/pasting-object-expected.png: Added.
6582         * platform/qt-5.0-wk2/editing/pasteboard/quirks-mode-br-1-expected.png: Added.
6583         * platform/qt-5.0-wk2/editing/pasteboard/smart-paste-007-expected.png: Added.
6584         * platform/qt-5.0-wk2/editing/pasteboard/smart-paste-008-expected.png: Added.
6585         * platform/qt-5.0-wk2/editing/pasteboard/styled-element-markup-expected.png:
6586         * platform/qt-5.0-wk2/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
6587         * platform/qt-5.0-wk2/editing/pasteboard/unrendered-br-expected.png: Added.
6588         * platform/qt-5.0-wk2/editing/selection/13804-expected.png:
6589         * platform/qt-5.0-wk2/editing/selection/3690703-2-expected.png: Added.
6590         * platform/qt-5.0-wk2/editing/selection/3690703-expected.png: Added.
6591         * platform/qt-5.0-wk2/editing/selection/3690719-expected.png: Added.
6592         * platform/qt-5.0-wk2/editing/selection/4397952-expected.png: Added.
6593         * platform/qt-5.0-wk2/editing/selection/4402375-expected.png: Added.
6594         * platform/qt-5.0-wk2/editing/selection/4776665-expected.png: Added.
6595         * platform/qt-5.0-wk2/editing/selection/4818145-expected.png: Added.
6596         * platform/qt-5.0-wk2/editing/selection/4866671-expected.png:
6597         * platform/qt-5.0-wk2/editing/selection/4889598-expected.png: Added.
6598         * platform/qt-5.0-wk2/editing/selection/4895428-2-expected.png: Added.
6599         * platform/qt-5.0-wk2/editing/selection/4895428-3-expected.png: Added.
6600         * platform/qt-5.0-wk2/editing/selection/4932260-1-expected.png: Added.
6601         * platform/qt-5.0-wk2/editing/selection/4932260-2-expected.png: Added.
6602         * platform/qt-5.0-wk2/editing/selection/4932260-3-expected.png: Added.
6603         * platform/qt-5.0-wk2/editing/selection/4947387-expected.png: Added.
6604         * platform/qt-5.0-wk2/editing/selection/4960137-expected.png: Added.
6605         * platform/qt-5.0-wk2/editing/selection/4975120-expected.png: Added.
6606         * platform/qt-5.0-wk2/editing/selection/4983858-expected.png: Added.
6607         * platform/qt-5.0-wk2/editing/selection/5007143-2-expected.png: Added.
6608         * platform/qt-5.0-wk2/editing/selection/5007143-expected.png: Added.
6609         * platform/qt-5.0-wk2/editing/selection/5057506-2-expected.png: Added.
6610         * platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png:
6611         * platform/qt-5.0-wk2/editing/selection/5076323-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6612         * platform/qt-5.0-wk2/editing/selection/5076323-3-expected.png: Added.
6613         * platform/qt-5.0-wk2/editing/selection/5081257-1-expected.png: Added.
6614         * platform/qt-5.0-wk2/editing/selection/5081257-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6615         * platform/qt-5.0-wk2/editing/selection/5099303-expected.png:
6616         * platform/qt-5.0-wk2/editing/selection/5131716-1-expected.png: Added.
6617         * platform/qt-5.0-wk2/editing/selection/5131716-2-expected.png: Added.
6618         * platform/qt-5.0-wk2/editing/selection/5131716-3-expected.png: Added.
6619         * platform/qt-5.0-wk2/editing/selection/5131716-4-expected.png: Added.
6620         * platform/qt-5.0-wk2/editing/selection/5234383-1-expected.png: Added.
6621         * platform/qt-5.0-wk2/editing/selection/5234383-2-expected.png: Added.
6622         * platform/qt-5.0-wk2/editing/selection/5240265-expected.png: Added.
6623         * platform/qt-5.0-wk2/editing/selection/7152-1-expected.png: Added.
6624         * platform/qt-5.0-wk2/editing/selection/7152-2-expected.png: Added.
6625         * platform/qt-5.0-wk2/editing/selection/addRange-expected.png: Added.
6626         * platform/qt-5.0-wk2/editing/selection/after-line-wrap-expected.png: Added.
6627         * platform/qt-5.0-wk2/editing/selection/caret-ltr-2-expected.png: Added.
6628         * platform/qt-5.0-wk2/editing/selection/caret-ltr-2-left-expected.png: Added.
6629         * platform/qt-5.0-wk2/editing/selection/caret-ltr-expected.png: Added.
6630         * platform/qt-5.0-wk2/editing/selection/caret-ltr-right-expected.png: Added.
6631         * platform/qt-5.0-wk2/editing/selection/clear-selection-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6632         * platform/qt-5.0-wk2/editing/selection/click-start-of-line-expected.png: Added.
6633         * platform/qt-5.0-wk2/editing/selection/contenteditable-click-inside-expected.png: Added.
6634         * platform/qt-5.0-wk2/editing/selection/display-table-text-expected.png: Added.
6635         * platform/qt-5.0-wk2/editing/selection/drag-select-1-expected.png: Added.
6636         * platform/qt-5.0-wk2/editing/selection/editable-html-element-expected.png: Added.
6637         * platform/qt-5.0-wk2/editing/selection/editable-non-editable-crash-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6638         * platform/qt-5.0-wk2/editing/selection/end-of-document-expected.png: Added.
6639         * platform/qt-5.0-wk2/editing/selection/expanding-selections-expected.png:
6640         * platform/qt-5.0-wk2/editing/selection/expanding-selections2-expected.png:
6641         * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png:
6642         * platform/qt-5.0-wk2/editing/selection/extend-by-character-003-expected.png:
6643         * platform/qt-5.0-wk2/editing/selection/extend-by-character-004-expected.png:
6644         * platform/qt-5.0-wk2/editing/selection/extend-by-character-005-expected.png:
6645         * platform/qt-5.0-wk2/editing/selection/extend-by-sentence-001-expected.png:
6646         * platform/qt-5.0-wk2/editing/selection/extend-by-word-002-expected.png: Added.
6647         * platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-backward-expected.png: Added.
6648         * platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-forward-expected.png: Added.
6649         * platform/qt-5.0-wk2/editing/selection/fake-doubleclick-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6650         * platform/qt-5.0-wk2/editing/selection/focus-body-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6651         * platform/qt-5.0-wk2/editing/selection/focus_editable_html-expected.png:
6652         * platform/qt-5.0-wk2/editing/selection/iframe-expected.png: Added.
6653         * platform/qt-5.0-wk2/editing/selection/image-before-linebreak-expected.png: Added.
6654         * platform/qt-5.0-wk2/editing/selection/inline-closest-leaf-child-expected.png: Added.
6655         * platform/qt-5.0-wk2/editing/selection/inline-table-expected.png:
6656         * platform/qt-5.0-wk2/editing/selection/leave-requested-block-expected.png: Added.
6657         * platform/qt-5.0-wk2/editing/selection/line-wrap-1-expected.png: Added.
6658         * platform/qt-5.0-wk2/editing/selection/line-wrap-2-expected.png: Added.
6659         * platform/qt-5.0-wk2/editing/selection/mixed-editability-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6660         * platform/qt-5.0-wk2/editing/selection/mixed-editability-2-expected.png: Added.
6661         * platform/qt-5.0-wk2/editing/selection/mixed-editability-3-expected.png: Added.
6662         * platform/qt-5.0-wk2/editing/selection/mixed-editability-4-expected.png:
6663         * platform/qt-5.0-wk2/editing/selection/mixed-editability-5-expected.png:
6664         * platform/qt-5.0-wk2/editing/selection/mixed-editability-6-expected.png: Added.
6665         * platform/qt-5.0-wk2/editing/selection/mixed-editability-7-expected.png: Added.
6666         * platform/qt-5.0-wk2/editing/selection/mixed-editability-8-expected.png: Added.
6667         * platform/qt-5.0-wk2/editing/selection/mixed-editability-9-expected.png:
6668         * platform/qt-5.0-wk2/editing/selection/move-3875618-fix-expected.png: Added.
6669         * platform/qt-5.0-wk2/editing/selection/move-3875641-fix-expected.png: Added.
6670         * platform/qt-5.0-wk2/editing/selection/move-backwords-by-word-001-expected.png: Added.
6671         * platform/qt-5.0-wk2/editing/selection/move-between-blocks-no-001-expected.png: Added.
6672         * platform/qt-5.0-wk2/editing/selection/move-between-blocks-yes-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6673         * platform/qt-5.0-wk2/editing/selection/move-by-character-002-expected.png: Added.
6674         * platform/qt-5.0-wk2/editing/selection/move-by-character-003-expected.png:
6675         * platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png:
6676         * platform/qt-5.0-wk2/editing/selection/move-by-character-005-expected.png:
6677         * platform/qt-5.0-wk2/editing/selection/move-by-character-6-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6678         * platform/qt-5.0-wk2/editing/selection/move-by-line-001-expected.png: Added.
6679         * platform/qt-5.0-wk2/editing/selection/move-by-line-002-expected.png: Added.
6680         * platform/qt-5.0-wk2/editing/selection/move-by-sentence-001-expected.png: Added.
6681         * platform/qt-5.0-wk2/editing/selection/move-by-sentence-linebreak-expected.png: Added.
6682         * platform/qt-5.0-wk2/editing/selection/move-past-trailing-space-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6683         * platform/qt-5.0-wk2/editing/selection/node-removal-1-expected.png: Added.
6684         * platform/qt-5.0-wk2/editing/selection/node-removal-2-expected.png: Added.
6685         * platform/qt-5.0-wk2/editing/selection/paragraph-granularity-expected.png: Added.
6686         * platform/qt-5.0-wk2/editing/selection/previous-line-position-expected.png: Added.
6687         * platform/qt-5.0-wk2/editing/selection/range-between-block-and-inline-expected.png: Added.
6688         * platform/qt-5.0-wk2/editing/selection/replace-selection-1-expected.png:
6689         * platform/qt-5.0-wk2/editing/selection/replaced-boundaries-1-expected.png: Added.
6690         * platform/qt-5.0-wk2/editing/selection/replaced-boundaries-2-expected.png: Added.
6691         * platform/qt-5.0-wk2/editing/selection/replaced-boundaries-3-expected.png:
6692         * platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-1-expected.png: Added.
6693         * platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-2-expected.png: Added.
6694         * platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-3-expected.png: Added.
6695         * platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-4-expected.png: Added.
6696         * platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-5-expected.png: Added.
6697         * platform/qt-5.0-wk2/editing/selection/select-all-001-expected.png:
6698         * platform/qt-5.0-wk2/editing/selection/select-all-002-expected.png:
6699         * platform/qt-5.0-wk2/editing/selection/select-all-003-expected.png:
6700         * platform/qt-5.0-wk2/editing/selection/select-all-005-expected.png: Added.
6701         * platform/qt-5.0-wk2/editing/selection/select-all-006-expected.png: Added.
6702         * platform/qt-5.0-wk2/editing/selection/select-all-iframe-expected.png: Added.
6703         * platform/qt-5.0-wk2/editing/selection/select-box-expected.png:
6704         * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png:
6705         * platform/qt-5.0-wk2/editing/selection/select-text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6706         * platform/qt-5.0-wk2/editing/selection/selectNode-expected.png: Added.
6707         * platform/qt-5.0-wk2/editing/selection/selectNodeContents-expected.png: Added.
6708         * platform/qt-5.0-wk2/editing/selection/selection-actions-expected.png: Added.
6709         * platform/qt-5.0-wk2/editing/selection/selection-button-text-expected.png: Added.
6710         * platform/qt-5.0-wk2/editing/selection/table-caret-1-expected.png: Added.
6711         * platform/qt-5.0-wk2/editing/selection/table-caret-2-expected.png: Added.
6712         * platform/qt-5.0-wk2/editing/selection/table-caret-3-expected.png:
6713         * platform/qt-5.0-wk2/editing/selection/unrendered-space-expected.png: Added.
6714         * platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
6715         * platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
6716         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6717         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6718         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
6719         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
6720         * platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6721         * platform/qt-5.0-wk2/editing/selection/word-granularity-expected.png: Added.
6722         * platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6723         * platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-2-expected.png: Added.
6724         * platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.png:
6725         * platform/qt-5.0-wk2/editing/style/4916887-expected.png:
6726         * platform/qt-5.0-wk2/editing/style/5017613-1-expected.png: Added.
6727         * platform/qt-5.0-wk2/editing/style/5017613-2-expected.png: Added.
6728         * platform/qt-5.0-wk2/editing/style/5046875-1-expected.png: Added.
6729         * platform/qt-5.0-wk2/editing/style/5046875-2-expected.png: Added.
6730         * platform/qt-5.0-wk2/editing/style/5065910-expected.png: Added.
6731         * platform/qt-5.0-wk2/editing/style/5084241-expected.png:
6732         * platform/qt-5.0-wk2/editing/style/5228141-expected.png: Added.
6733         * platform/qt-5.0-wk2/editing/style/5279521-expected.png: Added.
6734         * platform/qt-5.0-wk2/editing/style/apple-style-editable-mix-expected.png: Added.
6735         * platform/qt-5.0-wk2/editing/style/block-style-001-expected.png: Added.
6736         * platform/qt-5.0-wk2/editing/style/block-style-002-expected.png: Added.
6737         * platform/qt-5.0-wk2/editing/style/block-style-003-expected.png: Added.
6738         * platform/qt-5.0-wk2/editing/style/block-styles-007-expected.png: Added.
6739         * platform/qt-5.0-wk2/editing/style/create-block-for-style-001-expected.png: Added.
6740         * platform/qt-5.0-wk2/editing/style/create-block-for-style-002-expected.png: Added.
6741         * platform/qt-5.0-wk2/editing/style/create-block-for-style-003-expected.png: Added.
6742         * platform/qt-5.0-wk2/editing/style/create-block-for-style-004-expected.png: Added.
6743         * platform/qt-5.0-wk2/editing/style/create-block-for-style-005-expected.png: Added.
6744         * platform/qt-5.0-wk2/editing/style/create-block-for-style-006-expected.png: Added.
6745         * platform/qt-5.0-wk2/editing/style/create-block-for-style-007-expected.png: Added.
6746         * platform/qt-5.0-wk2/editing/style/create-block-for-style-008-expected.png: Added.
6747         * platform/qt-5.0-wk2/editing/style/create-block-for-style-009-expected.png: Added.
6748         * platform/qt-5.0-wk2/editing/style/create-block-for-style-010-expected.png: Added.
6749         * platform/qt-5.0-wk2/editing/style/create-block-for-style-011-expected.png: Added.
6750         * platform/qt-5.0-wk2/editing/style/create-block-for-style-012-expected.png: Added.
6751         * platform/qt-5.0-wk2/editing/style/create-block-for-style-013-expected.png: Added.
6752         * platform/qt-5.0-wk2/editing/style/designmode-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6753         * platform/qt-5.0-wk2/editing/style/font-family-with-space-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6754         * platform/qt-5.0-wk2/editing/style/highlight-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6755         * platform/qt-5.0-wk2/editing/style/relative-font-size-change-001-expected.png: Added.
6756         * platform/qt-5.0-wk2/editing/style/relative-font-size-change-002-expected.png: Added.
6757         * platform/qt-5.0-wk2/editing/style/relative-font-size-change-003-expected.png: Added.
6758         * platform/qt-5.0-wk2/editing/style/relative-font-size-change-004-expected.png: Added.
6759         * platform/qt-5.0-wk2/editing/style/style-3681552-fix-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6760         * platform/qt-5.0-wk2/editing/style/style-3681552-fix-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6761         * platform/qt-5.0-wk2/editing/style/style-3998892-fix-expected.png: Added.
6762         * platform/qt-5.0-wk2/editing/style/style-boundary-001-expected.png: Added.
6763         * platform/qt-5.0-wk2/editing/style/style-boundary-002-expected.png: Added.
6764         * platform/qt-5.0-wk2/editing/style/style-boundary-003-expected.png: Added.
6765         * platform/qt-5.0-wk2/editing/style/style-boundary-004-expected.png: Added.
6766         * platform/qt-5.0-wk2/editing/style/typing-style-001-expected.png: Added.
6767         * platform/qt-5.0-wk2/editing/style/typing-style-002-expected.png: Added.
6768         * platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png:
6769         * platform/qt-5.0-wk2/editing/undo/4063751-expected.png: Added.
6770         * platform/qt-5.0-wk2/editing/undo/undo-combined-delete-boundary-expected.png: Added.
6771         * platform/qt-5.0-wk2/editing/undo/undo-combined-delete-expected.png: Added.
6772         * platform/qt-5.0-wk2/editing/undo/undo-delete-boundary-expected.png: Added.
6773         * platform/qt-5.0-wk2/editing/undo/undo-delete-expected.png: Added.
6774         * platform/qt-5.0-wk2/editing/undo/undo-forward-delete-boundary-expected.png: Added.
6775         * platform/qt-5.0-wk2/editing/undo/undo-forward-delete-expected.png: Added.
6776         * platform/qt-5.0-wk2/editing/unsupported-content/list-delete-001-expected.png: Added.
6777         * platform/qt-5.0-wk2/editing/unsupported-content/list-delete-003-expected.png: Added.
6778         * platform/qt-5.0-wk2/editing/unsupported-content/list-type-after-expected.png: Added.
6779         * platform/qt-5.0-wk2/editing/unsupported-content/list-type-before-expected.png: Added.
6780         * platform/qt-5.0-wk2/editing/unsupported-content/table-delete-001-expected.png: Added.
6781         * platform/qt-5.0-wk2/editing/unsupported-content/table-delete-002-expected.png: Added.
6782         * platform/qt-5.0-wk2/editing/unsupported-content/table-delete-003-expected.png: Added.
6783         * platform/qt-5.0-wk2/editing/unsupported-content/table-type-after-expected.png: Added.
6784         * platform/qt-5.0-wk2/editing/unsupported-content/table-type-before-expected.png: Added.
6785         * platform/qt-5.0-wk2/fast/backgrounds/001-expected.png: Added.
6786         * platform/qt-5.0-wk2/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
6787         * platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-expected.png: Added.
6788         * platform/qt-5.0-wk2/fast/backgrounds/background-inherit-color-bug-expected.png:
6789         * platform/qt-5.0-wk2/fast/backgrounds/background-origin-root-element-expected.png: Added.
6790         * platform/qt-5.0-wk2/fast/backgrounds/background-position-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6791         * platform/qt-5.0-wk2/fast/backgrounds/background-position-parsing-expected.png:
6792         * platform/qt-5.0-wk2/fast/backgrounds/background-position-rounding-expected.png: Added.
6793         * platform/qt-5.0-wk2/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
6794         * platform/qt-5.0-wk2/fast/backgrounds/mask-composite-expected.png: Added.
6795         * platform/qt-5.0-wk2/fast/backgrounds/opacity-on-document-element-expected.png: Added.
6796         * platform/qt-5.0-wk2/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Added.
6797         * platform/qt-5.0-wk2/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
6798         * platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
6799         * platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
6800         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
6801         * platform/qt-5.0-wk2/fast/backgrounds/size/zero-expected.png:
6802         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
6803         * platform/qt-5.0-wk2/fast/block/basic/001-expected.png: Added.
6804         * platform/qt-5.0-wk2/fast/block/basic/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6805         * platform/qt-5.0-wk2/fast/block/basic/004-expected.png: Added.
6806         * platform/qt-5.0-wk2/fast/block/basic/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6807         * platform/qt-5.0-wk2/fast/block/basic/006-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6808         * platform/qt-5.0-wk2/fast/block/basic/007-expected.png: Added.
6809         * platform/qt-5.0-wk2/fast/block/basic/008-expected.png: Added.
6810         * platform/qt-5.0-wk2/fast/block/basic/009-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6811         * platform/qt-5.0-wk2/fast/block/basic/011-expected.png: Added.
6812         * platform/qt-5.0-wk2/fast/block/basic/012-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6813         * platform/qt-5.0-wk2/fast/block/basic/013-expected.png: Added.
6814         * platform/qt-5.0-wk2/fast/block/basic/014-expected.png: Added.
6815         * platform/qt-5.0-wk2/fast/block/basic/015-expected.png: Added.
6816         * platform/qt-5.0-wk2/fast/block/basic/016-expected.png:
6817         * platform/qt-5.0-wk2/fast/block/basic/018-expected.png: Added.
6818         * platform/qt-5.0-wk2/fast/block/basic/019-expected.png: Added.
6819         * platform/qt-5.0-wk2/fast/block/basic/021-expected.png: Added.
6820         * platform/qt-5.0-wk2/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
6821         * platform/qt-5.0-wk2/fast/block/basic/minheight-expected.png: Added.
6822         * platform/qt-5.0-wk2/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
6823         * platform/qt-5.0-wk2/fast/block/basic/quirk-height-expected.png: Added.
6824         * platform/qt-5.0-wk2/fast/block/basic/truncation-rtl-expected.png:
6825         * platform/qt-5.0-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
6826         * platform/qt-5.0-wk2/fast/block/float/002-expected.png: Added.
6827         * platform/qt-5.0-wk2/fast/block/float/003-expected.png: Added.
6828         * platform/qt-5.0-wk2/fast/block/float/007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6829         * platform/qt-5.0-wk2/fast/block/float/010-expected.png: Added.
6830         * platform/qt-5.0-wk2/fast/block/float/011-expected.png: Added.
6831         * platform/qt-5.0-wk2/fast/block/float/012-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6832         * platform/qt-5.0-wk2/fast/block/float/013-expected.png:
6833         * platform/qt-5.0-wk2/fast/block/float/014-expected.png: Added.
6834         * platform/qt-5.0-wk2/fast/block/float/015-expected.png: Added.
6835         * platform/qt-5.0-wk2/fast/block/float/016-expected.png: Added.
6836         * platform/qt-5.0-wk2/fast/block/float/017-expected.png: Added.
6837         * platform/qt-5.0-wk2/fast/block/float/020-expected.png: Added.
6838         * platform/qt-5.0-wk2/fast/block/float/021-expected.png:
6839         * platform/qt-5.0-wk2/fast/block/float/022-expected.png: Added.
6840         * platform/qt-5.0-wk2/fast/block/float/023-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6841         * platform/qt-5.0-wk2/fast/block/float/024-expected.png: Added.
6842         * platform/qt-5.0-wk2/fast/block/float/025-expected.png:
6843         * platform/qt-5.0-wk2/fast/block/float/027-expected.png:
6844         * platform/qt-5.0-wk2/fast/block/float/029-expected.png: Added.
6845         * platform/qt-5.0-wk2/fast/block/float/030-expected.png: Added.
6846         * platform/qt-5.0-wk2/fast/block/float/031-expected.png: Added.
6847         * platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
6848         * platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-strict-expected.png:
6849         * platform/qt-5.0-wk2/fast/block/float/avoiding-float-centered-expected.png: Added.
6850         * platform/qt-5.0-wk2/fast/block/float/centered-float-avoidance-complexity-expected.png:
6851         * platform/qt-5.0-wk2/fast/block/float/clamped-right-float-expected.png: Added.
6852         * platform/qt-5.0-wk2/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6853         * platform/qt-5.0-wk2/fast/block/float/editable-text-overlapping-float-expected.png: Added.
6854         * platform/qt-5.0-wk2/fast/block/float/fit_line_below_floats-expected.png: Added.
6855         * platform/qt-5.0-wk2/fast/block/float/float-avoidance-expected.png:
6856         * platform/qt-5.0-wk2/fast/block/float/float-in-float-painting-expected.png: Added.
6857         * platform/qt-5.0-wk2/fast/block/float/floats-and-text-indent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6858         * platform/qt-5.0-wk2/fast/block/float/floats-and-text-indent-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6859         * platform/qt-5.0-wk2/fast/block/float/intruding-painted-twice-expected.png: Added.
6860         * platform/qt-5.0-wk2/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
6861         * platform/qt-5.0-wk2/fast/block/float/multiple-float-positioning-expected.png: Added.
6862         * platform/qt-5.0-wk2/fast/block/float/nestedAnonymousBlocks-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6863         * platform/qt-5.0-wk2/fast/block/float/nestedAnonymousBlocks2-expected.png: Added.
6864         * platform/qt-5.0-wk2/fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
6865         * platform/qt-5.0-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
6866         * platform/qt-5.0-wk2/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
6867         * platform/qt-5.0-wk2/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: Added.
6868         * platform/qt-5.0-wk2/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
6869         * platform/qt-5.0-wk2/fast/block/float/shrink-to-fit-width-expected.png: Added.
6870         * platform/qt-5.0-wk2/fast/block/float/table-relayout-expected.png: Added.
6871         * platform/qt-5.0-wk2/fast/block/float/vertical-move-relayout-expected.png: Added.
6872         * platform/qt-5.0-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
6873         * platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-box-expected.png: Added.
6874         * platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
6875         * platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
6876         * platform/qt-5.0-wk2/fast/block/lineboxcontain/none-expected.png: Added.
6877         * platform/qt-5.0-wk2/fast/block/lineboxcontain/parsing-invalid-expected.png:
6878         * platform/qt-5.0-wk2/fast/block/lineboxcontain/replaced-expected.png: Added.
6879         * platform/qt-5.0-wk2/fast/block/margin-collapse/001-expected.png: Added.
6880         * platform/qt-5.0-wk2/fast/block/margin-collapse/002-expected.png: Added.
6881         * platform/qt-5.0-wk2/fast/block/margin-collapse/003-expected.png: Added.
6882         * platform/qt-5.0-wk2/fast/block/margin-collapse/004-expected.png: Added.
6883         * platform/qt-5.0-wk2/fast/block/margin-collapse/005-expected.png: Added.
6884         * platform/qt-5.0-wk2/fast/block/margin-collapse/006-expected.png: Added.
6885         * platform/qt-5.0-wk2/fast/block/margin-collapse/010-expected.png: Added.
6886         * platform/qt-5.0-wk2/fast/block/margin-collapse/011-expected.png: Added.
6887         * platform/qt-5.0-wk2/fast/block/margin-collapse/012-expected.png: Added.
6888         * platform/qt-5.0-wk2/fast/block/margin-collapse/015-expected.png: Added.
6889         * platform/qt-5.0-wk2/fast/block/margin-collapse/016-expected.png: Added.
6890         * platform/qt-5.0-wk2/fast/block/margin-collapse/017-expected.png: Added.
6891         * platform/qt-5.0-wk2/fast/block/margin-collapse/018-expected.png: Added.
6892         * platform/qt-5.0-wk2/fast/block/margin-collapse/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6893         * platform/qt-5.0-wk2/fast/block/margin-collapse/020-expected.png: Added.
6894         * platform/qt-5.0-wk2/fast/block/margin-collapse/021-expected.png: Added.
6895         * platform/qt-5.0-wk2/fast/block/margin-collapse/022-expected.png: Added.
6896         * platform/qt-5.0-wk2/fast/block/margin-collapse/025-expected.png: Added.
6897         * platform/qt-5.0-wk2/fast/block/margin-collapse/026-expected.png: Added.
6898         * platform/qt-5.0-wk2/fast/block/margin-collapse/027-expected.png: Added.
6899         * platform/qt-5.0-wk2/fast/block/margin-collapse/028-expected.png: Added.
6900         * platform/qt-5.0-wk2/fast/block/margin-collapse/029-expected.png: Added.
6901         * platform/qt-5.0-wk2/fast/block/margin-collapse/031-expected.png: Added.
6902         * platform/qt-5.0-wk2/fast/block/margin-collapse/032-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6903         * platform/qt-5.0-wk2/fast/block/margin-collapse/033-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6904         * platform/qt-5.0-wk2/fast/block/margin-collapse/034-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6905         * platform/qt-5.0-wk2/fast/block/margin-collapse/035-expected.png: Added.
6906         * platform/qt-5.0-wk2/fast/block/margin-collapse/037-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6907         * platform/qt-5.0-wk2/fast/block/margin-collapse/038-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6908         * platform/qt-5.0-wk2/fast/block/margin-collapse/039-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6909         * platform/qt-5.0-wk2/fast/block/margin-collapse/040-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6910         * platform/qt-5.0-wk2/fast/block/margin-collapse/041-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6911         * platform/qt-5.0-wk2/fast/block/margin-collapse/042-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6912         * platform/qt-5.0-wk2/fast/block/margin-collapse/043-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6913         * platform/qt-5.0-wk2/fast/block/margin-collapse/055-expected.png: Added.
6914         * platform/qt-5.0-wk2/fast/block/margin-collapse/056-expected.png: Added.
6915         * platform/qt-5.0-wk2/fast/block/margin-collapse/057-expected.png: Added.
6916         * platform/qt-5.0-wk2/fast/block/margin-collapse/058-expected.png: Added.
6917         * platform/qt-5.0-wk2/fast/block/margin-collapse/059-expected.png: Added.
6918         * platform/qt-5.0-wk2/fast/block/margin-collapse/062-expected.png: Added.
6919         * platform/qt-5.0-wk2/fast/block/margin-collapse/063-expected.png: Added.
6920         * platform/qt-5.0-wk2/fast/block/margin-collapse/100-expected.png: Added.
6921         * platform/qt-5.0-wk2/fast/block/margin-collapse/101-expected.png: Added.
6922         * platform/qt-5.0-wk2/fast/block/margin-collapse/102-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6923         * platform/qt-5.0-wk2/fast/block/margin-collapse/103-expected.png:
6924         * platform/qt-5.0-wk2/fast/block/margin-collapse/104-expected.png:
6925         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/001-expected.png: Added.
6926         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/002-expected.png: Added.
6927         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/003-expected.png: Added.
6928         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added.
6929         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added.
6930         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.png: Added.
6931         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/010-expected.png: Added.
6932         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/011-expected.png: Added.
6933         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/012-expected.png: Added.
6934         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/015-expected.png: Added.
6935         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/016-expected.png: Added.
6936         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/017-expected.png: Added.
6937         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/018-expected.png: Added.
6938         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6939         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/020-expected.png: Added.
6940         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/021-expected.png: Added.
6941         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/022-expected.png: Added.
6942         * platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/025-expected.png: Added.
6943         * platform/qt-5.0-wk2/fast/block/margin-collapse/negative-margins-expected.png: Added.
6944         * platform/qt-5.0-wk2/fast/block/positioning/047-expected.png:
6945         * platform/qt-5.0-wk2/fast/block/positioning/051-expected.png:
6946         * platform/qt-5.0-wk2/fast/block/positioning/053-expected.png: Added.
6947         * platform/qt-5.0-wk2/fast/block/positioning/055-expected.png:
6948         * platform/qt-5.0-wk2/fast/block/positioning/057-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6949         * platform/qt-5.0-wk2/fast/block/positioning/058-expected.png: Added.
6950         * platform/qt-5.0-wk2/fast/block/positioning/059-expected.png: Added.
6951         * platform/qt-5.0-wk2/fast/block/positioning/060-expected.png: Added.
6952         * platform/qt-5.0-wk2/fast/block/positioning/abs-inside-inline-rel-expected.png: Added.
6953         * platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-ltr-3-expected.png: Added.
6954         * platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added.
6955         * platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added.
6956         * platform/qt-5.0-wk2/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added.
6957         * platform/qt-5.0-wk2/fast/block/positioning/absolute-position-direction-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6958         * platform/qt-5.0-wk2/fast/block/positioning/absolute-positioned-overconstrained-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6959         * platform/qt-5.0-wk2/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6960         * platform/qt-5.0-wk2/fast/block/positioning/absolute-with-html-border-quirks-expected.png: Added.
6961         * platform/qt-5.0-wk2/fast/block/positioning/absolute-with-html-border-strict-expected.png: Added.
6962         * platform/qt-5.0-wk2/fast/block/positioning/auto/001-expected.png: Added.
6963         * platform/qt-5.0-wk2/fast/block/positioning/auto/002-expected.png: Added.
6964         * platform/qt-5.0-wk2/fast/block/positioning/auto/003-expected.png: Added.
6965         * platform/qt-5.0-wk2/fast/block/positioning/auto/004-expected.png: Added.
6966         * platform/qt-5.0-wk2/fast/block/positioning/auto/005-expected.png: Added.
6967         * platform/qt-5.0-wk2/fast/block/positioning/auto/006-expected.png: Added.
6968         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
6969         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
6970         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
6971         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
6972         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/005-expected.png:
6973         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
6974         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
6975         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
6976         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
6977         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/005-expected.png:
6978         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
6979         * platform/qt-5.0-wk2/fast/block/positioning/child-of-absolute-with-auto-height-expected.png: Added.
6980         * platform/qt-5.0-wk2/fast/block/positioning/differing-writing-modes-expected.png: Added.
6981         * platform/qt-5.0-wk2/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
6982         * platform/qt-5.0-wk2/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
6983         * platform/qt-5.0-wk2/fast/block/positioning/height-change-expected.png: Added.
6984         * platform/qt-5.0-wk2/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
6985         * platform/qt-5.0-wk2/fast/block/positioning/leftmargin-topmargin-expected.png: Added.
6986         * platform/qt-5.0-wk2/fast/block/positioning/negative-right-pos-expected.png: Added.
6987         * platform/qt-5.0-wk2/fast/block/positioning/padding-percent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6988         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-block-expected.png:
6989         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-expected.png:
6990         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-float-expected.png:
6991         * platform/qt-5.0-wk2/fast/block/positioning/relayout-on-position-change-expected.png: Added.
6992         * platform/qt-5.0-wk2/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
6993         * platform/qt-5.0-wk2/fast/block/positioning/rtl-static-positioning-expected.png: Added.
6994         * platform/qt-5.0-wk2/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
6995         * platform/qt-5.0-wk2/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
6996         * platform/qt-5.0-wk2/fast/block/positioning/trailing-space-test-expected.png: Added.
6997         * platform/qt-5.0-wk2/fast/block/positioning/window-height-change-expected.png: Added.
6998         * platform/qt-5.0-wk2/fast/body-propagation/background-color/001-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
6999         * platform/qt-5.0-wk2/fast/body-propagation/background-color/002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7000         * platform/qt-5.0-wk2/fast/body-propagation/background-color/002-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7001         * platform/qt-5.0-wk2/fast/body-propagation/background-color/003-declarative-expected.png: Added.
7002         * platform/qt-5.0-wk2/fast/body-propagation/background-color/003-expected.png: Added.
7003         * platform/qt-5.0-wk2/fast/body-propagation/background-color/003-xhtml-expected.png: Added.
7004         * platform/qt-5.0-wk2/fast/body-propagation/background-color/004-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7005         * platform/qt-5.0-wk2/fast/body-propagation/background-color/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7006         * platform/qt-5.0-wk2/fast/body-propagation/background-color/004-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7007         * platform/qt-5.0-wk2/fast/body-propagation/background-color/005-declarative-expected.png: Added.
7008         * platform/qt-5.0-wk2/fast/body-propagation/background-color/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7009         * platform/qt-5.0-wk2/fast/body-propagation/background-color/005-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7010         * platform/qt-5.0-wk2/fast/body-propagation/background-color/006-declarative-expected.png: Added.
7011         * platform/qt-5.0-wk2/fast/body-propagation/background-color/006-expected.png: Added.
7012         * platform/qt-5.0-wk2/fast/body-propagation/background-color/006-xhtml-expected.png: Added.
7013         * platform/qt-5.0-wk2/fast/body-propagation/background-color/007-declarative-expected.png: Added.
7014         * platform/qt-5.0-wk2/fast/body-propagation/background-color/007-expected.png: Added.
7015         * platform/qt-5.0-wk2/fast/body-propagation/background-color/007-xhtml-expected.png: Added.
7016         * platform/qt-5.0-wk2/fast/body-propagation/background-color/008-expected.png: Added.
7017         * platform/qt-5.0-wk2/fast/body-propagation/background-color/008-xhtml-expected.png: Added.
7018         * platform/qt-5.0-wk2/fast/body-propagation/background-image/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7019         * platform/qt-5.0-wk2/fast/body-propagation/background-image/001-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7020         * platform/qt-5.0-wk2/fast/body-propagation/background-image/002-expected.png: Added.
7021         * platform/qt-5.0-wk2/fast/body-propagation/background-image/002-xhtml-expected.png: Added.
7022         * platform/qt-5.0-wk2/fast/body-propagation/background-image/003-declarative-expected.png: Added.
7023         * platform/qt-5.0-wk2/fast/body-propagation/background-image/003-expected.png: Added.
7024         * platform/qt-5.0-wk2/fast/body-propagation/background-image/003-xhtml-expected.png: Added.
7025         * platform/qt-5.0-wk2/fast/body-propagation/background-image/004-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7026         * platform/qt-5.0-wk2/fast/body-propagation/background-image/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7027         * platform/qt-5.0-wk2/fast/body-propagation/background-image/004-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7028         * platform/qt-5.0-wk2/fast/body-propagation/background-image/005-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7029         * platform/qt-5.0-wk2/fast/body-propagation/background-image/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7030         * platform/qt-5.0-wk2/fast/body-propagation/background-image/005-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7031         * platform/qt-5.0-wk2/fast/body-propagation/background-image/006-declarative-expected.png: Added.
7032         * platform/qt-5.0-wk2/fast/body-propagation/background-image/006-expected.png: Added.
7033         * platform/qt-5.0-wk2/fast/body-propagation/background-image/006-xhtml-expected.png: Added.
7034         * platform/qt-5.0-wk2/fast/body-propagation/background-image/007-declarative-expected.png: Added.
7035         * platform/qt-5.0-wk2/fast/body-propagation/background-image/007-expected.png: Added.
7036         * platform/qt-5.0-wk2/fast/body-propagation/background-image/007-xhtml-expected.png: Added.
7037         * platform/qt-5.0-wk2/fast/body-propagation/background-image/008-expected.png: Added.
7038         * platform/qt-5.0-wk2/fast/body-propagation/background-image/008-xhtml-expected.png: Added.
7039         * platform/qt-5.0-wk2/fast/body-propagation/background-image/009-expected.png: Added.
7040         * platform/qt-5.0-wk2/fast/body-propagation/background-image/009-xhtml-expected.png: Added.
7041         * platform/qt-5.0-wk2/fast/body-propagation/background-image/010-expected.png: Added.
7042         * platform/qt-5.0-wk2/fast/body-propagation/background-image/010-xhtml-expected.png: Added.
7043         * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-expected.png:
7044         * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-xhtml-expected.png:
7045         * platform/qt-5.0-wk2/fast/body-propagation/overflow/002-expected.png: Added.
7046         * platform/qt-5.0-wk2/fast/body-propagation/overflow/002-xhtml-expected.png: Added.
7047         * platform/qt-5.0-wk2/fast/body-propagation/overflow/003-declarative-expected.png: Added.
7048         * platform/qt-5.0-wk2/fast/body-propagation/overflow/003-expected.png: Added.
7049         * platform/qt-5.0-wk2/fast/body-propagation/overflow/003-xhtml-expected.png: Added.
7050         * platform/qt-5.0-wk2/fast/body-propagation/overflow/004-declarative-expected.png: Added.
7051         * platform/qt-5.0-wk2/fast/body-propagation/overflow/004-expected.png: Added.
7052         * platform/qt-5.0-wk2/fast/body-propagation/overflow/004-xhtml-expected.png: Added.
7053         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-declarative-expected.png:
7054         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-expected.png:
7055         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-xhtml-expected.png:
7056         * platform/qt-5.0-wk2/fast/body-propagation/overflow/006-declarative-expected.png: Added.
7057         * platform/qt-5.0-wk2/fast/body-propagation/overflow/006-xhtml-expected.png: Added.
7058         * platform/qt-5.0-wk2/fast/body-propagation/overflow/007-declarative-expected.png: Added.
7059         * platform/qt-5.0-wk2/fast/body-propagation/overflow/007-expected.png: Added.
7060         * platform/qt-5.0-wk2/fast/body-propagation/overflow/007-xhtml-expected.png: Added.
7061         * platform/qt-5.0-wk2/fast/borders/bidi-002-expected.png: Added.
7062         * platform/qt-5.0-wk2/fast/borders/bidi-009a-expected.png: Added.
7063         * platform/qt-5.0-wk2/fast/borders/bidi-012-expected.png: Added.
7064         * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-expected.png:
7065         * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-outset-expected.png:
7066         * platform/qt-5.0-wk2/fast/borders/border-color-inherit-expected.png: Added.
7067         * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png:
7068         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png:
7069         * platform/qt-5.0-wk2/fast/borders/border-radius-constraints-expected.png: Added.
7070         * platform/qt-5.0-wk2/fast/borders/border-radius-huge-assert-expected.png: Added.
7071         * platform/qt-5.0-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
7072         * platform/qt-5.0-wk2/fast/borders/border-radius-split-inline-expected.png: Added.
7073         * platform/qt-5.0-wk2/fast/borders/borderRadiusInvalidColor-expected.png: Added.
7074         * platform/qt-5.0-wk2/fast/borders/different-color-borders-expected.png: Added.
7075         * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-expected.png:
7076         * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
7077         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png:
7078         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png:
7079         * platform/qt-5.0-wk2/fast/borders/rtl-border-01-expected.png:
7080         * platform/qt-5.0-wk2/fast/borders/rtl-border-02-expected.png:
7081         * platform/qt-5.0-wk2/fast/borders/rtl-border-03-expected.png:
7082         * platform/qt-5.0-wk2/fast/box-shadow/basic-shadows-expected.png:
7083         * platform/qt-5.0-wk2/fast/box-shadow/border-radius-big-expected.png: Added.
7084         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png:
7085         * platform/qt-5.0-wk2/fast/box-shadow/transform-fringing-expected.png: Added.
7086         * platform/qt-5.0-wk2/fast/box-sizing/box-sizing-expected.png:
7087         * platform/qt-5.0-wk2/fast/box-sizing/panels-one-expected.png: Added.
7088         * platform/qt-5.0-wk2/fast/box-sizing/panels-two-expected.png: Added.
7089         * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png:
7090         * platform/qt-5.0-wk2/fast/canvas/canvas-before-css-expected.png: Added.
7091         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-expected.png: Added.
7092         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png:
7093         * platform/qt-5.0-wk2/fast/canvas/canvas-size-change-after-layout-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7094         * platform/qt-5.0-wk2/fast/canvas/canvas-text-alignment-expected.png:
7095         * platform/qt-5.0-wk2/fast/canvas/canvas-text-baseline-expected.png: Added.
7096         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png:
7097         * platform/qt-5.0-wk2/fast/canvas/canvas-zoom-expected.png: Added.
7098         * platform/qt-5.0-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7099         * platform/qt-5.0-wk2/fast/canvas/check-stale-putImageData-expected.png: Added.
7100         * platform/qt-5.0-wk2/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7101         * platform/qt-5.0-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
7102         * platform/qt-5.0-wk2/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
7103         * platform/qt-5.0-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
7104         * platform/qt-5.0-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
7105         * platform/qt-5.0-wk2/fast/canvas/image-object-in-canvas-expected.png:
7106         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png:
7107         * platform/qt-5.0-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
7108         * platform/qt-5.0-wk2/fast/canvas/quadraticCurveTo-expected.png: Added.
7109         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
7110         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
7111         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
7112         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
7113         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
7114         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
7115         * platform/qt-5.0-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
7116         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png:
7117         * platform/qt-5.0-wk2/fast/canvas/zero-size-fill-rect-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7118         * platform/qt-5.0-wk2/fast/clip/001-expected.png: Added.
7119         * platform/qt-5.0-wk2/fast/clip/002-expected.png: Added.
7120         * platform/qt-5.0-wk2/fast/clip/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7121         * platform/qt-5.0-wk2/fast/clip/004-expected.png: Added.
7122         * platform/qt-5.0-wk2/fast/clip/005-expected.png: Added.
7123         * platform/qt-5.0-wk2/fast/clip/006-expected.png: Added.
7124         * platform/qt-5.0-wk2/fast/clip/007-expected.png: Added.
7125         * platform/qt-5.0-wk2/fast/clip/008-expected.png: Added.
7126         * platform/qt-5.0-wk2/fast/clip/009-expected.png: Added.
7127         * platform/qt-5.0-wk2/fast/clip/010-expected.png: Added.
7128         * platform/qt-5.0-wk2/fast/clip/011-expected.png: Added.
7129         * platform/qt-5.0-wk2/fast/clip/012-expected.png: Added.
7130         * platform/qt-5.0-wk2/fast/clip/013-expected.png: Added.
7131         * platform/qt-5.0-wk2/fast/clip/014-expected.png: Added.
7132         * platform/qt-5.0-wk2/fast/clip/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7133         * platform/qt-5.0-wk2/fast/clip/016-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7134         * platform/qt-5.0-wk2/fast/clip/nestedTransparencyClip-expected.png: Added.
7135         * platform/qt-5.0-wk2/fast/clip/outline-overflowClip-expected.png: Added.
7136         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-clip-expected.png: Added.
7137         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-combinations-expected.png: Added.
7138         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png:
7139         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
7140         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-transformed-expected.png: Added.
7141         * platform/qt-5.0-wk2/fast/css-generated-content/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7142         * platform/qt-5.0-wk2/fast/css-generated-content/002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7143         * platform/qt-5.0-wk2/fast/css-generated-content/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7144         * platform/qt-5.0-wk2/fast/css-generated-content/005-expected.png: Added.
7145         * platform/qt-5.0-wk2/fast/css-generated-content/007-expected.png: Added.
7146         * platform/qt-5.0-wk2/fast/css-generated-content/008-expected.png: Added.
7147         * platform/qt-5.0-wk2/fast/css-generated-content/009-expected.png: Added.
7148         * platform/qt-5.0-wk2/fast/css-generated-content/010-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7149         * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png:
7150         * platform/qt-5.0-wk2/fast/css-generated-content/013-expected.png: Added.
7151         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png:
7152         * platform/qt-5.0-wk2/fast/css-generated-content/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7153         * platform/qt-5.0-wk2/fast/css-generated-content/016-expected.png: Added.
7154         * platform/qt-5.0-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
7155         * platform/qt-5.0-wk2/fast/css-generated-content/after-order-expected.png: Added.
7156         * platform/qt-5.0-wk2/fast/css-generated-content/beforeAfter-interdocument-expected.png: Added.
7157         * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png:
7158         * platform/qt-5.0-wk2/fast/css-generated-content/inline-display-types-expected.png: Added.
7159         * platform/qt-5.0-wk2/fast/css-generated-content/no-openclose-quote-expected.png: Added.
7160         * platform/qt-5.0-wk2/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
7161         * platform/qt-5.0-wk2/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7162         * platform/qt-5.0-wk2/fast/css-generated-content/table-cell-before-content-expected.png: Added.
7163         * platform/qt-5.0-wk2/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
7164         * platform/qt-5.0-wk2/fast/css-generated-content/table-row-before-after-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7165         * platform/qt-5.0-wk2/fast/css-generated-content/table-row-group-to-inline-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7166         * platform/qt-5.0-wk2/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
7167         * platform/qt-5.0-wk2/fast/css-generated-content/table-row-with-before-expected.png: Added.
7168         * platform/qt-5.0-wk2/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
7169         * platform/qt-5.0-wk2/fast/css-generated-content/table-with-before-expected.png: Added.
7170         * platform/qt-5.0-wk2/fast/css-generated-content/visibleContentHiddenParent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7171         * platform/qt-5.0-wk2/fast/css-generated-content/wbr-with-before-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7172         * platform/qt-5.0-wk2/fast/css/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7173         * platform/qt-5.0-wk2/fast/css/002-expected.png: Added.
7174         * platform/qt-5.0-wk2/fast/css/003-expected.png: Added.
7175         * platform/qt-5.0-wk2/fast/css/004-expected.png: Added.
7176         * platform/qt-5.0-wk2/fast/css/005-expected.png:
7177         * platform/qt-5.0-wk2/fast/css/007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7178         * platform/qt-5.0-wk2/fast/css/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7179         * platform/qt-5.0-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
7180         * platform/qt-5.0-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
7181         * platform/qt-5.0-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
7182         * platform/qt-5.0-wk2/fast/css/acid2-expected.png: Added.
7183         * platform/qt-5.0-wk2/fast/css/attribute-selector-dynamic-expected.png: Added.
7184         * platform/qt-5.0-wk2/fast/css/attribute-selector-empty-value-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7185         * platform/qt-5.0-wk2/fast/css/background-image-with-baseurl-expected.png: Added.
7186         * platform/qt-5.0-wk2/fast/css/background-shorthand-invalid-url-expected.png: Added.
7187         * platform/qt-5.0-wk2/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
7188         * platform/qt-5.0-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
7189         * platform/qt-5.0-wk2/fast/css/border-height-expected.png:
7190         * platform/qt-5.0-wk2/fast/css/border-radius-outline-offset-expected.png: Added.
7191         * platform/qt-5.0-wk2/fast/css/child-style-can-override-visited-style-expected.png: Added.
7192         * platform/qt-5.0-wk2/fast/css/clip-text-in-scaled-div-expected.png:
7193         * platform/qt-5.0-wk2/fast/css/clip-zooming-expected.png: Added.
7194         * platform/qt-5.0-wk2/fast/css/color-correction-backgrounds-and-text-expected.png:
7195         * platform/qt-5.0-wk2/fast/css/color-quirk-expected.png: Added.
7196         * platform/qt-5.0-wk2/fast/css/color-strict-expected.png: Added.
7197         * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png:
7198         * platform/qt-5.0-wk2/fast/css/continuationCrash-expected.png: Added.
7199         * platform/qt-5.0-wk2/fast/css/counters/counter-text-security-expected.png: Added.
7200         * platform/qt-5.0-wk2/fast/css/counters/counter-text-transform-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7201         * platform/qt-5.0-wk2/fast/css/css-imports-expected.png: Added.
7202         * platform/qt-5.0-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
7203         * platform/qt-5.0-wk2/fast/css/css2-system-fonts-expected.png: Added.
7204         * platform/qt-5.0-wk2/fast/css/css3-modsel-22-expected.png: Added.
7205         * platform/qt-5.0-wk2/fast/css/css3-nth-child-expected.png: Added.
7206         * platform/qt-5.0-wk2/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
7207         * platform/qt-5.0-wk2/fast/css/disabled-author-styles-expected.png: Added.
7208         * platform/qt-5.0-wk2/fast/css/dynamic-sibling-selector-expected.png: Added.
7209         * platform/qt-5.0-wk2/fast/css/empty-body-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7210         * platform/qt-5.0-wk2/fast/css/empty-generated-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7211         * platform/qt-5.0-wk2/fast/css/empty-pseudo-class-expected.png:
7212         * platform/qt-5.0-wk2/fast/css/fieldset-display-row-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7213         * platform/qt-5.0-wk2/fast/css/find-next-layer-expected.png: Added.
7214         * platform/qt-5.0-wk2/fast/css/first-child-pseudo-class-expected.png:
7215         * platform/qt-5.0-wk2/fast/css/first-letter-capitalized-expected.png: Added.
7216         * platform/qt-5.0-wk2/fast/css/first-letter-detach-expected.png: Added.
7217         * platform/qt-5.0-wk2/fast/css/first-letter-first-line-hover-expected.png: Added.
7218         * platform/qt-5.0-wk2/fast/css/first-letter-float-after-float-expected.png: Added.
7219         * platform/qt-5.0-wk2/fast/css/first-letter-float-expected.png: Added.
7220         * platform/qt-5.0-wk2/fast/css/first-letter-hover-expected.png: Added.
7221         * platform/qt-5.0-wk2/fast/css/first-letter-punctuation-expected.png: Added.
7222         * platform/qt-5.0-wk2/fast/css/first-letter-recalculation-expected.png: Added.
7223         * platform/qt-5.0-wk2/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
7224         * platform/qt-5.0-wk2/fast/css/first-letter-visibility-expected.png: Added.
7225         * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png:
7226         * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
7227         * platform/qt-5.0-wk2/fast/css/first-of-type-pseudo-class-expected.png:
7228         * platform/qt-5.0-wk2/fast/css/focus-ring-detached-expected.png: Added.
7229         * platform/qt-5.0-wk2/fast/css/focus-ring-multiline-expected.png: Added.
7230         * platform/qt-5.0-wk2/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
7231         * platform/qt-5.0-wk2/fast/css/focus-ring-outline-color-expected.png: Added.
7232         * platform/qt-5.0-wk2/fast/css/focus-ring-outline-offset-expected.png: Added.
7233         * platform/qt-5.0-wk2/fast/css/focus-ring-outline-width-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7234         * platform/qt-5.0-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
7235         * platform/qt-5.0-wk2/fast/css/font-face-multiple-faces-expected.png: Added.
7236         * platform/qt-5.0-wk2/fast/css/font-face-opentype-expected.png: Added.
7237         * platform/qt-5.0-wk2/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
7238         * platform/qt-5.0-wk2/fast/css/font-face-weight-matching-expected.png: Added.
7239         * platform/qt-5.0-wk2/fast/css/font-shorthand-weight-only-expected.png: Added.
7240         * platform/qt-5.0-wk2/fast/css/font-smoothing-expected.png: Added.
7241         * platform/qt-5.0-wk2/fast/css/font_property_normal-expected.png:
7242         * platform/qt-5.0-wk2/fast/css/h1-in-section-elements-expected.png: Added.
7243         * platform/qt-5.0-wk2/fast/css/hover-subselector-expected.png: Added.
7244         * platform/qt-5.0-wk2/fast/css/hsl-color-expected.png:
7245         * platform/qt-5.0-wk2/fast/css/hsla-color-expected.png: Added.
7246         * platform/qt-5.0-wk2/fast/css/image-rendering-expected.png: Added.
7247         * platform/qt-5.0-wk2/fast/css/import-rule-regression-11590-expected.png: Added.
7248         * platform/qt-5.0-wk2/fast/css/import_with_baseurl-expected.png: Added.
7249         * platform/qt-5.0-wk2/fast/css/inline-element-line-break-expected.png: Added.
7250         * platform/qt-5.0-wk2/fast/css/inline-properties-important-expected.png: Added.
7251         * platform/qt-5.0-wk2/fast/css/invalid-percentage-property-expected.png: Added.
7252         * platform/qt-5.0-wk2/fast/css/invalidation-errors-2-expected.png: Added.
7253         * platform/qt-5.0-wk2/fast/css/invalidation-errors-3-expected.png: Added.
7254         * platform/qt-5.0-wk2/fast/css/invalidation-errors-expected.png: Added.
7255         * platform/qt-5.0-wk2/fast/css/last-child-pseudo-class-expected.png:
7256         * platform/qt-5.0-wk2/fast/css/last-of-type-pseudo-class-expected.png:
7257         * platform/qt-5.0-wk2/fast/css/layerZOrderCrash-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7258         * platform/qt-5.0-wk2/fast/css/line-height-font-order-expected.png: Added.
7259         * platform/qt-5.0-wk2/fast/css/line-height-negative-expected.png: Added.
7260         * platform/qt-5.0-wk2/fast/css/line-height-overflow-expected.png:
7261         * platform/qt-5.0-wk2/fast/css/link-outside-head-expected.png: Added.
7262         * platform/qt-5.0-wk2/fast/css/list-outline-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7263         * platform/qt-5.0-wk2/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
7264         * platform/qt-5.0-wk2/fast/css/margin-bottom-form-element-strict-expected.png: Added.
7265         * platform/qt-5.0-wk2/fast/css/margin-top-bottom-dynamic-expected.png: Added.
7266         * platform/qt-5.0-wk2/fast/css/namespaces/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7267         * platform/qt-5.0-wk2/fast/css/namespaces/006-expected.png: Added.
7268         * platform/qt-5.0-wk2/fast/css/namespaces/namespaces-comments-expected.png: Added.
7269         * platform/qt-5.0-wk2/fast/css/namespaces/namespaces-empty-expected.png: Added.
7270         * platform/qt-5.0-wk2/fast/css/namespaces/namespaces-escapes-expected.png: Added.
7271         * platform/qt-5.0-wk2/fast/css/namespaces/namespaces-invalid-at-expected.png: Added.
7272         * platform/qt-5.0-wk2/fast/css/negative-leading-expected.png: Added.
7273         * platform/qt-5.0-wk2/fast/css/negative-nth-child-expected.png: Added.
7274         * platform/qt-5.0-wk2/fast/css/nested-floating-relative-position-percentages-expected.png:
7275         * platform/qt-5.0-wk2/fast/css/non-empty-span-expected.png: Added.
7276         * platform/qt-5.0-wk2/fast/css/non-standard-checkbox-size-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7277         * platform/qt-5.0-wk2/fast/css/nth-child-dynamic-expected.png: Added.
7278         * platform/qt-5.0-wk2/fast/css/only-child-pseudo-class-expected.png:
7279         * platform/qt-5.0-wk2/fast/css/only-of-type-pseudo-class-expected.png:
7280         * platform/qt-5.0-wk2/fast/css/outline-auto-empty-rects-expected.png: Added.
7281         * platform/qt-5.0-wk2/fast/css/outline-auto-location-expected.png: Added.
7282         * platform/qt-5.0-wk2/fast/css/percent-top-relative-container-height-unspecified-expected.png: Added.
7283         * platform/qt-5.0-wk2/fast/css/percent-top-value-with-relative-position-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7284         * platform/qt-5.0-wk2/fast/css/position-negative-top-margin-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7285         * platform/qt-5.0-wk2/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added.
7286         * platform/qt-5.0-wk2/fast/css/pseudo-element-line-break-expected.png: Added.
7287         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
7288         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
7289         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
7290         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
7291         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
7292         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
7293         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
7294         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
7295         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
7296         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
7297         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
7298         * platform/qt-5.0-wk2/fast/css/rem-dynamic-scaling-expected.png: Added.
7299         * platform/qt-5.0-wk2/fast/css/rem-units-on-root-expected.png: Added.
7300         * platform/qt-5.0-wk2/fast/css/resize-corner-tracking-transformed-expected.png: Added.
7301         * platform/qt-5.0-wk2/fast/css/rgb-float-expected.png: Added.
7302         * platform/qt-5.0-wk2/fast/css/selector-set-attribute-expected.png: Added.
7303         * platform/qt-5.0-wk2/fast/css/shadow-multiple-expected.png:
7304         * platform/qt-5.0-wk2/fast/css/simple-selector-chain-parsing-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7305         * platform/qt-5.0-wk2/fast/css/style-outside-head-expected.png: Added.
7306         * platform/qt-5.0-wk2/fast/css/style-parsed-outside-head-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7307         * platform/qt-5.0-wk2/fast/css/table-text-align-quirk-expected.png: Added.
7308         * platform/qt-5.0-wk2/fast/css/target-fragment-match-expected.png: Added.
7309         * platform/qt-5.0-wk2/fast/css/text-align-expected.png: Added.
7310         * platform/qt-5.0-wk2/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
7311         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
7312         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
7313         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
7314         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
7315         * platform/qt-5.0-wk2/fast/css/text-rendering-expected.png: Added.
7316         * platform/qt-5.0-wk2/fast/css/text-transform-select-expected.png: Added.
7317         * platform/qt-5.0-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
7318         * platform/qt-5.0-wk2/fast/css/transform-default-parameter-expected.png: Added.
7319         * platform/qt-5.0-wk2/fast/css/transformed-mask-expected.png: Added.
7320         * platform/qt-5.0-wk2/fast/css/universal-hover-quirk-expected.png: Added.
7321         * platform/qt-5.0-wk2/fast/css/value-list-out-of-bounds-crash-expected.png:
7322         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
7323         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
7324         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
7325         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
7326         * platform/qt-5.0-wk2/fast/css/visibility-hit-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7327         * platform/qt-5.0-wk2/fast/css/zoom-font-size-expected.png: Added.
7328         * platform/qt-5.0-wk2/fast/doctypes/001-expected.png: Added.
7329         * platform/qt-5.0-wk2/fast/doctypes/002-expected.png: Added.
7330         * platform/qt-5.0-wk2/fast/doctypes/003-expected.png: Added.
7331         * platform/qt-5.0-wk2/fast/doctypes/004-expected.png: Added.
7332         * platform/qt-5.0-wk2/fast/dom/Element/class-attribute-whitespace-expected.png: Added.
7333         * platform/qt-5.0-wk2/fast/dom/Element/null-offset-parent-expected.png: Added.
7334         * platform/qt-5.0-wk2/fast/dom/HTMLElement/bdo-expected.png: Added.
7335         * platform/qt-5.0-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
7336         * platform/qt-5.0-wk2/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
7337         * platform/qt-5.0-wk2/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
7338         * platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
7339         * platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
7340         * platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
7341         * platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
7342         * platform/qt-5.0-wk2/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
7343         * platform/qt-5.0-wk2/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
7344         * platform/qt-5.0-wk2/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
7345         * platform/qt-5.0-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
7346         * platform/qt-5.0-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
7347         * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
7348         * platform/qt-5.0-wk2/fast/dom/Range/create-contextual-fragment-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7349         * platform/qt-5.0-wk2/fast/dom/Range/surroundContents-1-expected.png: Added.
7350         * platform/qt-5.0-wk2/fast/dom/Window/open-existing-pop-up-blocking-expected.png: Added.
7351         * platform/qt-5.0-wk2/fast/dom/anchor-text-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7352         * platform/qt-5.0-wk2/fast/dom/blur-contenteditable-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7353         * platform/qt-5.0-wk2/fast/dom/clone-contents-0-end-offset-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7354         * platform/qt-5.0-wk2/fast/dom/clone-node-dynamic-style-expected.png:
7355         * platform/qt-5.0-wk2/fast/dom/createDocumentType-expected.png: Added.
7356         * platform/qt-5.0-wk2/fast/dom/css-rule-functions-expected.png: Added.
7357         * platform/qt-5.0-wk2/fast/dom/gc-10-expected.png: Added.
7358         * platform/qt-5.0-wk2/fast/dom/importNodeHTML-expected.png: Added.
7359         * platform/qt-5.0-wk2/fast/dom/importNodeXML-expected.png: Added.
7360         * platform/qt-5.0-wk2/fast/dom/outerText-expected.png: Added.
7361         * platform/qt-5.0-wk2/fast/dom/row-inner-text-expected.png: Added.
7362         * platform/qt-5.0-wk2/fast/dynamic/002-expected.png: Added.
7363         * platform/qt-5.0-wk2/fast/dynamic/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7364         * platform/qt-5.0-wk2/fast/dynamic/006-expected.png: Added.
7365         * platform/qt-5.0-wk2/fast/dynamic/007-expected.png: Added.
7366         * platform/qt-5.0-wk2/fast/dynamic/011-expected.png: Added.
7367         * platform/qt-5.0-wk2/fast/dynamic/013-expected.png: Added.
7368         * platform/qt-5.0-wk2/fast/dynamic/014-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7369         * platform/qt-5.0-wk2/fast/dynamic/015-expected.png: Added.
7370         * platform/qt-5.0-wk2/fast/dynamic/anchor-lock-expected.png:
7371         * platform/qt-5.0-wk2/fast/dynamic/anonymous-block-orphaned-lines-expected.png: Added.
7372         * platform/qt-5.0-wk2/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
7373         * platform/qt-5.0-wk2/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
7374         * platform/qt-5.0-wk2/fast/dynamic/float-withdrawal-expected.png: Added.
7375         * platform/qt-5.0-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
7376         * platform/qt-5.0-wk2/fast/dynamic/link-href-change-expected.png: Added.
7377         * platform/qt-5.0-wk2/fast/dynamic/noninlinebadness-expected.png: Added.
7378         * platform/qt-5.0-wk2/fast/dynamic/outerHTML-doc-expected.png: Added.
7379         * platform/qt-5.0-wk2/fast/dynamic/outerHTML-img-expected.png: Added.
7380         * platform/qt-5.0-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
7381         * platform/qt-5.0-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
7382         * platform/qt-5.0-wk2/fast/dynamic/view-overflow-expected.png: Added.
7383         * platform/qt-5.0-wk2/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
7384         * platform/qt-5.0-wk2/fast/dynamic/window-scrollbars-test-expected.png: Added.
7385         * platform/qt-5.0-wk2/fast/encoding/utf-16-big-endian-expected.png:
7386         * platform/qt-5.0-wk2/fast/encoding/utf-16-little-endian-expected.png:
7387         * platform/qt-5.0-wk2/fast/events/event-listener-on-link-expected.png: Added.
7388         * platform/qt-5.0-wk2/fast/events/pointer-events-2-expected.png:
7389         * platform/qt-5.0-wk2/fast/events/resize-events-expected.png:
7390         * platform/qt-5.0-wk2/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
7391         * platform/qt-5.0-wk2/fast/flexbox/001-expected.png: Added.
7392         * platform/qt-5.0-wk2/fast/flexbox/002-expected.png: Added.
7393         * platform/qt-5.0-wk2/fast/flexbox/003-expected.png: Added.
7394         * platform/qt-5.0-wk2/fast/flexbox/004-expected.png: Added.
7395         * platform/qt-5.0-wk2/fast/flexbox/005-expected.png: Added.
7396         * platform/qt-5.0-wk2/fast/flexbox/006-expected.png: Added.
7397         * platform/qt-5.0-wk2/fast/flexbox/007-expected.png: Added.
7398         * platform/qt-5.0-wk2/fast/flexbox/008-expected.png: Added.
7399         * platform/qt-5.0-wk2/fast/flexbox/009-expected.png: Added.
7400         * platform/qt-5.0-wk2/fast/flexbox/010-expected.png: Added.
7401         * platform/qt-5.0-wk2/fast/flexbox/011-expected.png: Added.
7402         * platform/qt-5.0-wk2/fast/flexbox/012-expected.png: Added.
7403         * platform/qt-5.0-wk2/fast/flexbox/014-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7404         * platform/qt-5.0-wk2/fast/flexbox/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
7405         * platform/qt-5.0-wk2/fast/flexbox/016-expected.png:
7406         * platform/qt-5.0-wk2/fast/flexbox/017-expected.png: Added.
7407         * platform/qt-5.0-wk2/fast/flexbox/018-expected.png: Added.
7408         * platform/qt-5.0-wk2/fast/flexbox/019-expected.png: Added.
7409         * platform/qt-5.0-wk2/fast/flexbox/020-expected.png: Added.
7410         * platform/qt-5.0-wk2/fast/flexbox/021-expected.png: Added.
7411         * platform/qt-5.0-wk2/fast/flexbox/022-expected.png: Added.
7412         * platform/qt-5.0-wk2/fast/flexbox/023-expected.png: Added.
7413         * platform/qt-5.0-wk2/fast/flexbox/024-expected.png: Added.
7414
7415 2013-06-05  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
7416
7417         [Qt] Unreviewed gardening. Rebaselining after r151205.
7418
7419         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
7420         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Added.
7421         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
7422         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
7423         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
7424         * platform/qt-5.0-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
7425         * platform/qt-5.0-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
7426         * platform/qt-5.0-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
7427         * platform/qt-5.0-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
7428         * platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
7429         * platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
7430         * platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
7431         * platform/qt-5.0-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
7432         * platform/qt-5.0-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
7433         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.png: Added.
7434         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.png: Added.
7435         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.png: Added.
7436         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.png: Added.
7437         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.png: Added.
7438         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.png: Added.
7439         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.png: Added.
7440         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.png: Added.
7441         * platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.png: Added.
7442         * platform/qt-5.0-wk2/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
7443         * platform/qt-5.0-wk2/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
7444         * platform/qt-5.0-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png:
7445         * platform/qt-5.0-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.png: Added.
7446         * platform/qt-5.0-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Added.
7447         * platform/qt-5.0-wk2/css2.1/t1004-c5524-width-00-b-g-expected.png:
7448         * platform/qt-5.0-wk2/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
7449         * platform/qt-5.0-wk2/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
7450         * platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
7451         * platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Added.
7452         * platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
7453         * platform/qt-5.0-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: Added.
7454         * platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
7455         * platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
7456         * platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
7457         * platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
7458         * platform/qt-5.0-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.png: Added.
7459         * platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.png: Added.
7460         * platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png: Added.
7461         * platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png: Added.
7462         * platform/qt-5.0-wk2/css2.1/t1202-counter-01-b-expected.png: Added.
7463         * platform/qt-5.0-wk2/css2.1/t1202-counter-02-b-expected.png: Added.
7464         * platform/qt-5.0-wk2/css2.1/t1202-counter-03-b-expected.png: Added.
7465         * platform/qt-5.0-wk2/css2.1/t1202-counter-04-b-expected.png: Added.
7466         * platform/qt-5.0-wk2/css2.1/t1202-counter-05-b-expected.png: Added.
7467         * platform/qt-5.0-wk2/css2.1/t1202-counter-07-b-expected.png: Added.
7468         * platform/qt-5.0-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
7469         * platform/qt-5.0-wk2/css2.1/t1202-counter-11-b-expected.png: Added.
7470         * platform/qt-5.0-wk2/css2.1/t1202-counter-12-b-expected.png: Added.
7471         * platform/qt-5.0-wk2/css2.1/t1202-counter-13-b-expected.png: Added.
7472         * platform/qt-5.0-wk2/css2.1/t1202-counter-14-b-expected.png: Added.
7473         * platform/qt-5.0-wk2/css2.1/t1202-counter-16-f-expected.png: Added.
7474         * platform/qt-5.0-wk2/css2.1/t1202-counters-00-b-expected.png: Added.
7475         * platform/qt-5.0-wk2/css2.1/t1202-counters-01-b-expected.png: Added.
7476         * platform/qt-5.0-wk2/css2.1/t1202-counters-02-b-expected.png: Added.
7477         * platform/qt-5.0-wk2/css2.1/t1202-counters-03-b-expected.png: Added.
7478         * platform/qt-5.0-wk2/css2.1/t1202-counters-05-b-expected.png: Added.
7479         * platform/qt-5.0-wk2/css2.1/t1202-counters-06-b-expected.png: Added.
7480         * platform/qt-5.0-wk2/css2.1/t1202-counters-07-b-expected.png: Added.
7481         * platform/qt-5.0-wk2/css2.1/t1202-counters-08-b-expected.png:
7482         * platform/qt-5.0-wk2/css2.1/t1202-counters-11-b-expected.png: Added.
7483         * platform/qt-5.0-wk2/css2.1/t1202-counters-12-b-expected.png: Added.
7484         * platform/qt-5.0-wk2/css2.1/t1202-counters-13-b-expected.png: Added.
7485         * platform/qt-5.0-wk2/css2.1/t1202-counters-14-b-expected.png: Added.
7486         * platform/qt-5.0-wk2/css2.1/t1202-counters-16-c-expected.png: Added.
7487         * platform/qt-5.0-wk2/css2.1/t1202-counters-17-d-expected.png: Added.
7488         * platform/qt-5.0-wk2/css2.1/t1202-counters-18-f-expected.png: Added.
7489         * platform/qt-5.0-wk2/css2.1/t1204-implied-00-b-expected.png: Added.
7490         * platform/qt-5.0-wk2/css2.1/t1204-implied-01-c-expected.png: Added.
7491         * platform/qt-5.0-wk2/css2.1/t1204-implied-02-d-expected.png: Added.
7492         * platform/qt-5.0-wk2/css2.1/t1204-multiple-00-c-expected.png: Added.
7493         * platform/qt-5.0-wk2/css2.1/t1204-multiple-01-c-expected.png: Added.
7494         * platform/qt-5.0-wk2/css2.1/t1204-order-00-c-expected.png: Added.
7495         * platform/qt-5.0-wk2/css2.1/t1204-order-01-d-expected.png: Added.
7496         * platform/qt-5.0-wk2/css2.1/t1204-root-e-expected.png: Added.
7497         * platform/qt-5.0-wk2/css2.1/t120401-scope-00-b-expected.png: Added.
7498         * platform/qt-5.0-wk2/css2.1/t120401-scope-01-c-expected.png: Added.
7499         * platform/qt-5.0-wk2/css2.1/t120401-scope-02-c-expected.png: Added.
7500         * platform/qt-5.0-wk2/css2.1/t120401-scope-03-c-expected.png: Added.
7501         * platform/qt-5.0-wk2/css2.1/t120401-scope-04-d-expected.png: Added.
7502         * platform/qt-5.0-wk2/css2.1/t120403-content-none-00-c-expected.png: Added.
7503         * platform/qt-5.0-wk2/css2.1/t120403-display-none-00-c-expected.png: Added.
7504         * platform/qt-5.0-wk2/css2.1/t120403-visibility-00-c-expected.png: Added.
7505         * platform/qt-5.0-wk2/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
7506         * platform/qt-5.0-wk2/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
7507         * platform/qt-5.0-wk2/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
7508         * platform/qt-5.0-wk2/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
7509         * platform/qt-5.0-wk2/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
7510         * platform/qt-5.0-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
7511         * platform/qt-5.0-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
7512         * platform/qt-5.0-wk2/css2.1/t1401-c531-color-00-a-expected.png: Added.
7513         * platform/qt-5.0-wk2/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Added.
7514         * platform/qt-5.0-wk2/css2.1/t140201-c532-bgcolor-00-a-expected.png: Added.
7515         * platform/qt-5.0-wk2/css2.1/t140201-c533-bgimage-00-a-expected.png: Added.
7516         * platform/qt-5.0-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added.
7517         * platform/qt-5.0-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.png: Added.
7518         * platform/qt-5.0-wk2/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
7519         * platform/qt-5.0-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added.
7520         * platform/qt-5.0-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.png: Added.
7521         * platform/qt-5.0-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
7522         * platform/qt-5.0-wk2/css2.1/t1503-c522-font-family-00-b-expected.png: Added.
7523         * platform/qt-5.0-wk2/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
7524         * platform/qt-5.0-wk2/css2.1/t1505-c524-font-var-00-b-expected.png: Added.
7525         * platform/qt-5.0-wk2/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
7526         * platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
7527         * platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
7528         * platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
7529         * platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
7530         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-00-b-expected.png: Added.
7531         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-01-b-expected.png: Added.
7532         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-02-b-expected.png: Added.
7533         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-03-b-expected.png: Added.
7534         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-04-b-expected.png: Added.
7535         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-05-b-expected.png: Added.
7536         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-06-b-expected.png: Added.
7537         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-07-b-expected.png:
7538         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-08-b-expected.png: Added.
7539         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-09-b-expected.png: Added.
7540         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-10-c-expected.png: Added.
7541         * platform/qt-5.0-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
7542         * platform/qt-5.0-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
7543         * platform/qt-5.0-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
7544         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Added.
7545         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Added.
7546         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Added.
7547         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
7548         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
7549         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
7550         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
7551         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Added.
7552         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Added.
7553         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Added.
7554         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Added.
7555         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Added.
7556         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
7557         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
7558         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
7559         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
7560         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Added.
7561         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Added.
7562         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Added.
7563         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Added.
7564         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Added.
7565         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Added.
7566         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
7567         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
7568         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
7569         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
7570         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Added.
7571         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Added.
7572         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Added.
7573         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Added.
7574         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Added.
7575         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Added.
7576         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
7577         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
7578         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
7579         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
7580         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Added.
7581         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Added.
7582         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Added.
7583         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Added.
7584         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Added.
7585         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Added.
7586         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
7587         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
7588         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
7589         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
7590         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Added.
7591         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-50-d-expected.png: Added.
7592         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
7593         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
7594         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
7595         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
7596         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
7597         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
7598         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
7599         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
7600         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-60-d-expected.png: Added.
7601         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
7602         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
7603         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
7604         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
7605         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
7606         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
7607         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
7608         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
7609         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
7610         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-70-d-expected.png: Added.
7611         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
7612         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
7613         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
7614         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
7615         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
7616         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
7617         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
7618         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
7619         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
7620         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-80-d-expected.png: Added.
7621         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
7622         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
7623         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
7624         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
7625         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
7626         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
7627         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
7628         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
7629         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
7630         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-90-d-expected.png: Added.
7631         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-91-d-expected.png: Added.
7632         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-92-d-expected.png: Added.
7633         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-93-d-expected.png: Added.
7634         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-94-d-expected.png: Added.
7635         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Added.
7636         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
7637         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Added.
7638         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Added.
7639         * platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-99-d-expected.png: Added.
7640         * platform/qt-5.0-wk2/css3/css3-modsel-33-expected.png: Added.
7641         * platform/qt-5.0-wk2/css3/css3-modsel-35-expected.png: Added.
7642         * platform/qt-5.0-wk2/css3/css3-modsel-36-expected.png: Added.
7643         * platform/qt-5.0-wk2/css3/css3-modsel-37-expected.png: Added.
7644         * platform/qt-5.0-wk2/css3/flexbox/button-expected.png: Added.
7645         * platform/qt-5.0-wk2/css3/flexbox/flexbox-baseline-expected.png: Added.
7646         * platform/qt-5.0-wk2/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
7647         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
7648         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-1-expected.png: Added.
7649         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-10-expected.png: Added.
7650         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-11-expected.png: Added.
7651         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-13-expected.png: Added.
7652         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14-expected.png: Added.
7653         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-144-expected.png: Added.
7654         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-148-expected.png: Added.
7655         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-149-expected.png: Added.
7656         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-149b-expected.png: Added.
7657         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14b-expected.png: Added.
7658         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14c-expected.png: Added.
7659         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14e-expected.png: Added.
7660         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-15-expected.png: Added.
7661         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-150-expected.png: Added.
7662         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-151-expected.png: Added.
7663         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-152-expected.png: Added.
7664         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-154-expected.png: Added.
7665         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155-expected.png: Added.
7666         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155a-expected.png: Added.
7667         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155b-expected.png: Added.
7668         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155c-expected.png: Added.
7669         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155d-expected.png: Added.
7670         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156-expected.png: Added.
7671         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156b-expected.png: Added.
7672         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156c-expected.png: Added.
7673         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-157-expected.png: Added.
7674         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-158-expected.png: Added.
7675         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-159-expected.png: Added.
7676         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-15b-expected.png: Added.
7677         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-16-expected.png: Added.
7678         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-160-expected.png: Added.
7679         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-161-expected.png: Added.
7680         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-166-expected.png: Added.
7681         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-166a-expected.png: Added.
7682         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-167-expected.png: Added.
7683         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-167a-expected.png: Added.
7684         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-168-expected.png: Added.
7685         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-168a-expected.png: Added.
7686         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-169-expected.png: Added.
7687         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-169a-expected.png: Added.
7688         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-17-expected.png: Added.
7689         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-176-expected.png: Added.
7690         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-177a-expected.png: Added.
7691         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18-expected.png: Added.
7692         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-181-expected.png: Added.
7693         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-183-expected.png: Added.
7694         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184a-expected.png: Added.
7695         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184b-expected.png: Added.
7696         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184c-expected.png: Added.
7697         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184d-expected.png: Added.
7698         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184e-expected.png: Added.
7699         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184f-expected.png: Added.
7700         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18a-expected.png: Added.
7701         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18b-expected.png: Added.
7702         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18c-expected.png: Added.
7703         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-19-expected.png: Added.
7704         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
7705         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-2-expected.png: Added.
7706         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-20-expected.png: Added.
7707         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21-expected.png: Added.
7708         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21b-expected.png: Added.
7709         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21c-expected.png: Added.
7710         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-22-expected.png: Added.
7711         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-23-expected.png: Added.
7712         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-24-expected.png: Added.
7713         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-25-expected.png: Added.
7714         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27-expected.png: Added.
7715         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27a-expected.png: Added.
7716         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27b-expected.png: Added.
7717         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-28-expected.png: Added.
7718         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-28b-expected.png: Added.
7719         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-29-expected.png: Added.
7720         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-29b-expected.png: Added.
7721         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-30-expected.png: Added.
7722         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-31-expected.png: Added.
7723         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-32-expected.png: Added.
7724         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-33-expected.png: Added.
7725         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-34-expected.png: Added.
7726         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-35-expected.png: Added.
7727         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-36-expected.png: Added.
7728         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-37-expected.png: Added.
7729         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-38-expected.png: Added.
7730         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39a-expected.png: Added.
7731         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39b-expected.png: Added.
7732         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39c-expected.png: Added.
7733         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-3a-expected.png: Added.
7734         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-4-expected.png: Added.
7735         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-41a-expected.png: Added.
7736         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-42-expected.png: Added.
7737         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-43-expected.png: Added.
7738         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-43b-expected.png: Added.
7739         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44-expected.png: Added.
7740         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44b-expected.png: Added.
7741         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44c-expected.png: Added.
7742         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44d-expected.png: Added.
7743         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45-expected.png: Added.
7744         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45b-expected.png: Added.
7745         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45c-expected.png: Added.
7746         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-46-expected.png: Added.
7747         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-46b-expected.png: Added.
7748         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-5-expected.png: Added.
7749         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-54-expected.png: Added.
7750         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-55-expected.png: Added.
7751         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-56-expected.png: Added.
7752         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-59-expected.png: Added.
7753         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-6-expected.png: Added.
7754         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-60-expected.png: Added.
7755         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-61-expected.png: Added.
7756         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-62-expected.png: Added.
7757         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-63-expected.png: Added.
7758         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-64-expected.png: Added.
7759         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-65-expected.png: Added.
7760         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-66-expected.png: Added.
7761         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-66b-expected.png: Added.
7762         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-67-expected.png: Added.
7763         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-68-expected.png: Added.
7764         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-69-expected.png: Added.
7765         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-7-expected.png: Added.
7766         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-72-expected.png: Added.
7767         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-72b-expected.png: Added.
7768         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-73-expected.png: Added.
7769         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-73b-expected.png: Added.
7770         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-74-expected.png: Added.
7771         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-74b-expected.png: Added.
7772         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-75-expected.png: Added.
7773         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-75b-expected.png: Added.
7774         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-76-expected.png: Added.
7775         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-76b-expected.png: Added.
7776         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-77-expected.png: Added.
7777         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-77b-expected.png: Added.
7778         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-78-expected.png: Added.
7779         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-78b-expected.png: Added.
7780         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-79-expected.png: Added.
7781         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-7b-expected.png: Added.
7782         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-8-expected.png: Added.
7783         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-80-expected.png: Added.
7784         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-81-expected.png: Added.
7785         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-81b-expected.png: Added.
7786         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-82-expected.png: Added.
7787         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-83-expected.png: Added.
7788         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-87-expected.png: Added.
7789         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-87b-expected.png: Added.
7790         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-88-expected.png: Added.
7791         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-88b-expected.png: Added.
7792         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-9-expected.png: Added.
7793         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-90-expected.png: Added.
7794         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-90b-expected.png: Added.
7795         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d1-expected.png: Added.
7796         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d1b-expected.png: Added.
7797         * platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d2-expected.png: Added.
7798         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-1-expected.png: Added.
7799         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-10-expected.png: Added.
7800         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-100-expected.png: Added.
7801         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-100b-expected.png: Added.
7802         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-101-expected.png: Added.
7803         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-101b-expected.png: Added.
7804         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-102-expected.png: Added.
7805         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-102b-expected.png: Added.
7806         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-103-expected.png: Added.
7807         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-103b-expected.png: Added.
7808         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-104-expected.png: Added.
7809         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-104b-expected.png: Added.
7810         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-105-expected.png: Added.
7811         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-105b-expected.png: Added.
7812         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-106-expected.png: Added.
7813         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-106b-expected.png: Added.
7814         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-107-expected.png: Added.
7815         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-107b-expected.png: Added.
7816         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-108-expected.png: Added.
7817         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-108b-expected.png: Added.
7818         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-109-expected.png: Added.
7819         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-109b-expected.png: Added.
7820         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-11-expected.png: Added.
7821         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-110-expected.png: Added.
7822         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-110b-expected.png: Added.
7823         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-111-expected.png: Added.
7824         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-111b-expected.png: Added.
7825         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-112-expected.png: Added.
7826         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-112b-expected.png: Added.
7827         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-113-expected.png: Added.
7828         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-113b-expected.png: Added.
7829         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-114-expected.png: Added.
7830         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-114b-expected.png: Added.
7831         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-115-expected.png: Added.
7832         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-115b-expected.png: Added.
7833         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-116-expected.png: Added.
7834         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-116b-expected.png: Added.
7835         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-117-expected.png: Added.
7836         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-117b-expected.png: Added.
7837         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-118-expected.png: Added.
7838         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-119-expected.png: Added.
7839         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-120-expected.png: Added.
7840         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-121-expected.png: Added.
7841         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-122-expected.png: Added.
7842         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-123-expected.png: Added.
7843         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-123b-expected.png: Added.
7844         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-124-expected.png: Added.
7845         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-124b-expected.png: Added.
7846         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-125-expected.png: Added.
7847         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-126-expected.png: Added.
7848         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-126b-expected.png: Added.
7849         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-127-expected.png: Added.
7850         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-127b-expected.png: Added.
7851         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-128-expected.png: Added.
7852         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-128b-expected.png: Added.
7853         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-129-expected.png: Added.
7854         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-129b-expected.png: Added.
7855         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-13-expected.png: Added.
7856         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-130-expected.png: Added.
7857         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-130b-expected.png: Added.
7858         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-131-expected.png: Added.
7859         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-132-expected.png: Added.
7860         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-132b-expected.png: Added.
7861         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-133-expected.png: Added.
7862         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-133b-expected.png: Added.
7863         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-134-expected.png: Added.
7864         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-134b-expected.png: Added.
7865         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-135-expected.png: Added.
7866         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-135b-expected.png: Added.
7867         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-136-expected.png: Added.
7868         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-136b-expected.png: Added.
7869         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-137-expected.png: Added.
7870         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-137b-expected.png: Added.
7871         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-138-expected.png: Added.
7872         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-138b-expected.png: Added.
7873         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-139-expected.png: Added.
7874         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-139b-expected.png: Added.
7875         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14-expected.png: Added.
7876         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-140-expected.png: Added.
7877         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-140b-expected.png: Added.
7878         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-141-expected.png: Added.
7879         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-141b-expected.png: Added.
7880         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-142-expected.png: Added.
7881         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-142b-expected.png: Added.
7882         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-143-expected.png: Added.
7883         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-143b-expected.png: Added.
7884         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-144-expected.png: Added.
7885         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-145a-expected.png: Added.
7886         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-145b-expected.png: Added.
7887         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-146a-expected.png: Added.
7888         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-146b-expected.png: Added.
7889         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-147a-expected.png: Added.
7890         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-147b-expected.png: Added.
7891         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-148-expected.png: Added.
7892         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-149-expected.png: Added.
7893         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-149b-expected.png: Added.
7894         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14b-expected.png: Added.
7895         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14c-expected.png: Added.
7896         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14e-expected.png: Added.
7897         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-150-expected.png: Added.
7898         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-151-expected.png: Added.
7899         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-152-expected.png: Added.
7900         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-153-expected.png: Added.
7901         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-154-expected.png: Added.
7902         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155-expected.png: Added.
7903         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155a-expected.png: Added.
7904         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155b-expected.png: Added.
7905         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155c-expected.png: Added.
7906         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155d-expected.png: Added.
7907         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156-expected.png: Added.
7908         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156b-expected.png: Added.
7909         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156c-expected.png: Added.
7910         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-157-expected.png: Added.
7911         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-158-expected.png: Added.
7912         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-159-expected.png: Added.
7913         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-15b-expected.png: Added.
7914         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-16-expected.png: Added.
7915         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-160-expected.png: Added.
7916         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
7917         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-166-expected.png: Added.
7918         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-166a-expected.png: Added.
7919         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-167-expected.png: Added.
7920         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-167a-expected.png: Added.
7921         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-168-expected.png: Added.
7922         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-168a-expected.png: Added.
7923         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-169-expected.png: Added.
7924         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-169a-expected.png: Added.
7925         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-17-expected.png: Added.
7926         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-172a-expected.png: Added.
7927         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-172b-expected.png: Added.
7928         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-173a-expected.png: Added.
7929         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-173b-expected.png: Added.
7930         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-174a-expected.png: Added.
7931         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-174b-expected.png: Added.
7932         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-176-expected.png: Added.
7933         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-177a-expected.png: Added.
7934         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18-expected.png: Added.
7935         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-181-expected.png: Added.
7936         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-183-expected.png: Added.
7937         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184a-expected.png: Added.
7938         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184b-expected.png: Added.
7939         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184c-expected.png: Added.
7940         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184d-expected.png: Added.
7941         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184e-expected.png: Added.
7942         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184f-expected.png: Added.
7943         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18a-expected.png: Added.
7944         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18b-expected.png: Added.
7945         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18c-expected.png: Added.
7946         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-19-expected.png: Added.
7947         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
7948         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-2-expected.png: Added.
7949         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-20-expected.png: Added.
7950         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21-expected.png: Added.
7951         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21b-expected.png: Added.
7952         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21c-expected.png: Added.
7953         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-22-expected.png: Added.
7954         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
7955         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
7956         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
7957         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27-expected.png: Added.
7958         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27a-expected.png: Added.
7959         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27b-expected.png: Added.
7960         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-28-expected.png: Added.
7961         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-28b-expected.png: Added.
7962         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-29-expected.png: Added.
7963         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-3-expected.png: Added.
7964         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-30-expected.png: Added.
7965         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-31-expected.png: Added.
7966         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-32-expected.png: Added.
7967         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-33-expected.png: Added.
7968         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-34-expected.png: Added.
7969         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-35-expected.png: Added.
7970         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-36-expected.png: Added.
7971         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-37-expected.png: Added.
7972         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-38-expected.png: Added.
7973         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39-expected.png: Added.
7974         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39a-expected.png: Added.
7975         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39b-expected.png: Added.
7976         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39c-expected.png: Added.
7977         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-3a-expected.png: Added.
7978         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-4-expected.png: Added.
7979         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-41-expected.png: Added.
7980         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-41a-expected.png: Added.
7981         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-42-expected.png: Added.
7982         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-42a-expected.png: Added.
7983         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-43-expected.png: Added.
7984         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-43b-expected.png: Added.
7985         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44-expected.png: Added.
7986         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44b-expected.png: Added.
7987         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44c-expected.png: Added.
7988         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44d-expected.png: Added.
7989         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45-expected.png: Added.
7990         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45b-expected.png: Added.
7991         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45c-expected.png: Added.
7992         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-46-expected.png: Added.
7993         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-46b-expected.png: Added.
7994         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-47-expected.png: Added.
7995         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-48-expected.png: Added.
7996         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-49-expected.png: Added.
7997         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-5-expected.png: Added.
7998         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-50-expected.png: Added.
7999         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-51-expected.png: Added.
8000         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-52-expected.png: Added.
8001         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-53-expected.png: Added.
8002         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-54-expected.png: Added.
8003         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-55-expected.png: Added.
8004         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-56-expected.png: Added.
8005         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-57-expected.png: Added.
8006         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-57b-expected.png: Added.
8007         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-59-expected.png: Added.
8008         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-6-expected.png: Added.
8009         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-60-expected.png: Added.
8010         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-61-expected.png: Added.
8011         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-62-expected.png: Added.
8012         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-63-expected.png: Added.
8013         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
8014         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-65-expected.png: Added.
8015         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-66-expected.png: Added.
8016         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-66b-expected.png: Added.
8017         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-67-expected.png: Added.
8018         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-68-expected.png: Added.
8019         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
8020         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-7-expected.png: Added.
8021         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
8022         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-72-expected.png: Added.
8023         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-72b-expected.png: Added.
8024         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-73-expected.png: Added.
8025         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-73b-expected.png: Added.
8026         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-74-expected.png: Added.
8027         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-74b-expected.png: Added.
8028         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-75-expected.png: Added.
8029         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-75b-expected.png: Added.
8030         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-76-expected.png: Added.
8031         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-76b-expected.png: Added.
8032         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-77-expected.png: Added.
8033         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-77b-expected.png: Added.
8034         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-78-expected.png: Added.
8035         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-78b-expected.png: Added.
8036         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-79-expected.png: Added.
8037         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-7b-expected.png: Added.
8038         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-8-expected.png: Added.
8039         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-80-expected.png: Added.
8040         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-81-expected.png: Added.
8041         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-81b-expected.png: Added.
8042         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-82-expected.png: Added.
8043         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-82b-expected.png: Added.
8044         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-83-expected.png: Added.
8045         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-87-expected.png: Added.
8046         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-87b-expected.png: Added.
8047         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-88-expected.png: Added.
8048         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-88b-expected.png: Added.
8049         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-9-expected.png: Added.
8050         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-90-expected.png: Added.
8051         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-90b-expected.png: Added.
8052         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-91-expected.png: Added.
8053         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-92-expected.png: Added.
8054         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-93-expected.png: Added.
8055         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-94-expected.png: Added.
8056         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-94b-expected.png: Added.
8057         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-95-expected.png: Added.
8058         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-96-expected.png: Added.
8059         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-96b-expected.png: Added.
8060         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-97-expected.png: Added.
8061         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-97b-expected.png: Added.
8062         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-98-expected.png: Added.
8063         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-98b-expected.png: Added.
8064         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-99-expected.png: Added.
8065         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-99b-expected.png: Added.
8066         * platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-d4-expected.png: Added.
8067         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-1-expected.png: Added.
8068         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-10-expected.png: Added.
8069         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-100-expected.png: Added.
8070         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-100b-expected.png: Added.
8071         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-101-expected.png: Added.
8072         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-101b-expected.png: Added.
8073         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-102-expected.png: Added.
8074         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-102b-expected.png: Added.
8075         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-103-expected.png: Added.
8076         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-103b-expected.png: Added.
8077         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-104-expected.png: Added.
8078         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-104b-expected.png: Added.
8079         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-105-expected.png: Added.
8080         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-105b-expected.png: Added.
8081         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-106-expected.png: Added.
8082         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-106b-expected.png: Added.
8083         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-107-expected.png: Added.
8084         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-107b-expected.png: Added.
8085         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-108-expected.png: Added.
8086         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-108b-expected.png: Added.
8087         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-109-expected.png: Added.
8088         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-109b-expected.png: Added.
8089         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-11-expected.png: Added.
8090         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-110-expected.png: Added.
8091         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-110b-expected.png: Added.
8092         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-111-expected.png: Added.
8093         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-111b-expected.png: Added.
8094         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-112-expected.png: Added.
8095         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-112b-expected.png: Added.
8096         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-113-expected.png: Added.
8097         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-113b-expected.png: Added.
8098         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-114-expected.png: Added.
8099         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-114b-expected.png: Added.
8100         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-115-expected.png: Added.
8101         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-115b-expected.png: Added.
8102         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-116-expected.png: Added.
8103         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-116b-expected.png: Added.
8104         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-117-expected.png: Added.
8105         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-117b-expected.png: Added.
8106         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-118-expected.png: Added.
8107         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-119-expected.png: Added.
8108         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-120-expected.png: Added.
8109         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-121-expected.png: Added.
8110         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-122-expected.png: Added.
8111         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-123-expected.png: Added.
8112         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-123b-expected.png: Added.
8113         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-124-expected.png: Added.
8114         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-124b-expected.png: Added.
8115         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-125-expected.png: Added.
8116         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-125b-expected.png: Added.
8117         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-126-expected.png: Added.
8118         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-126b-expected.png: Added.
8119         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-127-expected.png: Added.
8120         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-127b-expected.png: Added.
8121         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-128-expected.png: Added.
8122         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-128b-expected.png: Added.
8123         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-129-expected.png: Added.
8124         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-129b-expected.png: Added.
8125         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-13-expected.png: Added.
8126         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-130-expected.png: Added.
8127         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-130b-expected.png: Added.
8128         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-131-expected.png: Added.
8129         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-131b-expected.png: Added.
8130         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-132-expected.png: Added.
8131         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-132b-expected.png: Added.
8132         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-133-expected.png: Added.
8133         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-133b-expected.png: Added.
8134         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-134-expected.png: Added.
8135         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-134b-expected.png: Added.
8136         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-135-expected.png: Added.
8137         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-135b-expected.png: Added.
8138         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-136-expected.png: Added.
8139         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-136b-expected.png: Added.
8140         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-137-expected.png: Added.
8141         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-137b-expected.png: Added.
8142         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-138-expected.png: Added.
8143         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-138b-expected.png: Added.
8144         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-139-expected.png: Added.
8145         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-139b-expected.png: Added.
8146         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14-expected.png: Added.
8147         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-140-expected.png: Added.
8148         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-140b-expected.png: Added.
8149         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-141-expected.png: Added.
8150         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-141b-expected.png: Added.
8151         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-142-expected.png: Added.
8152         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-142b-expected.png: Added.
8153         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-143-expected.png: Added.
8154         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-143b-expected.png: Added.
8155         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-144-expected.png: Added.
8156         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-145a-expected.png: Added.
8157         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-145b-expected.png: Added.
8158         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-146a-expected.png: Added.
8159         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-146b-expected.png: Added.
8160         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-147a-expected.png: Added.
8161         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-147b-expected.png: Added.
8162         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-148-expected.png: Added.
8163         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-149-expected.png: Added.
8164         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-149b-expected.png: Added.
8165         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14b-expected.png: Added.
8166         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14c-expected.png: Added.
8167         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14e-expected.png: Added.
8168         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-15-expected.png: Added.
8169         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-150-expected.png: Added.
8170         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-151-expected.png: Added.
8171         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-152-expected.png: Added.
8172         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-153-expected.png: Added.
8173         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-154-expected.png: Added.
8174         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155-expected.png: Added.
8175         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155a-expected.png: Added.
8176         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155b-expected.png: Added.
8177         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155c-expected.png: Added.
8178         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155d-expected.png: Added.
8179         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156-expected.png: Added.
8180         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156b-expected.png: Added.
8181         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156c-expected.png: Added.
8182         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-157-expected.png: Added.
8183         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-158-expected.png: Added.
8184         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-159-expected.png: Added.
8185         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-15b-expected.png: Added.
8186         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-16-expected.png: Added.
8187         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-160-expected.png: Added.
8188         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
8189         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-166-expected.png: Added.
8190         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-166a-expected.png: Added.
8191         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-167-expected.png: Added.
8192         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-167a-expected.png: Added.
8193         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-168-expected.png: Added.
8194         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-168a-expected.png: Added.
8195         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-169-expected.png: Added.
8196         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-169a-expected.png: Added.
8197         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-17-expected.png: Added.
8198         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-172a-expected.png: Added.
8199         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-172b-expected.png: Added.
8200         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-173a-expected.png: Added.
8201         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-173b-expected.png: Added.
8202         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-174a-expected.png: Added.
8203         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-174b-expected.png: Added.
8204         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-176-expected.png: Added.
8205         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-177a-expected.png: Added.
8206         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18-expected.png: Added.
8207         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-181-expected.png: Added.
8208         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-183-expected.png: Added.
8209         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184a-expected.png: Added.
8210         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184b-expected.png: Added.
8211         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184c-expected.png: Added.
8212         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184d-expected.png: Added.
8213         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184e-expected.png: Added.
8214         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184f-expected.png: Added.
8215         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18a-expected.png: Added.
8216         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18b-expected.png: Added.
8217         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18c-expected.png: Added.
8218         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-19-expected.png: Added.
8219         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
8220         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-2-expected.png: Added.
8221         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-20-expected.png: Added.
8222         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21-expected.png: Added.
8223         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21b-expected.png: Added.
8224         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21c-expected.png: Added.
8225         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-22-expected.png: Added.
8226         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
8227         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
8228         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
8229         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27-expected.png: Added.
8230         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27a-expected.png: Added.
8231         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27b-expected.png: Added.
8232         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-28-expected.png: Added.
8233         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-28b-expected.png: Added.
8234         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-29-expected.png: Added.
8235         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-29b-expected.png: Added.
8236         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-3-expected.png: Added.
8237         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-30-expected.png: Added.
8238         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-31-expected.png: Added.
8239         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-32-expected.png: Added.
8240         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-33-expected.png: Added.
8241         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-34-expected.png: Added.
8242         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-35-expected.png: Added.
8243         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-36-expected.png: Added.
8244         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-37-expected.png: Added.
8245         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-38-expected.png: Added.
8246         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39-expected.png: Added.
8247         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39a-expected.png: Added.
8248         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39b-expected.png: Added.
8249         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39c-expected.png: Added.
8250         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-3a-expected.png: Added.
8251         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-4-expected.png: Added.
8252         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-41-expected.png: Added.
8253         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-41a-expected.png: Added.
8254         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-42-expected.png: Added.
8255         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-42a-expected.png: Added.
8256         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-43-expected.png: Added.
8257         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-43b-expected.png: Added.
8258         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44-expected.png: Added.
8259         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44c-expected.png: Added.
8260         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44d-expected.png: Added.
8261         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-45-expected.png: Added.
8262         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-45b-expected.png: Added.
8263         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-46-expected.png: Added.
8264         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-46b-expected.png: Added.
8265         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-47-expected.png: Added.
8266         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-48-expected.png: Added.
8267         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-49-expected.png: Added.
8268         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-5-expected.png: Added.
8269         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-50-expected.png: Added.
8270         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-51-expected.png: Added.
8271         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-52-expected.png: Added.
8272         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-53-expected.png: Added.
8273         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-54-expected.png: Added.
8274         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-55-expected.png: Added.
8275         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-56-expected.png: Added.
8276         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-57-expected.png: Added.
8277         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-57b-expected.png: Added.
8278         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-59-expected.png: Added.
8279         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-6-expected.png: Added.
8280         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-60-expected.png: Added.
8281         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-61-expected.png: Added.
8282         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-62-expected.png: Added.
8283         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-63-expected.png: Added.
8284         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
8285         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-65-expected.png: Added.
8286         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-66-expected.png: Added.
8287         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-66b-expected.png: Added.
8288         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-67-expected.png: Added.
8289         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
8290         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
8291         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-7-expected.png: Added.
8292         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
8293         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-72-expected.png: Added.
8294         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-72b-expected.png: Added.
8295         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-73-expected.png: Added.
8296         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-73b-expected.png: Added.
8297         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-74-expected.png: Added.
8298         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-74b-expected.png: Added.
8299         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-75-expected.png: Added.
8300         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-75b-expected.png: Added.
8301         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-76-expected.png: Added.
8302         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-76b-expected.png: Added.
8303         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-77-expected.png: Added.
8304         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-77b-expected.png: Added.
8305         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-78-expected.png: Added.
8306         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-78b-expected.png: Added.
8307         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-79-expected.png: Added.
8308         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-7b-expected.png: Added.
8309         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-8-expected.png: Added.
8310         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-80-expected.png: Added.
8311         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-81-expected.png: Added.
8312         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-81b-expected.png: Added.
8313         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-82-expected.png: Added.
8314         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-82b-expected.png: Added.
8315         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-83-expected.png: Added.
8316         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-87-expected.png: Added.
8317         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-87b-expected.png: Added.
8318         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-88-expected.png: Added.
8319         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-88b-expected.png: Added.
8320         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-9-expected.png: Added.
8321         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-90b-expected.png: Added.
8322         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-91-expected.png: Added.
8323         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-92-expected.png: Added.
8324         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-93-expected.png: Added.
8325         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-94-expected.png: Added.
8326         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-94b-expected.png: Added.
8327         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-95-expected.png: Added.
8328         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-96-expected.png: Added.
8329         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-96b-expected.png: Added.
8330         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-97-expected.png: Added.
8331         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-97b-expected.png: Added.
8332         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-98-expected.png: Added.
8333         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-98b-expected.png: Added.
8334         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-99-expected.png: Added.
8335         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-99b-expected.png: Added.
8336         * platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-d4-expected.png: Added.
8337         * platform/qt-5.0-wk2/editing/deleting/4922367-expected.png: Added.
8338         * platform/qt-5.0-wk2/editing/deleting/5099303-expected.png: Added.
8339         * platform/qt-5.0-wk2/editing/deleting/5126166-expected.png:
8340         * platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.png: Added.
8341         * platform/qt-5.0-wk2/editing/deleting/5206311-1-expected.png:
8342         * platform/qt-5.0-wk2/editing/deleting/5272440-expected.png: Added.
8343         * platform/qt-5.0-wk2/editing/deleting/5369009-expected.png:
8344         * platform/qt-5.0-wk2/editing/deleting/5433862-2-expected.png:
8345         * platform/qt-5.0-wk2/editing/deleting/5483370-expected.png: Added.
8346         * platform/qt-5.0-wk2/editing/deleting/delete-3608445-fix-expected.png:
8347         * platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png:
8348         * platform/qt-5.0-wk2/editing/deleting/delete-3857753-fix-expected.png: Added.
8349         * platform/qt-5.0-wk2/editing/deleting/delete-3928305-fix-expected.png: Added.
8350         * platform/qt-5.0-wk2/editing/deleting/delete-and-undo-expected.png: Added.
8351         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
8352         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
8353         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
8354         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
8355         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
8356         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
8357         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
8358         * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
8359         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
8360         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
8361         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
8362         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-005-expected.png:
8363         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-006-expected.png:
8364         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-007-expected.png:
8365         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-008-expected.png:
8366         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
8367         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
8368         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
8369         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
8370         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
8371         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
8372         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
8373         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
8374         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
8375         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
8376         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
8377         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
8378         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
8379         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
8380         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
8381         * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
8382         * platform/qt-5.0-wk2/editing/deleting/delete-br-001-expected.png: Added.
8383         * platform/qt-5.0-wk2/editing/deleting/delete-br-002-expected.png:
8384         * platform/qt-5.0-wk2/editing/deleting/delete-br-003-expected.png:
8385         * platform/qt-5.0-wk2/editing/deleting/delete-br-004-expected.png:
8386         * platform/qt-5.0-wk2/editing/deleting/delete-br-005-expected.png: Added.
8387         * platform/qt-5.0-wk2/editing/deleting/delete-br-006-expected.png:
8388         * platform/qt-5.0-wk2/editing/deleting/delete-br-007-expected.png: Added.
8389         * platform/qt-5.0-wk2/editing/deleting/delete-br-013-expected.png: Added.
8390         * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png:
8391         * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
8392         * platform/qt-5.0-wk2/editing/deleting/delete-line-001-expected.png: Added.
8393         * platform/qt-5.0-wk2/editing/deleting/delete-line-002-expected.png: Added.
8394         * platform/qt-5.0-wk2/editing/deleting/delete-line-003-expected.png: Added.
8395         * platform/qt-5.0-wk2/editing/deleting/delete-line-004-expected.png: Added.
8396         * platform/qt-5.0-wk2/editing/deleting/delete-line-005-expected.png: Added.
8397         * platform/qt-5.0-wk2/editing/deleting/delete-line-006-expected.png: Added.
8398         * platform/qt-5.0-wk2/editing/deleting/delete-line-007-expected.png: Added.
8399         * platform/qt-5.0-wk2/editing/deleting/delete-line-008-expected.png: Added.
8400         * platform/qt-5.0-wk2/editing/deleting/delete-line-009-expected.png: Added.
8401         * platform/qt-5.0-wk2/editing/deleting/delete-line-010-expected.png: Added.
8402         * platform/qt-5.0-wk2/editing/deleting/delete-line-011-expected.png: Added.
8403         * platform/qt-5.0-wk2/editing/deleting/delete-line-012-expected.png: Added.
8404         * platform/qt-5.0-wk2/editing/deleting/delete-line-013-expected.png: Added.
8405         * platform/qt-5.0-wk2/editing/deleting/delete-line-014-expected.png: Added.
8406         * platform/qt-5.0-wk2/editing/deleting/delete-line-015-expected.png: Added.
8407         * platform/qt-5.0-wk2/editing/deleting/delete-line-016-expected.png: Added.
8408         * platform/qt-5.0-wk2/editing/deleting/delete-line-017-expected.png: Added.
8409         * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-001-expected.png:
8410         * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-002-expected.png:
8411         * platform/qt-5.0-wk2/editing/deleting/delete-listitem-001-expected.png:
8412         * platform/qt-5.0-wk2/editing/deleting/delete-listitem-002-expected.png: Added.
8413         * platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-001-expected.png: Added.
8414         * platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-002-expected.png: Added.
8415         * platform/qt-5.0-wk2/editing/deleting/forward-delete-expected.png: Added.
8416         * platform/qt-5.0-wk2/editing/deleting/list-item-1-expected.png: Added.
8417         * platform/qt-5.0-wk2/editing/deleting/merge-different-styles-expected.png:
8418         * platform/qt-5.0-wk2/editing/deleting/merge-endOfParagraph-expected.png: Added.
8419
8420 2013-06-05  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
8421
8422         [EFL] Unreviewed gardening
8423         https://bugs.webkit.org/show_bug.cgi?id=117240
8424
8425         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Rebaselining after r151140
8426         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
8427         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
8428         * platform/efl/editing/pasteboard/8145-2-expected.txt:
8429
8430 2013-06-05  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
8431
8432         [Qt] Unreviewed gardening. Rebaselining after r151205.
8433
8434         * platform/qt-5.0-wk2/animations/3d/state-at-end-event-transform-expected.png: Added.
8435         * platform/qt-5.0-wk2/animations/cross-fade-border-image-source-expected.png: Added.
8436         * platform/qt-5.0-wk2/animations/cross-fade-list-style-image-expected.png: Added.
8437         * platform/qt-5.0-wk2/animations/cross-fade-webkit-mask-image-expected.png: Added.
8438         * platform/qt-5.0-wk2/animations/state-at-end-event-expected.png: Added.
8439         * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
8440         * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png:
8441         * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Added.
8442         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
8443         * platform/qt-5.0-wk2/compositing/generated-content-expected.png:
8444         * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png:
8445         * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png:
8446         * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Added.
8447         * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Added.
8448         * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png:
8449         * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
8450         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
8451         * platform/qt-5.0-wk2/compositing/geometry/video-opacity-overlay-expected.png:
8452         * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png:
8453         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png:
8454         * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Added.
8455         * platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.png:
8456         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png:
8457         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
8458         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
8459         * platform/qt-5.0-wk2/compositing/overflow/ancestor-overflow-expected.png: Added.
8460         * platform/qt-5.0-wk2/compositing/overflow/nested-scrolling-expected.png:
8461         * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png:
8462         * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Added.
8463         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
8464         * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Added.
8465         * platform/qt-5.0-wk2/compositing/overflow/remove-overflow-crash2-expected.png: Added.
8466         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png:
8467         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png:
8468         * platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.png:
8469         * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
8470         * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.png:
8471         * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.png:
8472         * platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.png: Added.
8473         * platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.png: Added.
8474         * platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.png:
8475         * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.png:
8476         * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.png:
8477         * platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.png:
8478         * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png:
8479         * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Added.
8480         * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Added.
8481         * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png:
8482         * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Added.
8483         * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Added.
8484         * platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png:
8485         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
8486         * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png:
8487         * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png:
8488         * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png:
8489         * platform/qt-5.0-wk2/css1/basic/containment-expected.png:
8490         * platform/qt-5.0-wk2/css1/basic/contextual_selectors-expected.png: Added.
8491         * platform/qt-5.0-wk2/css1/basic/grouping-expected.png: Added.
8492         * platform/qt-5.0-wk2/css1/basic/id_as_selector-expected.png:
8493         * platform/qt-5.0-wk2/css1/basic/inheritance-expected.png:
8494         * platform/qt-5.0-wk2/css1/box_properties/acid_test-expected.png: Added.
8495         * platform/qt-5.0-wk2/css1/box_properties/border-expected.png:
8496         * platform/qt-5.0-wk2/css1/box_properties/border_bottom-expected.png:
8497         * platform/qt-5.0-wk2/css1/box_properties/border_bottom_inline-expected.png: Added.
8498         * platform/qt-5.0-wk2/css1/box_properties/border_bottom_width-expected.png:
8499         * platform/qt-5.0-wk2/css1/box_properties/border_bottom_width_inline-expected.png: Added.
8500         * platform/qt-5.0-wk2/css1/box_properties/border_color-expected.png: Added.
8501         * platform/qt-5.0-wk2/css1/box_properties/border_color_inline-expected.png: Added.
8502         * platform/qt-5.0-wk2/css1/box_properties/border_inline-expected.png: Added.
8503         * platform/qt-5.0-wk2/css1/box_properties/border_left-expected.png:
8504         * platform/qt-5.0-wk2/css1/box_properties/border_left_inline-expected.png: Added.
8505         * platform/qt-5.0-wk2/css1/box_properties/border_left_width-expected.png:
8506         * platform/qt-5.0-wk2/css1/box_properties/border_left_width_inline-expected.png: Added.
8507         * platform/qt-5.0-wk2/css1/box_properties/border_right_inline-expected.png:
8508         * platform/qt-5.0-wk2/css1/box_properties/border_right_width-expected.png:
8509         * platform/qt-5.0-wk2/css1/box_properties/border_right_width_inline-expected.png: Added.
8510         * platform/qt-5.0-wk2/css1/box_properties/border_style-expected.png:
8511         * platform/qt-5.0-wk2/css1/box_properties/border_style_inline-expected.png: Added.
8512         * platform/qt-5.0-wk2/css1/box_properties/border_top-expected.png:
8513         * platform/qt-5.0-wk2/css1/box_properties/border_top_inline-expected.png: Added.
8514         * platform/qt-5.0-wk2/css1/box_properties/border_top_width-expected.png:
8515         * platform/qt-5.0-wk2/css1/box_properties/border_top_width_inline-expected.png: Added.
8516         * platform/qt-5.0-wk2/css1/box_properties/border_width-expected.png:
8517         * platform/qt-5.0-wk2/css1/box_properties/border_width_inline-expected.png: Added.
8518         * platform/qt-5.0-wk2/css1/box_properties/clear-expected.png:
8519         * platform/qt-5.0-wk2/css1/box_properties/clear_float-expected.png:
8520         * platform/qt-5.0-wk2/css1/box_properties/float-expected.png: Added.
8521         * platform/qt-5.0-wk2/css1/box_properties/float_elements_in_series-expected.png:
8522         * platform/qt-5.0-wk2/css1/box_properties/float_margin-expected.png:
8523         * platform/qt-5.0-wk2/css1/box_properties/float_on_text_elements-expected.png:
8524         * platform/qt-5.0-wk2/css1/box_properties/height-expected.png:
8525         * platform/qt-5.0-wk2/css1/box_properties/margin-expected.png:
8526         * platform/qt-5.0-wk2/css1/box_properties/margin_bottom-expected.png:
8527         * platform/qt-5.0-wk2/css1/box_properties/margin_bottom_inline-expected.png: Added.
8528         * platform/qt-5.0-wk2/css1/box_properties/margin_inline-expected.png:
8529         * platform/qt-5.0-wk2/css1/box_properties/margin_left-expected.png:
8530         * platform/qt-5.0-wk2/css1/box_properties/margin_left_inline-expected.png: Added.
8531         * platform/qt-5.0-wk2/css1/box_properties/margin_right-expected.png:
8532         * platform/qt-5.0-wk2/css1/box_properties/margin_right_inline-expected.png: Added.
8533         * platform/qt-5.0-wk2/css1/box_properties/margin_top-expected.png:
8534         * platform/qt-5.0-wk2/css1/box_properties/margin_top_inline-expected.png: Added.
8535         * platform/qt-5.0-wk2/css1/box_properties/padding-expected.png:
8536         * platform/qt-5.0-wk2/css1/box_properties/padding_bottom-expected.png:
8537         * platform/qt-5.0-wk2/css1/box_properties/padding_bottom_inline-expected.png: Added.
8538         * platform/qt-5.0-wk2/css1/box_properties/padding_inline-expected.png:
8539         * platform/qt-5.0-wk2/css1/box_properties/padding_left-expected.png:
8540         * platform/qt-5.0-wk2/css1/box_properties/padding_left_inline-expected.png: Added.
8541         * platform/qt-5.0-wk2/css1/box_properties/padding_right-expected.png:
8542         * platform/qt-5.0-wk2/css1/box_properties/padding_right_inline-expected.png: Added.
8543         * platform/qt-5.0-wk2/css1/box_properties/padding_top-expected.png:
8544         * platform/qt-5.0-wk2/css1/box_properties/padding_top_inline-expected.png: Added.
8545         * platform/qt-5.0-wk2/css1/box_properties/width-expected.png:
8546         * platform/qt-5.0-wk2/css1/cascade/cascade_order-expected.png:
8547         * platform/qt-5.0-wk2/css1/cascade/important-expected.png: Added.
8548         * platform/qt-5.0-wk2/css1/classification/display-expected.png:
8549         * platform/qt-5.0-wk2/css1/classification/list_style-expected.png: Added.
8550         * platform/qt-5.0-wk2/css1/classification/list_style_image-expected.png: Added.
8551         * platform/qt-5.0-wk2/css1/classification/list_style_position-expected.png: Added.
8552         * platform/qt-5.0-wk2/css1/classification/list_style_type-expected.png:
8553         * platform/qt-5.0-wk2/css1/classification/white_space-expected.png:
8554         * platform/qt-5.0-wk2/css1/color_and_background/background-expected.png:
8555         * platform/qt-5.0-wk2/css1/color_and_background/background_attachment-expected.png:
8556         * platform/qt-5.0-wk2/css1/color_and_background/background_color-expected.png: Added.
8557         * platform/qt-5.0-wk2/css1/color_and_background/background_image-expected.png: Added.
8558         * platform/qt-5.0-wk2/css1/color_and_background/background_position-expected.png:
8559         * platform/qt-5.0-wk2/css1/color_and_background/background_repeat-expected.png:
8560         * platform/qt-5.0-wk2/css1/color_and_background/color-expected.png: Added.
8561         * platform/qt-5.0-wk2/css1/conformance/forward_compatible_parsing-expected.png:
8562         * platform/qt-5.0-wk2/css1/font_properties/font-expected.png:
8563         * platform/qt-5.0-wk2/css1/font_properties/font_family-expected.png:
8564         * platform/qt-5.0-wk2/css1/font_properties/font_size-expected.png:
8565         * platform/qt-5.0-wk2/css1/font_properties/font_style-expected.png: Added.
8566         * platform/qt-5.0-wk2/css1/font_properties/font_variant-expected.png: Added.
8567         * platform/qt-5.0-wk2/css1/font_properties/font_weight-expected.png:
8568         * platform/qt-5.0-wk2/css1/formatting_model/canvas-expected.png: Added.
8569         * platform/qt-5.0-wk2/css1/formatting_model/floating_elements-expected.png:
8570         * platform/qt-5.0-wk2/css1/formatting_model/height_of_lines-expected.png:
8571         * platform/qt-5.0-wk2/css1/formatting_model/horizontal_formatting-expected.png:
8572         * platform/qt-5.0-wk2/css1/formatting_model/inline_elements-expected.png:
8573         * platform/qt-5.0-wk2/css1/formatting_model/replaced_elements-expected.png:
8574         * platform/qt-5.0-wk2/css1/formatting_model/vertical_formatting-expected.png:
8575         * platform/qt-5.0-wk2/css1/pseudo/anchor-expected.png:
8576         * platform/qt-5.0-wk2/css1/pseudo/firstletter-expected.png:
8577         * platform/qt-5.0-wk2/css1/pseudo/firstline-expected.png:
8578         * platform/qt-5.0-wk2/css1/pseudo/multiple_pseudo_elements-expected.png:
8579         * platform/qt-5.0-wk2/css1/pseudo/pseudo_elements_in_selectors-expected.png: Added.
8580         * platform/qt-5.0-wk2/css1/text_properties/letter_spacing-expected.png:
8581         * platform/qt-5.0-wk2/css1/text_properties/line_height-expected.png:
8582         * platform/qt-5.0-wk2/css1/text_properties/text_align-expected.png: Added.
8583         * platform/qt-5.0-wk2/css1/text_properties/text_decoration-expected.png:
8584         * platform/qt-5.0-wk2/css1/text_properties/text_indent-expected.png:
8585         * platform/qt-5.0-wk2/css1/text_properties/text_transform-expected.png:
8586         * platform/qt-5.0-wk2/css1/text_properties/vertical_align-expected.png:
8587         * platform/qt-5.0-wk2/css1/text_properties/word_spacing-expected.png:
8588         * platform/qt-5.0-wk2/css1/units/color_units-expected.png:
8589         * platform/qt-5.0-wk2/css1/units/length_units-expected.png:
8590         * platform/qt-5.0-wk2/css1/units/percentage_units-expected.png: Added.
8591         * platform/qt-5.0-wk2/css1/units/urls-expected.png: Added.
8592         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
8593         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
8594         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
8595         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
8596         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
8597         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
8598         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
8599         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
8600         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
8601         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
8602         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
8603         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
8604         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
8605         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
8606         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
8607         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
8608         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
8609         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
8610         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
8611         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
8612         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
8613         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
8614         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
8615         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
8616         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
8617         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
8618         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
8619         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
8620         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
8621         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
8622         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
8623         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8624         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
8625         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
8626         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8627         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
8628         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
8629         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
8630         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
8631         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
8632         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
8633         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
8634         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
8635         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
8636         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
8637         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
8638         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
8639         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
8640         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
8641         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
8642         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
8643         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
8644         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
8645         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
8646         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
8647         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
8648         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
8649         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
8650         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
8651         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
8652         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
8653         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
8654         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
8655         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
8656         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
8657         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
8658         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
8659         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
8660         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
8661         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
8662         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
8663         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
8664         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
8665         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
8666         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
8667         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
8668         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
8669         * platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
8670         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-001-expected.png: Added.
8671         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-002-expected.png: Added.
8672         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-004-expected.png: Added.
8673         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8674         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-006-expected.png: Added.
8675         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-007-expected.png: Added.
8676         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-008-expected.png: Added.
8677         * platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-009-expected.png: Added.
8678         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
8679         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-002-expected.png:
8680         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
8681         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-004-expected.png:
8682         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8683         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-008-expected.png:
8684         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-009-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8685         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-010-expected.png:
8686         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-012-expected.png:
8687         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
8688         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-014-expected.png:
8689         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
8690         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-016-expected.png:
8691         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
8692         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
8693         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
8694         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
8695         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
8696         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
8697         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
8698         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-001-expected.png: Added.
8699         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8700         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-003-expected.png: Added.
8701         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-004-expected.png: Added.
8702         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-005-expected.png: Added.
8703         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-007-expected.png: Added.
8704         * platform/qt-5.0-wk2/css2.1/20110323/block-replaced-width-006-expected.png: Added.
8705         * platform/qt-5.0-wk2/css2.1/20110323/border-conflict-style-079-expected.png: Added.
8706         * platform/qt-5.0-wk2/css2.1/20110323/border-conflict-style-088-expected.png: Added.
8707         * platform/qt-5.0-wk2/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
8708         * platform/qt-5.0-wk2/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
8709         * platform/qt-5.0-wk2/css2.1/20110323/empty-inline-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8710         * platform/qt-5.0-wk2/css2.1/20110323/empty-inline-002-expected.png: Added.
8711         * platform/qt-5.0-wk2/css2.1/20110323/empty-inline-003-expected.png: Added.
8712         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
8713         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
8714         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
8715         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
8716         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
8717         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
8718         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
8719         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
8720         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
8721         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
8722         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
8723         * platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
8724         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-001-expected.png: Added.
8725         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8726         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-003-expected.png: Added.
8727         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-004-expected.png: Added.
8728         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-005-expected.png: Added.
8729         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-007-expected.png: Added.
8730         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-001-expected.png: Added.
8731         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-002-expected.png: Added.
8732         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-003-expected.png: Added.
8733         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-004-expected.png: Added.
8734         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-005-expected.png: Added.
8735         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-006-expected.png: Added.
8736         * platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-011-expected.png: Added.
8737         * platform/qt-5.0-wk2/css2.1/20110323/floating-replaced-height-008-expected.png: Added.
8738         * platform/qt-5.0-wk2/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
8739         * platform/qt-5.0-wk2/css2.1/20110323/height-width-table-001-expected.png: Added.
8740         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
8741         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
8742         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
8743         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
8744         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
8745         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8746         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
8747         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
8748         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
8749         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
8750         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
8751         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
8752         * platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
8753         * platform/qt-5.0-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
8754         * platform/qt-5.0-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
8755         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
8756         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8757         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
8758         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
8759         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
8760         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
8761         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
8762         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
8763         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-011-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8764         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
8765         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
8766         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
8767         * platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
8768         * platform/qt-5.0-wk2/css2.1/20110323/inline-table-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8769         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-001-expected.png: Added.
8770         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-002-expected.png: Added.
8771         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-003-expected.png: Added.
8772         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-004-expected.png: Added.
8773         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-005-expected.png: Added.
8774         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-006-expected.png: Added.
8775         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-008-expected.png: Added.
8776         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-009-expected.png: Added.
8777         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-010-expected.png: Added.
8778         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-012-expected.png: Added.
8779         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-013-expected.png: Added.
8780         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-014-expected.png: Added.
8781         * platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-015-expected.png: Added.
8782         * platform/qt-5.0-wk2/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
8783         * platform/qt-5.0-wk2/css2.1/20110323/replaced-elements-001-expected.png: Added.
8784         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
8785         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
8786         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
8787         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8788         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
8789         * platform/qt-5.0-wk2/css2.1/20110323/replaced-min-max-001-expected.png: Added.
8790         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-001-expected.png: Added.
8791         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-002-expected.png: Added.
8792         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
8793         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-margins-001-expected.png: Added.
8794         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-optional-001-expected.png: Added.
8795         * platform/qt-5.0-wk2/css2.1/20110323/table-caption-optional-002-expected.png: Added.
8796         * platform/qt-5.0-wk2/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
8797         * platform/qt-5.0-wk2/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
8798         * platform/qt-5.0-wk2/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
8799         * platform/qt-5.0-wk2/css2.1/20110323/width-replaced-element-001-expected.png: Added.
8800         * platform/qt-5.0-wk2/css2.1/t010403-shand-border-00-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8801         * platform/qt-5.0-wk2/css2.1/t010403-shand-font-00-b-expected.png: Added.
8802         * platform/qt-5.0-wk2/css2.1/t010403-shand-font-01-b-expected.png: Added.
8803         * platform/qt-5.0-wk2/css2.1/t010403-shand-font-02-b-expected.png: Added.
8804         * platform/qt-5.0-wk2/css2.1/t010403-shand-font-03-b-expected.png: Added.
8805         * platform/qt-5.0-wk2/css2.1/t040102-keywords-00-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8806         * platform/qt-5.0-wk2/css2.1/t040102-keywords-01-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8807         * platform/qt-5.0-wk2/css2.1/t040103-case-00-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8808         * platform/qt-5.0-wk2/css2.1/t040103-case-01-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8809         * platform/qt-5.0-wk2/css2.1/t040103-escapes-00-b-expected.png: Added.
8810         * platform/qt-5.0-wk2/css2.1/t040103-escapes-01-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8811         * platform/qt-5.0-wk2/css2.1/t040103-escapes-02-d-expected.png: Added.
8812         * platform/qt-5.0-wk2/css2.1/t040103-escapes-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8813         * platform/qt-5.0-wk2/css2.1/t040103-escapes-04-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8814         * platform/qt-5.0-wk2/css2.1/t040103-escapes-07-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8815         * platform/qt-5.0-wk2/css2.1/t040103-escapes-08-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8816         * platform/qt-5.0-wk2/css2.1/t040103-ident-00-c-expected.png: Added.
8817         * platform/qt-5.0-wk2/css2.1/t040103-ident-01-c-expected.png: Added.
8818         * platform/qt-5.0-wk2/css2.1/t040103-ident-02-c-expected.png: Added.
8819         * platform/qt-5.0-wk2/css2.1/t040103-ident-03-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8820         * platform/qt-5.0-wk2/css2.1/t040103-ident-04-c-expected.png: Added.
8821         * platform/qt-5.0-wk2/css2.1/t040103-ident-05-c-expected.png: Added.
8822         * platform/qt-5.0-wk2/css2.1/t040103-ident-06-c-expected.png: Added.
8823         * platform/qt-5.0-wk2/css2.1/t040103-ident-07-c-expected.png: Added.
8824         * platform/qt-5.0-wk2/css2.1/t040103-ident-08-c-expected.png: Added.
8825         * platform/qt-5.0-wk2/css2.1/t040103-ident-09-c-expected.png: Added.
8826         * platform/qt-5.0-wk2/css2.1/t040103-ident-10-c-expected.png: Added.
8827         * platform/qt-5.0-wk2/css2.1/t040103-ident-11-c-expected.png: Added.
8828         * platform/qt-5.0-wk2/css2.1/t040103-ident-12-c-expected.png: Added.
8829         * platform/qt-5.0-wk2/css2.1/t040103-ident-13-c-expected.png: Added.
8830         * platform/qt-5.0-wk2/css2.1/t040105-import-10-b-expected.png: Added.
8831         * platform/qt-5.0-wk2/css2.1/t040109-c17-comments-00-b-expected.png: Added.
8832         * platform/qt-5.0-wk2/css2.1/t040109-c17-comments-01-b-expected.png: Added.
8833         * platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
8834         * platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
8835         * platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
8836         * platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
8837         * platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8838         * platform/qt-5.0-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
8839         * platform/qt-5.0-wk2/css2.1/t040302-c61-phys-len-00-b-expected.png: Added.
8840         * platform/qt-5.0-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8841         * platform/qt-5.0-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.png: Added.
8842         * platform/qt-5.0-wk2/css2.1/t040304-c64-uri-00-a-g-expected.png: Added.
8843         * platform/qt-5.0-wk2/css2.1/t040306-c63-color-00-b-ag-expected.png: Added.
8844         * platform/qt-5.0-wk2/css2.1/t040306-syntax-01-f-expected.png: Added.
8845         * platform/qt-5.0-wk2/css2.1/t050201-c12-grouping-00-b-expected.png: Added.
8846         * platform/qt-5.0-wk2/css2.1/t0505-c16-descendant-00-e-expected.png: Added.
8847         * platform/qt-5.0-wk2/css2.1/t0505-c16-descendant-01-e-expected.png: Added.
8848         * platform/qt-5.0-wk2/css2.1/t050803-c14-classes-00-e-expected.png: Added.
8849         * platform/qt-5.0-wk2/css2.1/t0509-c15-ids-00-a-expected.png: Added.
8850         * platform/qt-5.0-wk2/css2.1/t0509-c15-ids-01-e-expected.png: Added.
8851         * platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Added.
8852         * platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-00-e-expected.png: Added.
8853         * platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-01-e-expected.png: Added.
8854         * platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-02-e-expected.png: Added.
8855         * platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-03-e-expected.png: Added.
8856         * platform/qt-5.0-wk2/css2.1/t051103-c21-activ-ln-00-e-i-expected.png: Added.
8857         * platform/qt-5.0-wk2/css2.1/t051103-c21-focus-ln-00-e-i-expected.png: Added.
8858         * platform/qt-5.0-wk2/css2.1/t051103-c21-hover-ln-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8859         * platform/qt-5.0-wk2/css2.1/t051103-dom-hover-01-c-io-expected.png: Added.
8860         * platform/qt-5.0-wk2/css2.1/t051103-dom-hover-02-c-io-expected.png: Added.
8861         * platform/qt-5.0-wk2/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
8862         * platform/qt-5.0-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
8863         * platform/qt-5.0-wk2/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
8864         * platform/qt-5.0-wk2/css2.1/t0602-c13-inheritance-00-e-expected.png: Added.
8865         * platform/qt-5.0-wk2/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Added.
8866         * platform/qt-5.0-wk2/css2.1/t0603-c11-import-00-b-expected.png: Added.
8867         * platform/qt-5.0-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
8868         * platform/qt-5.0-wk2/css2.1/t060402-c31-important-00-b-expected.png: Added.
8869         * platform/qt-5.0-wk2/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8870         * platform/qt-5.0-wk2/css2.1/t060403-c21-pseu-id-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8871         * platform/qt-5.0-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Added.
8872         * platform/qt-5.0-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
8873         * platform/qt-5.0-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Added.
8874         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Added.
8875         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Added.
8876         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Added.
8877         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8878         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Added.
8879         * platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Added.
8880         * platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
8881         * platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
8882         * platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Added.
8883         * platform/qt-5.0-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
8884         * platform/qt-5.0-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Added.
8885         * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Added.
8886         * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Added.
8887         * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Added.
8888         * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8889         * platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8890         * platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
8891         * platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8892         * platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8893         * platform/qt-5.0-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Added.
8894         * platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
8895         * platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-02-c-expected.png:
8896         * platform/qt-5.0-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
8897         * platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Added.
8898         * platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Added.
8899         * platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Added.
8900         * platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Added.
8901         * platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Added.
8902         * platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Added.
8903         * platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Added.
8904         * platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Added.
8905         * platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-02-f-expected.png: Added.
8906         * platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Added.
8907         * platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Added.
8908         * platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Added.
8909         * platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Added.
8910         * platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Added.
8911         * platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Added.
8912         * platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Added.
8913         * platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8914         * platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-02-f-expected.png: Added.
8915         * platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
8916         * platform/qt-5.0-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Added.
8917         * platform/qt-5.0-wk2/css2.1/t0804-c5510-padn-02-f-expected.png: Added.
8918         * platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Added.
8919         * platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Added.
8920         * platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Added.
8921         * platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8922         * platform/qt-5.0-wk2/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Added.
8923         * platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
8924         * platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Added.
8925         * platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Added.
8926         * platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8927         * platform/qt-5.0-wk2/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8928         * platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Added.
8929         * platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8930         * platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-02-b-expected.png: Added.
8931         * platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8932         * platform/qt-5.0-wk2/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Added.
8933         * platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
8934         * platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Added.
8935         * platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-02-b-expected.png: Added.
8936         * platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Added.
8937         * platform/qt-5.0-wk2/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
8938         * platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
8939         * platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Added.
8940         * platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-02-b-expected.png: Added.
8941
8942 2013-06-05  Mihnea Ovidenie  <mihnea@adobe.com>
8943
8944         [CSSRegions] Respect renderer creation constraints when element is part of named flow
8945         https://bugs.webkit.org/show_bug.cgi?id=116790
8946
8947         Reviewed by David Hyatt.
8948
8949         The test needs to be xhtml so that br element, child of frame set, remains
8950         child of the frame set when the document is parsed.
8951
8952         * fast/regions/br-content-node-crash-expected.txt: Added.
8953         * fast/regions/br-content-node-crash.xhtml: Added.
8954
8955 2013-06-05  Mihnea Ovidenie  <mihnea@adobe.com>
8956
8957         [CSS Regions] REGRESSION Incorrect layer clipping inside flow thread
8958         https://bugs.webkit.org/show_bug.cgi?id=117074
8959
8960         Reviewed by David Hyatt.
8961
8962         Convert overflow-size-change-with-stacking-context and overflow-size-change-with-stacking-context-rtl
8963         to ref tests.
8964
8965         * fast/regions/overflow-size-change-with-stacking-context-expected.html: Added.
8966         * fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html: Added.
8967         * fast/regions/overflow-size-change-with-stacking-context-rtl.html:
8968         * fast/regions/overflow-size-change-with-stacking-context.html:
8969         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
8970         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
8971         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
8972         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
8973         * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
8974         * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
8975         * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
8976         * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
8977         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
8978         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
8979         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
8980         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
8981         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
8982         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
8983         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
8984
8985 2013-06-05  Christophe Dumez  <ch.dumez@sisa.samsung.com>
8986
8987         Remove [NoInterfaceObject] from TreeWalker
8988         https://bugs.webkit.org/show_bug.cgi?id=117225
8989
8990         Reviewed by Kentaro Hara.
8991
8992         Rebaseline fast/js/global-constructors-attributes.html and fast/dom/dom-constructors.html
8993         now that a TreeWalker property is exposed on the global Window object.
8994
8995         * fast/dom/dom-constructors-expected.txt:
8996         * fast/js/global-constructors-attributes-expected.txt:
8997         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
8998         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
8999         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
9000         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
9001
9002 2013-06-05  Zan Dobersek  <zdobersek@igalia.com>
9003
9004         Move MemoryInfo under window.internals
9005         https://bugs.webkit.org/show_bug.cgi?id=117197
9006
9007         Reviewed by Ryosuke Niwa.
9008
9009         Remove window.performance.memory property listings from the baselines, the object was moved
9010         under window.internals. The latter is tested throug the new fast/harness test.
9011
9012         * fast/dom/Window/window-properties-performance-expected.txt:
9013         * fast/harness/memoryinfo-object-expected.txt: Added.
9014         * fast/harness/memoryinfo-object.html: Added.
9015         * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
9016         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
9017         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
9018
9019 2013-06-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9020
9021         Unreviewed, EFL Gardening. Move mozilla-focus-blur.html to efl-wk2, because it is only failing on EFL WK2.
9022
9023         * platform/efl-wk2/TestExpectations:
9024         * platform/efl/TestExpectations:
9025
9026 2013-06-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9027
9028         Unreviewed, EFL Gardening.
9029
9030         fast/canvas/DrawImageSinglePixelStretch.html has being passed after r137150. 
9031
9032         * platform/efl/TestExpectations:
9033
9034 2013-06-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9035
9036         Unreviewed, EFL Gardening.
9037
9038         fast/forms/datalist/update-range-with-datalist.html was fixed after r122290.
9039
9040         * platform/efl/TestExpectations:
9041
9042 2013-06-04  Christophe Dumez  <ch.dumez@sisa.samsung.com>
9043
9044         Remove [NoInterfaceObject] from XPathExpression and NodeIterator
9045         https://bugs.webkit.org/show_bug.cgi?id=117204
9046
9047         Reviewed by Alexey Proskuryakov.
9048
9049         Rebaseline fast/js/global-constructors-attributes.html and fast/dom/dom-constructors.html
9050         now that XPathExpression and NodeIterator properties are exposed on the global Window
9051         object.
9052
9053         * fast/dom/dom-constructors-expected.txt:
9054         * fast/js/global-constructors-attributes-expected.txt:
9055         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
9056         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
9057         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
9058         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
9059
9060 2013-06-04  Greg Hughes  <ghughes@apple.com>
9061
9062         Add "VisibleOnly" key to search predicate
9063         https://bugs.webkit.org/show_bug.cgi?id=115491
9064
9065         Reviewed by Chris Fleizach.
9066
9067         Added tests support for visibleOnly search predicate.
9068
9069         * platform/mac/accessibility/search-predicate-expected.txt:
9070         * platform/mac/accessibility/search-predicate.html:
9071
9072 2013-06-04  Roger Fong  <roger_fong@apple.com>
9073
9074         Unreviewed. Rollout of r151146. Broke some tests.
9075
9076         * fast/flexbox/clear-overflow-before-scroll-update.html: Removed.
9077
9078 2013-06-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9079
9080         [Qt] Unreviewed gardening.
9081
9082         * platform/qt-5.0-wk1/TestExpectations:
9083         * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798.
9084         * platform/qt-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Moved to qt-5.0-wk2.
9085         * platform/qt/TestExpectations:
9086
9087 2013-06-04  Krzysztof Czech  <k.czech@samsung.com>
9088
9089         Unreviewed EFL gardening.
9090         https://bugs.webkit.org/show_bug.cgi?id=117186
9091
9092         Mark accessibility/text-role-with-aria-hidden-inside.html as failing on EFL
9093         after added r151079.
9094
9095         * platform/efl-wk2/TestExpectations:
9096
9097 2013-06-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9098
9099         [Qt] Unreviewed gardening.
9100
9101         * platform/qt-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798.
9102         * platform/qt/TestExpectations: Skip faling test after r151146.
9103         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Rebaselining after r151140.
9104         * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
9105         * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
9106         * platform/qt/editing/inserting/insert-3907422-fix-expected.txt:
9107         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
9108         * platform/qt/editing/pasteboard/8145-2-expected.txt:
9109         * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
9110         * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
9111         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
9112
9113 2013-06-04  Kent Tamura  <tkent@chromium.org>
9114
9115         Fix an assertion failure in Range::textNodeSplit by Text::splitText
9116         https://bugs.webkit.org/show_bug.cgi?id=116509
9117
9118         Reviewed by Ryosuke Niwa.
9119
9120         * fast/dom/Range/split-text-in-range-expected.txt: Added.
9121         * fast/dom/Range/split-text-in-range.html: Added.
9122
9123 2013-06-04  Zan Dobersek  <zdobersek@igalia.com>
9124
9125         [JSC] Test262 15.5.4.9_3 test is failing
9126         https://bugs.webkit.org/show_bug.cgi?id=116789
9127
9128         Reviewed by Geoffrey Garen.
9129
9130         Add the 15.5.4.9_3 test from the test262 test suite to cover proper behavior of String.prototype.localeCompare
9131         when no arguments are passed to it. The test tests that str.localeCompare() and str.localeCompare(undefined) work
9132         the same way, i.e. using the string 'undefined' as the string with which str is compared (meaning that the first argument
9133         defaults to 'undefined' when not given).
9134
9135         The test and the rationale behind it originates from bug #1245 in ECMAScript Bugzilla.
9136         https://bugs.ecmascript.org/show_bug.cgi?id=1245
9137
9138         * fast/js/kde/StringObject-expected.txt: Update the baseline.
9139         * fast/js/kde/script-tests/StringObject.js: Update the expected return of the localeCompare test case with no arguments. -1 is
9140         expected as the missing argument defaults to 'undefined' and is then compared to the string on which localeCompare is called.
9141         * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_3-expected.txt: Added.
9142         * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_3.html: Added.
9143
9144 2013-06-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9145
9146         Unreviewed, added missing new line in baseline.
9147
9148         Those tests can be passed on EFL port as gtk port.
9149
9150         * platform/efl/TestExpectations:
9151         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Added.
9152         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Added.
9153         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Added.
9154         * platform/efl/fast/css/color-correction-on-text-expected.txt: Added.
9155         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Added.
9156
9157 2013-06-03  Roger Fong  <roger_fong@apple.com>
9158
9159         clearLayoutOverflow should never be called before calling layer()->updateScrollInfoAfterLayout().
9160         https://bugs.webkit.org/show_bug.cgi?id=116689.
9161
9162         Reviewed by Ojan Vafai.
9163         
9164         * fast/flexbox/clear-overflow-before-scroll-update.html: Added.
9165
9166 2013-06-03  Ryosuke Niwa  <rniwa@webkit.org>
9167
9168         REGRESSION: Undoing autocorrection doesn't prevent a future autocorrection
9169         https://bugs.webkit.org/show_bug.cgi?id=117165
9170
9171         Reviewed by Darin Adler.
9172
9173         Add a regression test and rebaseline other tests as ReplaceSelectionCommand now merges text nodes at
9174         the end of replaced text.
9175
9176         * editing/deleting/merge-paragraph-from-address-expected.txt:
9177         * editing/deleting/merge-paragraph-from-h6-expected.txt:
9178         * editing/deleting/merge-paragraph-from-listing-expected.txt:
9179         * editing/deleting/paste-with-transparent-background-color-expected.txt:
9180         * editing/inserting/insert-3907422-fix-expected.txt:
9181         * editing/pasteboard/copy-image-with-alt-text-expected.txt:
9182         * editing/pasteboard/merge-end-4-expected.txt:
9183         * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
9184         * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
9185         * editing/pasteboard/paste-text-001-expected.txt:
9186         * editing/pasteboard/paste-unrendered-select-expected.txt:
9187         * editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt:
9188         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
9189         * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
9190         * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
9191         * platform/mac/editing/pasteboard/4944770-2-expected.txt:
9192         * platform/mac/editing/pasteboard/8145-2-expected.txt:
9193         * platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
9194         * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
9195         * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
9196         * platform/mac/editing/pasteboard/paste-xml-expected.txt:
9197         * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
9198         * platform/mac/editing/spelling/autocorrection-blockquote-crash.html: Added more asssertions to ensure that
9199         the autocorrected text is in the blockquote. r122176 modified the test description saying that this test
9200         already checks this condition but it never did so explicitly; it assumed that the autocorrected text was
9201         inside a blockquote as long as it started at a certain offset in the text node.
9202         * platform/mac/editing/spelling/autocorrection-respets-undo-expected.txt: Added.
9203         * platform/mac/editing/spelling/autocorrection-respets-undo.html: Added.
9204         * platform/mac/editing/spelling/autocorrection-with-multi-line-text-expected.txt:
9205
9206 2013-06-03  Chris Fleizach  <cfleizach@apple.com>
9207
9208         AX: WebKit should join substrings on single space when concatenating the accessible name of an element
9209         https://bugs.webkit.org/show_bug.cgi?id=117100
9210
9211         Reviewed by Darin Adler.
9212
9213         * accessibility/text-role-with-aria-hidden-inside-expected.txt:
9214         * accessibility/text-role-with-aria-hidden-inside.html:
9215         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
9216         * platform/mac/accessibility/table-with-aria-role-expected.txt:
9217
9218 2013-06-03  Eduardo Lima Mitev  <elima@igalia.com>
9219
9220         [GTK] Use drawErrorUnderline() instead of Pango API for highlighting misspelled words
9221         https://bugs.webkit.org/show_bug.cgi?id=115406
9222
9223         Reviewed by Martin Robinson.
9224
9225         Update PNG expectations for some spell checking tests to pass pixel hash comparison.
9226         The images are not visually modified.
9227
9228         * platform/gtk/editing/spelling/inline-spelling-markers-hidpi-expected.png: Rebaseline
9229         image to pass pixel hash
9230         * platform/gtk/editing/spelling/inline_spelling_markers-expected.png: Rebasline
9231         image to pass pixel hash
9232         * platform/gtk/editing/spelling/spelling-expected.png: Rebasline
9233         image to pass pixel hash
9234
9235 2013-06-03  Chris Fleizach  <cfleizach@apple.com>
9236
9237         AX: MathML multiscripts not exposed in Accessibility
9238         https://bugs.webkit.org/show_bug.cgi?id=115069
9239
9240         Reviewed by Tim Horton.
9241
9242         * platform/mac/accessibility/mathml-multiscript-expected.txt: Added.
9243         * platform/mac/accessibility/mathml-multiscript.html: Added.
9244
9245 2013-06-03  Zan Dobersek  <zdobersek@igalia.com>
9246
9247         [Layout Tests] Update testharness scripts, add WebIDLParser.js and idlharness.js
9248         https://bugs.webkit.org/show_bug.cgi?id=116983
9249
9250         Reviewed by Sam Weinig.
9251
9252         Update the testharness scripts that are used by the W3C tests that are located under LayoutTests/http/tests/w3c. Also add the
9253         WebIDLParser.js and idlharness.js scripts that will be used by tests imported in the future. The files are being updated or impoted
9254         off the 06cab30bcee2 changeset in the http://w3c-test.org/resources repository.
9255
9256         No test is affected by this update, though some tests will require rebaselining due to the baselines containing stack traces of which
9257         line numbers will change due to the updated scripts.
9258
9259         * http/tests/w3c/README: List the currently-imported directories, noting from where they originate, at which changeset were
9260         they imported and what files can or should be modified. Also note what script should be used to import/update the files, if available.
9261         * http/tests/w3c/resources/WebIDLParser.js: Added. Will be used by future tests imported from the W3C test suites.
9262         * http/tests/w3c/resources/idlharness.js: Ditto.
9263         * http/tests/w3c/resources/testharness.css: Updated.
9264         * http/tests/w3c/resources/testharness.js: Updated.
9265         * http/tests/w3c/resources/testharnessreport.js: Updated. Removed the default completion callback and readded
9266         the completion callback that was in use until now.
9267
9268 2013-06-03  Radu Stavila  <stavila@adobe.com>
9269
9270         [Qt][WK1][CSS Regions]  New test fast/regions/hover-on-child-parent-different-regions.html fails
9271         https://bugs.webkit.org/show_bug.cgi?id=117035
9272
9273         Forced relayout to ensure the hover event has propagated before checking the results.
9274
9275         Reviewed by Alexandru Chiculita.
9276
9277         * fast/regions/hover-on-child-parent-different-regions.html:
9278
9279 2013-06-03  Bem Jones-Bey  <bjonesbe@adobe.com>
9280
9281         ASSERTION FAILED: node->parentNode(), Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo
9282         https://bugs.webkit.org/show_bug.cgi?id=117155
9283
9284         Reviewed by David Hyatt.
9285
9286         Test for crash. Note that this will only crash when run under a memory
9287         checking tool like ASAN.
9288
9289         * fast/block/float/float-list-changed-before-layout-crash-expected.txt: Added.
9290         * fast/block/float/float-list-changed-before-layout-crash.html: Added.
9291
9292 2013-06-03  Bem Jones-Bey  <bjonesbe@adobe.com>
9293
9294         [CSS Shapes] inset-rectangle support for shape-outside
9295         https://bugs.webkit.org/show_bug.cgi?id=116641
9296
9297         Reviewed by Alexandru Chiculita.
9298
9299         Add tests for inset-rectangles.
9300
9301         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle-expected.html: Added.
9302         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle.html: Added.
9303         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle-percentage-expected.html: Added.
9304         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle-percentage.html: Added.
9305         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-inset-rectangle-expected.html: Added.
9306         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-inset-rectangle.html: Added.
9307
9308 2013-06-03  Gabor Abraham  <abrhm@inf.u-szeged.hu>
9309
9310         [Qt] [WK2] Unreviewed gardening. Unskipping passing tests and generate new test expectations where needed.
9311
9312         * platform/qt-5.0-wk2/TestExpectations:
9313         * platform/qt-5.0-wk2/compositing/geometry/video-opacity-overlay-expected.png: Added.
9314         * platform/qt-5.0-wk2/compositing/geometry/video-opacity-overlay-expected.txt: Added.
9315         * platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.png: Added.
9316         * platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.txt: Added.
9317         * platform/qt-5.0-wk2/editing/spelling/grammar-markers-hidpi-expected.png: Added.
9318         * platform/qt-5.0-wk2/editing/spelling/grammar-markers-hidpi-expected.txt: Added.
9319         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
9320         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
9321         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
9322         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
9323         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
9324         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
9325         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
9326         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
9327         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
9328         * platform/qt-5.0-wk2/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
9329
9330 2013-06-03  Krzysztof Czech  <k.czech@samsung.com>
9331
9332         [EFL] accessibility/placeholder.html is failing
9333         https://bugs.webkit.org/show_bug.cgi?id=112031
9334
9335         Unreviewed EFL gardening.
9336
9337         accessibility/placeholder.html passes after r151103.
9338
9339         * platform/efl-wk2/TestExpectations:
9340
9341 2013-06-03  Zalan Bujtas  <zalan@apple.com>
9342
9343         REGRESSION (r143070): Overflow:scroll content does not get clipped properly when the parent box has CSS3 filter on.
9344         https://bugs.webkit.org/show_bug.cgi?id=116859
9345
9346         Reviewed by Simon Fraser.
9347
9348         Apply proper clipping for overflow:scroll, when parent dictates
9349         full repaint to ensure correct CSS3 filter effect.
9350
9351         When a particular layer has 'pixel moving' CSS3 filter(drop shadow, blur), it sets clipToDirtyRect 
9352         to false to force no clipping on itself and on the child layers too.
9353         No clipping makes overflow:scroll behave like overflow:display, because
9354         overflow::scroll gets clipped at RenderLayer level (as opposed to overflow::hidden).
9355         This patch makes sure that both full repaint and clipping are ensured.
9356
9357         * css3/filters/clipping-overflow-scroll-with-pixel-moving-effect-on-expected.html: Added.
9358         * css3/filters/clipping-overflow-scroll-with-pixel-moving-effect-on-parent-expected.html: Added.
9359         * css3/filters/clipping-overflow-scroll-with-pixel-moving-effect-on-parent.html: Added.
9360         * css3/filters/clipping-overflow-scroll-with-pixel-moving-effect-on.html: Added.
9361
9362 2013-06-03  Kangil Han  <kangil.han@samsung.com>
9363
9364         [EFL] Remove obsolete test case from TestExpectations
9365
9366         Unreviewed EFL gardening.
9367
9368         xmlviewer/extensions-api.html case has been removed since r151080.
9369
9370         * platform/efl/TestExpectations:
9371
9372 2013-06-03  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9373
9374         [Qt] Unreviewed gardening.
9375
9376         * platform/qt-5.0-wk1/TestExpectations: Unskip after r151104.
9377         * platform/qt-5.0-wk2/TestExpectations:
9378         * platform/qt/TestExpectations: Skip crashing test.
9379
9380 2013-06-03  Radu Stavila  <stavila@adobe.com>
9381
9382         [Qt][WK1][CSS Regions]  New test fast/regions/hover-on-child-parent-different-regions.html fails
9383         https://bugs.webkit.org/show_bug.cgi?id=117035
9384
9385         Used waitUntilDone() to ensure correct results.
9386
9387         Reviewed by Antti Koivisto.
9388
9389         * fast/regions/hover-on-child-parent-different-regions-expected.txt:
9390         * fast/regions/hover-on-child-parent-different-regions.html:
9391
9392 2013-06-03  Krzysztof Czech  <k.czech@samsung.com>
9393
9394         [GTK][WK2] accessibility/placeholder.html is failing
9395         https://bugs.webkit.org/show_bug.cgi?id=106344
9396
9397         Reviewed by Gyuyoung Kim.
9398
9399         Unskipping failing test. It's been fixed.
9400
9401         * platform/gtk-wk2/TestExpectations:
9402
9403 2013-06-03  Praveen R Jadhav  <praveen.j@samsung.com>
9404
9405         'onended' event is not received in AudioBufferSourceNode and OscillatorNode.
9406         https://bugs.webkit.org/show_bug.cgi?id=117132.
9407
9408         Reviewed by Christophe Dumez.
9409
9410         Unskip webaudio test cases that were failing due to the 'onended' event not being fired.
9411
9412         * platform/efl/TestExpectations:
9413
9414 2013-06-03  Rashmi Kulakarni  <rashmi.vijay@samsung.com>
9415
9416         [EFL]<select> element's text is clipped when a height is specified along with CSS line-height.
9417         https://bugs.webkit.org/show_bug.cgi?id=114862
9418
9419         Reviewed by Gyuyoung Kim.
9420
9421         Rebaselined the test case fast/forms/001.html.
9422
9423         * platform/efl/fast/forms/001-expected.png:
9424         * platform/efl/fast/forms/001-expected.txt:
9425
9426 2013-06-03  Charles Wei  <chwei@blackberry.com>
9427
9428         Webkit crashes while loading  content from Application Cache.
9429         https://bugs.webkit.org/show_bug.cgi?id=116814
9430
9431         Reviewed by Darin Adler.
9432
9433         * http/tests/appcache/main-resource-fallback-for-network-error-crash-expected.txt: Added.
9434         * http/tests/appcache/main-resource-fallback-for-network-error-crash.html: Added.
9435         * http/tests/appcache/resources/main-resource-fallback-for-network-error-crash.manifest: Added.
9436         * http/tests/appcache/resources/success-and-notify-done.html: Added.
9437
9438 2013-06-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>
9439
9440         Unreviewed EFL gardening.
9441
9442         Rebaseline 2 printing test cases on EFL port.
9443
9444         * platform/efl/printing/compositing-layer-printing-expected.png:
9445         * platform/efl/printing/compositing-layer-printing-expected.txt:
9446         * platform/efl/printing/page-rule-in-media-query-expected.png:
9447         * platform/efl/printing/page-rule-in-media-query-expected.txt:
9448
9449 2013-06-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>
9450
9451         Unreviewed EFL gardening.
9452
9453         Skip 2 webaudio tests that are failing due to the onended event not getting
9454         fired.
9455
9456         * platform/efl/TestExpectations:
9457
9458 2013-06-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>
9459
9460         Unreviewed EFL gardening.
9461
9462         Rebaseline several test cases on EFL.
9463
9464         * platform/efl-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
9465         * platform/efl-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
9466         * platform/efl-wk2/fast/dynamic/002-expected.txt:
9467         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
9468         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
9469         * platform/efl/fast/dynamic/002-expected.png:
9470         * platform/efl/fast/table/007-expected.png:
9471         * platform/efl/fast/table/007-expected.txt:
9472         * platform/efl/fast/table/colspanMinWidth-expected.png:
9473         * platform/efl/fast/table/colspanMinWidth-expected.txt:
9474         * platform/efl/fast/table/spanOverlapRepaint-expected.png:
9475         * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
9476
9477 2013-06-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>
9478
9479         Unreviewed EFL gardening.
9480
9481         Rebaseline several mozilla tables layout tests for EFL port.
9482
9483         * platform/efl/tables/mozilla/bugs/bug13169-expected.png:
9484         * platform/efl/tables/mozilla/bugs/bug13169-expected.txt:
9485         * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png:
9486         * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
9487         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
9488         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
9489         * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
9490         * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
9491         * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
9492         * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
9493         * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
9494         * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
9495         * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
9496         * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
9497         * platform/efl/tables/mozilla/bugs/bug73321-expected.png:
9498         * platform/efl/tables/mozilla/bugs/bug73321-expected.txt:
9499         * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
9500         * platform/efl/tables/mozilla/bugs/bug8858-expected.png:
9501         * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
9502         * platform/efl/tables/mozilla/core/bloomberg-expected.png:
9503         * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
9504         * platform/efl/tables/mozilla/core/cell_heights-expected.png:
9505         * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
9506         * platform/efl/tables/mozilla/other/test6-expected.png:
9507         * platform/efl/tables/mozilla/other/test6-expected.txt:
9508         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
9509         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
9510         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
9511         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
9512         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
9513         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
9514         * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
9515         * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
9516         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
9517         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
9518         * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
9519
9520 2013-06-02  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9521
9522         Unreviewed EFL Gardening.
9523
9524         * platform/efl-wk2/TestExpectations: Unskipping some of webgl passing tests.
9525
9526 2013-06-02  Brady Eidson  <beidson@apple.com>
9527
9528         Going "back" to a cached page from a page with a main resource error breaks scrolling, amongst other issues.
9529         <rdar://problem/13751844> and https://bugs.webkit.org/show_bug.cgi?id=117112
9530
9531         Reviewed by Alexey Proskuryakov.
9532
9533         * http/tests/loading/resources/resource-that-goes-back-while-still-loading.php: Added.
9534         * http/tests/loading/unfinished-load-back-to-cached-page-callbacks-expected.txt: Added.
9535         * http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html: Added.
9536
9537 2013-06-02  Alexey Proskuryakov  <ap@apple.com>
9538
9539         The empty directory did not get deleted by commit queue, deleting manually.
9540
9541         * xmlviewer: Removed.
9542         * xmlviewer/resources: Removed.
9543
9544 2013-06-02  Alexey Proskuryakov  <ap@apple.com>
9545
9546         Unstyled XML viewer crashes when XML contains an element with id="tree"
9547         https://bugs.webkit.org/show_bug.cgi?id=117117
9548         <rdar://problem/13727267>
9549
9550         Reviewed by Darin Adler.
9551
9552         * http/tests/xmlviewer/dumpAsText/existing-tree-element-crash-expected.txt: Added.
9553         * http/tests/xmlviewer/dumpAsText/existing-tree-element-crash.xml: Added.
9554
9555         * xmlviewer: Removed.
9556         * xmlviewer/extensions-api-expected.txt: Removed.
9557         * xmlviewer/extensions-api.html: Removed.
9558         * xmlviewer/resources: Removed.
9559         * xmlviewer/resources/sample.xml: Removed.
9560         The "API" no longer exists.
9561
9562 2013-06-01  Chris Fleizach  <cfleizach@apple.com>
9563
9564         WebKit ignores aria-hidden when traversing nodes for name calculation
9565         https://bugs.webkit.org/show_bug.cgi?id=117101
9566
9567         Reviewed by Tim Horton.
9568
9569         * accessibility/text-role-with-aria-hidden-inside-expected.txt: Added.
9570         * accessibility/text-role-with-aria-hidden-inside.html: Added.
9571
9572 2013-05-31  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9573
9574         Unreviewed, EFL gardening. Remove passed accessibility test from EFL WK1.
9575
9576         * platform/efl-wk1/TestExpectations:
9577         * platform/efl-wk2/TestExpectations:
9578         * platform/efl/TestExpectations:
9579
9580 2013-05-31  Jer Noble  <jer.noble@apple.com>
9581
9582         Unreviewed gardening. Update test-expectations after r151000.
9583
9584         * fast/js/date-DST-time-cusps-expected.txt:
9585
9586 2013-05-31  Eugene Klyuchnikov  <eustas@chromium.org>
9587
9588         [Qt][WK2] Newly added editing/selection/caret-after-keypress.html crashing
9589         https://bugs.webkit.org/show_bug.cgi?id=117070
9590
9591         Unreviewed test expectations update.
9592
9593         WebKitTestRunner needs a more-complete implementation of eventSender.
9594         Until then caret-after-keypress test is disabled
9595
9596         See https://bugs.webkit.org/show_bug.cgi?id=42194
9597
9598         * platform/qt-5.0-wk2/TestExpectations:
9599
9600 2013-05-31  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9601
9602         [Qt] Unreviewed gardening.
9603
9604         * platform/qt-5.0-wk1/TestExpectations: Skip flaky test.
9605         * platform/qt-5.0-wk2/TestExpectations: Skip crashing test.
9606         * platform/qt/fast/js/date-DST-time-cusps-expected.txt: Rebaselining after r151000.
9607
9608 2013-05-31  Praveen R Jadhav  <praveen.j@samsung.com>
9609
9610         [EFL] Update EFL TextExpectation for WebAudio cases.
9611         https://bugs.webkit.org/show_bug.cgi?id=117061.
9612
9613         Unreviewed EFL Gardening.
9614
9615         WebAudio test cases delaynode-max-nondefault-delay.html, delaynode-scheduling.html
9616         and javascriptaudionode.html pass with latest updates in efl port. Updating 
9617         TestExpectation accordingly.
9618
9619         * platform/efl/TestExpectations:
9620
9621 2013-05-30  Noel Gordon  <noel.gordon@gmail.com>
9622
9623         [Mac] Should pass http/tests/images/png-partial-load-no-alpha.html 
9624         https://bugs.webkit.org/show_bug.cgi?id=97170
9625
9626         Unreviewed test expectations update.
9627
9628         * platform/mac/TestExpectations: Passing after r150340: remove the
9629         Mac-specfic [ImageOnlyFailure] for this test.
9630
9631 2013-05-30  Eugene Klyuchnikov  <eustas@chromium.org>
9632
9633         selectionStart/selectionEnd return "obsolete" values when requested during "input" event
9634         https://bugs.webkit.org/show_bug.cgi?id=110742
9635
9636         Reviewed by Ryosuke Niwa.
9637
9638         Test that cursor is up-to-date during "input" event.
9639
9640         * editing/selection/caret-after-keypress-expected.txt: Added.
9641         * editing/selection/caret-after-keypress.html: Added.
9642         * platform/mac-wk2/TestExpectations: Exclude new test.
9643
9644 2013-05-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9645
9646         Unreviewed, EFL gardening.
9647
9648         Some of tests in printing are passing on EFL WK2. But, they are still failing on EFL WK1.
9649
9650         * platform/efl/TestExpectations:
9651
9652 2013-05-28  Gavin Barraclough  <barraclough@apple.com>
9653
9654         fast/js/date-DST-time-cusps.html fails after http://trac.webkit.org/changeset/150833
9655         https://bugs.webkit.org/show_bug.cgi?id=116895
9656         <rdar://problem/4777813> Safari incorrectly handles times that shouldn't exist
9657         https://bugs.webkit.org/show_bug.cgi?id=11157
9658
9659         Reviewed by Alexey Proskuryakov.
9660
9661         Accidental progression, updating results to expect success.
9662
9663         * TestExpectations:
9664             - Remove expectations of failure.
9665         * fast/js/script-tests/date-DST-time-cusps.js:
9666             - Prefer the latter option for non-existent time (due to clock rolling forward).
9667
9668 2013-05-30  Tim Horton  <timothy_horton@apple.com>
9669
9670         fast/dom/location-new-window-no-crash.html times out flakily on mac-wk2
9671         https://bugs.webkit.org/show_bug.cgi?id=117037
9672
9673         Reviewed by Alexey Proskuryakov.
9674
9675         Close the window on a zero-delay timer, working around a bug where WKTR
9676         will hang if a window is closed while a load is in progress.
9677
9678         Doesn't affect the test in an important way.
9679
9680         * fast/dom/script-tests/location-new-window-no-crash.js:
9681
9682 2013-05-30  Zan Dobersek  <zdobersek@igalia.com>
9683
9684         Update XMLHttpRequest timeout tests to a newer version from W3C
9685         https://bugs.webkit.org/show_bug.cgi?id=117023
9686
9687         Reviewed by Alexey Proskuryakov.
9688
9689         The XMLHttpRequest Timeout tests have gone through a bit of restructuring and should
9690         be updated. This is being primarily done because of the intention of updating the
9691         testharness scripts which would break these tests if they were left not updated.
9692
9693         These tests were updated from the W3C web-platform-tests GitHub repository.
9694         https://github.com/w3c/web-platform-tests
9695
9696         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html:
9697         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.js: Added.
9698         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html:
9699         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.js: Added.
9700         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt: Added.
9701         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html: Added.
9702         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js: Added.
9703         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html:
9704         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.js: Added.
9705         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
9706         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html:
9707         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.js: Added.
9708         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html:
9709         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.js: Added.
9710         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconworker.js: Added.
9711         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html:
9712         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.js: Added.
9713         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html:
9714         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt: Added.
9715         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides.html: Added.
9716         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html:
9717         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html:
9718         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html:
9719         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html:
9720         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
9721         (RequestTracker.prototype.startXHR):
9722         (AbortedRequest.prototype.startXHR.handleEvent):
9723         (runTestRequests):
9724
9725 2013-05-30  Sergio Villar Senin  <svillar@igalia.com>
9726
9727         Allow no space between "background-position:" dimensions
9728         https://bugs.webkit.org/show_bug.cgi?id=116870
9729
9730         Reviewed by Darin Adler.
9731
9732         From Blink r149314 by <ericwilligers@chromium.org>
9733
9734         * fast/backgrounds/background-position-parsing-2-expected.txt:
9735         * fast/backgrounds/background-position-parsing-2.html:
9736
9737 2013-05-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9738
9739         [Qt] Unreviewed gardening.
9740
9741         * platform/qt-5.0-wk1/TestExpectations: Skip new failures after r150868.
9742         * platform/qt-5.0-wk2/TestExpectations: re-skip still failing tests after r150892.
9743         * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798.
9744         * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
9745         * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
9746         * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
9747         * platform/qt/TestExpectations: Skip new failre after r150853.
9748
9749 2013-05-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9750
9751         [Qt][WK2] Unreviewed expected pixel result rebaselining after r150798.
9752
9753         * platform/qt-5.0-wk2/compositing/checkerboard-expected.png:
9754         * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png:
9755         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
9756         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
9757         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png:
9758         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
9759         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
9760         * platform/qt-5.0-wk2/compositing/overflow/nested-scrolling-expected.png: Added.
9761         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added.
9762         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.png: Added.
9763         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
9764         * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png:
9765         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
9766         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png:
9767         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
9768         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png:
9769         * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
9770         * platform/qt-5.0-wk2/css1/basic/containment-expected.png: Added.
9771         * platform/qt-5.0-wk2/css1/basic/id_as_selector-expected.png: Added.
9772         * platform/qt-5.0-wk2/css1/basic/inheritance-expected.png: Added.
9773         * platform/qt-5.0-wk2/css1/box_properties/border-expected.png: Added.
9774         * platform/qt-5.0-wk2/css1/box_properties/border_bottom-expected.png: Added.
9775         * platform/qt-5.0-wk2/css1/box_properties/border_bottom_width-expected.png: Added.
9776         * platform/qt-5.0-wk2/css1/box_properties/border_left-expected.png: Added.
9777         * platform/qt-5.0-wk2/css1/box_properties/border_left_width-expected.png: Added.
9778         * platform/qt-5.0-wk2/css1/box_properties/border_right_inline-expected.png: Added.
9779         * platform/qt-5.0-wk2/css1/box_properties/border_right_width-expected.png: Added.
9780         * platform/qt-5.0-wk2/css1/box_properties/border_style-expected.png: Added.
9781         * platform/qt-5.0-wk2/css1/box_properties/border_top-expected.png: Added.
9782         * platform/qt-5.0-wk2/css1/box_properties/border_top_width-expected.png: Added.
9783         * platform/qt-5.0-wk2/css1/box_properties/border_width-expected.png: Added.
9784         * platform/qt-5.0-wk2/css1/box_properties/clear-expected.png: Added.
9785         * platform/qt-5.0-wk2/css1/box_properties/clear_float-expected.png: Added.
9786         * platform/qt-5.0-wk2/css1/box_properties/float_elements_in_series-expected.png: Added.
9787         * platform/qt-5.0-wk2/css1/box_properties/float_margin-expected.png: Added.
9788         * platform/qt-5.0-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
9789         * platform/qt-5.0-wk2/css1/box_properties/height-expected.png: Added.
9790         * platform/qt-5.0-wk2/css1/box_properties/margin-expected.png: Added.
9791         * platform/qt-5.0-wk2/css1/box_properties/margin_bottom-expected.png: Added.
9792         * platform/qt-5.0-wk2/css1/box_properties/margin_inline-expected.png: Added.
9793         * platform/qt-5.0-wk2/css1/box_properties/margin_left-expected.png: Added.
9794         * platform/qt-5.0-wk2/css1/box_properties/margin_right-expected.png: Added.
9795         * platform/qt-5.0-wk2/css1/box_properties/margin_top-expected.png: Added.
9796         * platform/qt-5.0-wk2/css1/box_properties/padding-expected.png: Added.
9797         * platform/qt-5.0-wk2/css1/box_properties/padding_bottom-expected.png: Added.
9798         * platform/qt-5.0-wk2/css1/box_properties/padding_inline-expected.png: Added.
9799         * platform/qt-5.0-wk2/css1/box_properties/padding_left-expected.png: Added.
9800         * platform/qt-5.0-wk2/css1/box_properties/padding_right-expected.png: Added.
9801         * platform/qt-5.0-wk2/css1/box_properties/padding_top-expected.png: Added.
9802         * platform/qt-5.0-wk2/css1/box_properties/width-expected.png: Added.
9803         * platform/qt-5.0-wk2/css1/cascade/cascade_order-expected.png: Added.
9804         * platform/qt-5.0-wk2/css1/classification/display-expected.png: Added.
9805         * platform/qt-5.0-wk2/css1/classification/list_style_type-expected.png: Added.
9806         * platform/qt-5.0-wk2/css1/classification/white_space-expected.png: Added.
9807         * platform/qt-5.0-wk2/css1/color_and_background/background-expected.png: Added.
9808         * platform/qt-5.0-wk2/css1/color_and_background/background_attachment-expected.png: Added.
9809         * platform/qt-5.0-wk2/css1/color_and_background/background_position-expected.png: Added.
9810         * platform/qt-5.0-wk2/css1/color_and_background/background_repeat-expected.png: Added.
9811         * platform/qt-5.0-wk2/css1/conformance/forward_compatible_parsing-expected.png: Added.
9812         * platform/qt-5.0-wk2/css1/font_properties/font-expected.png: Added.
9813         * platform/qt-5.0-wk2/css1/font_properties/font_family-expected.png: Added.
9814         * platform/qt-5.0-wk2/css1/font_properties/font_size-expected.png: Added.
9815         * platform/qt-5.0-wk2/css1/font_properties/font_weight-expected.png: Added.
9816         * platform/qt-5.0-wk2/css1/formatting_model/floating_elements-expected.png: Added.
9817         * platform/qt-5.0-wk2/css1/formatting_model/height_of_lines-expected.png: Added.
9818         * platform/qt-5.0-wk2/css1/formatting_model/horizontal_formatting-expected.png: Added.
9819         * platform/qt-5.0-wk2/css1/formatting_model/inline_elements-expected.png: Added.
9820         * platform/qt-5.0-wk2/css1/formatting_model/replaced_elements-expected.png: Added.
9821         * platform/qt-5.0-wk2/css1/formatting_model/vertical_formatting-expected.png: Added.
9822         * platform/qt-5.0-wk2/css1/pseudo/anchor-expected.png: Added.
9823         * platform/qt-5.0-wk2/css1/pseudo/firstletter-expected.png: Added.
9824         * platform/qt-5.0-wk2/css1/pseudo/firstline-expected.png: Added.
9825         * platform/qt-5.0-wk2/css1/pseudo/multiple_pseudo_elements-expected.png: Added.
9826         * platform/qt-5.0-wk2/css1/text_properties/letter_spacing-expected.png: Added.
9827         * platform/qt-5.0-wk2/css1/text_properties/line_height-expected.png: Added.
9828         * platform/qt-5.0-wk2/css1/text_properties/text_decoration-expected.png: Added.
9829         * platform/qt-5.0-wk2/css1/text_properties/text_indent-expected.png: Added.
9830         * platform/qt-5.0-wk2/css1/text_properties/text_transform-expected.png: Added.
9831         * platform/qt-5.0-wk2/css1/text_properties/vertical_align-expected.png: Added.
9832         * platform/qt-5.0-wk2/css1/text_properties/word_spacing-expected.png: Added.
9833         * platform/qt-5.0-wk2/css1/units/color_units-expected.png: Added.
9834         * platform/qt-5.0-wk2/css1/units/length_units-expected.png: Added.
9835         * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png.
9836         * platform/qt-5.0-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
9837         * platform/qt-5.0-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
9838         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
9839         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
9840         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
9841         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
9842         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
9843         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
9844         * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
9845         * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
9846         * platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added.
9847         * platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-02-c-expected.png: Added.
9848         * platform/qt-5.0-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
9849         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
9850         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
9851         * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
9852         * platform/qt-5.0-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
9853         * platform/qt-5.0-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
9854         * platform/qt-5.0-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
9855         * platform/qt-5.0-wk2/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added.
9856         * platform/qt-5.0-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Added.
9857         * platform/qt-5.0-wk2/css2.1/t1508-c527-font-07-b-expected.png: Added.
9858         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png:
9859         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png:
9860         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png:
9861         * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-001-expected.png: Added.
9862         * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-002-expected.png: Added.
9863         * platform/qt-5.0-wk2/editing/inserting/insert-div-023-expected.png: Added.
9864         * platform/qt-5.0-wk2/editing/selection/extend-by-character-004-expected.png: Added.
9865         * platform/qt-5.0-wk2/editing/selection/focus_editable_html-expected.png: Added.
9866         * platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png: Added.
9867         * platform/qt-5.0-wk2/editing/selection/select-all-001-expected.png: Added.
9868         * platform/qt-5.0-wk2/editing/selection/select-all-002-expected.png: Added.
9869         * platform/qt-5.0-wk2/editing/selection/select-all-003-expected.png: Added.
9870         * platform/qt-5.0-wk2/editing/selection/select-all-004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png.
9871         * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png:
9872         * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png:
9873         * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png:
9874         * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png:
9875         * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png:
9876         * platform/qt-5.0-wk2/fast/backgrounds/background-inherit-color-bug-expected.png: Added.
9877         * platform/qt-5.0-wk2/fast/backgrounds/background-leakage-transforms-expected.png: Added.
9878         * platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
9879         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
9880         * platform/qt-5.0-wk2/fast/block/basic/016-expected.png: Added.
9881         * platform/qt-5.0-wk2/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
9882         * platform/qt-5.0-wk2/fast/block/basic/truncation-rtl-expected.png: Added.
9883         * platform/qt-5.0-wk2/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png.
9884         * platform/qt-5.0-wk2/fast/block/float/013-expected.png: Added.
9885         * platform/qt-5.0-wk2/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png.
9886         * platform/qt-5.0-wk2/fast/block/float/021-expected.png: Added.
9887         * platform/qt-5.0-wk2/fast/block/float/025-expected.png: Added.
9888         * platform/qt-5.0-wk2/fast/block/float/027-expected.png: Added.
9889         * platform/qt-5.0-wk2/fast/block/float/032-expected.png: Added.
9890         * platform/qt-5.0-wk2/fast/block/float/033-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
9891         * platform/qt-5.0-wk2/fast/block/float/035-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png.
9892         * platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
9893         * platform/qt-5.0-wk2/fast/block/float/br-with-clear-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png.
9894         * platform/qt-5.0-wk2/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
9895         * platform/qt-5.0-wk2/fast/block/float/float-avoidance-expected.png: Added.
9896         * platform/qt-5.0-wk2/fast/block/float/nested-clearance-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
9897         * platform/qt-5.0-wk2/fast/block/float/relative-painted-twice-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png.
9898         * platform/qt-5.0-wk2/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
9899         * platform/qt-5.0-wk2/fast/block/lineboxcontain/parsing-invalid-expected.png: Added.
9900         * platform/qt-5.0-wk2/fast/block/margin-collapse/103-expected.png: Added.
9901         * platform/qt-5.0-wk2/fast/block/margin-collapse/104-expected.png: Added.
9902         * platform/qt-5.0-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
9903         * platform/qt-5.0-wk2/fast/block/positioning/047-expected.png: Added.
9904         * platform/qt-5.0-wk2/fast/block/positioning/051-expected.png: Added.
9905         * platform/qt-5.0-wk2/fast/block/positioning/055-expected.png: Added.
9906         * platform/qt-5.0-wk2/fast/block/positioning/auto/007-expected.png: Added.
9907         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
9908         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
9909         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
9910         * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
9911         * platform/qt-5.0-wk2/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Added.
9912         * platform/qt-5.0-wk2/fast/block/positioning/negative-rel-position-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
9913         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-block-expected.png: Added.
9914         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-expected.png: Added.
9915         * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
9916         * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-expected.png: Added.
9917         * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-xhtml-expected.png: Added.
9918         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-declarative-expected.png: Added.
9919         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-expected.png: Added.
9920         * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-xhtml-expected.png: Added.
9921         * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png:
9922         * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png:
9923         * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png:
9924         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png:
9925         * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png:
9926         * platform/qt-5.0-wk2/fast/borders/rtl-border-01-expected.png: Added.
9927         * platform/qt-5.0-wk2/fast/borders/rtl-border-02-expected.png: Added.
9928         * platform/qt-5.0-wk2/fast/borders/rtl-border-03-expected.png: Added.
9929         * platform/qt-5.0-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
9930         * platform/qt-5.0-wk2/fast/box-sizing/box-sizing-expected.png: Added.
9931         * platform/qt-5.0-wk2/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
9932         * platform/qt-5.0-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
9933         * platform/qt-5.0-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
9934         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png:
9935         * platform/qt-5.0-wk2/fast/css-generated-content/table-parts-before-and-after-expected.png: Added.
9936         * platform/qt-5.0-wk2/fast/css/005-expected.png: Added.
9937         * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
9938         * platform/qt-5.0-wk2/fast/css/border-height-expected.png: Added.
9939         * platform/qt-5.0-wk2/fast/css/clip-text-in-scaled-div-expected.png: Added.
9940         * platform/qt-5.0-wk2/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
9941         * platform/qt-5.0-wk2/fast/css/empty-pseudo-class-expected.png: Added.
9942         * platform/qt-5.0-wk2/fast/css/first-child-pseudo-class-expected.png: Added.
9943         * platform/qt-5.0-wk2/fast/css/first-of-type-pseudo-class-expected.png: Added.
9944         * platform/qt-5.0-wk2/fast/css/font_property_normal-expected.png: Added.
9945         * platform/qt-5.0-wk2/fast/css/hsl-color-expected.png: Added.
9946         * platform/qt-5.0-wk2/fast/css/last-child-pseudo-class-expected.png: Added.
9947         * platform/qt-5.0-wk2/fast/css/last-of-type-pseudo-class-expected.png: Added.
9948         * platform/qt-5.0-wk2/fast/css/line-height-overflow-expected.png: Added.
9949         * platform/qt-5.0-wk2/fast/css/nested-floating-relative-position-percentages-expected.png: Added.
9950         * platform/qt-5.0-wk2/fast/css/only-child-pseudo-class-expected.png: Added.
9951         * platform/qt-5.0-wk2/fast/css/only-of-type-pseudo-class-expected.png: Added.
9952         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
9953         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
9954         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
9955         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
9956         * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
9957         * platform/qt-5.0-wk2/fast/css/shadow-multiple-expected.png: Added.
9958         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
9959         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
9960         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
9961         * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
9962         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
9963         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
9964         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
9965         * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
9966         * platform/qt-5.0-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
9967         * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png.
9968         * platform/qt-5.0-wk2/fast/dynamic/anchor-lock-expected.png: Added.
9969         * platform/qt-5.0-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
9970         * platform/qt-5.0-wk2/fast/encoding/utf-16-big-endian-expected.png: Added.
9971         * platform/qt-5.0-wk2/fast/encoding/utf-16-little-endian-expected.png: Added.
9972         * platform/qt-5.0-wk2/fast/events/pointer-events-2-expected.png:
9973         * platform/qt-5.0-wk2/fast/events/resize-events-expected.png: Added.
9974         * platform/qt-5.0-wk2/fast/flexbox/016-expected.png: Added.
9975         * platform/qt-5.0-wk2/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
9976         * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
9977         * platform/qt-5.0-wk2/fast/forms/button-default-title-expected.png: Added.
9978         * platform/qt-5.0-wk2/fast/forms/button-table-styles-expected.png: Added.
9979         * platform/qt-5.0-wk2/fast/forms/disabled-select-change-index-expected.png: Added.
9980         * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
9981         * platform/qt-5.0-wk2/fast/forms/file/file-input-direction-expected.png: Added.
9982         * platform/qt-5.0-wk2/fast/forms/form-hides-table-expected.png: Added.
9983         * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
9984         * platform/qt-5.0-wk2/fast/forms/input-placeholder-paint-order-expected.png: Added.
9985         * platform/qt-5.0-wk2/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
9986         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
9987         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
9988         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png:
9989         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
9990         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added.
9991         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added.
9992         * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added.
9993         * platform/qt-5.0-wk2/fast/frames/iframe-scrolling-attribute-expected.png: Added.
9994         * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png:
9995         * platform/qt-5.0-wk2/fast/gradients/background-clipped-expected.png:
9996         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png:
9997         * platform/qt-5.0-wk2/fast/html/details-position-expected.png: Added.
9998         * platform/qt-5.0-wk2/fast/html/details-writing-mode-expected.png: Added.
9999         * platform/qt-5.0-wk2/fast/images/gif-large-checkerboard-expected.png: Added.
10000         * platform/qt-5.0-wk2/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
10001         * platform/qt-5.0-wk2/fast/inline/inline-borders-with-bidi-override-expected.png: Added.
10002         * platform/qt-5.0-wk2/fast/inline/inline-continuation-borders-expected.png: Added.
10003         * platform/qt-5.0-wk2/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
10004         * platform/qt-5.0-wk2/fast/inline/long-wrapped-line-expected.png: Added.
10005         * platform/qt-5.0-wk2/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10006         * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
10007         * platform/qt-5.0-wk2/fast/line-grid/line-grid-inside-columns-expected.png: Added.
10008         * platform/qt-5.0-wk2/fast/lists/001-expected.png: Added.
10009         * platform/qt-5.0-wk2/fast/lists/001-vertical-expected.png: Added.
10010         * platform/qt-5.0-wk2/fast/lists/008-expected.png: Added.
10011         * platform/qt-5.0-wk2/fast/lists/008-vertical-expected.png: Added.
10012         * platform/qt-5.0-wk2/fast/lists/li-br-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10013         * platform/qt-5.0-wk2/fast/lists/ol-start-parsing-expected.png: Added.
10014         * platform/qt-5.0-wk2/fast/lists/olstart-expected.png: Added.
10015         * platform/qt-5.0-wk2/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
10016         * platform/qt-5.0-wk2/fast/multicol/client-rects-expected.png: Added.
10017         * platform/qt-5.0-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
10018         * platform/qt-5.0-wk2/fast/multicol/column-rules-stacking-expected.png: Added.
10019         * platform/qt-5.0-wk2/fast/multicol/columns-shorthand-parsing-expected.png: Added.
10020         * platform/qt-5.0-wk2/fast/multicol/float-multicol-expected.png: Added.
10021         * platform/qt-5.0-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
10022         * platform/qt-5.0-wk2/fast/multicol/float-paginate-expected.png: Added.
10023         * platform/qt-5.0-wk2/fast/multicol/layers-in-multicol-expected.png: Added.
10024         * platform/qt-5.0-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
10025         * platform/qt-5.0-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
10026         * platform/qt-5.0-wk2/fast/multicol/pagination-h-horizontal-bt-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10027         * platform/qt-5.0-wk2/fast/multicol/pagination-h-horizontal-tb-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png.
10028         * platform/qt-5.0-wk2/fast/multicol/pagination-h-vertical-lr-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10029         * platform/qt-5.0-wk2/fast/multicol/pagination-h-vertical-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10030         * platform/qt-5.0-wk2/fast/multicol/pagination-v-horizontal-bt-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10031         * platform/qt-5.0-wk2/fast/multicol/pagination-v-horizontal-tb-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png.
10032         * platform/qt-5.0-wk2/fast/multicol/pagination-v-vertical-lr-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10033         * platform/qt-5.0-wk2/fast/multicol/pagination-v-vertical-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png.
10034         * platform/qt-5.0-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
10035         * platform/qt-5.0-wk2/fast/multicol/progression-reverse-expected.png: Added.
10036         * platform/qt-5.0-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
10037         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
10038         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
10039         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
10040         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
10041         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
10042         * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
10043         * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
10044         * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
10045         * platform/qt-5.0-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
10046         * platform/qt-5.0-wk2/fast/multicol/table-vertical-align-expected.png: Added.
10047         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
10048         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
10049         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
10050         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
10051         * platform/qt-5.0-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
10052         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
10053         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
10054         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
10055         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
10056         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
10057         * platform/qt-5.0-wk2/fast/overflow/006-expected.png: Added.
10058         * platform/qt-5.0-wk2/fast/overflow/overflow-auto-table-expected.png: Added.
10059         * platform/qt-5.0-wk2/fast/overflow/overflow-stacking-expected.png: Added.
10060         * platform/qt-5.0-wk2/fast/overflow/paged-x-on-root-expected.png: Added.
10061         * platform/qt-5.0-wk2/fast/overflow/paged-y-on-root-expected.png: Added.
10062         * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png:
10063         * platform/qt-5.0-wk2/fast/reflections/reflection-direction-expected.png: Added.
10064         * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png:
10065         * platform/qt-5.0-wk2/fast/regions/region-style-inline-background-color-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10066         * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
10067         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
10068         * platform/qt-5.0-wk2/fast/repaint/float-new-in-block-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10069         * platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png:
10070         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-body-appear-expected.png:
10071         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
10072         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
10073         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png:
10074         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
10075         * platform/qt-5.0-wk2/fast/repaint/transform-absolute-in-positioned-container-expected.png:
10076         * platform/qt-5.0-wk2/fast/replaced/005-expected.png: Added.
10077         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
10078         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
10079         * platform/qt-5.0-wk2/fast/selectors/166-expected.png: Added.
10080         * platform/qt-5.0-wk2/fast/table/023-expected.png: Added.
10081         * platform/qt-5.0-wk2/fast/table/027-vertical-expected.png: Added.
10082         * platform/qt-5.0-wk2/fast/table/034-expected.png: Added.
10083         * platform/qt-5.0-wk2/fast/table/038-vertical-expected.png: Added.
10084         * platform/qt-5.0-wk2/fast/table/040-expected.png: Added.
10085         * platform/qt-5.0-wk2/fast/table/040-vertical-expected.png: Added.
10086         * platform/qt-5.0-wk2/fast/table/border-collapsing/002-vertical-expected.png: Added.
10087         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-expected.png: Added.
10088         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added.
10089         * platform/qt-5.0-wk2/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
10090         * platform/qt-5.0-wk2/fast/table/empty-cells-expected.png: Added.
10091         * platform/qt-5.0-wk2/fast/table/frame-and-rules-expected.png: Added.
10092         * platform/qt-5.0-wk2/fast/table/height-percent-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10093         * platform/qt-5.0-wk2/fast/table/height-percent-test-vertical-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10094         * platform/qt-5.0-wk2/fast/table/overflowHidden-expected.png: Added.
10095         * platform/qt-5.0-wk2/fast/table/prepend-in-anonymous-table-expected.png: Added.
10096         * platform/qt-5.0-wk2/fast/table/table-display-types-vertical-expected.png: Added.
10097         * platform/qt-5.0-wk2/fast/table/wide-colspan-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png.
10098         * platform/qt-5.0-wk2/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10099         * platform/qt-5.0-wk2/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
10100         * platform/qt-5.0-wk2/fast/text/hyphenate-limit-lines-expected.png: Added.
10101         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added.
10102         * platform/qt-5.0-wk2/fast/text/softHyphen-expected.png: Added.
10103         * platform/qt-5.0-wk2/fast/text/text-letter-spacing-expected.png: Added.
10104         * platform/qt-5.0-wk2/fast/text/wbr-expected.png: Added.
10105         * platform/qt-5.0-wk2/fast/text/word-break-expected.png: Added.
10106         * platform/qt-5.0-wk2/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
10107         * platform/qt-5.0-wk2/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Added.
10108         * platform/qt-5.0-wk2/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Added.
10109         * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-lr-expected.png:
10110         * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-rl-expected.png: Added.
10111         * platform/qt-5.0-wk2/fast/writing-mode/fieldsets-expected.png: Added.
10112         * platform/qt-5.0-wk2/fonts/cursive-expected.png: Added.
10113         * platform/qt-5.0-wk2/fonts/default-expected.png: Added.
10114         * platform/qt-5.0-wk2/fonts/fantasy-expected.png: Added.
10115         * platform/qt-5.0-wk2/fonts/monospace-expected.png: Added.
10116         * platform/qt-5.0-wk2/fonts/sans-serif-expected.png: Added.
10117         * platform/qt-5.0-wk2/fonts/serif-expected.png: Added.
10118         * platform/qt-5.0-wk2/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
10119         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
10120         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
10121         * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
10122         * platform/qt-5.0-wk2/printing/return-from-printing-mode-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10123         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
10124         * platform/qt-5.0-wk2/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
10125         * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png:
10126         * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Added.
10127         * platform/qt-5.0-wk2/svg/custom/external-paintserver-reference-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png.
10128         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-creation-expected.png: Added.
10129         * platform/qt-5.0-wk2/svg/custom/junk-data-expected.png: Added.
10130         * platform/qt-5.0-wk2/svg/custom/linking-base-external-reference-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png.
10131         * platform/qt-5.0-wk2/svg/custom/missing-xlink-expected.png: Added.
10132         * platform/qt-5.0-wk2/svg/custom/object-sizing-no-width-height-expected.png: Added.
10133         * platform/qt-5.0-wk2/svg/custom/path-bad-data-expected.png: Added.
10134         * platform/qt-5.0-wk2/svg/custom/pattern-scaling-expected.png: Added.
10135         * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
10136         * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png:
10137         * platform/qt-5.0-wk2/svg/custom/use-font-face-crash-expected.png: Added.
10138         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
10139         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
10140         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
10141         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
10142         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
10143         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
10144         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
10145         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
10146         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
10147         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
10148         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
10149         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
10150         * platform/qt-5.0-wk2/svg/dom/css-transforms-expected.png: Added.
10151         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
10152         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
10153         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
10154         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
10155         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
10156         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
10157         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
10158         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
10159         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
10160         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
10161         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
10162         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
10163         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
10164         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
10165         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
10166         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
10167         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
10168         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
10169         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
10170         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
10171         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
10172         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
10173         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
10174         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
10175         * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
10176         * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
10177         * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
10178         * platform/qt-5.0-wk2/svg/filters/feImage-multiple-targets-id-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png.
10179         * platform/qt-5.0-wk2/svg/hixie/error/012-expected.png: Added.
10180         * platform/qt-5.0-wk2/svg/in-html/circle-expected.png: Added.
10181         * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10182         * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10183         * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10184         * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10185         * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png.
10186         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png:
10187         * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Added.
10188         * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Added.
10189         * platform/qt-5.0-wk2/svg/wicd/rightsizing-grid-expected.png: Added.
10190         * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png:
10191         * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image1-expected.png: Added.
10192         * platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
10193         * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
10194         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
10195         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
10196         * platform/qt-5.0-wk2/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
10197         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101674-expected.png: Added.
10198         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10269-2-expected.png: Added.
10199         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10296-1-expected.png: Added.
10200         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1055-1-expected.png: Added.
10201         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-1-expected.png: Added.
10202         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-3-expected.png: Added.
10203         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11944-expected.png: Added.
10204         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug120364-expected.png: Added.
10205         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12384-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10206         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1302-expected.png: Added.
10207         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020-expected.png: Added.
10208         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png: Added.
10209         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug137388-2-expected.png: Added.
10210         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16252-expected.png: Added.
10211         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug194024-expected.png: Added.
10212         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22019-expected.png: Added.
10213         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23151-expected.png: Added.
10214         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-1-expected.png: Added.
10215         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-3-expected.png: Added.
10216         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-4-expected.png: Added.
10217         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-2-expected.png: Added.
10218         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29314-expected.png: Added.
10219         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2947-expected.png: Added.
10220         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-2-expected.png: Added.
10221         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug38916-expected.png: Added.
10222         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3977-expected.png: Added.
10223         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43039-expected.png: Added.
10224         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-1-expected.png: Added.
10225         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44505-expected.png: Added.
10226         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-1-expected.png: Added.
10227         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-2-expected.png: Added.
10228         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug50695-1-expected.png: Added.
10229         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug56405-expected.png: Added.
10230         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5797-expected.png: Added.
10231         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5835-expected.png: Added.
10232         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug625-expected.png:
10233         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug650-expected.png: Added.
10234         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug67915-1-expected.png: Added.
10235         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-1-expected.png: Added.
10236         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-2-expected.png: Added.
10237         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug73321-expected.png: Added.
10238         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92143-expected.png: Added.
10239         * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96343-expected.png: Added.
10240         * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
10241         * platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png:
10242         * platform/qt-5.0-wk2/tables/mozilla/core/captions-expected.png: Added.
10243         * platform/qt-5.0-wk2/tables/mozilla/core/cell_heights-expected.png: Added.
10244         * platform/qt-5.0-wk2/tables/mozilla/core/col_span-expected.png: Added.
10245         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png: Added.
10246         * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Added.
10247         * platform/qt-5.0-wk2/tables/mozilla/core/nested1-expected.png: Added.
10248         * platform/qt-5.0-wk2/tables/mozilla/core/one_row-expected.png: Added.
10249         * platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png:
10250         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.png: Added.
10251         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
10252         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_position-table-expected.png: Added.
10253         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added.
10254         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added.
10255         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added.
10256         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png: Added.
10257         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added.
10258         * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added.
10259         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Added.
10260         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Added.
10261         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Added.
10262         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Added.
10263         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_height-expected.png: Added.
10264         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png: Added.
10265         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Added.
10266         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Added.
10267         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_height-expected.png: Added.
10268         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png: Added.
10269         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Added.
10270         * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Added.
10271         * platform/qt-5.0-wk2/tables/mozilla/other/cell_widths-expected.png: Added.
10272         * platform/qt-5.0-wk2/tables/mozilla/other/nestedTables-expected.png: Added.
10273         * platform/qt-5.0-wk2/tables/mozilla/other/test3-expected.png: Added.
10274         * platform/qt-5.0-wk2/tables/mozilla/other/test6-expected.png: Added.
10275         * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Added.
10276         * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_tr_align-expected.png: Added.
10277         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
10278         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
10279         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
10280         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
10281         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
10282         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
10283         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png: Added.
10284         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added.
10285         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Added.
10286         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug220653-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10287         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
10288         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
10289         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Added.
10290         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png.
10291         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png: Added.
10292         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png: Added.
10293         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Added.
10294         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added.
10295         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
10296         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
10297         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
10298         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
10299         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png: Added.
10300         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/columns-expected.png: Added.
10301         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png: Added.
10302         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/standards1-expected.png: Added.
10303         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
10304         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
10305         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
10306         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added.
10307         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added.
10308         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added.
10309         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
10310         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
10311         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
10312         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: Added.
10313         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added.
10314         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
10315         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added.
10316         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
10317         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added.
10318         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
10319         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
10320         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
10321         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added.
10322         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added.
10323         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/test4-expected.png: Added.
10324         * platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png:
10325
10326 2013-05-30  Seokju Kwon  <seokju.kwon@gmail.com>
10327
10328         [GTK] Cleanup TestExpectations
10329         https://bugs.webkit.org/show_bug.cgi?id=117005
10330
10331         Unreviewed GTK gardening.
10332
10333         * platform/gtk/TestExpectations: Get rid of duplicate entry line.
10334
10335 2013-05-29  Praveen R Jadhav  <praveen.j@samsung.com>
10336
10337         ProgressEvent should not be cancelable
10338         https://bugs.webkit.org/show_bug.cgi?id=114444
10339
10340         Reviewed by Darin Adler.
10341
10342         file-reader-event-listener.html, xmlhttprequest-get-expected.txt and infoOnProgressEvent-expected.txt are updated.
10343
10344         * fast/files/file-reader-event-listener-expected.txt:
10345         * fast/files/file-reader-event-listener.html:
10346         * fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
10347         * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt:
10348         * platform/efl/TestExpectations:
10349
10350 2013-05-29  Dean Jackson  <dino@apple.com>
10351
10352         -webkit-text-underline-position should not be inherited
10353         https://bugs.webkit.org/show_bug.cgi?id=116363
10354
10355         Reverting http://trac.webkit.org/changeset/150366
10356         It was an incorrect fix referring to an old specification.
10357
10358         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt:
10359         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js:
10360
10361 2013-05-29  Jer Noble  <jer.noble@apple.com>
10362
10363         [Mac] Scrubbing long movie files results in timeline snapping back to 0 during scrub.
10364         https://bugs.webkit.org/show_bug.cgi?id=116986
10365
10366         Reviewed by Eric Carlson.
10367
10368         * media/video-seek-multiple-expected.txt: Added.
10369         * media/video-seek-multiple.html: Added.
10370
10371 2013-05-29  Jer Noble  <jer.noble@apple.com>
10372
10373         media/video-pause-immediately.html test failing on some platforms.
10374         https://bugs.webkit.org/show_bug.cgi?id=116985
10375
10376         video-pause-immediately.html will fail on some platforms if the <video> element issues a
10377         timeupdate event at currentTime=0. Fix the test by only removing the timeupdate listener
10378         inside the currentTime>0 conditional.
10379         
10380         Reviewed by Eric Carlson.
10381
10382         * media/video-pause-immediately.html:
10383
10384 2013-05-29  Adam Barth  <abarth@webkit.org>
10385
10386         Optimize RenderText::offsetNext for 8 bit strings
10387         https://bugs.webkit.org/show_bug.cgi?id=116877
10388
10389         Reviewed by Darin Adler.
10390
10391         Test that caret movement works correctly for many code points.
10392
10393         * editing/selection/move-by-character-brute-force-expected.txt: Added.
10394         * editing/selection/move-by-character-brute-force.html: Added.
10395
10396 2013-05-29  Zan Dobersek  <zdobersek@igalia.com>
10397
10398         Unreviewed GTK gardening, managing media layout tests failures on GTK WK2.
10399
10400         * platform/gtk-wk2/TestExpectations:
10401         * platform/gtk/TestExpectations:
10402
10403 2013-05-29  Zan Dobersek  <zdobersek@igalia.com>
10404
10405         Unreviewed GTK gardening, managing accessibility layout tests failures on GTK WK2.
10406
10407         * platform/gtk-wk2/TestExpectations:
10408
10409 2013-05-26  Jer Noble  <jer.noble@apple.com>
10410
10411         Support the 'onended' EventListener property for AudioBufferSourceNode and OscillatorNode.
10412         https://bugs.webkit.org/show_bug.cgi?id=116798
10413
10414         Reviewed by Eric Carlson.
10415
10416         * webaudio/audiobuffersource-ended-expected.txt: Added.
10417         * webaudio/audiobuffersource-ended.html: Added.
10418         * webaudio/oscillator-ended-expected.txt: Added.
10419         * webaudio/oscillator-ended.html: Added.
10420
10421 2013-05-29  Bem Jones-Bey  <bjonesbe@adobe.com>
10422
10423         [CSS Shapes] Support parsing inset-rectangle shapes
10424         https://bugs.webkit.org/show_bug.cgi?id=116638
10425
10426         Reviewed by Dean Jackson.
10427
10428         Updated to test for inset-rectangle cases.
10429
10430         * fast/exclusions/parsing/parsing-shape-inside-expected.txt:
10431         * fast/exclusions/parsing/parsing-shape-lengths-expected.txt:
10432         * fast/exclusions/parsing/script-tests/parsing-shape-lengths.js:
10433         * fast/exclusions/parsing/script-tests/parsing-test-utils.js:
10434
10435 2013-05-29  Gabor Abraham  <abrhm@inf.u-szeged.hu>
10436
10437         [Qt][WK2] Unreviewed gardening. Unskipping passing test.
10438         https://bugs.webkit.org/show_bug.cgi?id=70907
10439         https://bugs.webkit.org/show_bug.cgi?id=93231
10440         https://bugs.webkit.org/show_bug.cgi?id=89645
10441         https://bugs.webkit.org/show_bug.cgi?id=109291
10442         https://bugs.webkit.org/show_bug.cgi?id=92543
10443         https://bugs.webkit.org/show_bug.cgi?id=82895
10444         https://bugs.webkit.org/show_bug.cgi?id=87395
10445         https://bugs.webkit.org/show_bug.cgi?id=87631
10446         https://bugs.webkit.org/show_bug.cgi?id=89473
10447         https://bugs.webkit.org/show_bug.cgi?id=92490
10448
10449         * platform/qt-5.0-wk2/TestExpectations:
10450
10451 2013-05-29  Zan Dobersek  <zdobersek@igalia.com>
10452
10453         Unreviewed GTK gardening.
10454         Adding flaky failure expectations for two perf/ layout tests.
10455
10456         * platform/gtk/TestExpectations:
10457
10458 2013-05-29  Zan Dobersek  <zdobersek@igalia.com>
10459
10460         Unreviewed GTK gardening.
10461
10462         * platform/gtk-wk1/TestExpectations: Remove an unnecessary expectation.
10463         * platform/gtk/TestExpectations: Add timeout expectations for tests that are currently timing out.
10464
10465 2013-05-29  Mihai Maerean  <mmaerean@adobe.com>
10466
10467         [CSS Regions] Content that has overflow: scroll cannot be scrolled by dragging the scroll thumbs with the mouse
10468         https://bugs.webkit.org/show_bug.cgi?id=113703
10469
10470         Reviewed by Darin Adler.
10471
10472         * fast/regions/drag-scrollbars-of-content-expected.html: Added.
10473         * fast/regions/drag-scrollbars-of-content.html: Added.
10474         * fast/regions/hover-in-second-region-expected.html: Added.
10475         * fast/regions/hover-in-second-region.html: Added.
10476
10477 2013-05-29  Kent Tamura  <tkent@chromium.org>
10478
10479         Remove ENABLE_INPUT_MULTIPLE_FIELDS_UI.
10480         https://bugs.webkit.org/show_bug.cgi?id=116796
10481
10482         Reviewed by Ryosuke Niwa.
10483
10484         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Removed.
10485         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Removed.
10486         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Removed.
10487         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Removed.
10488         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Removed.
10489         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Removed.
10490         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Removed.
10491         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Removed.
10492         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events-expected.txt: Removed.
10493         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events.html: Removed.
10494         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-visibility-after-restore-expected.html: Removed.
10495         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-visibility-after-restore.html: Removed.
10496         * fast/forms/date-multiple-fields/date-multiple-fields-fallback-format-expected.txt: Removed.
10497         * fast/forms/date-multiple-fields/date-multiple-fields-fallback-format.html: Removed.
10498         * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Removed.
10499         * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Removed.
10500         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
10501         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Removed.
10502         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Removed.
10503         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Removed.
10504         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Removed.
10505         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Removed.
10506         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Removed.
10507         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Removed.
10508         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Removed.
10509         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Removed.
10510         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Removed.
10511         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events.html: Removed.
10512         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Removed.
10513         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Removed.
10514         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Removed.
10515         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Removed.
10516         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Removed.
10517         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Removed.
10518         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Removed.
10519         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event.html: Removed.
10520         * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Removed.
10521         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-fallback-format-expected.txt: Removed.
10522         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-fallback-format.html: Removed.
10523         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Removed.
10524         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Removed.
10525         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Removed.
10526         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Removed.
10527         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Removed.
10528         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Removed.
10529         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Removed.
10530         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Removed.
10531         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Removed.
10532         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Removed.
10533         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Removed.
10534         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Removed.
10535         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events-expected.txt: Removed.
10536         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events.html: Removed.
10537         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore-expected.html: Removed.
10538         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html: Removed.
10539         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-fallback-format-expected.txt: Removed.
10540         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-fallback-format.html: Removed.
10541         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
10542         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Removed.
10543         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Removed.
10544         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Removed.
10545         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Removed.
10546         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Removed.
10547         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Removed.
10548         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Removed.
10549         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Removed.
10550         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Removed.
10551         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Removed.
10552         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Removed.
10553         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Removed.
10554         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer.html: Removed.
10555         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Removed.
10556         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Removed.
10557         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Removed.
10558         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Removed.
10559         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Removed.
10560         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Removed.
10561         * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Removed.
10562         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Removed.
10563         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Removed.
10564         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Removed.
10565         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Removed.
10566         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Removed.
10567         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Removed.
10568         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Removed.
10569         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Removed.
10570         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events-expected.txt: Removed.
10571         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events.html: Removed.
10572         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-visibility-after-restore-expected.html: Removed.
10573         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-visibility-after-restore.html: Removed.
10574         * fast/forms/month-multiple-fields/month-multiple-fields-fallback-format-expected.txt: Removed.
10575         * fast/forms/month-multiple-fields/month-multiple-fields-fallback-format.html: Removed.
10576         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
10577         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Removed.
10578         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Removed.
10579         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Removed.
10580         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Removed.
10581         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Removed.
10582         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Removed.
10583         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Removed.
10584         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Removed.
10585         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Removed.
10586         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Removed.
10587         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Removed.
10588         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Removed.
10589         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Removed.
10590         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Removed.
10591         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Removed.
10592         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Removed.
10593         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Removed.
10594         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Removed.
10595         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Removed.
10596         * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Removed.
10597         * fast/forms/time-multiple-fields/resources/preserve-value-after-history-back-frame.html: Removed.
10598         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt: Removed.
10599         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html: Removed.
10600         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt: Removed.
10601         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html: Removed.
10602         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events-expected.txt: Removed.
10603         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html: Removed.
10604         * fast/forms/time-multiple-fields/time-multiple-fields-change-layout-by-value-expected.txt: Removed.
10605         * fast/forms/time-multiple-fields/time-multiple-fields-change-layout-by-value.html: Removed.
10606         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Removed.
10607         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Removed.
10608         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Removed.
10609         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-expected.txt: Removed.
10610         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus.html: Removed.
10611         * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Removed.
10612         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events-expected.txt: Removed.
10613         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html: Removed.
10614         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-visibility-after-restore-expected.html: Removed.
10615         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-visibility-after-restore.html: Removed.
10616         * fast/forms/time-multiple-fields/time-multiple-fields-crash-after-adoptnode-expected.txt: Removed.
10617         * fast/forms/time-multiple-fields/time-multiple-fields-crash-after-adoptnode.html: Removed.
10618         * fast/forms/time-multiple-fields/time-multiple-fields-fallback-format-expected.txt: Removed.
10619         * fast/forms/time-multiple-fields/time-multiple-fields-fallback-format.html: Removed.
10620         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Removed.
10621         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style-expected.txt: Removed.
10622         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html: Removed.
10623         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Removed.
10624         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
10625         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Removed.
10626         * fast/forms/time-multiple-fields/time-multiple-fields-localization.html: Removed.
10627         * fast/forms/time-multiple-fields/time-multiple-fields-losing-renderer-on-click-expected.txt: Removed.
10628         * fast/forms/time-multiple-fields/time-multiple-fields-losing-renderer-on-click.html: Removed.
10629         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt: Removed.
10630         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html: Removed.
10631         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt: Removed.
10632         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html: Removed.
10633         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Removed.
10634         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Removed.
10635         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Removed.
10636         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Removed.
10637         * fast/forms/time-multiple-fields/time-multiple-fields-reset-value-after-reload-expected.txt: Removed.
10638         * fast/forms/time-multiple-fields/time-multiple-fields-reset-value-after-reload.html: Removed.
10639         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt: Removed.
10640         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html: Removed.
10641         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe-expected.txt: Removed.
10642         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html: Removed.
10643         * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur-expected.txt: Removed.
10644         * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur.html: Removed.
10645         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Removed.
10646         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Removed.
10647         * fast/forms/time-multiple-fields/time-multiple-fields-step-attribute-expected.txt: Removed.
10648         * fast/forms/time-multiple-fields/time-multiple-fields-step-attribute.html: Removed.
10649         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Removed.
10650         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html: Removed.
10651         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Removed.
10652         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Removed.
10653         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Removed.
10654         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Removed.
10655         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Removed.
10656         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Removed.
10657         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Removed.
10658         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event.html: Removed.
10659         * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Removed.
10660         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Removed.
10661         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Removed.
10662         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Removed.
10663         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Removed.
10664         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Removed.
10665         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Removed.
10666         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Removed.
10667         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Removed.
10668         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt: Removed.
10669         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events.html: Removed.
10670         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore-expected.html: Removed.
10671         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html: Removed.
10672         * fast/forms/week-multiple-fields/week-multiple-fields-fallback-format-expected.txt: Removed.
10673         * fast/forms/week-multiple-fields/week-multiple-fields-fallback-format.html: Removed.
10674         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Removed.
10675         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Removed.
10676         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Removed.
10677         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Removed.
10678         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Removed.
10679         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Removed.
10680         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Removed.
10681         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Removed.
10682         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Removed.
10683         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Removed.
10684         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Removed.
10685         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Removed.
10686         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Removed.
10687         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Removed.
10688         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Removed.
10689         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Removed.
10690         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Removed.
10691         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Removed.
10692         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Removed.
10693         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Removed.
10694         * platform/efl/TestExpectations:
10695         * platform/gtk/TestExpectations:
10696         * platform/mac/TestExpectations:
10697         * platform/qt/TestExpectations:
10698         * platform/win/TestExpectations:
10699         * platform/wincairo/TestExpectations:
10700
10701 2013-05-29  Ryosuke Niwa  <rniwa@webkit.org>
10702
10703         Remove SnowLeopard expected results.
10704
10705         Rubber-stamped by Andreas Kling.
10706
10707         * platform/mac-snowleopard: Removed.
10708         * platform/mac-snowleopard/animations: Removed.
10709         * platform/mac-snowleopard/canvas: Removed.
10710         * platform/mac-snowleopard/canvas/philip: Removed.
10711         * platform/mac-snowleopard/canvas/philip/tests: Removed.
10712         * platform/mac-snowleopard/compositing: Removed.
10713         * platform/mac-snowleopard/compositing/color-matching: Removed.
10714         * platform/mac-snowleopard/compositing/framesets: Removed.
10715         * platform/mac-snowleopard/compositing/geometry: Removed.
10716         * platform/mac-snowleopard/compositing/iframes: Removed.
10717         * platform/mac-snowleopard/compositing/images: Removed.
10718         * platform/mac-snowleopard/compositing/layer-creation: Removed.
10719         * platform/mac-snowleopard/compositing/masks: Removed.
10720         * platform/mac-snowleopard/compositing/overflow: Removed.
10721         * platform/mac-snowleopard/compositing/reflections: Removed.
10722         * platform/mac-snowleopard/compositing/repaint: Removed.
10723         * platform/mac-snowleopard/compositing/scaling: Removed.
10724         * platform/mac-snowleopard/compositing/shadows: Removed.
10725         * platform/mac-snowleopard/compositing/tiling: Removed.
10726         * platform/mac-snowleopard/compositing/transitions: Removed.
10727         * platform/mac-snowleopard/compositing/video: Removed.
10728         * platform/mac-snowleopard/compositing/visibility: Removed.
10729         * platform/mac-snowleopard/compositing/webgl: Removed.
10730         * platform/mac-snowleopard/css1: Removed.
10731         * platform/mac-snowleopard/css1/box_properties: Removed.
10732         * platform/mac-snowleopard/css1/cascade: Removed.
10733         * platform/mac-snowleopard/css1/classification: Removed.
10734         * platform/mac-snowleopard/css1/color_and_background: Removed.
10735         * platform/mac-snowleopard/css1/font_properties: Removed.
10736         * platform/mac-snowleopard/css1/formatting_model: Removed.
10737         * platform/mac-snowleopard/css1/pseudo: Removed.
10738         * platform/mac-snowleopard/css1/text_properties: Removed.
10739         * platform/mac-snowleopard/css1/units: Removed.
10740         * platform/mac-snowleopard/css2.1: Removed.
10741         * platform/mac-snowleopard/css2.1/20110323: Removed.
10742         * platform/mac-snowleopard/css3: Removed.
10743         * platform/mac-snowleopard/css3/filters: Removed.
10744         * platform/mac-snowleopard/css3/flexbox: Removed.
10745         * platform/mac-snowleopard/css3/images: Removed.
10746         * platform/mac-snowleopard/css3/selectors3: Removed.
10747         * platform/mac-snowleopard/css3/selectors3/html: Removed.
10748         * platform/mac-snowleopard/css3/selectors3/xhtml: Removed.
10749         * platform/mac-snowleopard/css3/selectors3/xml: Removed.
10750         * platform/mac-snowleopard/editing: Removed.
10751         * platform/mac-snowleopard/editing/input: Removed.
10752         * platform/mac-snowleopard/editing/inserting: Removed.
10753         * platform/mac-snowleopard/editing/pasteboard: Removed.
10754         * platform/mac-snowleopard/editing/selection: Removed.
10755         * platform/mac-snowleopard/editing/unsupported-content: Removed.
10756         * platform/mac-snowleopard/fast: Removed.
10757         * platform/mac-snowleopard/fast/backgrounds: Removed.
10758         * platform/mac-snowleopard/fast/backgrounds/repeat: Removed.
10759         * platform/mac-snowleopard/fast/backgrounds/size: Removed.
10760         * platform/mac-snowleopard/fast/block: Removed.
10761         * platform/mac-snowleopard/fast/block/basic: Removed.
10762         * platform/mac-snowleopard/fast/block/float: Removed.
10763         * platform/mac-snowleopard/fast/block/margin-collapse: Removed.
10764         * platform/mac-snowleopard/fast/block/positioning: Removed.
10765         * platform/mac-snowleopard/fast/borders: Removed.
10766         * platform/mac-snowleopard/fast/canvas: Removed.
10767         * platform/mac-snowleopard/fast/css: Removed.
10768         * platform/mac-snowleopard/fast/dom: Removed.
10769         * platform/mac-snowleopard/fast/encoding: Removed.
10770         * platform/mac-snowleopard/fast/forms: Removed.
10771         * platform/mac-snowleopard/fast/forms/file: Removed.
10772         * platform/mac-snowleopard/fast/forms/range: Removed.
10773         * platform/mac-snowleopard/fast/gradients: Removed.
10774         * platform/mac-snowleopard/fast/images: Removed.
10775         * platform/mac-snowleopard/fast/inline: Removed.
10776         * platform/mac-snowleopard/fast/layers: Removed.
10777         * platform/mac-snowleopard/fast/lists: Removed.
10778         * platform/mac-snowleopard/fast/multicol: Removed.
10779         * platform/mac-snowleopard/fast/multicol/span: Removed.
10780         * platform/mac-snowleopard/fast/multicol/vertical-lr: Removed.
10781         * platform/mac-snowleopard/fast/multicol/vertical-rl: Removed.
10782         * platform/mac-snowleopard/fast/overflow: Removed.
10783         * platform/mac-snowleopard/fast/parser: Removed.
10784         * platform/mac-snowleopard/fast/preloader: Removed.
10785         * platform/mac-snowleopard/fast/reflections: Removed.
10786         * platform/mac-snowleopard/fast/repaint: Removed.
10787         * platform/mac-snowleopard/fast/replaced: Removed.
10788         * platform/mac-snowleopard/fast/ruby: Removed.
10789         * platform/mac-snowleopard/fast/selectors: Removed.
10790         * platform/mac-snowleopard/fast/table: Removed.
10791         * platform/mac-snowleopard/fast/text: Removed.
10792         * platform/mac-snowleopard/fast/text/international: Removed.
10793         * platform/mac-snowleopard/fast/text/whitespace: Removed.
10794         * platform/mac-snowleopard/fast/writing-mode: Removed.
10795         * platform/mac-snowleopard/fast/xsl: Removed.
10796         * platform/mac-snowleopard/fonts: Removed.
10797         * platform/mac-snowleopard/fullscreen: Removed.
10798         * platform/mac-snowleopard/http: Removed.
10799         * platform/mac-snowleopard/http/tests: Removed.
10800         * platform/mac-snowleopard/http/tests/inspector: Removed.
10801         * platform/mac-snowleopard/http/tests/security: Removed.
10802         * platform/mac-snowleopard/http/tests/security/contentSecurityPolicy: Removed.
10803         * platform/mac-snowleopard/http/tests/xmlhttprequest: Removed.
10804         * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps: Removed.
10805         * platform/mac-snowleopard/mathml: Removed.
10806         * platform/mac-snowleopard/media: Removed.
10807         * platform/mac-snowleopard/platform: Removed.
10808         * platform/mac-snowleopard/platform/mac: Removed.
10809         * platform/mac-snowleopard/platform/mac/compositing: Removed.
10810         * platform/mac-snowleopard/platform/mac/compositing/canvas: Removed.
10811         * platform/mac-snowleopard/platform/mac/editing: Removed.
10812         * platform/mac-snowleopard/platform/mac/editing/selection: Removed.
10813         * platform/mac-snowleopard/platform/mac/fast: Removed.
10814         * platform/mac-snowleopard/platform/mac/fast/loader: Removed.
10815         * platform/mac-snowleopard/platform/mac/fast/text: Removed.
10816         * platform/mac-snowleopard/platform/mac/fast/text/international: Removed.
10817         * platform/mac-snowleopard/platform/mac/scrollbars: Removed.
10818         * platform/mac-snowleopard/plugins: Removed.
10819         * platform/mac-snowleopard/printing: Removed.
10820         * platform/mac-snowleopard/scrollbars: Removed.
10821         * platform/mac-snowleopard/sputnik: Removed.
10822         * platform/mac-snowleopard/sputnik/Unicode: Removed.
10823         * platform/mac-snowleopard/svg: Removed.
10824         * platform/mac-snowleopard/svg/W3C-I18N: Removed.
10825         * platform/mac-snowleopard/svg/W3C-SVG-1.1: Removed.
10826         * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE: Removed.
10827         * platform/mac-snowleopard/svg/as-background-image: Removed.
10828         * platform/mac-snowleopard/svg/as-border-image: Removed.
10829         * platform/mac-snowleopard/svg/as-image: Removed.
10830         * platform/mac-snowleopard/svg/as-object: Removed.
10831         * platform/mac-snowleopard/svg/batik: Removed.
10832         * platform/mac-snowleopard/svg/batik/paints: Removed.
10833         * platform/mac-snowleopard/svg/carto.net: Removed.
10834         * platform/mac-snowleopard/svg/clip-path: Removed.
10835         * platform/mac-snowleopard/svg/css: Removed.
10836         * platform/mac-snowleopard/svg/custom: Removed.
10837         * platform/mac-snowleopard/svg/dom: Removed.
10838         * platform/mac-snowleopard/svg/dynamic-updates: Removed.
10839         * platform/mac-snowleopard/svg/filters: Removed.
10840         * platform/mac-snowleopard/svg/foreignObject: Removed.
10841         * platform/mac-snowleopard/svg/hixie: Removed.
10842         * platform/mac-snowleopard/svg/hixie/data-types: Removed.
10843         * platform/mac-snowleopard/svg/hixie/error: Removed.
10844         * platform/mac-snowleopard/svg/hixie/intrinsic: Removed.
10845         * platform/mac-snowleopard/svg/hixie/mixed: Removed.
10846         * platform/mac-snowleopard/svg/hixie/perf: Removed.
10847         * platform/mac-snowleopard/svg/hixie/processing-model: Removed.
10848         * platform/mac-snowleopard/svg/hixie/rendering-model: Removed.
10849         * platform/mac-snowleopard/svg/hixie/text: Removed.
10850         * platform/mac-snowleopard/svg/hixie/viewbox: Removed.
10851         * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio: Removed.
10852         * platform/mac-snowleopard/svg/in-html: Removed.
10853         * platform/mac-snowleopard/svg/overflow: Removed.
10854         * platform/mac-snowleopard/svg/repaint: Removed.
10855         * platform/mac-snowleopard/svg/text: Removed.
10856         * platform/mac-snowleopard/svg/transforms: Removed.
10857         * platform/mac-snowleopard/svg/webarchive: Removed.
10858         * platform/mac-snowleopard/svg/wicd: Removed.
10859         * platform/mac-snowleopard/svg/zoom: Removed.
10860         * platform/mac-snowleopard/svg/zoom/page: Removed.
10861         * platform/mac-snowleopard/tables: Removed.
10862         * platform/mac-snowleopard/tables/mozilla: Removed.
10863         * platform/mac-snowleopard/tables/mozilla/bugs: Removed.
10864         * platform/mac-snowleopard/tables/mozilla/collapsing_borders: Removed.
10865         * platform/mac-snowleopard/tables/mozilla/core: Removed.
10866         * platform/mac-snowleopard/tables/mozilla/marvin: Removed.
10867         * platform/mac-snowleopard/tables/mozilla/other: Removed.
10868         * platform/mac-snowleopard/transforms: Removed.
10869         * platform/mac-snowleopard/transforms/2d: Removed.
10870         * platform/mac-snowleopard/transforms/3d: Removed.
10871         * platform/mac-snowleopard/transforms/3d/general: Removed.
10872         * platform/mac-snowleopard/transforms/3d/point-mapping: Removed.
10873         * platform/mac-snowleopard/webarchive: Removed.
10874
10875 2013-05-29  Radu Stavila  <stavila@adobe.com>
10876
10877         [CSS Regions] Mouse over an element does not trigger :hover state for parent when the element is flowed in a region
10878         https://bugs.webkit.org/show_bug.cgi?id=111749
10879
10880         Reviewed by Antti Koivisto.
10881
10882         * fast/regions/hover-in-region-grandparent-expected.txt: Added.
10883         * fast/regions/hover-in-region-grandparent.html: Added.
10884         * fast/regions/hover-in-region-parent-skip-expected.txt: Added.
10885         * fast/regions/hover-in-region-parent-skip.html: Added.
10886         * fast/regions/hover-in-region-parent-skip-inlines-anonymous-expected.txt: Added.
10887         * fast/regions/hover-in-region-parent-skip-inlines-anonymous.html: Added.
10888         * fast/regions/hover-on-child-in-region-expected.txt: Added.
10889         * fast/regions/hover-on-child-in-region.html: Added.
10890         * fast/regions/hover-on-child-in-region-in-region-expected.txt: Added.
10891         * fast/regions/hover-on-child-in-region-in-region.html: Added.
10892
10893 2013-05-28  Dean Jackson  <dino@apple.com>
10894
10895         Animations do not restart after exiting page cache
10896         https://bugs.webkit.org/show_bug.cgi?id=116900
10897
10898         Reviewed by Tim Horton.
10899
10900         New test to make sure an animation will resume if it
10901         enters and leaves the page cache.
10902
10903         * animations/resources/page-cache-helper.html: Added.
10904         * animations/resume-after-page-cache-expected.txt: Added.
10905         * animations/resume-after-page-cache.html: Added.
10906
10907 2013-05-28  Brent Fulgham  <bfulgham@apple.com>
10908
10909         [Windows] Silence last crash to get bots green.
10910
10911         * platform/win/TestExpectations: 
10912
10913 2013-05-28  Alexey Proskuryakov  <ap@apple.com>
10914
10915         Freeze when loading a particular page on washingtonpost.com with NetworkProcess enabled
10916         https://bugs.webkit.org/show_bug.cgi?id=116887
10917         <rdar://problem/12965959>
10918
10919         Reviewed by Darin Adler.
10920
10921         * http/tests/uri/curly-braces-escaping-expected.txt: Added.
10922         * http/tests/uri/curly-braces-escaping.html: Added.
10923         * http/tests/uri/resources/echo-uri.php: Added.
10924
10925 2013-05-28  Brent Fulgham  <bfulgham@apple.com>
10926
10927         [Windows] More attempts to make the bot green.
10928
10929         * platform/win/TestExpectations: Exclude another two flaky tests.
10930
10931 2013-05-28  Tim Horton  <timothy_horton@apple.com>
10932
10933         fast/js/date-DST-time-cusps.html fails after http://trac.webkit.org/changeset/150833
10934         https://bugs.webkit.org/show_bug.cgi?id=116895
10935
10936         Unreviewed, add failing test expectation.
10937
10938         * TestExpectations:
10939
10940 2013-05-28  Brent Fulgham  <bfulgham@apple.com>
10941
10942         [Windows] Silence a few failures to get bot green.
10943         https://bugs.webkit.org/show_bug.cgi?id=116564
10944
10945         * platform/win/TestExpectations: Disable some tests.
10946
10947 2013-05-28  Robert Hogan  <robert@webkit.org>
10948
10949         Fix line endings in test added in r150602
10950
10951         Unreviewed.
10952
10953         * fast/css/text-overflow-ellipsis-behind-floats.html:
10954
10955 2013-05-28  Jer Noble  <jer.noble@apple.com>
10956
10957         Made AudioNode an EventTarget
10958         https://bugs.webkit.org/show_bug.cgi?id=116871
10959
10960         Reviewed by Darin Adler.
10961
10962         * webaudio/audionode-expected.txt:
10963         * webaudio/audionode.html:
10964
10965 2013-05-28  Sergio Villar Senin  <svillar@igalia.com>
10966
10967         Invalid block doesn't make declaration invalid
10968         https://bugs.webkit.org/show_bug.cgi?id=115709
10969
10970         Reviewed by Andreas Kling.
10971
10972         From Blink r149446 by <serya@chromium.org>
10973
10974         * fast/css/parsing-error-recovery.html: Added 2 new test cases.
10975
10976 2013-05-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
10977
10978         [Qt] Unreviewed gardening. Unskip now passing tests.
10979
10980         * platform/qt/TestExpectations:
10981
10982 2013-05-28  Csaba Osztrogonác  <ossy@webkit.org>
10983
10984         Unskip now passing tests.
10985
10986         * platform/qt-arm/TestExpectations:
10987
10988 2013-05-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
10989
10990         [Qt] Unreviewed gardening. Skip failing tests after parallel gc is enabled.
10991
10992         * platform/qt/TestExpectations:
10993
10994 2013-05-28  Sergio Villar Senin  <svillar@igalia.com>
10995
10996         Web Inspector: Enable CSS logging
10997         https://bugs.webkit.org/show_bug.cgi?id=113401
10998
10999         Reviewed by Benjamin Poulain.
11000
11001         From Blink r149265 by <serya@chromium.org>
11002
11003         Unskipped console-css-warnings.html now that it's working.
11004
11005         * TestExpectations:
11006
11007 2013-05-27  Claudio Saavedra  <csaavedra@igalia.com>
11008
11009         [CSS] -webkit-var prefix is case-sensitive
11010         https://bugs.webkit.org/show_bug.cgi?id=116829
11011
11012         Reviewed by Darin Adler.
11013
11014         * fast/css/variables/case-sensitive.html: Add a
11015         check for case-sensitiveness of the prefix of
11016         variable declarations.
11017         * fast/css/variables/case-sensitive-expected.html: Update.
11018
11019 2013-05-27  Radu Stavila  <stavila@adobe.com>
11020
11021         [EFL][GTK] fast/regions/offsetLeft-offsetTop-in-multiple-regions.html is failing
11022         https://bugs.webkit.org/show_bug.cgi?id=116808
11023
11024         Reviewed by Anders Carlsson.
11025
11026         The test was failing because of differences between different fonts.
11027
11028         * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt:
11029         * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
11030
11031 2013-05-27  Noam Rosenthal  <noam@webkit.org>
11032
11033         New test direct-pattern-compositing-contain-no-repeat.html fails on Mac
11034         https://bugs.webkit.org/show_bug.cgi?id=116816
11035
11036         Modified the layer in the reference to still be composited, but have invisible painted content.
11037
11038         Reviewed by Andreas Kling.
11039
11040         * compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.html:
11041
11042 2013-05-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
11043
11044         [Qt] Unreviewed gardening. Greening bots.
11045
11046         * platform/qt-5.0-wk1/TestExpectations:
11047         * platform/qt-5.0-wk2/TestExpectations:
11048
11049 2013-05-27  Zan Dobersek  <zdobersek@igalia.com>
11050
11051         Unreviewed GTK gardening.
11052
11053         * platform/gtk/plugins/mouse-events-expected.txt: Added. Rebaselining after r150558.
11054
11055 2013-05-27  Zan Dobersek  <zdobersek@igalia.com>
11056
11057         Unreviewed GTK gardening.
11058         Adding failure expectations for the current test failures.
11059
11060         * platform/gtk-wk1/TestExpectations:
11061         * platform/gtk/TestExpectations:
11062
11063 2013-05-27  Zan Dobersek  <zdobersek@igalia.com>
11064
11065         Unreviewed GTK gardening.
11066
11067         * platform/gtk/fast/dynamic/002-expected.txt: Rebaselining after r150527.
11068         * platform/gtk/fast/js/global-constructors-attributes-worker-expected.txt: Added. Rebaselining after r150664.
11069
11070 2013-05-25  Simon Fraser  <simon.fraser@apple.com>
11071
11072         Unprefix Page Visibility API
11073         https://bugs.webkit.org/show_bug.cgi?id=102340
11074
11075         Reviewed by Tim Horton.
11076         
11077         Remove prefixes, adjust to state name changes.
11078
11079         * fast/events/page-visibility-iframe-delete-test.html:
11080         * fast/events/page-visibility-iframe-move-test-expected.txt:
11081         * fast/events/page-visibility-iframe-move-test.html:
11082         * fast/events/page-visibility-iframe-propagation-test-expected.txt:
11083         * fast/events/page-visibility-iframe-propagation-test.html:
11084         * fast/events/page-visibility-null-view-expected.txt:
11085         * fast/events/page-visibility-null-view.html:
11086         * fast/events/page-visibility-transition-test-expected.txt:
11087         * fast/events/page-visibility-transition-test.html:
11088
11089 2013-05-25  Filip Pizlo  <fpizlo@apple.com>
11090
11091         We broke (-2^31/-1)|0 in the DFG
11092         https://bugs.webkit.org/show_bug.cgi?id=116767
11093
11094         Reviewed by Andreas Kling.
11095
11096         * fast/js/dfg-div-by-neg1-and-then-or-zero-interesting-reg-alloc-expected.txt: Added.
11097         * fast/js/dfg-div-by-neg1-and-then-or-zero-interesting-reg-alloc.html: Added.
11098         * fast/js/dfg-div-by-zero-and-then-or-zero-interesting-reg-alloc-expected.txt: Added.
11099         * fast/js/dfg-div-by-zero-and-then-or-zero-interesting-reg-alloc.html: Added.
11100         * fast/js/dfg-div-neg2tothe31-by-one-and-then-or-zero-with-interesting-reg-alloc-expected.txt: Added.
11101         * fast/js/dfg-div-neg2tothe31-by-one-and-then-or-zero-with-interesting-reg-alloc.html: Added.
11102         * fast/js/jsc-test-list:
11103         * fast/js/script-tests/dfg-div-by-neg1-and-then-or-zero-interesting-reg-alloc.js: Added.
11104         (foo):
11105         * fast/js/script-tests/dfg-div-by-zero-and-then-or-zero-interesting-reg-alloc.js: Added.
11106         (foo):
11107         * fast/js/script-tests/dfg-div-neg2tothe31-by-one-and-then-or-zero-with-interesting-reg-alloc.js: Added.
11108         (foo):
11109
11110 2013-05-25  Dan Bernstein  <mitz@apple.com>
11111
11112         Updated expected results after r150688.
11113
11114         Reviewed by Andreas Kling.
11115
11116         * http/tests/globalhistory/history-delegate-basic-refresh-redirect-expected.txt: Now shows
11117         the URL that performed the client redirect, as expected.
11118
11119 2013-05-25  Noam Rosenthal  <noam.rosenthal@nokia.com>
11120
11121         Direct pattern compositing breaks when no-repeat is set on a large layer
11122         https://bugs.webkit.org/show_bug.cgi?id=116140
11123
11124         Added a ref-test to make sure that direct pattern compositing works well with no-repeat
11125         in a particular geometry.
11126
11127         Reviewed by Antti Koivisto.
11128
11129         * compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.html: Added.
11130         * compositing/patterns/direct-pattern-compositing-contain-no-repeat.html: Added.
11131
11132 2013-05-24  Brent Fulgham  <bfulgham@apple.com>
11133
11134         Unreviewed change to get Windows bots green.  Disable a number
11135         of crashes and failures.  Crashes are tracked under
11136         https://bugs.webkit.org/show_bug.cgi?id=116562, failures under
11137         https://bugs.webkit.org/show_bug.cgi?id=116564.
11138
11139         * platform/win/TestExpectations:
11140
11141 2013-05-24  Sergio Villar Senin  <svillar@igalia.com>
11142
11143         Fixing invalid block recovery in some declaration list.
11144         https://bugs.webkit.org/show_bug.cgi?id=115159
11145
11146         Reviewed by Darin Adler.
11147
11148         From Blink r148889 by <serya@chromium.org>
11149
11150         * fast/css/parsing-invalid-block-recovery-expected.txt: Added.
11151         * fast/css/parsing-invalid-block-recovery.html: Added.
11152
11153 2013-05-24  Christophe Dumez  <ch.dumez@sisa.samsung.com>
11154
11155         Global constructors exposed in worker environment have wrong attributes
11156         https://bugs.webkit.org/show_bug.cgi?id=116708
11157
11158         Reviewed by Geoffrey Garen.
11159
11160         Add fast/js/global-constructors-attributes-worker.html test case to check the
11161         global constructors attributers in the worker environment.
11162
11163         * fast/js/global-constructors-attributes-expected.txt:
11164         * fast/js/global-constructors-attributes-worker-expected.txt: Added.
11165         * fast/js/global-constructors-attributes-worker.html: Added.
11166         * fast/js/global-constructors-attributes.html:
11167         * fast/js/script-tests/global-constructors-attributes.js: Make sure script usable
11168         in a Worker and stop reporting the "constructor" property as a global constructor.
11169         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
11170         * platform/efl/fast/js/global-constructors-attributes-worker-expected.txt: Added.
11171         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
11172         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
11173         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
11174
11175 2013-05-24  Filip Pizlo  <fpizlo@apple.com>
11176
11177         We broke !(0/0)
11178         https://bugs.webkit.org/show_bug.cgi?id=116736
11179
11180         Reviewed by Gavin Barraclough.
11181
11182         * fast/js/constant-fold-not-nan.html: Added.
11183         * fast/js/constant-fold-not-nan-expected.txt: Added.
11184         * fast/js/jsc-test-list:
11185         * fast/js/script-tests/constant-fold-not-nan.js: Added.
11186
11187 2013-05-24  Sergio Villar Senin  <svillar@igalia.com>
11188
11189         REGRESSION (r150215): broke a test case in inspector/console/console-css-warnings.html
11190         https://bugs.webkit.org/show_bug.cgi?id=116731
11191
11192         Reviewed by Ryosuke Niwa.
11193
11194         The mentioned revision removed a layering violation added just to
11195         support some IE7 hack. That was removed but the test case
11196         supporting it was left untouched, remove it.
11197
11198         * inspector/console/console-css-warnings-expected.txt:
11199         * inspector/console/console-css-warnings.html:
11200
11201 2013-05-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
11202
11203         [WK2] Spelling tests gardening
11204         https://bugs.webkit.org/show_bug.cgi?id=116718
11205
11206         Unreviewed gardening.
11207
11208         The most spelling tests are skipped for wk2 platforms and they have deprecated comments.
11209         Move the tests from global wk2/TestExpectations to the ports' TestExpectations as
11210         the core spellchecking implementation is delivered for wk2.
11211         This change will allow to run spelling tests easier and using [ Pass ] keyword
11212         in TestExpectations won't be needed.
11213
11214         * platform/efl-wk2/TestExpectations:
11215         * platform/gtk-wk2/TestExpectations:
11216         * platform/mac-wk2/TestExpectations:
11217         * platform/qt-5.0-wk2/TestExpectations:
11218         * platform/wk2/TestExpectations:
11219
11220 2013-05-24  Anders Carlsson  <andersca@apple.com>
11221
11222         Remove PagePopup code
11223         https://bugs.webkit.org/show_bug.cgi?id=116732
11224
11225         Reviewed by Andreas Kling.
11226
11227         Remove tests that relied on the mock page popup driver.
11228
11229         * fast/forms/date/no-page-popup-controller-expected.txt: Removed.
11230         * fast/forms/date/no-page-popup-controller.html: Removed.
11231         * fast/forms/resources/picker-common.js: Removed.
11232         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Removed.
11233         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Removed.
11234
11235 2013-05-24  Manuel Rego Casasnovas  <rego@igalia.com>
11236
11237         Improve loader/go-back-cached-main-resource.html test
11238         https://bugs.webkit.org/show_bug.cgi?id=116709
11239
11240         Reviewed by Alexey Proskuryakov.
11241
11242         It is only needed to register the listeners on the initial load as they
11243         are already present when restoring from page cache. Modified the test to
11244         use event.persisted property to know if we are handling the first load
11245         in order to register the listeners only once.
11246
11247         * loader/resources/first-page.html: Rename registerListeners() function
11248         to a more accurate name didShowPage() and use event.persisted to
11249         register the listeners only in the first load.
11250         * loader/resources/other-page.html: Ditto.
11251
11252 2013-05-24  Noam Rosenthal  <noam@webkit.org>
11253
11254         WebProcess is crashing on http://achicu.github.io/css-presentation when direct pattern compositing is enabled
11255         https://bugs.webkit.org/show_bug.cgi?id=115135
11256
11257         Reviewed by Antti Koivisto.
11258
11259         Added a ref-test that makes sure that a layer with a hidden radial gradient does not
11260         cause the web process to crash.
11261
11262         * compositing/patterns/direct-pattern-compositing-hidden-radial-gradient-expected.html: Added.
11263         * compositing/patterns/direct-pattern-compositing-hidden-radial-gradient.html: Added.
11264
11265 2013-05-24  Gabor Abraham  <abrhm@inf.u-szeged.hu>
11266
11267         [Qt] Unreviewed gardening. Update qt-5.0-wk2 expected pictures after r150506.
11268
11269         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
11270         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
11271         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
11272         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
11273         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
11274         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
11275         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
11276         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
11277         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
11278         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
11279         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
11280         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
11281         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
11282         * platform/qt-5.0-wk2/svg/filters/feImage-late-indirect-update-expected.png: Added.
11283         * platform/qt-5.0-wk2/svg/filters/feImage-reference-invalidation-expected.png: Added.
11284         * platform/qt-5.0-wk2/svg/filters/feImage-target-add-to-document-expected.png: Added.
11285         * platform/qt-5.0-wk2/svg/filters/feImage-target-attribute-change-expected.png: Added.
11286         * platform/qt-5.0-wk2/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
11287         * platform/qt-5.0-wk2/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
11288         * platform/qt-5.0-wk2/svg/filters/feImage-target-changes-id-expected.png: Added.
11289         * platform/qt-5.0-wk2/svg/filters/feImage-target-id-change-expected.png: Added.
11290         * platform/qt-5.0-wk2/svg/filters/feImage-target-inline-style-change-expected.png: Added.
11291         * platform/qt-5.0-wk2/svg/filters/feImage-target-property-change-expected.png: Added.
11292         * platform/qt-5.0-wk2/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
11293         * platform/qt-5.0-wk2/svg/filters/feImage-target-remove-from-document-expected.png: Added.
11294         * platform/qt-5.0-wk2/svg/filters/feImage-target-style-change-expected.png: Added.
11295
11296 2013-05-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
11297
11298         [Qt] Unreviewed gardening. Skip failing tests.
11299
11300         * platform/qt-5.0-wk2/TestExpectations: Move http/tests/security/cross-frame-access-put.html to qt/TestExpectations.
11301         * platform/qt/TestExpectations: Skip fast/frames/detach-frame-during-focus.html after r146523.
11302
11303 2013-05-24  Ryosuke Niwa  <rniwa@webkit.org>
11304
11305         Add back a failing test expectation on fast/canvas/webgl/object-deletion-behaviour.html
11306         after r150558 on Lion Debug WK1.
11307
11308         * platform/mac-wk2/TestExpectations:
11309         * platform/mac/TestExpectations:
11310
11311 2013-05-23  Seokju Kwon  <seokju.kwon@gmail.com>
11312
11313         [EFL] Rebaseline after r150593
11314         https://bugs.webkit.org/show_bug.cgi?id=116695
11315
11316         Unreviewed gardening.
11317
11318         Moved some editing tests from execCommand into pasteboard.
11319
11320         * platform/efl/TestExpectations:
11321
11322 2013-05-23  Filip Pizlo  <fpizlo@apple.com>
11323
11324         Make Math.imul tests run quicker, and fix some other bugs.
11325
11326         Rubber stampted by Oliver Hunt.
11327         
11328         Also make tests not call print().
11329
11330         * fast/js/regress/script-tests/cell-argument.js:
11331         * fast/js/regress/script-tests/imul-double-only.js:
11332         (f):
11333         * fast/js/regress/script-tests/imul-int-only.js:
11334         (f):
11335         * fast/js/regress/script-tests/imul-mixed.js:
11336         (f):
11337         * fast/js/regress/script-tests/object-closure-call.js:
11338
11339 2013-05-23  Mihai Maerean  <mmaerean@adobe.com>
11340
11341         assertion failed: !node || node->isElementNode() in WebCore::RenderBlock::clone
11342         https://bugs.webkit.org/show_bug.cgi?id=116614
11343
11344         Reviewed by David Hyatt.
11345
11346         * fast/multicol/newmulticol/direct-child-column-span-all-expected.txt: Added.
11347         * fast/multicol/newmulticol/direct-child-column-span-all.html: Added.
11348
11349 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11350
11351         Remove a stale test expectation.
11352
11353         * platform/wk2/TestExpectations:
11354
11355 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11356
11357         Update Mac test expectations for the bug 85408 as bugs 116398 and 116477 have been merged into it.
11358
11359         * platform/mac/TestExpectations:
11360
11361 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11362
11363         Add back failing test expectations for the bugs 88672 and 89528 after r150558 and r150559 on Lion.
11364
11365         * platform/mac/TestExpectations:
11366
11367 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11368
11369         fast/workers/storage/use-same-database-in-page-and-workers.html times out on the lion bots
11370         https://bugs.webkit.org/show_bug.cgi?id=81618
11371
11372         Add back the flaky test failure on Mac.
11373
11374         * platform/mac/TestExpectations:
11375
11376 2013-05-18  Robert Hogan  <robert@webkit.org>
11377
11378         The ellipsis in a text overflow should not avoid floats
11379         https://bugs.webkit.org/show_bug.cgi?id=115746
11380
11381         Reviewed by David Hyatt.
11382
11383         * fast/css/text-overflow-ellipsis-behind-floats-expected.html: Added.
11384         * fast/css/text-overflow-ellipsis-behind-floats.html: Added.
11385         * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html:
11386         * fast/css/text-overflow-ellipsis-full-truncate-rtl.html:
11387           Change this test to expect the text to cross into the floating input element
11388           and render the ellipsis at the left extreme of the element. The previous expected
11389           rendering relied on the incorrect premise that an overflow ellipsis should avoid
11390           floated elements.
11391
11392 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11393
11394         [Lion] [WK2] compositing/overflow/overflow-compositing-descendant.html
11395         https://bugs.webkit.org/show_bug.cgi?id=116684
11396
11397         Add a timeout/failure test expectation. Also update the expected result since the first frame
11398         of the video must be shown in this test.
11399
11400         * platform/mac-wk2/TestExpectations:
11401         * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
11402
11403 2013-05-23  Manuel Rego Casasnovas  <rego@igalia.com>
11404
11405         Fix loader/go-back-cached-main-resource.html test
11406         https://bugs.webkit.org/show_bug.cgi?id=116670
11407
11408         Reviewed by Alexey Proskuryakov.
11409
11410         The page does not get an onload when being restored from page cache. The
11411         test case case is modified to handle pageshow event instead.
11412
11413         * loader/go-back-cached-main-resource.html: Wait for the third
11414         'first-page' message to finish the test.
11415         * loader/resources/first-page.html: Use onpageshow instead of onload.
11416         * loader/resources/other-page.html: Ditto.
11417
11418 2013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
11419
11420         Several editing tests that copy & paste slow down Mac WK2 EWS
11421         https://bugs.webkit.org/show_bug.cgi?id=116681
11422
11423         Reviewed by Anders Carlsson.
11424
11425         Move editing tests that trigger copy and paste from execCommand into pasteboard.
11426         Since NWRT uses a single instance of WebKitTestRunner to run tests in single directory,
11427         this should mitigate the issue for now.
11428
11429         In the long term, we should really mock out the clipboard in WebKitTestRunner.
11430
11431         * editing/execCommand/4128080-2-expected.txt: Removed.
11432         * editing/execCommand/4128080-2.html: Removed.
11433         * editing/execCommand/5939887-expected.txt: Removed.
11434         * editing/execCommand/5939887.html: Removed.
11435         * editing/execCommand/copy-without-selection-expected.txt: Removed.
11436         * editing/execCommand/copy-without-selection.html: Removed.
11437         * editing/execCommand/paste-2.html: Removed.
11438         * editing/pasteboard/copy-cut-paste-events-fired-when-disabled-expected.txt: Copied from LayoutTests/editing/execCommand/5939887-expected.txt.
11439         * editing/pasteboard/copy-cut-paste-events-fired-when-disabled.html: Copied from LayoutTests/editing/execCommand/5939887.html.
11440         * editing/pasteboard/copy-inside-h1-preserves-h1-expected.txt: Copied from LayoutTests/editing/execCommand/4128080-2-expected.txt.
11441         * editing/pasteboard/copy-inside-h1-preserves-h1.html: Copied from LayoutTests/editing/execCommand/4128080-2.html.
11442         * editing/pasteboard/copy-without-selection-expected.txt: Copied from LayoutTests/editing/execCommand/copy-without-selection-expected.txt.
11443         * editing/pasteboard/copy-without-selection.html: Copied from LayoutTests/editing/execCommand/copy-without-selection.html.
11444         * editing/pasteboard/paste-2.html: Copied from LayoutTests/editing/execCommand/paste-2.html.
11445         * platform/gtk/editing/execCommand/paste-2-expected.png: Removed.
11446         * platform/gtk/editing/execCommand/paste-2-expected.txt: Removed.
11447         * platform/gtk/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.png.
11448         * platform/gtk/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.txt.
11449         * platform/mac/editing/execCommand/paste-2-expected.png: Removed.
11450         * platform/mac/editing/execCommand/paste-2-expected.txt: Removed.
11451         * platform/mac/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.png.
11452         * platform/mac/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.txt.
11453         * platform/qt/editing/execCommand/paste-2-expected.png: Removed.
11454         * platform/qt/editing/execCommand/paste-2-expected.txt: Removed.
11455         * platform/qt/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.png.
11456         * platform/qt/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.txt.
11457
11458 2013-05-23  Christophe Dumez  <ch.dumez@sisa.samsung.com>
11459
11460         Unreviewed, rolling out r150586.
11461         http://trac.webkit.org/changeset/150586
11462         https://bugs.webkit.org/show_bug.cgi?id=116660
11463
11464         Those constructors should be exposed on the WorkerContext, not
11465         the DOMWindow
11466
11467         * fast/js/global-constructors-attributes-expected.txt:
11468         * platform/efl/fast/js/constructor-length-expected.txt:
11469         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
11470         * platform/gtk/fast/js/constructor-length-expected.txt:
11471         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
11472         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
11473         * platform/mac/fast/js/constructor-length-expected.txt:
11474         * platform/qt/fast/js/constructor-length-expected.txt:
11475         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
11476
11477 2013-05-23  Radu Stavila  <stavila@adobe.com>
11478
11479         [CSS Regions][Mac] [WK2] Layout Test fast/regions/fixed-pos-elem-in-region.html is flaky on Debug builders
11480         https://bugs.webkit.org/show_bug.cgi?id=114571
11481
11482         Tests seems to be passing now, removed from TestExpectations.
11483
11484         Reviewed by Anders Carlsson.
11485
11486         * platform/mac-wk2/TestExpectations:
11487
11488 2013-05-23  Christophe Dumez  <ch.dumez@sisa.samsung.com>
11489
11490         Remove [NoInterfaceObject] from FileReaderSync and WorkerLocation
11491         https://bugs.webkit.org/show_bug.cgi?id=116660
11492
11493         Reviewed by Kentaro Hara.
11494
11495         Rebaseline a couple of test cases now that FileReaderSync and WorkerLocation
11496         attributes are exposed on the global Window object.
11497
11498         * fast/js/global-constructors-attributes-expected.txt:
11499         * platform/efl/fast/js/constructor-length-expected.txt:
11500         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
11501         * platform/gtk/fast/js/constructor-length-expected.txt:
11502         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
11503         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
11504         * platform/mac/fast/js/constructor-length-expected.txt:
11505         * platform/qt/fast/js/constructor-length-expected.txt:
11506         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
11507
11508 2013-05-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
11509
11510         [Qt] Unreviewed gardening.
11511
11512         * platform/qt-5.0-wk2/TestExpectations: Skip some failing test.
11513         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Rebaselined after r148594.
11514         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
11515         * platform/qt-5.0-wk2/fast/images/repaint-subrect-grid-expected.txt: Rebaselined after r149292.
11516
11517 2013-05-23  Balazs Kelemen  <kbalazs@webkit.org>
11518
11519         media/W3C/video/networkState/networkState_during_progress.html is flaky
11520         https://bugs.webkit.org/show_bug.cgi?id=76280
11521
11522         Unreviewed gardening.
11523
11524         Change expectation to the correct output and mark as flaky.
11525
11526         * TestExpectations:
11527         * media/W3C/video/networkState/networkState_during_progress-expected.txt:
11528
11529 2013-05-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
11530
11531         [Qt] Unreviewed gardening.
11532
11533         * platform/qt-5.0-wk1/TestExpectations: Remove a test failure that skipped in qt.
11534         * platform/qt/TestExpectations: Unskip now passing test.
11535
11536 2013-05-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
11537
11538         [Qt] Unreviewed gardening.
11539
11540         * platform/qt-5.0-wk2/TestExpectations: Unskip after rebaseline.
11541         * platform/qt/TestExpectations: Skip flaky test.
11542         * platform/qt/plugins/mouse-events-expected.txt: Rebaselining after r150558.
11543
11544 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11545
11546         Updated the bug associated with the failure of media/context-menu-actions.html
11547         from the bug 45021 to the bug 116651 since the former is the bug for which this test was added.
11548
11549         Also skip this test it has been timing out intermittently.
11550
11551         * platform/mac/TestExpectations:
11552
11553 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11554
11555         Update Mac test expectation for the bug 82980.
11556         The test is consistently timing out instead of being flaky now.
11557
11558         * platform/mac/TestExpectations:
11559
11560 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11561
11562         Add back two Lion test expectations after r150558 and r150559.
11563
11564         * platform/mac/TestExpectations:
11565
11566 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11567
11568         Make the test expectation for the bug 116649 specific to WK2
11569         as the test is passing on WK1.
11570
11571         * platform/mac-wk2/TestExpectations:
11572         * platform/mac/TestExpectations:
11573
11574 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11575
11576         Mark media/audio-repaint.html as always failing on Mac.
11577
11578         Also add back a failing test expectation to compositing/rtl/rtl-fixed-overflow-scrolled.html on Mac WK2.
11579
11580         Also add failing test expectation for the bug 116649.
11581
11582         * platform/mac/TestExpectations:
11583
11584 2013-05-22  Peter Wang  <peter.wang@torchmobile.com.cn>
11585
11586         Use uninitialized register in "JIT::emit_op_neq_null" and "emit_op_eq_null"
11587         https://bugs.webkit.org/show_bug.cgi?id=116593
11588
11589         Reviewed by Filip Pizlo.
11590
11591         Generated instructions using uninitialized register. It's caused by a mistake of r126494.
11592
11593         * fast/js/neq-null-crash-expected.txt: Added.
11594         * fast/js/neq-null-crash.html: Added.
11595         * fast/js/script-tests/neq-null-crash.js: Added.
11596
11597 2013-05-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
11598
11599         Unreviewed EFL gardening.
11600
11601         Skip 3 more tests which has problem related to ecore library.
11602
11603         * platform/efl/TestExpectations:
11604
11605 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11606
11607         Remove even more stale Mac test expectations. These tests are passing now!
11608
11609         * platform/mac/TestExpectations:
11610
11611 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11612
11613         Even more Mac test expectation updates.
11614
11615         * platform/mac-wk2/TestExpectations:
11616         * platform/mac/TestExpectations:
11617         * platform/wk2/TestExpectations:
11618         * plugins/mouse-events-expected.txt:
11619
11620 2013-05-22  Max Vujovic  <mvujovic@adobe.com>
11621
11622         [CSS Shaders] valueForCustomFilterTransformParameter should check that renderer is a RenderBox
11623         https://bugs.webkit.org/show_bug.cgi?id=116464
11624
11625         Reviewed by Alexandru Chiculita.
11626
11627         * css3/filters/custom/custom-filter-crash-inline-computed-style-expected.txt: Added.
11628         * css3/filters/custom/custom-filter-crash-inline-computed-style.html: Added.
11629
11630 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11631
11632         Add a missing result after r150551.
11633
11634         * http/tests/inspector/network/network-size-chunked-expected.txt: Added.
11635
11636 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11637
11638         Mac test expectation corrections after r150545.
11639
11640         * platform/mac-lion/http/tests/multipart/policy-ignore-crash-expected.txt: Added.
11641         * platform/mac/TestExpectations:
11642
11643 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11644
11645         More Mac test expectation cleanups.
11646
11647         * http/tests/inspector/network/network-size-sync-expected.txt:
11648         * platform/mac/TestExpectations:
11649         * platform/mac/webarchive/loading/mainresource-null-mimetype-crash-expected.txt:
11650
11651 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11652
11653         REGRESSION: fast/files/workers tests crash
11654         https://bugs.webkit.org/show_bug.cgi?id=45575
11655
11656         Unskip the test since they no longer crash. Also rebaseline two tests as needed.
11657
11658         * fast/files/workers/worker-read-blob-async-expected.txt:
11659         * fast/files/workers/worker-read-blob-sync-expected.txt:
11660         * platform/mac/TestExpectations:
11661
11662 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11663
11664         Mac test expectation cleanups. Unskip a bunch of tests and rebaseline them as needed.
11665
11666         * accessibility/aria-menubar-menuitems-expected.txt: Added.
11667         * fast/replaced/border-radius-clip-expected.png:
11668         * platform/mac/TestExpectations:
11669         * platform/mac/fast/replaced/border-radius-clip-expected.txt:
11670         * platform/mac/http/tests/multipart/policy-ignore-crash-expected.txt: Copied from LayoutTests/http/tests/multipart/policy-ignore-crash-expected.txt.
11671         * platform/mac/media/video-volume-slider-expected.png: Added.
11672         * platform/mac/media/video-volume-slider-expected.txt: Added.
11673
11674 2013-05-22  Hans Muller  <hmuller@adobe.com>
11675
11676         [CSS Exclusions] property parsing tests should be revised
11677         https://bugs.webkit.org/show_bug.cgi?id=116446
11678
11679         Reviewed by Alexandru Chiculita.
11680
11681         This is just a cleanup of the existing parsing tests. None of the tests have effectively
11682         changed. The cleaned-up version should be simpler, more regular, and shorter:
11683         - Moved all of parsing tests into a fast/exclusions/parsing subdirectory.
11684         - Remove the obsolete "wrap-" prefix from file names.
11685         - Eiminated excessive and needless stringification in many of the test functions.
11686         - Moved common code into parsing-test-utils.js and refactored redundant code.
11687
11688         * fast/exclusions/parsing-wrap-shape-inside-expected.txt: Removed.
11689         * fast/exclusions/parsing-wrap-shape-inside.html: Removed.
11690         * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: Removed.
11691         * fast/exclusions/parsing-wrap-shape-lengths.html: Removed.
11692         * fast/exclusions/parsing-wrap-shape-outside-expected.txt: Removed.
11693         * fast/exclusions/parsing-wrap-shape-outside.html: Removed.
11694         * fast/exclusions/parsing/parsing-shape-inside-expected.txt: Added.
11695         * fast/exclusions/parsing/parsing-shape-inside.html: Added.
11696         * fast/exclusions/parsing/parsing-shape-lengths-expected.txt: Added.
11697         * fast/exclusions/parsing/parsing-shape-lengths.html: Added.
11698         * fast/exclusions/parsing/parsing-shape-margin-expected.txt: Added.
11699         * fast/exclusions/parsing/parsing-shape-margin.html: Added.
11700         * fast/exclusions/parsing/parsing-shape-outside-expected.txt: Added.
11701         * fast/exclusions/parsing/parsing-shape-outside.html: Added.
11702         * fast/exclusions/parsing/parsing-shape-padding-expected.txt: Added.
11703         * fast/exclusions/parsing/parsing-shape-padding.html: Added.
11704         * fast/exclusions/parsing/parsing-wrap-flow-expected.txt: Added.
11705         * fast/exclusions/parsing/parsing-wrap-flow.html: Added.
11706         * fast/exclusions/parsing/parsing-wrap-through-expected.txt: Added.
11707         * fast/exclusions/parsing/parsing-wrap-through.html: Added.
11708         * fast/exclusions/parsing/script-tests/parsing-shape-inside.js: Added.
11709         (string_appeared_here):
11710         * fast/exclusions/parsing/script-tests/parsing-shape-lengths.js: Added.
11711         (getStyleValue):
11712         (testStyleValue):
11713         (testComputedStyleValue):
11714         (testInvalidValue):
11715         * fast/exclusions/parsing/script-tests/parsing-shape-margin.js: Added.
11716         (testShapeSpecifiedProperty):
11717         * fast/exclusions/parsing/script-tests/parsing-shape-outside.js: Added.
11718         (testShapePropertyParsingFailure):
11719         * fast/exclusions/parsing/script-tests/parsing-shape-padding.js: Added.
11720         (testShapeSpecifiedProperty):
11721         * fast/exclusions/parsing/script-tests/parsing-test-utils.js: Added.
11722         (getCSSText):
11723         (getComputedStyleValue):
11724         (getParentAndChildComputedStyles):
11725         (getParentAndChildComputedStylesString):
11726         (getChildComputedStyle):
11727         (testShapeSpecifiedProperty):
11728         (testShapeComputedProperty):
11729         (testNotInheritedShapeChildProperty):
11730         * fast/exclusions/parsing/script-tests/parsing-wrap-flow.js: Added.
11731         * fast/exclusions/parsing/script-tests/parsing-wrap-through.js: Added.
11732         * fast/exclusions/shape-margin-parsing-expected.txt: Removed.
11733         * fast/exclusions/shape-margin-parsing.html: Removed.
11734         * fast/exclusions/shape-padding-parsing-expected.txt: Removed.
11735         * fast/exclusions/shape-padding-parsing.html: Removed.
11736         * fast/exclusions/wrap-flow-parsing-expected.txt: Removed.
11737         * fast/exclusions/wrap-flow-parsing.html: Removed.
11738         * fast/exclusions/wrap-through-parsing-expected.txt: Removed.
11739         * fast/exclusions/wrap-through-parsing.html: Removed.
11740
11741 2013-05-22  Ryosuke Niwa  <rniwa@webkit.org>
11742
11743         REGRESSION: ASSERTION FAILED: obj->isRenderInline() || obj == this, Bad cast in WebCore::RenderBlock::createLineBoxes
11744         https://bugs.webkit.org/show_bug.cgi?id=110622
11745
11746         Reviewed by David Hyatt.
11747
11748         Add a regression test.
11749
11750         * fullscreen/full-screen-inline-split-crash-expected.txt: Added.
11751         * fullscreen/full-screen-inline-split-crash.html: Added.
11752
11753 2013-05-22  Simon Fraser  <simon.fraser@apple.com>
11754
11755         New Flickr doesn't get fast scrolling but should
11756         https://bugs.webkit.org/show_bug.cgi?id=116514
11757
11758         Reviewed by Darin Adler.
11759         
11760         slow-scrolling-hidden-background-toggle.html actually tests this patch. The other
11761         two tests were added because there appear to be no tests for basic internals.mainThreadScrollingReasons()
11762         functionality.
11763
11764         * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle-expected.txt: Added.
11765         * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html: Added.
11766         * platform/mac-wk2/tiled-drawing/slow-scrolling-expected.txt: Added.
11767         * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle-expected.txt: Added.
11768         * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html: Added.
11769         * platform/mac-wk2/tiled-drawing/slow-scrolling.html: Added.
11770
11771 2013-05-22  Robert Hogan  <robert@webkit.org>
11772
11773         Need to Remove Anonymous Wrappers When All Children Become Inline
11774         https://bugs.webkit.org/show_bug.cgi?id=115687
11775
11776         Reviewed by David Hyatt.
11777
11778         * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned-expected.txt: Added.
11779         * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned.html: Added.
11780         * platform/qt/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
11781         * platform/qt/fast/dynamic/002-expected.txt:
11782
11783 2013-05-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
11784
11785         [Qt][WK2] Unreviewed gardening. Skipping failing printing tests after r150046.
11786         https://bugs.webkit.org/show_bug.cgi?id=116617
11787
11788         * platform/qt-5.0-wk2/TestExpectations:
11789
11790 2013-05-22  Gabor Abraham  <abrhm@inf.u-szeged.hu>
11791
11792         [Qt] Unreviewed gardening. Skip failing tests after r150065 and r150498.
11793
11794         * platform/qt/TestExpectations:
11795
11796 2013-05-22  Radu Stavila  <stavila@adobe.com>
11797
11798         [CSSRegions] Remove platform-specific differences from offsetLeft/offsetTop tests
11799         https://bugs.webkit.org/show_bug.cgi?id=116607
11800
11801         Reviewed by Antti Koivisto.
11802
11803         * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt:
11804         * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
11805         * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html:
11806         * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html:
11807
11808 2013-05-22  Gabor Abraham  <abrhm@inf.u-szeged.hu>
11809
11810         [Qt] Unreviewed gardening, updating expected files after r150508.
11811
11812         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
11813         * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Removed.
11814
11815 2013-05-22  Gabor Abraham  <abrhm@inf.u-szeged.hu>
11816
11817         [Qt] Unreviewed gardening. Unskipping some tests.
11818         https://bugs.webkit.org/show_bug.cgi?id=26830
11819         https://bugs.webkit.org/show_bug.cgi?id=99870
11820         https://bugs.webkit.org/show_bug.cgi?id=108429
11821         https://bugs.webkit.org/show_bug.cgi?id=23166
11822         https://bugs.webkit.org/show_bug.cgi?id=98523
11823         https://bugs.webkit.org/show_bug.cgi?id=110654
11824
11825         * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
11826         * platform/qt/TestExpectations:
11827         * platform/qt/css2.1/20110323/replaced-elements-001-expected.png:
11828         * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
11829         * platform/qt/css3/flexbox/button-expected.png: Added.
11830         * platform/qt/css3/flexbox/button-expected.txt: Added.
11831         * platform/qt/fast/css/background-clip-radius-values-expected.png: Added.
11832         * platform/qt/fast/css/background-clip-radius-values-expected.txt: Added.
11833         * platform/qt/fast/images/repaint-subrect-grid-expected.txt: Added.
11834         * platform/qt/fast/multicol/single-line-expected.png: Added.
11835         * platform/qt/fast/multicol/single-line-expected.txt: Added.
11836         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
11837         * platform/qt/svg/custom/foreign-object-skew-expected.txt:
11838         * platform/qt/svg/custom/js-late-pattern-creation-expected.png:
11839         * platform/qt/svg/custom/pattern-scaling-expected.png: Added.
11840         * platform/qt/svg/custom/pattern-scaling-expected.txt: Added.
11841         * platform/qt/svg/custom/pattern-skew-transformed-expected.png:
11842         * platform/qt/svg/custom/pattern-skew-transformed-expected.txt: Added.
11843         * platform/qt/svg/custom/pattern-with-transformation-expected.png:
11844         * platform/qt/svg/custom/text-ctm-expected.png:
11845         * platform/qt/svg/custom/text-ctm-expected.txt:
11846         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
11847         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
11848         * platform/qt/tables/mozilla/bugs/bug92647-2-expected.png:
11849         * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
11850
11851 2013-05-22  Gabor Abraham  <abrhm@inf.u-szeged.hu>
11852
11853         [Qt] Unreviewed gardening. Unskipping some tests.
11854         https://bugs.webkit.org/show_bug.cgi?id=105437
11855
11856         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
11857         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
11858         * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
11859         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
11860         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Added.
11861         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
11862         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Added.
11863         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
11864         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Added.
11865         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
11866         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Added.
11867         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
11868         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Added.
11869         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
11870         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Added.
11871         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
11872         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Added.
11873         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
11874         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Added.
11875         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
11876         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Added.
11877         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
11878         * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Added.
11879         * platform/qt/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Copied from LayoutTests/platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png.
11880         * platform/qt/svg/filters/feImage-animated-transform-on-target-rect-expected.txt: Added.
11881         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
11882         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
11883         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
11884         * platform/qt/svg/filters/feImage-late-indirect-update-expected.png:
11885         * platform/qt/svg/filters/feImage-late-indirect-update-expected.txt: Added.
11886         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
11887         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added.
11888         * platform/qt/svg/filters/feImage-position-expected.png:
11889         * platform/qt/svg/filters/feImage-position-expected.txt: Added.
11890         * platform/qt/svg/filters/feImage-preserveAspectratio-expected.png:
11891         * platform/qt/svg/filters/feImage-preserveAspectratio-expected.txt: Added.
11892         * platform/qt/svg/filters/feImage-reference-invalidation-expected.png:
11893         * platform/qt/svg/filters/feImage-reference-invalidation-expected.txt: Added.
11894         * platform/qt/svg/filters/feImage-subregions-expected.png:
11895         * platform/qt/svg/filters/feImage-subregions-expected.txt: Added.
11896         * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
11897         * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt: Added.
11898         * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
11899         * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt: Added.
11900         * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
11901         * platform/qt/svg/filters/feImage-target-add-to-document-expected.txt: Added.
11902         * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
11903         * platform/qt/svg/filters/feImage-target-attribute-change-expected.txt: Added.
11904         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
11905         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added.
11906         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
11907         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added.
11908         * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
11909         * platform/qt/svg/filters/feImage-target-changes-id-expected.txt: Added.
11910         * platform/qt/svg/filters/feImage-target-id-change-expected.png:
11911         * platform/qt/svg/filters/feImage-target-id-change-expected.txt: Added.
11912         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
11913         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.txt: Added.
11914         * platform/qt/svg/filters/feImage-target-property-change-expected.png:
11915         * platform/qt/svg/filters/feImage-target-property-change-expected.txt: Added.
11916         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
11917         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.txt: Added.
11918         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
11919         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.txt: Added.
11920         * platform/qt/svg/filters/feImage-target-style-change-expected.png:
11921         * platform/qt/svg/filters/feImage-target-style-change-expected.txt: Added.
11922
11923 2013-05-22  Krzysztof Czech  <k.czech@samsung.com>
11924
11925         [EFL] accessibility/label-for-control-hittest.html is failing
11926         https://bugs.webkit.org/show_bug.cgi?id=112029
11927
11928         Unreviewed EFL gardening.
11929
11930         accessibility/label-for-control-hittest.html passes after r150439.
11931
11932         * platform/efl-wk2/TestExpectations:
11933
11934 2013-05-21  Mihai Tica  <mitica@adobe.com>
11935
11936         Updating element background blending to conform to the changes in the spec.
11937         This implies that the background layers won't longer blend with the content
11938         behind the element.
11939         Removing the background color tests, as background color blending is no longer
11940         a valid use case, also modified the current background image tests.
11941         https://bugs.webkit.org/show_bug.cgi?id=116212
11942
11943         Reviewed by Dean Jackson.
11944
11945         * css3/compositing/effect-background-blend-mode-color-expected.txt: Removed.
11946         * css3/compositing/effect-background-blend-mode-color.html: Removed.
11947         * css3/compositing/effect-background-blend-mode-color2-expected.txt: Removed.
11948         * css3/compositing/effect-background-blend-mode-color2.html: Removed.
11949         * css3/compositing/effect-background-blend-mode-stacking-expected.png: Removed.
11950         * css3/compositing/effect-background-blend-mode-stacking.html:
11951         * platform/mac/css3/compositing/effect-background-blend-mode-color-expected.png: Removed.
11952         * platform/mac/css3/compositing/effect-background-blend-mode-color2-expected.png: Removed.
11953         * platform/mac/css3/compositing/effect-background-blend-mode-expected.png:
11954         * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png:
11955
11956 2013-05-21  Seokju Kwon  <seokju.kwon@gmail.com>
11957
11958         [EFL] Cleanup TestExpectations to pass --lint-test-files
11959         https://bugs.webkit.org/show_bug.cgi?id=116590
11960
11961         Unreviewed EFL gardening.
11962
11963         http/tests/websocket/tests/hybi/close-on-navigate-new-location.html was skipped in r150497.
11964
11965         * platform/efl/TestExpectations: Remove duplicate entry.
11966
11967 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
11968
11969         Web Inspector: [Mac] inspector/geolocation-error.html is flaky
11970         https://bugs.webkit.org/show_bug.cgi?id=116592
11971
11972         Add a flaky test expectation.
11973
11974         * platform/mac/TestExpectations:
11975
11976 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
11977
11978         Use-after-free in DOMSelection::containsNode
11979         https://bugs.webkit.org/show_bug.cgi?id=116468
11980
11981         Reviewed by Andreas Kling.
11982
11983         Add a regression test from https://chromium.googlesource.com/chromium/blink/+/40bb8089352b15dd034641b4c131111cd79b44f1.
11984
11985         * editing/selection/contains-node-crash-expected.txt: Added.
11986         * editing/selection/contains-node-crash.html: Added.
11987
11988 2013-05-21  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
11989
11990         Unreviewed EFL gardening.
11991
11992         Skip a test which has problem related to ecore library.
11993
11994         * platform/efl/TestExpectations:
11995
11996 2013-05-21  Joseph Pecoraro  <pecoraro@apple.com>
11997
11998         Web Inspector: InspectorFrontendHost::loadResourceSynchronously() builds ASCII-only results
11999         https://bugs.webkit.org/show_bug.cgi?id=116569
12000
12001         Merge: https://chromium.googlesource.com/chromium/blink/+/7f1cfecfe34f4dbc6ce1ef0250b13f2058128eeb
12002
12003         Reviewed by Timothy Hatcher.
12004
12005         * inspector/load-resource-synchronously-utf8-expected.txt: Added.
12006         * inspector/load-resource-synchronously-utf8.html: Added.
12007
12008 2013-05-21  Andy Estes  <aestes@apple.com>
12009
12010         Check in the test and result I forgot to 'git add' before committing r150490.
12011
12012         * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Added.
12013         * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Added.
12014
12015 2013-05-21  Andy Estes  <aestes@apple.com>
12016
12017         Allow session storage for third-party origins even if third-party data access is blocked.
12018         https://bugs.webkit.org/show_bug.cgi?id=116532
12019
12020         Reviewed by Anders Carlsson.
12021
12022         * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage-expected.txt.
12023         * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage.html.
12024
12025 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
12026
12027         Web Inspector: inspector/styles/import-pseudoclass-crash.html intermittently hits an assertion in HTMLLinkElement::startLoadingDynamicSheet
12028         https://bugs.webkit.org/show_bug.cgi?id=116582
12029
12030         Add a flaky crash expectation.
12031
12032         * platform/mac/TestExpectations:
12033
12034 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
12035
12036         Update Mountain Lion test expectations per bug 116477.
12037
12038         * platform/mac/TestExpectations:
12039
12040 2013-05-21  Zoltan Horvath  <zoltan@webkit.org>
12041
12042         [CSS Regions][CSS Exclusions] Multiple regions with shape-insides should respect positioned shapes and overflow
12043         https://bugs.webkit.org/show_bug.cgi?id=115001
12044
12045         Reviewed by David Hyatt.
12046
12047         In r150375 I implemented the new overflow behavior for shape-inside on regions, but it covered only the simple cases
12048         when you had only one region. This patch adds support for the new overflow behavior for multiple regions with multiple
12049         positioned shape-insides and overflow.
12050
12051         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes-expected.html: Added.
12052         * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html: Added.
12053         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes-expected.html: Added.
12054         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html: Added.
12055
12056 2013-05-21  Brent Fulgham  <bfulgham@apple.com>
12057
12058         [Windows] Reenable storage tests
12059         https://bugs.webkit.org/show_bug.cgi?id=116559 
12060
12061         Unreviewed update to TestExpectations:
12062         1. Storage features are present on Windows, so test them.
12063         2. Disable (for now) the four websql tests that fail.
12064
12065         * platform/win/TestExpectations:
12066
12067 2013-05-21  Jer Noble  <jer.noble@apple.com>
12068
12069         Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html
12070
12071         * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
12072         * platform/mac/TestExpectations:
12073         * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Removed.
12074
12075 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
12076
12077         Update test expectations after r150472 for the bug 116125.
12078
12079         * platform/wk2/TestExpectations:
12080
12081 2013-05-21  Commit Queue  <commit-queue@webkit.org>
12082
12083         Unreviewed, rolling out r150386 and r150397.
12084         http://trac.webkit.org/changeset/150386
12085         http://trac.webkit.org/changeset/150397
12086         https://bugs.webkit.org/show_bug.cgi?id=116572
12087
12088         Broke a test; Alex is going to try again later. (Requested by
12089         thorton on #webkit).
12090
12091         * platform/wk2/TestExpectations:
12092
12093 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12094
12095         dispatchEvent call can execute javascript and blow away endRoot from underneath
12096         https://bugs.webkit.org/show_bug.cgi?id=116483
12097
12098         Reviewed by Andreas Kling.
12099
12100         Add a regression test.
12101
12102         * editing/undo/undo-after-event-edited-expected.txt: Added.
12103         * editing/undo/undo-after-event-edited.html: Added.
12104
12105 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
12106
12107         media/track/track-cue-rendering-snap-to-lines-not-set.html is failing
12108         https://bugs.webkit.org/show_bug.cgi?id=116567
12109
12110         Add a failing test expectation to the test added in r150452.
12111
12112         * platform/mac/TestExpectations:
12113         * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
12114
12115 2013-05-21  Brent Fulgham  <bfulgham@apple.com>
12116
12117         [Windows] Disable several crashing tests.
12118         https://bugs.webkit.org/show_bug.cgi?id=116562
12119         
12120         Unreviewed change to TestExpectations while investigating.
12121
12122         * platform/win/TestExpectations:
12123
12124 2013-05-21  Brent Fulgham  <bfulgham@apple.com>
12125
12126         [Windows] Workers are crashing tests.
12127         https://bugs.webkit.org/show_bug.cgi?id=116560.
12128
12129         Unreviewed change to TestExpectations while investigating.
12130
12131         * platform/win/TestExpectations: Disable worker tests under Windows.
12132
12133 2013-05-21  Brent Fulgham  <bfulgham@apple.com>
12134
12135         [Windows] Unreviewed test expectation change - skip failing tests.
12136         https://bugs.webkit.org/show_bug.cgi?id=116564
12137
12138         1. Skip a number of failing tests, and investigate the sources of the
12139         problems.  Progress will be tracked on the above bug.
12140         2. Correct a typo I made in r150382
12141         3. Remove skip entries from https://webkit.org/b/113908; these were
12142         replaced with new tests added in https://webkit.org/b/113946.
12143
12144         * platform/win/TestExpectations:
12145
12146 2013-05-21  Radu Stavila  <stavila@adobe.com>
12147
12148         [CSSRegions] Remove percentages from offsetLeft/offsetTop tests to avoid sub-pixel errors
12149         https://bugs.webkit.org/show_bug.cgi?id=116544
12150
12151         Reviewed by Andreas Kling.
12152
12153         * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
12154         * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html:
12155
12156 2013-05-20  Jer Noble  <jer.noble@apple.com>
12157
12158         Implement overlap avoidance for cues with snap-to-lines flag not set
12159         https://bugs.webkit.org/show_bug.cgi?id=84296
12160
12161         Reviewed by Eric Carlson.
12162
12163         * media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added.
12164         * media/track/track-cue-overlap-snap-to-lines-not-set.html: Added.
12165
12166 2013-05-21  Krzysztof Czech  <k.czech@samsung.com>
12167
12168         [GTK][WK2] accessibility/label-for-control-hittest.html is failing
12169         https://bugs.webkit.org/show_bug.cgi?id=106341
12170
12171         Reviewed by Martin Robinson.
12172
12173         Fixing failing test. The reason of failure is missing
12174         possibility of getting accessibility object at exact position. 
12175
12176         * platform/gtk-wk2/TestExpectations:
12177
12178 2013-05-21  Krzysztof Czech  <k.czech@samsung.com>
12179
12180         [EFL] accessibility/accessibility-node-reparent.html is failing
12181         https://bugs.webkit.org/show_bug.cgi?id=112026
12182
12183         Unreviewed EFL gardening.
12184
12185         accessibility/accessibility-node-reparent.html passes after r150431.
12186
12187         * platform/efl-wk2/TestExpectations:
12188
12189 2013-05-21  Krzysztof Czech  <k.czech@samsung.com>
12190
12191         [EFL] accessibility/accessibility-node-memory-management.html is failing
12192         https://bugs.webkit.org/show_bug.cgi?id=112025
12193
12194         Unreviewed EFL gardening
12195
12196         accessibility/accessibility-node-memory-management.html passes after r150431.
12197
12198         * platform/efl-wk2/TestExpectations:
12199
12200 2013-05-21  Ryosuke Niwa  <rniwa@webkit.org>
12201
12202         [Mac] svg/batik/paints/patternRegions-positioned-objects.svg is flaky
12203         https://bugs.webkit.org/show_bug.cgi?id=116519
12204
12205         Add a flaky test expectation.
12206
12207         * platform/mac/TestExpectations:
12208
12209 2013-05-20  Seokju Kwon  <seokju.kwon@gmail.com>
12210
12211         Remove remaining link-prerender code
12212         https://bugs.webkit.org/show_bug.cgi?id=116429
12213
12214         Reviewed by Darin Adler.
12215
12216         Remove test cases related to link-prerender.
12217
12218         * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Removed.
12219         * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Removed.
12220         * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Removed.
12221         * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Removed.
12222         * fast/dom/HTMLLinkElement/resources/empty.html: Removed.
12223         * fast/dom/HTMLLinkElement/resources/empty2.html: Removed.
12224         * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Removed.
12225         * platform/mac/TestExpectations:
12226         * platform/qt/TestExpectations:
12227         * platform/win/TestExpectations:
12228         * platform/wincairo/TestExpectations:
12229         * platform/wk2/TestExpectations:
12230
12231 2013-05-20  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
12232
12233         Unreviewed EFL gardening. Below tests don't come to crash anymore after r150368.
12234         But, pending-activity.html still comes to crash on wk2.
12235
12236         storage/indexeddb/pending-activity.html
12237         storage/indexeddb/transaction-coordination-across-databases.html
12238
12239         * platform/efl-wk2/TestExpectations:
12240         * platform/efl/TestExpectations:
12241
12242 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12243
12244         Add tests for named access checks on DOMWindow
12245         https://bugs.webkit.org/show_bug.cgi?id=116512
12246
12247         Reviewed by Geoffrey Garen.
12248
12249         Merge https://chromium.googlesource.com/chromium/blink/+/9207625a100abe9b72333ac5dba02b38ca5f4466
12250
12251         * http/tests/security/xss-DENIED-window-name-alert-expected.txt: Added.
12252         * http/tests/security/xss-DENIED-window-name-alert.html: Added.
12253         * http/tests/security/xss-DENIED-window-name-navigator-expected.txt: Added.
12254         * http/tests/security/xss-DENIED-window-name-navigator.html: Added.
12255
12256 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12257
12258         Null pointer deference in WebCore::AppendNodeCommand::create
12259         https://bugs.webkit.org/show_bug.cgi?id=116479
12260
12261         Reviewed by Andreas Kling.
12262
12263         Add a regression test.
12264
12265         * editing/deleting/delete-uneditable-style-expected.txt: Added.
12266         * editing/deleting/delete-uneditable-style.html: Added.
12267
12268 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12269
12270         REGRESSION(r150386): [WK2] loader/go-back-cached-main-resource.html fails
12271         https://bugs.webkit.org/show_bug.cgi?id=116491
12272
12273         Add a test expectation.
12274
12275         * platform/wk2/TestExpectations:
12276
12277 2013-05-20  Simon Fraser  <simon.fraser@apple.com>
12278
12279         position:sticky should stick for the enclosing overflow ancestor
12280         https://bugs.webkit.org/show_bug.cgi?id=100054
12281
12282         Reviewed by Beth Dakin.
12283         
12284         Reference test for sticky behavior inside overflow:.
12285
12286         * fast/css/sticky/sticky-top-overflow-expected.html: Added.
12287         * fast/css/sticky/sticky-top-overflow.html: Added.
12288
12289 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12290
12291         Add a test that inserting a character inside a URL doesn't move caret per auto correction
12292         https://bugs.webkit.org/show_bug.cgi?id=116458
12293
12294         Reviewed by Darin Adler.
12295
12296         Add a test. This is broken on Safari 6 but fixed on ToT.
12297
12298         * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
12299         * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
12300         * platform/mac-wk2/TestExpectations:
12301
12302 2013-05-20  Manuel Rego Casasnovas  <rego@igalia.com>
12303
12304         [GTK][WK2] Unflag tests related to layoutTestController.setSmartInsertDeleteEnabled
12305         https://bugs.webkit.org/show_bug.cgi?id=116433
12306
12307         Unreviewed gardening.
12308
12309         * platform/gtk-wk2/TestExpectations: Unflag tests as they are passing
12310         since r150289.
12311
12312 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12313
12314         [Mac] [WK2] storage/websql/open-database-creation-callback-isolated-world.html, statement-error-callback-isolated-world.html,
12315         and transaction-success-callback-isolated-world.html are flaky
12316         https://bugs.webkit.org/show_bug.cgi?id=116478
12317
12318         Add flaky test expectations.
12319
12320         * platform/mac-wk2/TestExpectations:
12321
12322 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12323
12324         svg/batik/text/textEffect.svg is flaky on Mountain Lion builders
12325         https://bugs.webkit.org/show_bug.cgi?id=116477
12326
12327         Add a failing test expectation.
12328
12329         * platform/mac/TestExpectations:
12330
12331 2013-05-20  Hans Muller  <hmuller@adobe.com>
12332
12333         [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values
12334         https://bugs.webkit.org/show_bug.cgi?id=116349
12335
12336         Reviewed by Alexandru Chiculita.
12337
12338         Check that shape values specified with a URI are parsed correctly.
12339
12340         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
12341         * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
12342         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
12343         * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
12344
12345 2013-05-20  Alex Christensen  <achristensen@apple.com>
12346
12347         WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests.
12348         https://bugs.webkit.org/show_bug.cgi?id=116125
12349
12350         Reviewed by Tim Horton.
12351
12352         * platform/wk2/TestExpectations:
12353         Unskipped working tests.
12354
12355 2013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
12356
12357         Add a failing test expectation to editing/selection/user-drag-element-and-user-select-none.html
12358         after r150354. The failure is tracked by the bug 116473.
12359
12360         * TestExpectations:
12361
12362 2013-05-20  Radu Stavila  <stavila@adobe.com>
12363
12364         [CSSRegions] Fix offsetLeft / offsetTop for elements inside named flow
12365         https://bugs.webkit.org/show_bug.cgi?id=115899
12366
12367         Reviewed by David Hyatt.
12368
12369         Added tests for the implementation of offsetLeft and offsetTop for objects inside named flows
12370         for which the offsetParent is the body.
12371
12372         * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt: Added.
12373         * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: Added.
12374         * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed-expected.txt: Added.
12375         * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: Added.
12376         * fast/regions/offsetLeft-offsetTop-in-region-float-expected.txt: Added.
12377         * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl-expected.txt: Added.
12378         * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html: Added.
12379         * fast/regions/offsetLeft-offsetTop-in-region-float.html: Added.
12380         * fast/regions/offsetLeft-offsetTop-inlines-region-in-element-expected.txt: Added.
12381         * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html: Added.
12382
12383 2013-05-20  Brent Fulgham  <bfulgham@apple.com>
12384
12385         [Windows] Unreviewed TestExpectation cleanup. Reordered lines
12386         to match Mac version to make it easier to understand what features
12387         are uniquely missing in Windows port.
12388
12389         * platform/win/TestExpectations: Reordering of lines, adds some
12390         bug ID's to existing skipped tests.
12391
12392 2013-05-20  Hans Muller  <hmuller@adobe.com>
12393
12394         [Qt] REGRESSION(r149457): some fast/exclusions tests are failing
12395         https://bugs.webkit.org/show_bug.cgi?id=115511
12396
12397         Reviewed by Andreas Kling.
12398
12399         Unskipping the exclusions tests on Qt. They were fixed by https://bugs.webkit.org/show_bug.cgi?id=116115.
12400
12401         * platform/qt/TestExpectations:
12402
12403 2013-05-20  Zoltan Horvath  <zoltan@webkit.org>
12404
12405         [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow
12406         https://bugs.webkit.org/show_bug.cgi?id=116252
12407
12408         Reviewed by David Hyatt.
12409
12410         Regions should respect shape-inside properties which have specified top offset. Since the content which overflows from the
12411         shape should be pushed after the content box (for details check out r148975), I implemented  overflowthe behavior for simple
12412         cases when you have only one region. I'm going to implement it for additional regions in a follow up patch.
12413
12414         Tests: fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html
12415                fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html
12416
12417         * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset-expected.html: Added.
12418         * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html: Added.
12419         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html: Added.
12420         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html: Added.
12421
12422 2013-05-20  Seokju Kwon  <seokju.kwon@gmail.com>
12423
12424         [GTK] Cleanup TestExpectations to pass --lint-test-files
12425         https://bugs.webkit.org/show_bug.cgi?id=116419
12426
12427         Unreviewed GTK gardening.
12428
12429         Remove one of two http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html
12430
12431         * platform/gtk/TestExpectations:
12432
12433 2013-05-20  Antoine Quint  <graouts@apple.com>
12434
12435         [Mac] captions menu should behave more like a menu
12436         https://bugs.webkit.org/show_bug.cgi?id=116436
12437
12438         Reviewed by Eric Carlson.
12439
12440         New test that checks that the caption menu hides when clicking outside
12441         of the bounds of the media element.
12442
12443         * media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt: Added.
12444         * media/video-controls-captions-trackmenu-hide-on-click-outside.html: Added.
12445         * platform/efl/TestExpectations:
12446         * platform/gtk/TestExpectations:
12447         * platform/qt/TestExpectations:
12448         * platform/win/TestExpectations:
12449
12450 2013-05-18  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
12451
12452         [Cairo] Canvas-shadow behavior is not being as expected
12453         https://bugs.webkit.org/show_bug.cgi?id=108897
12454
12455         Reviewed by Martin Robinson.
12456
12457         Test to verify the shadow of an image drawn on canvas.
12458         This test uses an image whose size is smaller than,
12459         the size of the rectangle which should be filled with the image.
12460
12461         * fast/canvas/canvas-image-shadow-expected.txt: Added.
12462         * fast/canvas/canvas-image-shadow.html: Added.
12463         * fast/canvas/script-tests/canvas-image-shadow.js: Added.
12464         (draw):
12465
12466 2013-05-20  Christophe Dumez  <ch.dumez@sisa.samsung.com>
12467
12468         [EFL] Reenabled INDEXED_DATABASE after r150344
12469         https://bugs.webkit.org/show_bug.cgi?id=116430
12470
12471         Reviewed by Gyuyoung Kim.
12472
12473         Unskip indexeddb layout tests for EFL port now that the functionality
12474         is reenabled at compile time.
12475
12476         * platform/efl/TestExpectations:
12477
12478 2013-05-20  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
12479
12480         -webkit-text-underline-position should not be inherited
12481         https://bugs.webkit.org/show_bug.cgi?id=116363
12482
12483         Reviewed by Dean Jackson.
12484
12485         Update expected results.
12486
12487         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt:
12488         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js:
12489
12490 2013-05-20  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
12491
12492         Unreviewed EFL gardening.
12493
12494         Adding failure expectations for spelling tests.
12495
12496         * platform/efl-wk2/TestExpectations:
12497
12498 2013-05-20  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
12499
12500         Unreviewed EFL gardening.
12501
12502         spelling-double-clicked-word.html passes after r150289.
12503
12504         * platform/efl-wk2/TestExpectations:
12505
12506 2013-05-18  Simon Fraser  <simon.fraser@apple.com>
12507
12508         svg/batik tests are flakey.
12509         webkit.org/b/116398
12510
12511         * platform/mac/TestExpectations:
12512
12513 2013-05-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
12514
12515         Unreviewed EFL build fix.
12516
12517         Skip indexeddb test cases as the feature is temporarily disabled due to
12518         r150305.
12519
12520         * platform/efl/TestExpectations:
12521
12522 2013-05-18  Ryosuke Niwa  <rniwa@webkit.org>
12523
12524         Mac rebaseline after r148944.
12525
12526         * platform/mac/TestExpectations:
12527         * platform/mac/fast/table/giantRowspan-expected.txt:
12528         * platform/mac/fast/table/giantRowspan2-expected.png:
12529         * platform/mac/fast/table/giantRowspan2-expected.txt:
12530         * platform/mac/tables/mozilla/bugs/bug133756-1-expected.txt:
12531         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
12532         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.txt:
12533         * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
12534         * platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
12535         * platform/mac/tables/mozilla/bugs/bug8858-expected.txt:
12536         * platform/mac/tables/mozilla/core/bloomberg-expected.png:
12537         * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
12538         * platform/mac/tables/mozilla/core/row_span-expected.png:
12539         * platform/mac/tables/mozilla/core/row_span-expected.txt:
12540         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
12541         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
12542         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
12543         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
12544         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
12545
12546 2013-05-18  Ryosuke Niwa  <rniwa@webkit.org>
12547
12548         REGRESSION: [Mac] fast/js/post-message-numeric-property.html is flaky
12549         https://bugs.webkit.org/show_bug.cgi?id=116388
12550
12551         Add a flaky test expectation.
12552
12553         * platform/mac/TestExpectations:
12554
12555 2013-05-18  Ryosuke Niwa  <rniwa@webkit.org>
12556
12557         Mac Lion rebaselines after r149999 and r150260.
12558
12559         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
12560         * platform/mac-lion/media/track: Added.
12561         * platform/mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
12562
12563 2013-05-17  Ryosuke Niwa  <rniwa@webkit.org>
12564
12565         One more Mac rebaseline.
12566
12567         * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
12568         * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
12569
12570 2013-05-16  Alexey Proskuryakov  <ap@apple.com>
12571
12572         Text input is largely broken when there are subframes loading
12573         http://bugs.webkit.org/show_bug.cgi?id=59121
12574         <rdar://problem/9320468>
12575
12576         Reviewed by Darin Adler.
12577
12578         The new test's result are affected by DRT and WTR deficiencies, but it still
12579         verifies that a tricky crash I had during development doesn't start to happen again.
12580
12581         * platform/mac-wk2/TestExpectations:
12582         * platform/mac/editing/input/resources: Added.
12583         * platform/mac/editing/input/resources/first-page.html: Added.
12584         * platform/mac/editing/input/resources/other-page.html: Added.
12585         * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Added.
12586         * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html: Added.
12587
12588 2013-05-17  Ryosuke Niwa  <rniwa@webkit.org>
12589
12590         Mac rebaselines; also remove some entries.
12591
12592         Seriously, I've had it enough. Why are people adding these entires never to rebaseline them later?
12593
12594         * platform/mac/TestExpectations:
12595         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
12596         * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
12597         * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
12598         * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
12599         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
12600         * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
12601         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
12602         * platform/mac/fast/forms/input-value-expected.png:
12603         * platform/mac/fast/forms/input-value-expected.txt:
12604         * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png:
12605         * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
12606         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
12607         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
12608
12609 2013-05-17  Joseph Pecoraro  <pecoraro@apple.com>
12610
12611         Web Inspector: SyntaxError evaluating "1+1; //@ sourceURL=test" in console
12612         https://bugs.webkit.org/show_bug.cgi?id=116292
12613
12614         Reviewed by Timothy Hatcher.
12615
12616         * inspector/console/console-eval-comment-expected.txt: Added.
12617         * inspector/console/console-eval-comment.html: Added.
12618
12619 2013-05-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
12620
12621         Unreviewed. Skip webgl and transforms/3d tests again, until we find out why they do
12622         not run in the release bot.
12623
12624         * platform/gtk/TestExpectations:
12625
12626 2013-05-17  Frédéric Wang  <fred.wang@free.fr>
12627
12628         Bad spacing inside MathML formulas when text-indent is specified
12629         https://bugs.webkit.org/show_bug.cgi?id=106600
12630
12631         Reviewed by Martin Robinson.
12632
12633         New test to verify that the text-indent property is reset to 0 on
12634         the MathML root.
12635
12636         * mathml/presentation/text-indent-expected.html: Added.
12637         * mathml/presentation/text-indent.html: Added.
12638
12639 2013-05-16  Jer Noble  <jer.noble@apple.com>
12640
12641         Some media/track tests fail or assert on Mac
12642         https://bugs.webkit.org/show_bug.cgi?id=97132
12643
12644         Reviewed by Simon Fraser.
12645
12646         * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt:
12647         * media/track/track-cue-rendering-horizontal.html:
12648         * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
12649         * media/track/track-cue-rendering-snap-to-lines-not-set.html:
12650         * media/track/track-cue-rendering-vertical.html:
12651         * platform/mac/TestExpectations:
12652         * platform/mac/media/track/track-cue-rendering-horizontal-expected.png:
12653         * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
12654         * platform/mac/media/track/track-cue-rendering-vertical-expected.png:
12655         * platform/mac/media/track/track-cue-rendering-vertical-expected.txt:
12656
12657 2013-05-17  Joseph Pecoraro  <pecoraro@apple.com>
12658
12659         Web Inspector: Allow "//# sourceMappingURL" syntax alongside "//@"
12660         https://bugs.webkit.org/show_bug.cgi?id=116290
12661
12662         Reviewed by Timothy Hatcher.
12663
12664         * http/tests/inspector/network/resources/source-map-test-style.css:
12665         * http/tests/inspector/stylesheet-source-mapping.html:
12666         * inspector/debugger/source-url-comment-expected.txt:
12667         * inspector/debugger/source-url-comment.html:
12668
12669 2013-05-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
12670
12671         2 math sputnik test fail on 32 bit
12672         https://bugs.webkit.org/show_bug.cgi?id=88519
12673
12674         Reviewed by Jocelyn Turcotte.
12675
12676         Update the expected values to match recent changes in test262.
12677         The old tested values are considered outside the validation range.
12678
12679         * platform/efl/TestExpectations:
12680         * platform/gtk/TestExpectations:
12681         * platform/qt/TestExpectations:
12682         * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html:
12683         * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html:
12684
12685 2013-05-17  Gabor Abraham  <abrhm@inf.u-szeged.hu>
12686
12687         [Qt] Unreviewed gardening. Added platform specific expected after r143389.
12688
12689         * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
12690         * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
12691         * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
12692         * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
12693         * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
12694         * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
12695         * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
12696         * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
12697
12698 2013-05-17  Seokju Kwon  <seokju.kwon@gmail.com>
12699
12700         [GTK] Rebaseline after r150169
12701         https://bugs.webkit.org/show_bug.cgi?id=116256
12702
12703         Unreviewed GTK gardening.
12704
12705         * platform/gtk/TestExpectations: Renamed from fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
12706
12707 2013-05-17  Ryosuke Niwa  <rniwa@webkit.org>
12708
12709         media/video-seek-after-end.html is flaky
12710         https://bugs.webkit.org/show_bug.cgi?id=116293
12711
12712         Add a flaky test expectation on all platforms.
12713
12714         * TestExpectations:
12715
12716 2013-05-16  Seokju Kwon  <seokju.kwon@gmail.com>
12717
12718         [EFL] inspector-protocol/page/javascriptDialogEvents.html is failing
12719         https://bugs.webkit.org/show_bug.cgi?id=114781
12720
12721         Reviewed by Christophe Dumez.
12722
12723         Unskip fast/loader/form-submission-after-beforeunload-cancel.html as well.
12724
12725         * platform/efl-wk1/TestExpectations:
12726
12727 2013-05-16  Alexis Menard  <alexis@webkit.org>
12728
12729         Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd
12730         https://bugs.webkit.org/show_bug.cgi?id=115656
12731
12732         Reviewed by Darin Adler.
12733
12734         Added new tests to cover the bug.
12735
12736         * transitions/transition-end-event-prefixed-03-expected.txt: Added.
12737         * transitions/transition-end-event-prefixed-03.html: Added.
12738         * transitions/transition-end-event-prefixed-02-expected.txt: Added.
12739         * transitions/transition-end-event-prefixed-02.html: Added.
12740         * transitions/transition-end-event-prefixed-01-expected.txt: Added.
12741         * transitions/transition-end-event-prefixed-01.html: Added.
12742
12743 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12744
12745         Add failing test expectations to http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html per bug 116259.
12746
12747         * platform/efl/TestExpectations:
12748         * platform/gtk/TestExpectations:
12749         * platform/mac-wk2/TestExpectations:
12750         * platform/qt/TestExpectations:
12751
12752 2013-05-16  Jaehun Lim  <ljaehun.lim@samsung.com>
12753
12754         Frame flattening prevents <HTML> in <OBJECT> from having scrollbars
12755         https://bugs.webkit.org/show_bug.cgi?id=115884
12756         
12757         Reviewed by Antonio Gomes.
12758         
12759         Frame flattening should be applied when the frame owner is frame or iframe. But when
12760         the frame owner is object element, frame flattening prevents it from having scrollbars.
12761         In this situation, we can't scroll the html document in object element.
12762         
12763         This patch adds two helper functions to verify flattening conditions. 
12764
12765         * fast/frames/flattening/scrolling-in-object-expected.html: Added.
12766         * fast/frames/flattening/scrolling-in-object.html: Added.
12767
12768 2013-05-16  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
12769
12770         [WebSocket] Update pywebsocket to r760
12771         https://bugs.webkit.org/show_bug.cgi?id=115863
12772
12773         Reviewed by Alexey Proskuryakov.
12774
12775         Fix failing tests.
12776
12777         * http/tests/websocket/tests/handler_map.txt:
12778         * http/tests/websocket/tests/hybi/echo-host_wsh.py: Copied from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
12779         (web_socket_do_extra_handshake):
12780         (web_socket_transfer_data):
12781         * http/tests/websocket/tests/hybi/echo-path_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
12782         (web_socket_do_extra_handshake):
12783         (web_socket_transfer_data):
12784         * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt:
12785         * http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
12786         * http/tests/websocket/tests/hybi/url-with-credential-expected.txt:
12787         * http/tests/websocket/tests/hybi/url-with-credential.html:
12788         * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt:
12789         * http/tests/websocket/tests/hybi/url-with-empty-query.html:
12790         * http/tests/websocket/tests/hybi/url-with-query-expected.txt:
12791         * http/tests/websocket/tests/hybi/url-with-query.html:
12792
12793 2013-05-16  Simon Fraser  <simon.fraser@apple.com>
12794
12795         Content disappears when scrolling  http://www.childrenscancer.org/zach/
12796         https://bugs.webkit.org/show_bug.cgi?id=116206
12797
12798         Reviewed by Darin Adler.
12799         
12800         Ref test for foreground layer removal.
12801
12802         * compositing/repaint/foreground-layer-change-expected.html: Added.
12803         * compositing/repaint/foreground-layer-change.html: Added.
12804
12805 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12806
12807         REGRESSION: canvas/philip/tests/2d.text.draw.fontface.notinpage.html fails
12808         https://bugs.webkit.org/show_bug.cgi?id=116245
12809
12810         Add a passing/failing test expectation.
12811
12812         * platform/mac/TestExpectations:
12813
12814 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12815
12816         [Mac] fast/events/mouse-cursor-image-set.html is flaky
12817         https://bugs.webkit.org/show_bug.cgi?id=116244
12818
12819         Add a flaky test expectation on Mac.
12820
12821         * platform/mac/TestExpectations:
12822
12823 2013-05-16  Claudio Saavedra  <csaavedra@igalia.com>
12824
12825         [CSS] CSS Variables are case-sensitive
12826         https://bugs.webkit.org/show_bug.cgi?id=116239
12827
12828         Reviewed by Ryosuke Niwa.
12829
12830         * fast/css/variables/case-sensitive-expected.html: Renamed from
12831         fast/css/variables/case-insensitive-expected.html.
12832         * fast/css/variables/case-sensitive.html: Renamed from
12833         LayoutTests/fast/css/variables/case-insensitive.html.
12834
12835 2013-05-16  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
12836
12837         [GTK] Build Xvfb with jhbuild
12838         https://bugs.webkit.org/show_bug.cgi?id=115907
12839
12840         Reviewed by Martin Robinson.
12841
12842         Unskip and create baselines for transforms/3d and some webgl tests. We can unskip
12843         more, but I prefer to only dip the toe in the waters first, to see how the bots
12844         react.
12845
12846         * platform/gtk/TestExpectations:
12847         * platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt: Added.
12848         * platform/gtk/transforms/3d/general/perspective-units-expected.txt: Added.
12849         * platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
12850         * platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
12851         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
12852         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
12853         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
12854         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
12855         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
12856         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
12857         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
12858         * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
12859
12860 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12861
12862         Add more Mac test expectations.
12863
12864         * platform/mac/TestExpectations:
12865
12866 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12867
12868         Add a test expectation per bug 116238 and remove lines erroneously added in r150090.
12869
12870         * platform/mac/TestExpectations:
12871
12872 2013-05-16  Ryosuke Niwa  <rniwa@webkit.org>
12873
12874         Mac rebaseline. The flakiness dashboard tells us that it started at r150101
12875         but reverting the change locally didn't fix the problem as far as Beth and I checked.
12876
12877         * platform/mac/platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Added.
12878         * platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
12879
12880 2013-05-16  Sergio Villar Senin  <svillar@igalia.com>
12881
12882         Enable the CSSVariables setting in css-variable-definition.html test
12883         https://bugs.webkit.org/show_bug.cgi?id=116231
12884
12885         Reviewed by Andreas Kling.
12886
12887         CSSVariablesEnabled setting must be set to true to allow
12888         CSSVariables at runtime.
12889
12890         Modified also the indent size to 4 spaces.
12891
12892         * css3/css-variable-definition-expected.html:
12893         * css3/css-variable-definition.html:
12894
12895 2013-05-15  Andy Estes  <aestes@apple.com>
12896
12897         Resources from non-HTTP schemes should not be cached indefinitely
12898         https://bugs.webkit.org/show_bug.cgi?id=113626
12899
12900         Reviewed by Ryosuke Niwa.
12901
12902         Convert existing memory cache tests to HTTP tests.
12903
12904         * fast/loader/resources/compass.jpg: Removed.
12905         * fast/loader/resources/image1.html: Removed.
12906         * fast/loader/resources/image2.html: Removed.
12907         * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Removed.
12908         * http/tests/cache/display-image-unset-allows-cached-image-load-expected.txt: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load-expected.txt.
12909         * http/tests/cache/display-image-unset-allows-cached-image-load.html: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load.html.
12910         * http/tests/cache/resources/cached-image.html: Renamed from LayoutTests/fast/loader/resources/cached-image.html.
12911         * http/tests/cache/resources/image1.html: Added.
12912         * http/tests/cache/resources/image2.html: Added.
12913         * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added.
12914         * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html: Renamed from LayoutTests/fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
12915
12916 2013-05-15  Igor Oliveira  <igor.o@sisa.samsung.com>
12917
12918         Implement run-in remove child cases.
12919         https://bugs.webkit.org/show_bug.cgi?id=86520
12920
12921         Move runin to original position when sibling element is destroyed.
12922
12923         Reviewed by David Hyatt.
12924
12925         * fast/runin/runin-remove-child-simple-expected.txt: Added.
12926         * fast/runin/runin-remove-child-simple.html: Added.
12927         * fast/runin/runin-sibling-inline-expected.txt: Added.
12928         * fast/runin/runin-sibling-inline.html: Added.
12929
12930 2013-05-15  Dongseong Hwang  <dongseong.hwang@intel.com>
12931
12932         Remove an overloaded strokeRect in <canvas>
12933         https://bugs.webkit.org/show_bug.cgi?id=116017
12934
12935         Reviewed by Benjamin Poulain.
12936
12937         canvas/philip/tests/2d.missingargs.html can cover
12938         fast/canvas/canvas-overloads-strokeRect.html, so this patch removed it.
12939
12940         * fast/canvas/canvas-overloads-strokeRect-expected.txt: Removed.
12941         * fast/canvas/canvas-overloads-strokeRect.html: Removed.
12942         * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Removed.
12943         * fast/canvas/script-tests/canvas-strokeRect.js:
12944
12945 2013-05-15  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
12946
12947         [css3-text] text-decoration-line now accepts "blink" as valid value
12948         https://bugs.webkit.org/show_bug.cgi?id=116104
12949
12950         Reviewed by Andreas Kling.
12951
12952         Updated layout test results to reflect changes in specification.
12953
12954         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
12955         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
12956         * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html:
12957         * fast/css3-text/css3-text-decoration/text-decoration-line.html:
12958
12959 2013-05-15  Peter Gal  <galpeter@inf.u-szeged.hu>
12960
12961         Allow http tests on Arch Linux
12962         https://bugs.webkit.org/show_bug.cgi?id=116155
12963
12964         Reviewed by Ryosuke Niwa.
12965
12966         * http/conf/archlinux-httpd.conf: Added.
12967
12968 2013-05-15  Zan Dobersek  <zdobersek@igalia.com>
12969
12970         Unreviewed GTK gardening.
12971
12972         * platform/gtk/TestExpectations: Removing two redundant flaky crasher expectations. Adjusting one expectation,
12973         assigning it a mock bug modifier so the TestExpectations linting passes.
12974
12975 2013-05-15  Zan Dobersek  <zdobersek@igalia.com>
12976
12977         Unreviewed GTK gardening.
12978
12979         * platform/gtk/TestExpectations: Removing failure expectations for 7 CSS Regions and CSS Exclusions reftests.
12980
12981 2013-05-15  Zan Dobersek  <zdobersek@igalia.com>
12982
12983         Unreviewed GTK gardening.
12984
12985         * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
12986
12987 2013-05-15  Zan Dobersek  <zdobersek@igalia.com>
12988
12989         Unreviewed GTK gardening.
12990
12991         * platform/gtk/TestExpectations: Adding faillure expectations for two reftests that
12992         started failing after r150025 and r150065.
12993
12994 2013-05-15  Radu Stavila  <stavila@adobe.com>
12995
12996         [CSSRegions] Implement offsetParent for elements inside named flow
12997         https://bugs.webkit.org/show_bug.cgi?id=113276
12998
12999         Reviewed by Darin Adler.
13000
13001         In the offsetParent algorithm, the nearest ancestor search skips from the topmost named flow elements directly to the body element.
13002
13003         Added new test for offsetParent when body is flowed into a region.
13004         Updated existing offsetParent test.
13005
13006         * fast/regions/offsetParent-body-in-flow-thread-expected.txt: Added.
13007         * fast/regions/offsetParent-body-in-flow-thread.html: Added.
13008         * fast/regions/offsetParent-in-flow-thread-expected.txt:
13009         * fast/regions/offsetParent-in-flow-thread.html:
13010
13011 2013-05-14  Hans Muller  <hmuller@adobe.com>
13012
13013         [CSS Exclusions] Some layout tests fail to account for inline pixel snapping
13014         https://bugs.webkit.org/show_bug.cgi?id=116115
13015
13016         Reviewed by Dirk Schulze.
13017
13018         Adjust the expected locations of spans to account for the fact that inline layout snaps boxes' logical top
13019         and bottom to pixels, and the fact that line segment layout rounds the logical left and floors the logical
13020         right of segments.
13021
13022         * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Use the quiet variable!
13023         * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
13024         * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
13025         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
13026         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
13027
13028 2013-05-14  Alexey Proskuryakov  <ap@apple.com>
13029
13030         [Mac] Add tests for secure event input
13031         https://bugs.webkit.org/show_bug.cgi?id=116121
13032
13033         Reviewed by Mark Rowe.
13034
13035         * editing/secure-input: Added.
13036         * editing/secure-input/password-input-changed-type-expected.txt: Added.
13037         * editing/secure-input/password-input-changed-type.html: Added.
13038         * editing/secure-input/password-input-focusing-expected.txt: Added.
13039         * editing/secure-input/password-input-focusing-to-different-frame-expected.txt: Added.
13040         * editing/secure-input/password-input-focusing-to-different-frame.html: Added.
13041         * editing/secure-input/password-input-focusing.html: Added.
13042         * editing/secure-input/removed-password-input-expected.txt: Added.
13043         * editing/secure-input/removed-password-input.html: Added.
13044         * editing/secure-input/reset-state-on-navigation-expected.txt: Added.
13045         * editing/secure-input/reset-state-on-navigation.html: Added.
13046         * editing/secure-input/resources: Added.
13047         * editing/secure-input/resources/reset-state-on-navigation-target.html: Added.
13048         * platform/efl/TestExpectations:
13049         * platform/gtk/TestExpectations:
13050         * platform/mac-wk2/TestExpectations:
13051         * platform/mac/TestExpectations:
13052         * platform/qt/TestExpectations:
13053         * platform/win/TestExpectations:
13054         * platform/wincairo/TestExpectations:
13055
13056 2013-05-14  David Hyatt  <hyatt@apple.com>
13057
13058         REGRESSION (r147261): Many overlaid elements on united.com's account page
13059         https://bugs.webkit.org/show_bug.cgi?id=116107
13060         <rdar://problem/13690610> 
13061
13062         Reviewed by Simon Fraser.
13063
13064         * fast/flexbox/auto-height-with-flex-expected.html: Added.
13065         * fast/flexbox/auto-height-with-flex.html: Added.
13066
13067 2013-05-14  Bem Jones-Bey  <bjonesbe@adobe.com>
13068
13069         Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo
13070         https://bugs.webkit.org/show_bug.cgi?id=115566
13071
13072         Reviewed by David Hyatt.
13073
13074         Cleaned up test from the fuzzer. Will only crash if run under a memory
13075         checking tool like ASAN.
13076
13077         * fast/block/float/float-append-child-crash-expected.txt: Added.
13078         * fast/block/float/float-append-child-crash.html: Added.
13079
13080 2013-05-14  Commit Queue  <commit-queue@webkit.org>
13081
13082         Unreviewed, rolling out r150023.
13083         http://trac.webkit.org/changeset/150023
13084         https://bugs.webkit.org/show_bug.cgi?id=116120
13085
13086         Causes table layout issues (Bug 116118) and crashes on
13087         buildbot waterfall pages. (Requested by ddkilzer on #webkit).
13088
13089         * fast/css/vertical-align-baseline-rowspan-007-expected.html:
13090         * fast/css/vertical-align-baseline-rowspan-007.htm:
13091         * fast/css/vertical-align-baseline-rowspan-008-expected.html:
13092         * fast/table/table-rowspan-height-distribution-in-rows.html: Removed.
13093         * platform/gtk/TestExpectations:
13094         * platform/mac/TestExpectations:
13095         * platform/qt/TestExpectations:
13096         * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Removed.
13097         * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Removed.
13098         * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
13099         * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
13100         * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
13101         * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
13102         * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
13103         * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
13104         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
13105         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
13106         * platform/qt/tables/mozilla/other/test6-expected.png:
13107         * platform/qt/tables/mozilla/other/test6-expected.txt:
13108         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
13109         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
13110         * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
13111         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
13112         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
13113         * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13114         * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
13115         * tables/mozilla/core/bloomberg-expected.txt:
13116         * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
13117
13118 2013-05-13  Ryosuke Niwa  <rniwa@webkit.org>
13119
13120         Removing Attr can delete a wrong Attribute in ElementData
13121         https://bugs.webkit.org/show_bug.cgi?id=116077
13122
13123         Reviewed by Benjamin Poulain.
13124
13125         Add a regression test by importing
13126         https://chromium.googlesource.com/chromium/blink/+/e861452a292e185501e48940305947aa6a4e23c2
13127
13128         * fast/dom/adopt-attribute-crash-expected.txt: Added.
13129         * fast/dom/adopt-attribute-crash.svg: Added.
13130
13131 2013-05-14  Andrei Bucur  <abucur@adobe.com>
13132
13133         Modify checkLayout to receive the log container as an optional parameter
13134         https://bugs.webkit.org/show_bug.cgi?id=112793
13135
13136         Reviewed by Darin Adler.
13137
13138         Add a way to specify the container manually for checkLayout. This is helpful to measure regions for nested
13139         named flows (and probably other cases as well).
13140
13141         * resources/check-layout.js: Added an optional parameter to window.checkLayout.
13142
13143 2013-04-30  Balazs Kelemen  <b.kelemen@sisa.samsung.com>
13144
13145         [GStreamer] cannot seek after video finished
13146         https://bugs.webkit.org/show_bug.cgi?id=114044
13147
13148         Reviewed by Philippe Normand.
13149
13150         * media/video-seek-after-end-expected.txt: Added.
13151         * media/video-seek-after-end.html: Added.
13152
13153 2013-05-14  Zalan Bujtas  <zalan@apple.com>
13154
13155         Ellipsis text is placed to wrong position, when the truncated text is fully cut off in RTL direction.
13156         https://bugs.webkit.org/show_bug.cgi?id=115858
13157
13158         Reviewed by Darin Adler.
13159
13160         * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html: Added.
13161         * fast/css/text-overflow-ellipsis-full-truncate-rtl.html: Added.
13162
13163 2013-05-14  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
13164
13165         [Qt] Unreviewed gardening.
13166
13167         * platform/qt/TestExpectations: Skip test using disabled feature.
13168         * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869.
13169
13170 2013-05-14  Jinwoo Song  <jinwoo7.song@samsung.com>
13171
13172         [EFL] Unreviewed EFL gardening
13173         https://bugs.webkit.org/show_bug.cgi?id=116090
13174
13175         Unreviewed EFL gardening.
13176
13177         Rebaseline after r155023.
13178
13179         * platform/efl/TestExpectations:
13180         * platform/efl/fast/table/007-expected.png:
13181         * platform/efl/fast/table/007-expected.txt:
13182         * platform/efl/fast/table/colspanMinWidth-expected.png:
13183         * platform/efl/fast/table/colspanMinWidth-expected.txt:
13184         * platform/efl/fast/table/spanOverlapRepaint-expected.png:
13185         * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
13186         * platform/efl/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
13187         * platform/efl/tables/mozilla/bugs/bug13169-expected.png:
13188         * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
13189         * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
13190         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
13191         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
13192         * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
13193         * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
13194         * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
13195         * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
13196         * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
13197         * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
13198         * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
13199         * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
13200         * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Renamed from LayoutTests/platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt.
13201         * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
13202         * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
13203         * platform/efl/tables/mozilla/core/bloomberg-expected.png:
13204         * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
13205         * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
13206         * platform/efl/tables/mozilla/other/test6-expected.png:
13207         * platform/efl/tables/mozilla/other/test6-expected.txt:
13208         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
13209         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
13210         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
13211         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
13212         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
13213         * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
13214         * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
13215         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
13216         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
13217         * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
13218
13219 2013-05-14  Alex Christensen  <achristensen@apple.com>
13220
13221         The tests marked with the comment "WebKitTestRunner needs to sanitize file urls in the output"
13222         run successfully with WebKitTestRunner.  They should not be skipped.
13223         https://bugs.webkit.org/show_bug.cgi?id=116083
13224
13225         Reviewed by Darin Adler.
13226
13227         * platform/wk2/TestExpectations:
13228         Unskip tests.
13229
13230 2013-05-13  Ryuan Choi  <ryuan.choi@samsung.com>
13231
13232         Unreviewed EFL gardening.
13233
13234         Unskip several tests which already passed and add png expected results.
13235
13236         * platform/efl/TestExpectations:
13237         * platform/efl/editing/selection/doubleclick-crash-expected.png: Added.
13238         * platform/efl/editing/selection/select-missing-image-expected.png: Added.
13239
13240 2013-05-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>
13241
13242         compositing/transitions/transform-on-large-layer.html is flaky
13243         https://bugs.webkit.org/show_bug.cgi?id=110099
13244
13245         Reviewed by Darin Adler.
13246
13247         Only set the timeout for test end after the resize event has been
13248         received. This helps slow test bots, and also makes it easier to
13249         tell rendering failures from failures to send resize event.
13250
13251         * compositing/transitions/transform-on-large-layer.html:
13252
13253 2013-05-13  Alex Christensen  <achristensen@apple.com>
13254
13255         Added testRunner.setPrinting.
13256         https://bugs.webkit.org/show_bug.cgi?id=42693
13257         rdar://problem/8213845
13258
13259         Reviewed by Darin Adler.
13260
13261         * platform/wk2/TestExpectations:
13262         Unskipped printing tests.
13263
13264 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13265
13266         Rename BarInfo to BarProp and remove [NoInterfaceObject]
13267         https://bugs.webkit.org/show_bug.cgi?id=116027
13268
13269         Reviewed by Andreas Kling.
13270
13271         Rebaseline fast/js/global-constructors-attributes.html now that there is a new
13272         'BarProp' global constructor.
13273
13274         Rebaseline a few other tests now that BarInfo was renamed to BarProp.
13275
13276         * fast/dom/Window/window-lookup-precedence-expected.txt:
13277         * fast/js/global-constructors-attributes-expected.txt:
13278         * fast/loader/window-properties-restored-from-page-cache-expected.txt:
13279         * http/tests/security/cross-frame-access-put-expected.txt:
13280         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
13281         * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
13282         * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
13283         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
13284         * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
13285         * platform/qt/fast/js/global-constructors-attributes-expected.txt:
13286
13287 2013-05-13  Dean Jackson  <dino@apple.com>
13288
13289         toDataURL can return an empty image in some cases
13290         https://bugs.webkit.org/show_bug.cgi?id=115981
13291         <rdar://problem/13760256>
13292
13293         Reviewed by Darin Adler.
13294
13295         Make sure that a canvas with content is not the same as one
13296         without content.
13297
13298         * fast/canvas/toDataURL-not-empty-expected.txt: Added.
13299         * fast/canvas/toDataURL-not-empty.html: Added.
13300
13301 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13302
13303         Unreviewed EFL gardening.
13304
13305         Mark fast/table/crash-split-table-section-no-cell-recalc.html as crashing
13306         on EFL port.
13307
13308         * platform/efl/TestExpectations:
13309
13310 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13311
13312         Unreviewed EFL gardening.
13313
13314         Unskip several tests that stopped crashing after r150030.
13315
13316         * platform/efl-wk2/TestExpectations:
13317
13318 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13319
13320         Unreviewed EFL gardening.
13321
13322         Mark fast/css/variables/var-inside-shape.html as failing on EFL after
13323         r150025.
13324
13325         * platform/efl/TestExpectations:
13326
13327 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13328
13329         Unreviewed EFL gardening.
13330
13331         Mark fast/animation/request-animation-frame-too-rapid.html as failing on EFL WK2
13332         due to r150015.
13333
13334         * platform/efl-wk2/TestExpectations:
13335
13336 2013-05-13  Hans Muller  <hmuller@adobe.com>
13337
13338         [CSS Exclusions] Simple shape-outside tests fail when subpixel layout is disabled
13339         https://bugs.webkit.org/show_bug.cgi?id=115767
13340
13341         Reviewed by Dirk Schulze.
13342
13343         The overall goal of this change was to restore the (last) four excluded exclusions ref-tests
13344         by making them work correctly when subpixel layout is disabled. All of the tests were
13345         substantially simplified, as was the supporting javascript code. The original
13346         shape-outside-floats-simple-rounded-rectangle test was replaced by three separate tests
13347         because the original was bigger then then the 800x600 limit and because it unncessarily
13348         combined three indepedent test cases.
13349
13350         * fast/exclusions/resources/rounded-rectangle.js:
13351         (ellipseXIntercept): Return the 1st quadrant X intercept for an ellipse given a first quadrant Y intercept.
13352         (scanConvertRoundedRectangleOutside): Return the line segment intervals that overlap a rounded rectangle.
13353         (genLeftRightRoundedRectFloatShapeOutsideRefTest): Insert a stack of float divs that match the left or right edge of a rounded rectangle.
13354         * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html:
13355         * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
13356         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html:
13357         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
13358         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html:
13359         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
13360         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001-expected.html: Added.
13361         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html: Added.
13362         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002-expected.html: Added.
13363         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html: Added.
13364         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003-expected.html: Added.
13365         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html: Added.
13366         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Removed.
13367         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Removed.
13368         * platform/mac/TestExpectations:
13369
13370 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13371
13372         Unreviewed, rolling out r150022.
13373         http://trac.webkit.org/changeset/150022
13374         https://bugs.webkit.org/show_bug.cgi?id=114044
13375
13376         Causes assertions in media tests
13377
13378         * media/video-seek-after-end-expected.txt: Removed.
13379         * media/video-seek-after-end.html: Removed.
13380
13381 2013-05-13  Bem Jones-Bey  <bjonesbe@adobe.com>
13382
13383         Fix the float logic to not return an anonymous block ancestor
13384         https://bugs.webkit.org/show_bug.cgi?id=115925
13385
13386         Reviewed by David Hyatt.
13387
13388         Cleaned up fuzzer test. Note that this will only crash when run under
13389         a memory checker like ASAN.
13390
13391         * fast/block/float/float-not-removed-crash2-expected.txt: Added.
13392         * fast/block/float/float-not-removed-crash2.html: Added.
13393
13394 2013-05-13  Zoltan Horvath  <zoltan@webkit.org>
13395
13396         [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings
13397         https://bugs.webkit.org/show_bug.cgi?id=115456
13398
13399         Reviewed by David Hyatt.
13400
13401         I refactored the computation logic of shape-inside on regions by removing access to RenderFlowThread from ExclusionShapeInfo's logicalTopOffset
13402         function, this means all the logic is now existing in RenderBlockLineLayout.cpp. By modifying the logicalTopOffset it turned out that the borders
13403         and padding hadn't worked correctly, since borders and paddings were counted twice in the shape-inside's computation. This patch adds the necessary
13404         modifications to let it respect the borders and padding in the correct way. I created 2 new helper functions to prevent increasing the code size of
13405         the layoutRunsAndFloatsInRange function.
13406
13407         * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Modify to not use shape-inside for testing.
13408         * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Fix the shape-inside's dimension.
13409         * fast/regions/shape-inside/shape-inside-on-first-region-block-content-expected.html: Added.
13410         * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html: Added.
13411         * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html: Added.
13412         * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html: Added.
13413         * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Match the shape-inside height to the container's height.
13414         * fast/regions/shape-inside/shape-inside-on-regions-inline-content-expected.html: Added.
13415         * fast/regions/shape-inside/shape-inside-on-regions.html: Match the shape-inside height to the container's height.
13416         * fast/regions/shape-inside/shape-inside-on-second-region-block-content-expected.html: Added.
13417         * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html: Added.
13418         * fast/regions/shape-inside/shape-inside-on-second-region-inline-content-expected.html: Added.
13419         * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html: Added.
13420         * fast/regions/shape-inside/shape-inside-with-region-borders-expected.html: Added.
13421         * fast/regions/shape-inside/shape-inside-with-region-borders.html: Added.
13422         * fast/regions/shape-inside/shape-inside-with-region-padding-expected.html: Added.
13423         * fast/regions/shape-inside/shape-inside-with-region-padding.html: Added.
13424
13425 2013-05-13  Bear Travis  <betravis@adobe.com>
13426
13427         [css exclusions] Enable CSS Exclusions by default when CSS_EXCLUSIONS is set
13428         https://bugs.webkit.org/show_bug.cgi?id=115919
13429
13430         Reviewed by Dean Jackson.
13431
13432         Adding a test to make sure CSS Exclusions can be enabled, and are enabled by
13433         default.
13434
13435         * fast/exclusions/css-exclusions-enabled-expected.txt: Added.
13436         * fast/exclusions/css-exclusions-enabled.html: Added.
13437
13438 2013-05-13  Suchit Agrawal  <a.suchit@samsung.com>
13439
13440         Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows
13441         https://bugs.webkit.org/show_bug.cgi?id=52185
13442
13443         Reviewed by David Hyatt.
13444
13445         Test case updated.
13446         * fast/css/vertical-align-baseline-rowspan-007.htm:
13447
13448         Reference Test cases updated.
13449         * fast/css/vertical-align-baseline-rowspan-007-expected.html:
13450         * fast/css/vertical-align-baseline-rowspan-008-expected.html:
13451
13452         Added test cases based on changes in the code and different scenarios for rowspan height 
13453         distribution in rows.
13454         * fast/table/table-rowspan-height-distribution-in-rows.html: Added.
13455         * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Added.
13456         * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
13457
13458         Test cases need to rebaseline in qt, efl, gtk and mac platforms.
13459         * platform/efl/TestExpectations:
13460         * platform/gtk/TestExpectations:
13461         * platform/mac/TestExpectations:
13462         * platform/qt/TestExpectations:
13463
13464         Test case results are updated in qt platform.
13465         * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
13466         * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
13467         * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
13468         * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
13469         * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
13470         * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
13471         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
13472         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
13473         * platform/qt/tables/mozilla/other/test6-expected.png:
13474         * platform/qt/tables/mozilla/other/test6-expected.txt:
13475         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
13476         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
13477         * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
13478         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
13479         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
13480         * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13481         * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
13482         * tables/mozilla/core/bloomberg-expected.txt:
13483         * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
13484
13485 2013-04-30  Balazs Kelemen  <b.kelemen@sisa.samsung.com>
13486
13487         [GStreamer] cannot seek after video finished
13488         https://bugs.webkit.org/show_bug.cgi?id=114044
13489
13490         Reviewed by Philippe Normand.
13491
13492         * media/video-seek-after-end-expected.txt: Added.
13493         * media/video-seek-after-end.html: Added.
13494
13495 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13496
13497         Unreviewed EFL gardening.
13498
13499         Mark several test cases as crashing on EFL port.
13500
13501         * platform/efl-wk2/TestExpectations:
13502         * platform/efl/TestExpectations:
13503
13504 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13505
13506         Unreviewed EFL gardening.
13507
13508         Mark 2 ref tests as failing on EFL port.
13509
13510         * platform/efl/TestExpectations:
13511
13512 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13513
13514         Unreviewed EFL gardening.
13515
13516         Skip 2 HTTP tests that time out of EFL port.
13517
13518         * platform/efl/TestExpectations:
13519
13520 2013-05-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13521
13522         Unreviewed EFL gardening.
13523
13524         Provide EFL baselines for several compositing test cases.
13525
13526         * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
13527         * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
13528         * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
13529         * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
13530
13531 2013-05-13  Zalan Bujtas  <zalan@apple.com>
13532
13533         WebProcess consuming very high CPU on linkedin.com
13534         https://bugs.webkit.org/show_bug.cgi?id=115601
13535
13536         Reviewed by Andreas Kling.
13537
13538         Disable WEB_TIMING_MINIMAL.
13539         Turn off window.performance and performance.now(). Some JS frameworks expect
13540         additional Web Timing APIs, when performance.now() is available.
13541
13542         * platform/mac/TestExpectations:
13543         * fast/js/global-constructors-attributes-expected.txt:
13544
13545 2013-05-13  Ádám Kallai  <kadam@inf.u-szeged.hu>
13546
13547         [Qt] Unreviewed gardening. Added platform specific expected files.
13548
13549         * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
13550         * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added after r149915.
13551         * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added after r149915.
13552         * platform/qt-5.0-wk2/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added after r149914.
13553         * platform/qt/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
13554
13555 2013-05-12  Eric Carlson  <eric.carlson@apple.com>
13556
13557         REGRESSION (r149749): Video becomes invisible when it starts playing at newyorkbygehry.com
13558         https://bugs.webkit.org/show_bug.cgi?id=115963
13559
13560         Reviewed by Dean Jackson.
13561
13562         * media/video-remove-insert-repaints.html: Added.
13563         * media/video-remove-insert-repaints-expected.txt: Added.
13564         * platform/mac/media/video-remove-insert-repaints-expected.png: Added.
13565
13566 2013-05-12  Jinwoo Song  <jinwoo7.song@samsung.com>
13567
13568         [EFL] Unreviewed EFL gardening
13569         https://bugs.webkit.org/show_bug.cgi?id=116004
13570
13571         Unreviewed EFL gardening
13572
13573         * platform/efl-wk2/TestExpectations:
13574         * platform/efl/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
13575         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
13576         * platform/efl/fast/text/text-combine-different-fonts-expected.txt: Added.
13577         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
13578         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
13579         * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
13580
13581 2013-05-12  Ryuan Choi  <ryuan.choi@samsung.com>
13582
13583         REGRESSION (r149668): 4 reftest failures under fast/regions on GTK
13584         https://bugs.webkit.org/show_bug.cgi?id=115783
13585
13586         Unreviewed rebaseline. They were fixed after r149802.
13587
13588         * platform/efl/TestExpectations:
13589         * platform/gtk/TestExpectations:
13590
13591 2013-05-12  Simon Fraser  <simon.fraser@apple.com>
13592
13593         Dropdowns on http://www.exploratorium.edu don't show anything
13594         https://bugs.webkit.org/show_bug.cgi?id=115991
13595
13596         Reviewed by Dan Bernstein.
13597         
13598         Layer tree dump test with an overflow:hidden that projects outside its
13599         ancestor, and is forced to composite by a composited child.
13600
13601         * compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
13602         * compositing/backing/no-backing-for-clip-overhang.html: Added.
13603
13604 2013-05-12  Andreas Kling  <akling@apple.com>
13605
13606         Rebaseline fast/js/global-constructors-attributes.html for mac-lion after r149920.
13607
13608         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
13609
13610 2013-05-10  Simon Fraser  <simon.fraser@apple.com>
13611
13612         REGRESSION: Fixed background on ColterReed.com scrolls
13613         https://bugs.webkit.org/show_bug.cgi?id=115951
13614
13615         Reviewed by Beth Dakin.
13616         
13617         Tests with a fixed background and two different ways of making the <html> composited.
13618
13619         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html: Added.
13620         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html: Added.
13621         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Added.
13622         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html: Added.
13623
13624 2013-05-11  Xan Lopez  <xlopez@igalia.com>
13625
13626         Bogus -webkit-columns value in fast/text/international/spaces-combined-in-vertical-text.html
13627         https://bugs.webkit.org/show_bug.cgi?id=115164
13628
13629         Reviewed by Rob Buis.
13630
13631         Remove bogus -webkit-columns property.
13632
13633         * fast/text/international/spaces-combined-in-vertical-text.html:
13634
13635 2013-05-11  Jochen Eisinger  <jochen@chromium.org>
13636
13637         Disallow a window to focus itself via javascript URLs or using target _self
13638         https://bugs.webkit.org/show_bug.cgi?id=115906
13639
13640         Reviewed by Geoffrey Garen.
13641
13642         * fast/dom/Window/window-focus-self-expected.txt: Added.
13643         * fast/dom/Window/window-focus-self.html: Added.
13644         * platform/wk2/TestExpectations: test uses unimplemented setWindowIsKey.
13645
13646 2013-03-17  Robert Hogan  <robert@webkit.org>
13647
13648         Text flow broken in elements with vertical align top/bottom and inline elements taller than line-height
13649         https://bugs.webkit.org/show_bug.cgi?id=111974
13650
13651         Reviewed by Ryosuke Niwa.
13652
13653         * editing/execCommand/query-command-state-expected.txt:
13654         * editing/execCommand/script-tests/query-command-state.js: Remove invalid tests, vertical-align does not apply to 
13655           div elements.
13656         (runTests):
13657         * fast/css/vertical-align-block-elements-expected.html: Added.
13658         * fast/css/vertical-align-block-elements.html: Added.
13659
13660 2013-05-10  Alexey Proskuryakov  <ap@apple.com>
13661
13662         <rdar://problem/13666412> Clean up some edge cases of URL parsing.
13663         https://bugs.webkit.org/show_bug.cgi?id=104919
13664
13665         Reviewed by Darin Adler.
13666
13667         * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js:
13668         * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
13669         Updated expectations of one sub-test. We previously tried to keep the test passing
13670         as is (see bug 57291), but I couldn't find any reason to prefer the old behavior.
13671
13672         * fast/url/host-expected.txt:
13673         * fast/url/host.html:
13674         Updated one subtest to new results, which match at least Gecko (original of the
13675         test actually claims that all browsers including Safari already do what we'll do now).
13676
13677         * fast/url/segments-userinfo-vs-host-expected.txt: Added.
13678         * fast/url/segments-userinfo-vs-host.html: Added.
13679         Added a number of tests, with detailed explanations of the differences with Firefox,
13680         and with rationales.
13681
13682         * http/tests/uri/username-with-no-hostname-expected.txt: Removed.
13683         * http/tests/uri/username-with-no-hostname.html-disabled: Removed.
13684         * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Removed.
13685         This test has been disabled for a long time, and being an end-to-end test for
13686         invalid URL handling, it would be difficult to make work again. We have multiple
13687         parsing tests for URLs like this.
13688
13689 2013-05-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13690
13691         Remove [NoInterfaceObject] from several WebAudio IDL interfaces
13692         https://bugs.webkit.org/show_bug.cgi?id=115894
13693
13694         Reviewed by Darin Adler.
13695
13696         Rebaseline fast/js/global-constructors-attributes.html now that more
13697         global constructors are exposed.
13698
13699         * fast/js/global-constructors-attributes-expected.txt:
13700         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
13701
13702 2013-05-10  Simon Fraser  <simon.fraser@apple.com>
13703
13704         REGRESSION (r145680): No box shadow rendered on element with positioned child that obscures it
13705         https://bugs.webkit.org/show_bug.cgi?id=115840
13706
13707         Reviewed by Antti Koivisto.
13708
13709         * fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Added.
13710         * fast/box-shadow/box-shadow-obscured-backgrounds.html: Added.
13711
13712 2013-05-10  Simon Fraser  <simon.fraser@apple.com>
13713
13714         REGRESSION (r143626): Element shows as garbage in image gallery
13715         https://bugs.webkit.org/show_bug.cgi?id=115946
13716
13717         Reviewed by Antti Koivisto.
13718         
13719         Test that dumps layers for a visibility:hidden element with a child text node,
13720         and with a visibility:visible child. The resulting compositing layer should
13721         not be marked as opaque.
13722
13723         * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
13724         * compositing/contents-opaque/hidden-with-visible-child.html: Added.
13725         * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
13726         * compositing/contents-opaque/hidden-with-visible-text.html: Added.
13727
13728 2013-05-10  Simon Fraser  <simon.fraser@apple.com>
13729
13730         Garbage down left side of nytimes.com page (if subscriber)
13731         https://bugs.webkit.org/show_bug.cgi?id=115839
13732
13733         Reviewed by Antti Koivisto.
13734
13735         * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
13736         * compositing/contents-opaque/overflow-hidden-child-layers.html: Added.
13737
13738 2013-05-10  Eric Carlson  <eric.carlson@apple.com>
13739
13740         In-band captions not visible immediately after track mode change
13741         https://bugs.webkit.org/show_bug.cgi?id=115922
13742
13743         Reviewed by Dean Jackson.
13744
13745         * media/track/track-in-band-mode-expected.txt: Added.
13746         * media/track/track-in-band-mode.html: Added.
13747
13748         * platform/efl/TestExpectations: Skip new test.
13749         * platform/gtk/TestExpectations: Ditto.
13750         * platform/mac/TestExpectations: Ditto.
13751         * platform/qt/TestExpectations: Ditto.
13752         * platform/win/TestExpectations: Ditto.
13753
13754 2013-05-10  Roger Fong  <roger_fong@apple.com>
13755
13756         Unreviewed mac-lion rebaselines.
13757
13758         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
13759
13760 2013-05-10  Robert Hogan  <robert@webkit.org>
13761
13762         REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block
13763         https://bugs.webkit.org/show_bug.cgi?id=115818
13764
13765         Reviewed by David Hyatt.
13766
13767         * fast/inline/anonymous-block-with-empty-inline-expected.txt: Added.
13768         * fast/inline/anonymous-block-with-empty-inline.html: Added.
13769
13770 2013-05-10  Dean Jackson  <dino@apple.com>
13771
13772         Include tab character as a word end for kerning
13773         https://bugs.webkit.org/show_bug.cgi?id=115915
13774         <rdar://problem/13861491>
13775
13776         Reviewed by Enrica Casucci.
13777
13778         This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507
13779         which only looked for a space character as a word end. It should
13780         look for tab characters too.
13781
13782         * fast/text/word-space-with-kerning-4-expected.html: Added.
13783         * fast/text/word-space-with-kerning-4.html: Added.
13784
13785 2013-05-10  Ryosuke Niwa  <rniwa@webkit.org>
13786
13787         REGRESSION (r149652): Videos do not play on cnn.com, just black box
13788         https://bugs.webkit.org/show_bug.cgi?id=115887
13789
13790         Reviewed by Antti Koivisto.
13791
13792         Add regression tests.
13793
13794         * fast/dom/HTMLDocument/image-with-same-id-and-name-expected.txt: Added.
13795         * fast/dom/HTMLDocument/image-with-same-id-and-name.html: Added.
13796         * fast/dom/HTMLDocument/object-with-same-id-and-name-expected.txt: Added.
13797         * fast/dom/HTMLDocument/object-with-same-id-and-name.html: Added.
13798
13799 2013-05-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13800
13801         Unreviewed EFL gardening.
13802
13803         Rebaseline fast/dom/Range/getClientRects.html for EFL port.
13804         Skip accessibility/poorly-formed-aria-table.html introduced in
13805         r149858 but failing on EFL port.
13806
13807         * platform/efl/TestExpectations:
13808         * platform/efl/fast/dom/Range/getClientRects-expected.txt:
13809
13810 2013-05-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
13811
13812         [Qt] Unreviewed gardening.
13813
13814         * platform/qt/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
13815         * platform/qt/inspector/console/command-line-api-expected.txt: Added after r149829.
13816
13817 2013-05-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13818
13819         Unreviewed EFL gardening.
13820
13821         Skip several remaining shadow dom tests and rebaseline a few others.
13822
13823         * platform/efl/TestExpectations:
13824         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
13825         * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt:
13826         * platform/efl/inspector/console/command-line-api-expected.txt: Added.
13827
13828 2013-05-09  Alex Christensen  <achristensen@apple.com>
13829
13830         Unskipped the webarchive tests for Mac that are not skipped for a reason other than
13831         dumpDOMAsWebArchive not being implemented, which was fixed in r149692.
13832         https://bugs.webkit.org/show_bug.cgi?id=115819
13833
13834         Reviewed by Benjamin Poulain.
13835
13836         * platform/efl-wk2/TestExpectations:
13837         Skip webarchive tests.
13838         * platform/gtk-wk2/TestExpectations:
13839         Skip webarchive tests.
13840         * platform/qt-5.0-mac-wk2/TestExpectations:
13841         Skip webarchive tests.
13842         * platform/qt-5.0-wk2/TestExpectations:
13843         Skip webarchive tests.
13844         * platform/wk2/TestExpectations:
13845         Removed universal skipping of webarchive tests, noted which tests are still skipped with bug numbers.
13846
13847 2013-05-09  Chris Fleizach  <cfleizach@apple.com>
13848
13849         AX: VoiceOver is no longer seeing items in poorly formed tables
13850         https://bugs.webkit.org/show_bug.cgi?id=115837
13851
13852         Reviewed by Darin Adler.
13853
13854         * accessibility/poorly-formed-aria-table-expected.txt: Added.
13855         * accessibility/poorly-formed-aria-table.html: Added.
13856
13857 2013-05-09  Zoltan Horvath  <zoltan@webkit.org>
13858
13859         [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975
13860         https://bugs.webkit.org/show_bug.cgi?id=115053
13861
13862         Reviewed by Alexandru Chiculita.
13863
13864         I changed the tests to use Ahem font (overflow will be the same on every port) and modify the markup in order to be the similar
13865         for the two tests. The change fixes both tests and make them passing on Qt as well. I removed the tests from the TestExpectations.
13866
13867         * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
13868         * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
13869         * fast/exclusions/shape-inside/shape-inside-percentage-expected.html:
13870         * fast/exclusions/shape-inside/shape-inside-percentage.html:
13871         * platform/qt/TestExpectations:
13872
13873 2013-05-09  Yael Aharon  <yael.aharon@intel.com>
13874
13875         REGRESSION: Disabled multiline select element now responds to (certain) clicks
13876         https://bugs.webkit.org/show_bug.cgi?id=115710
13877
13878         Reviewed by Kent Tamura.
13879
13880         Test that a disabled element does not change selection while scrolling.
13881
13882         * fast/forms/select/listbox-disabled-scroll-no-onchange-expected.txt: Added.
13883         * fast/forms/select/listbox-disabled-scroll-no-onchange.html: Added.
13884         * fast/forms/select/listbox-disabled-no-autoscroll.html: Added.
13885         * fast/forms/select/listbox-disabled-no-autoscroll-expected.html: Added.
13886
13887 2013-05-09  Roger Fong  <roger_fong@apple.com>
13888
13889         Unreviewed mac gardening.
13890
13891         * platform/mac/inspector/command-line-api-expected.txt: Removed.
13892         * platform/mac/inspector/console: Added.
13893         * platform/mac/inspector/console/command-line-api-expected.txt: Added.
13894
13895 2013-05-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13896
13897         [NoInterfaceObject] extended attribute should be removed for several interfaces
13898         https://bugs.webkit.org/show_bug.cgi?id=115852
13899
13900         Reviewed by Benjamin Poulain.
13901
13902         Rebaseline several layout tests whose output has changed now that a few more
13903         global constructors are exposed.
13904
13905         * fast/dom/dom-constructors-expected.txt:
13906         * fast/js/global-constructors-attributes-expected.txt:
13907         * platform/efl/fast/js/global-constructors-attributes-expected.txt:
13908
13909 2013-05-09  Robert Hogan  <robert@webkit.org>
13910
13911         REGRESSION (Safari 3-Safari 4): Replaced element with percent height in table has incorrect height
13912         https://bugs.webkit.org/show_bug.cgi?id=26394
13913
13914         Reviewed by David Hyatt.
13915
13916         * fast/replaced/table-percent-height-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt.
13917         * fast/replaced/table-percent-height-text-controls.html:
13918         * platform/gtk/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
13919         * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
13920         * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
13921
13922 2013-05-09  Xiaobo Wang  <xbwang@torchmobile.com.cn>
13923
13924         Update srcipt paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html
13925         https://bugs.webkit.org/show_bug.cgi?id=96223
13926
13927         Reviewed by Rob Buis.
13928
13929         The original paths don't exist at all.
13930
13931         * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
13932
13933 2013-05-09  Roger Fong  <roger_fong@apple.com>
13934
13935         Unreviewed mac port gardening.
13936
13937         * platform/mac-lion/fast/js: Added.
13938         * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: Added.
13939         * platform/mac/inspector/command-line-api-expected.txt: Added.
13940
13941 2013-05-08  Oliver Hunt  <oliver@apple.com>
13942
13943         Code cache stores bogus var references for functions in eval code
13944         https://bugs.webkit.org/show_bug.cgi?id=115747
13945
13946         Reviewed by Mark Hahnenberg.
13947
13948         Many tests
13949
13950         * fast/js/eval-cache-scoped-lookup-expected.txt: Added.
13951         * fast/js/eval-cache-scoped-lookup.html: Added.
13952         * fast/js/script-tests/eval-cache-scoped-lookup.js: Added.
13953         (first):
13954         (a.string_appeared_here.second):
13955         (third):
13956         (fifth):
13957         (sixth):
13958         (seventh):
13959         (eighth):
13960         (nineth):
13961         (tenth):
13962         (eleventh):
13963
13964 2013-05-08  Mark Hahnenberg  <mhahnenberg@apple.com>
13965
13966         DFGArrayMode::fromObserved is too liberal when it sees different Array and NonArray shapes
13967         https://bugs.webkit.org/show_bug.cgi?id=115805
13968
13969         Added regression test for array access over polymorphic array vs. non-array indexing types.
13970         With the fix, we get 3.666x faster on this microbenchmark.
13971
13972         Reviewed by Geoffrey Garen.
13973
13974         * fast/js/regress/array-nonarray-polymorphic-access-expected.txt: Added.
13975         * fast/js/regress/array-nonarray-polymorphic-access.html: Added.
13976         * fast/js/regress/script-tests/array-nonarray-polymorphic-access.js: Added.
13977         (f):
13978         (run):
13979
13980 2013-05-09  Radu Stavila  <stavila@adobe.com>
13981
13982         [CSSRegions] Change fast/regions/webkit-flow-inlines-inside-regions-bounds[-vertical] tests to make them platform independent
13983         https://bugs.webkit.org/show_bug.cgi?id=115851
13984
13985         Reviewed by Antti Koivisto.
13986
13987         Modified tests to make them platform independent by using Ahem and no font smoothing.
13988
13989         * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html:
13990         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html:
13991         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html:
13992         * fast/regions/webkit-flow-inlines-inside-regions-bounds.html:
13993
13994 2013-05-09  Radu Stavila  <stavila@adobe.com>
13995
13996         [Qt][EFL][GTK] Failing CSS region tests
13997         https://bugs.webkit.org/show_bug.cgi?id=115785
13998
13999         Reviewed by Antti Koivisto.
14000
14001         Updated tests to overcome platform differences
14002         Unskip fixed CSS regions tests
14003
14004         * fast/regions/webkit-flow-double-pagination-float-push-expected.html:
14005         * fast/regions/webkit-flow-double-pagination-float-push.html:
14006         * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html:
14007         * fast/regions/webkit-flow-float-pushed-to-last-region.html:
14008         * fast/regions/webkit-flow-float-unable-to-push-expected.html:
14009         * fast/regions/webkit-flow-float-unable-to-push.html:
14010         * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html:
14011         * fast/regions/webkit-flow-floats-inside-regions-bounds.html:
14012         * platform/qt/TestExpectations:
14013
14014 2013-05-09  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14015
14016         [Qt] Unreviewed gardeing. Updating some png expected results.
14017
14018         * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: Added.
14019         * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png: Added.
14020         * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png: Added.
14021         * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png: Added.
14022         * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png: Added.
14023         * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
14024         * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png: Added.
14025         * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png: Added.
14026         * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png: Added.
14027         * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: Added.
14028         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
14029         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
14030         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
14031         * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
14032         * platform/qt-5.0-wk2/fast/borders/rtl-border-04-expecrted.png: Added.
14033         * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png: Added.
14034         * platform/qt-5.0-wk2/fast/box-shadow/shadow-repaint-expected.txt: Added.
14035         * platform/qt-5.0-wk2/fast/dom/34176-expected.png: Added.
14036         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
14037         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
14038         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
14039         * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png: Added.
14040         * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
14041         * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: Added.
14042         * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png: Added.
14043         * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png: Added.
14044         * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png: Added.
14045         * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png: Added.
14046         * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png:
14047         * platform/qt-5.0-wk2/fast/repaint/absolute-position-moved-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
14048         * platform/qt-5.0-wk2/fast/repaint/add-table-overpaint-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
14049         * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png:
14050         * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png: Added.
14051         * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png: Added.
14052         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png:
14053         * platform/qt-5.0-wk2/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png.
14054         * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
14055         * platform/qt-5.0-wk2/fast/repaint/table-cell-overflow-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
14056         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
14057         * platform/qt-5.0-wk2/fast/repaint/table-row-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
14058         * platform/qt-5.0-wk2/fast/repaint/transform-rotate-and-remove-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
14059         * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
14060         * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
14061         * platform/qt-5.0-wk2/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
14062         * platform/qt-5.0-wk2/svg/custom/use-disappears-after-style-update-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
14063         * platform/qt-5.0-wk2/svg/dom/rect-modify-rx-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
14064         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
14065         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
14066         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
14067         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
14068         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
14069         * platform/qt-5.0-wk2/svg/repaint/svgsvgelement-repaint-children-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
14070         * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png: Added.
14071
14072 2013-05-09  Ádám Kallai  <kadam@inf.u-szeged.hu>
14073
14074         [Qt] Unreviewed gardening. Added platform specific expected file after r149758.
14075
14076         * platform/qt/fast/js/global-constructors-attributes-expected.txt: Added after r149758.
14077
14078 2013-05-08  Seokju Kwon  <seokju.kwon@gmail.com>
14079
14080         [EFL] Get rid of duplicate entry line in TestExpectations
14081         https://bugs.webkit.org/show_bug.cgi?id=115828
14082
14083         Unreviewed gardening.
14084
14085         * platform/efl/TestExpectations:
14086
14087 2013-05-08  Eric Carlson  <eric.carlson@apple.com>
14088
14089         TextTrackCue should support empty content
14090         https://bugs.webkit.org/show_bug.cgi?id=115821
14091
14092         Reviewed by Jer Noble.
14093
14094         * media/track/track-cue-empty-text-crash-expected.txt: Added.
14095         * media/track/track-cue-empty-text-crash.html: Added.
14096
14097 2013-05-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14098
14099         Add layout test that lists all global constructors
14100         https://bugs.webkit.org/show_bug.cgi?id=115724
14101
14102         Reviewed by Ryosuke Niwa.
14103
14104         Update fast/js/global-constructors-attributes.html so that it lists all
14105         global constructors instead of just a few.
14106
14107         * fast/js/global-constructors-attributes-expected.txt:
14108         * fast/js/script-tests/global-constructors-attributes.js:
14109         (classNameForObject):
14110         (constructorPropertiesOnWindow):
14111         * platform/efl/fast/js/global-constructors-attributes-expected.txt: Added.
14112         * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Added.
14113
14114 2013-05-08  Roger Fong  <roger_fong@apple.com>
14115
14116         Unreviewed gardening, mac port.
14117         These tests should use testRunner, not layoutTestController.
14118
14119         * fast/js/parse-error-external-script-in-eval.html:
14120         * fast/js/parse-error-external-script-in-new-Function.html:
14121
14122 2013-05-08  Darin Adler  <darin@apple.com>
14123
14124         REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html
14125         https://bugs.webkit.org/show_bug.cgi?id=115776
14126
14127         Reviewed by Anders Carlsson.
14128
14129         * TestExpectations: Expect success again on this test.
14130
14131 2013-05-08  Eric Carlson  <eric.carlson@apple.com>
14132
14133         Prevent crash when track is deleted during video element deletion.
14134         https://bugs.webkit.org/show_bug.cgi?id=106183
14135
14136         Reviewed by Dean Jackson.
14137
14138         * media/track/track-remove-crash-expected.txt: Added.
14139         * media/track/track-remove-crash.html: Added.
14140
14141 2013-05-08  David Kilzer  <ddkilzer@apple.com>
14142
14143         Remove chromium test results added in r149743
14144
14145         * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Removed.
14146         * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Removed.
14147
14148 2013-05-08  David Kilzer  <ddkilzer@apple.com>
14149
14150         Add layout tests for test cases in Bug 5206
14151         <http://webkit.org/b/5206>
14152
14153         Reviewed by Eric Seidel.
14154
14155         These issues were likely fixed in r89257 for Bug 62613.
14156
14157         * fast/js/parse-error-external-script-in-eval-expected.txt: Added.
14158         * fast/js/parse-error-external-script-in-eval.html: Added.
14159         * fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
14160         Note that the line number in this result is relative to the line
14161         number of the second argument to the new Function() method.
14162         * fast/js/parse-error-external-script-in-new-Function.html: Added.
14163         * fast/js/resources/parse-error-external-script-in-eval.js: Added.
14164         * fast/js/resources/parse-error-external-script-in-new-Function.js: Added.
14165
14166         * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Added.
14167         * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
14168
14169 2013-05-08  Eric Carlson  <eric.carlson@apple.com>
14170
14171         [Mac] Inband text tracks are not in track menu on Lion
14172         https://bugs.webkit.org/show_bug.cgi?id=115740
14173
14174         Reviewed by Dean Jackson.
14175
14176         * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
14177
14178 2013-05-08  Sergio Villar Senin  <svillar@igalia.com>
14179
14180         Allow blank spaces before colon (:) on CSS variable definition
14181         https://bugs.webkit.org/show_bug.cgi?id=115802
14182
14183         Reviewed by Darin Adler.
14184
14185         New test to check that spaces are allowed before the color on CSS
14186         variable definitions.
14187
14188         * css3/css-variable-definition-expected.html: Added.
14189         * css3/css-variable-definition.html: Added.
14190
14191 2013-05-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14192
14193         [Qt] Unreviewed gardening after r149292.
14194         https://bugs.webkit.org/show_bug.cgi?id=115372
14195
14196         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added.
14197         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added.
14198         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added.
14199         * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added.
14200         * platform/qt-5.0-wk2/fast/repaint/layer-full-repaint-expected.txt: Added.
14201         * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added.
14202         * platform/qt-5.0-wk2/fast/repaint/reflection-table-layout-expected.txt: Added.
14203         * platform/qt-5.0-wk2/fast/repaint/selection-gap-absolute-child-expected.txt: Added.
14204         * platform/qt-5.0-wk2/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
14205         * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added.
14206         * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
14207         * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added.
14208         * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added.
14209         * platform/qt-5.0-wk2/fast/repaint/transform-table-layout-expected.txt: Added.
14210         * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
14211
14212 2013-05-08  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>
14213
14214         [EFL] Unreviewed EFL gardening
14215         https://bugs.webkit.org/show_bug.cgi?id=115791
14216
14217         Unreviewed EFL gardening
14218
14219         Skip fast/regions/ test cases which are failing after r149668.
14220
14221         * platform/efl/TestExpectations:
14222
14223 2013-05-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14224
14225         [Qt] Unreviewed gardening. Skipping some failing fast/region tests.
14226         https://bugs.webkit.org/show_bug.cgi?id=115785
14227
14228         * platform/qt/TestExpectations:
14229
14230 2013-05-08  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
14231
14232         Unreviewed EFL gardening.
14233
14234         Unskip two spelling tests as they started passing after r149366.
14235
14236         * platform/efl-wk2/TestExpectations:
14237         Unskip spelling-exactly-selected-word.html and
14238         spelling-with-punctuation-selection.html
14239
14240         * platform/efl/TestExpectations:
14241         Remove spelling tests from efl/TestExpectations as the failing tests
14242         are already skipped for both efl-wk1 and global wk2.
14243
14244 2013-05-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
14245
14246         Unreviewed EFL gardening.
14247
14248         Skip remaining Shadow DOM tests on the EFL port.
14249
14250         * platform/efl/TestExpectations:
14251
14252 2013-05-08  Zan Dobersek  <zdobersek@igalia.com>
14253
14254         Unreviewed GTK gardening.
14255
14256         * platform/gtk/TestExpectations: Adding failure expectations for CSS Regions tests
14257         that regressed when converted into reftests in r149668.
14258
14259 2013-05-08  Dongseong Hwang  <dongseong.hwang@intel.com>
14260
14261         Make optional arguments in CanvasRenderingContext2D match the spec.
14262         https://bugs.webkit.org/show_bug.cgi?id=115723
14263
14264         Reviewed by Dean Jackson.
14265
14266         When tests use <canvas> API with not enough arguments, TypeError
14267         exception is fired now. So three tests are changed to match the canvas
14268         spec.
14269
14270         * fast/canvas/canvas-overloads-strokeRect-expected.txt:
14271         * fast/canvas/script-tests/canvas-overloads-strokeRect.js:
14272         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
14273
14274 2013-05-08  Ryosuke Niwa  <rniwa@webkit.org>
14275
14276         Add an image only failure expectation to fast/css-generated-content/close-quote-negative-depth.html per
14277         bug 115776 after r149700. r149707 tried to fix its regression but this test is still failing.
14278
14279         * TestExpectations:
14280
14281 2013-05-07  Hans Muller  <hmuller@adobe.com>
14282
14283         [CSS Exclusions] shape-inside, shape-padding, polygon test failing when subpixel layout is disabled
14284         https://bugs.webkit.org/show_bug.cgi?id=115649
14285
14286         Reviewed by Dirk Schulze.
14287
14288         Another correction of a padded shape test that failed when subpixel layout was disabled.
14289         This test puts a cross pattern made of five Ahem characters on three lines, within a padded
14290         diamond polygon. The left edges of each line depend on the intersection of the padded polygon's
14291         edges with the top of each line, which makes predicting the exact values unreliable. So we
14292         just verify that the left edges of each line are within a pixel of the ideal value. This
14293         change is very similar to the one made for bug 115490.
14294
14295         * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Removed.
14296         * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.txt: Added.
14297         * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
14298         * platform/mac/TestExpectations:
14299
14300 2013-05-06  Enrica Casucci  <enrica@apple.com>
14301
14302         Support -webkit-system-font on OS X.
14303         https://bugs.webkit.org/show_bug.cgi?id=115758
14304         <rdar://problem/13433854>
14305
14306         Reviewed by Dean Jackson.
14307
14308         * platform/mac/fast/text/systemFont.html: Added.
14309         * platform/mac/platform/mac/fast/text/systemFont-expected.png: Added.
14310         * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Added.
14311
14312 2013-05-07  Alexey Proskuryakov  <ap@apple.com>
14313
14314         Combine html and js parts fast/url script-tests
14315         https://bugs.webkit.org/show_bug.cgi?id=115739
14316
14317         Rubber-stamped by Brady Eidson.
14318
14319         * fast/url/anchor.html:
14320         * fast/url/file-http-base.html:
14321         * fast/url/file.html:
14322         * fast/url/host-lowercase-per-scheme.html:
14323         * fast/url/host.html:
14324         * fast/url/idna2003.html:
14325         * fast/url/idna2008.html:
14326         * fast/url/invalid-urls-utf8.html:
14327         * fast/url/ipv4.html:
14328         * fast/url/ipv6.html:
14329         * fast/url/mailto.html:
14330         * fast/url/path-url.html:
14331         * fast/url/path.html:
14332         * fast/url/port.html:
14333         * fast/url/query.html:
14334         * fast/url/relative-unix.html:
14335         * fast/url/relative-win.html:
14336         * fast/url/relative.html:
14337         * fast/url/safari-extension.html:
14338         * fast/url/scheme.html:
14339         * fast/url/script-tests: Removed.
14340         * fast/url/script-tests/TEMPLATE.html: Removed.
14341         * fast/url/script-tests/anchor.js: Removed.
14342         * fast/url/script-tests/file-http-base.js: Removed.
14343         * fast/url/script-tests/file.js: Removed.
14344         * fast/url/script-tests/host.js: Removed.
14345         * fast/url/script-tests/idna2003.js: Removed.
14346         * fast/url/script-tests/idna2008.js: Removed.
14347         * fast/url/script-tests/ipv4.js: Removed.
14348         * fast/url/script-tests/ipv6.js: Removed.
14349         * fast/url/script-tests/mailto.js: Removed.
14350         * fast/url/script-tests/path-url.js: Removed.
14351         * fast/url/script-tests/path.js: Removed.
14352         * fast/url/script-tests/port.js: Removed.
14353         * fast/url/script-tests/query.js: Removed.
14354         * fast/url/script-tests/relative-unix.js: Removed.
14355         * fast/url/script-tests/relative-win.js: Removed.
14356         * fast/url/script-tests/relative.js: Removed.
14357         * fast/url/script-tests/scheme.js: Removed.
14358         * fast/url/script-tests/segments-from-data-url.js: Removed.
14359         * fast/url/script-tests/segments.js: Removed.
14360         * fast/url/script-tests/standard-url.js: Removed.
14361         * fast/url/script-tests/trivial-segments.js: Removed.
14362         * fast/url/script-tests/trivial.js: Removed.
14363         * fast/url/segments-from-data-url.html:
14364         * fast/url/segments.html:
14365         * fast/url/standard-url.html:
14366         * fast/url/trivial-segments.html:
14367         * fast/url/trivial.html:
14368
14369 2013-05-07  Radu Stavila  <stavila@adobe.com>
14370
14371         [CSS Regions] Convert remaining fast/regions/webkit-flow* pixel tests to reftests
14372         https://bugs.webkit.org/show_bug.cgi?id=115422
14373
14374         Reviewed by Andreas Kling.
14375
14376         Converted following tests from pixel tests to ref tests:
14377           - webkit-flow-double-pagination-float-push
14378           - webkit-flow-float-pushed-to-last-region
14379           - webkit-flow-float-unable-to-push
14380           - webkit-flow-floats-inside-regions-bounds
14381
14382         * fast/regions/webkit-flow-double-pagination-float-push-expected.html: Added.
14383         * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: Added.
14384         * fast/regions/webkit-flow-float-pushed-to-last-region.html:
14385         * fast/regions/webkit-flow-float-unable-to-push-expected.html: Added.
14386         * fast/regions/webkit-flow-float-unable-to-push.html:
14387         * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: Added.
14388         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
14389         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
14390         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
14391         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
14392         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
14393         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
14394         * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
14395         * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
14396         * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
14397         * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
14398         * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
14399         * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
14400         * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
14401         * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
14402         * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
14403         * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
14404         * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
14405         * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
14406         * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
14407         * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
14408         * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
14409         * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
14410         * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
14411         * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
14412         * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
14413         * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
14414         * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
14415         * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
14416         * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
14417         * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
14418         * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
14419         * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
14420
14421 2013-05-06  Bem Jones-Bey  <bjonesbe@adobe.com>
14422
14423         Heap-use-after-free in WebCore::InlineFlowBox::deleteLine
14424         https://bugs.webkit.org/show_bug.cgi?id=114772
14425
14426         Reviewed by David Hyatt.
14427
14428         Test case generated by the fuzzer. Will only crash when run in a
14429         vulnerable configuration with a memory checking lib enabled.
14430
14431         * fast/ruby/ruby-svg-crash-expected.txt: Added.
14432         * fast/ruby/ruby-svg-crash.html: Added.
14433
14434 2013-05-06  Robert Hogan  <robert@webkit.org>
14435
14436         REGRESSION(r140024): child of fixed div inside of absolute div does not get resized when window is resized
14437         https://bugs.webkit.org/show_bug.cgi?id=115379
14438
14439         Reviewed by David Hyatt.
14440
14441         * fast/block/positioning/child-of-fixed-pos-after-movement-expected.txt: Added.
14442         * fast/block/positioning/child-of-fixed-pos-after-movement.html: Added.
14443
14444 2013-05-06  Bem Jones-Bey  <bjonesbe@adobe.com>
14445
14446         [CSS Exclusions] remove unused -webkit-wrap property
14447         https://bugs.webkit.org/show_bug.cgi?id=102105
14448
14449         Reviewed by Darin Adler.
14450
14451         Delete tests for the -webkit-wrap property.
14452
14453         * fast/exclusions/css-exclusions-disabled.html: Remove use of -webkit-wrap.
14454         * fast/exclusions/script-tests/wrap-parsing.js: Removed.
14455         * fast/exclusions/wrap-parsing-expected.txt: Removed.
14456         * fast/exclusions/wrap-parsing.html: Removed.
14457         * svg/css/style-change-crash-expected.txt: Removed.
14458         * svg/css/style-change-crash.html: Removed.
14459
14460 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14461
14462         Unreviewed EFL gardening.
14463
14464         Add EFL-specific result for fast/events/event-attribute.html as global expectation
14465         was changed in r149088.
14466
14467         * platform/efl/fast/events/event-attribute-expected.txt: Added.
14468
14469 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14470
14471         Unreviewed EFL gardening.
14472
14473         Rebaseline several test cases for EFL port.
14474
14475         * platform/efl/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
14476         * platform/efl/editing/selection/extend-inside-transforms-backward-expected.png: Added.
14477         * platform/efl/editing/selection/extend-inside-transforms-backward-expected.txt: Added.
14478         * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
14479         * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
14480
14481 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14482
14483         Unreviewed EFL gardening.
14484
14485         Mark several test cases as failing after r149292 due to missing repaint rect
14486         dumping.
14487
14488         * platform/efl/TestExpectations:
14489
14490 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14491
14492         Unreviewed EFL gardening.
14493
14494         Skip repaint test that regressed after r149292.
14495
14496         * platform/efl/TestExpectations:
14497
14498 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14499
14500         Unreviewed EFL gardening.
14501
14502         Skip remaining Shadow DOM test and new accessibility test introduced in
14503         r115659.
14504
14505         * platform/efl/TestExpectations:
14506
14507 2013-05-06  Hans Muller  <hmuller@adobe.com>
14508
14509         [CSS Exclusions] shape-inside rounded rectangle tests fail when subpixel layout is disabled
14510         https://bugs.webkit.org/show_bug.cgi?id=115490
14511
14512         Second round of changes to restore platform/mac exclusion tests that started failing when
14513         subpixel layout was turned off. This set of changes just restores four ref-tests that place
14514         a single square Ahem character cell within a circle or an ellipse. When subpixel layout isn't
14515         enabled the expected origin of the character is adjusted.
14516
14517         Reviewed by Dirk Schulze.
14518
14519         * fast/exclusions/shape-inside/shape-inside-circle-expected.html:
14520         * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html:
14521         * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html:
14522         * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html:
14523         * fast/exclusions/shape-inside/shape-inside-ellipse.html:
14524         * platform/mac/TestExpectations:
14525
14526 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14527
14528         Unreviewed EFL gardening.
14529
14530         Remove duplicate Shadow DOM test cases from TestExpectation files.
14531
14532         * platform/efl-wk2/TestExpectations:
14533         * platform/efl/TestExpectations:
14534
14535 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14536
14537         Unreviewed. Remove duplicate tests from EFL TestExpectation files.
14538
14539         * platform/efl-wk2/TestExpectations:
14540         * platform/efl/TestExpectations:
14541
14542 2013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14543
14544         Unreviewed EFL gardening.
14545
14546         Skip Shadow DOM tests for EFL port as the feature is being removed.
14547
14548         * platform/efl/TestExpectations:
14549
14550 2013-05-06  Zan Dobersek  <zdobersek@igalia.com>
14551
14552         Unreviewed GTK gardening.
14553
14554         * platform/gtk/TestExpectations: Adding new failure expectations and adjusting an old one.
14555
14556 2013-05-06  Zan Dobersek  <zdobersek@igalia.com>
14557
14558         Unreviewed GTK gardening. Rebaselining after r148720, r149088 and r149407.
14559
14560         * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
14561         * platform/gtk/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
14562         * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
14563         * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
14564
14565 2013-05-06  Robert Hogan  <robert@webkit.org>
14566
14567         REGRESSION(r140907) - Backport blink r149612 to fix vertical-align and rowspan issue
14568         https://bugs.webkit.org/show_bug.cgi?id=115611
14569
14570         Reviewed by Benjamin Poulain.
14571
14572         * fast/table/baseline-align-rowspan-expected.txt: Added.
14573         * fast/table/baseline-align-rowspan.html: Added.
14574
14575 2013-05-05  Chris Fleizach  <cfleizach@apple.com>
14576
14577         AX: aria-checked not exposed correctly on menuitemcheckbox or menuitemradio roles
14578         https://bugs.webkit.org/show_bug.cgi?id=115499
14579
14580         Reviewed by Tim Horton.
14581
14582         * platform/mac/accessibility/aria-menuitem-checked-value-expected.txt: Added.
14583         * platform/mac/accessibility/aria-menuitem-checked-value.html: Added.
14584
14585 2013-05-04  Dean Jackson  <dino@apple.com>
14586
14587         Animations and Transitions should not start when globally suspended
14588         https://bugs.webkit.org/show_bug.cgi?id=114915
14589
14590         Reviewed by Sam Weinig.
14591
14592         Two new tests. Add an animation or transition to
14593         the document when the global animation controller is suspended.
14594         In the animation case, nothing should happen until the
14595         animations are resumed. In the transition case, the style
14596         change should happen immediately and not fire any events.
14597
14598         * animations/added-while-suspended-expected.txt: Added.
14599         * animations/added-while-suspended.html: Added.
14600         * animations/suspend-transform-animation.html: Make sure to resume suspended animations
14601             before quitting the test.
14602         * transitions/started-while-suspended-expected.txt: Added.
14603         * transitions/started-while-suspended.html: Added.
14604         * transitions/suspend-transform-transition.html: Make sure to resume suspended animations
14605             before quitting the test.
14606
14607 2013-04-30  Robert Hogan  <robert@webkit.org>
14608
14609         REGRESSION(r140907): Incorrect baseline on cells after updating vertical-align
14610         https://bugs.webkit.org/show_bug.cgi?id=115432
14611
14612         Reviewed by Julien Chaffraix.
14613
14614         * fast/table/correct-baseline-after-style-change-expected.html: Added.
14615         * fast/table/correct-baseline-after-style-change.html: Added.
14616
14617 2013-05-03  Arnaud Renevier  <a.renevier@sisa.samsung.com>
14618
14619         incorrect repainting when a table has a transform
14620         https://bugs.webkit.org/show_bug.cgi?id=109867
14621
14622         Reviewed by Simon Fraser.
14623
14624         Create tests that resize an element inside a display: table element.
14625         Compare to a reference html file where the element has a static size.
14626         In the first test, the table like element has a transform. In the
14627         second, it has a reflection.
14628
14629         * fast/repaint/reflection-table-layout-expected.html: Added.
14630         * fast/repaint/reflection-table-layout.html: Added.
14631         * fast/repaint/transform-table-layout-expected.html: Added.
14632         * fast/repaint/transform-table-layout.html: Added.
14633
14634 2013-05-03  Antti Koivisto  <antti@apple.com>
14635
14636         Remove concept of younger and older shadow trees
14637         https://bugs.webkit.org/show_bug.cgi?id=115570
14638
14639         Reviewed by Andreas Kling.
14640
14641         * editing/text-iterator/basic-iteration-expected.txt:
14642         * editing/text-iterator/script-tests/basic-iteration.js:
14643         (addShadowTreeWithDivElement):
14644         * fast/forms/resources/common-spinbutton-change-and-input-events.js:
14645         (testSpinButtonChangeAndInputEvents):
14646         * fast/forms/resources/common-spinbutton-click-in-iframe.js:
14647         (getSpinButton):
14648
14649 2013-05-03  Viatcheslav Ostapenko  <viatchslav.o@samsung.com>
14650
14651         [Cairo] Anti-aliasing should not be always disabled for lines
14652         https://bugs.webkit.org/show_bug.cgi?id=109535
14653
14654         Reviewed by Martin Robinson.
14655
14656         Add pixel test with scaled text lines.
14657
14658         * fast/css3-text/css3-text-decoration/text-decoration-line-scaled.html: Added.
14659         * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.png: Added.
14660         * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Added.
14661
14662 2013-05-03  Stephanie Lewis  <slewis@apple.com>
14663
14664         Revert to old results on Lion.
14665
14666         Unreviewed.
14667
14668         Results were updated in (http://trac.webkit.org/changeset/149503) but that is compiled 
14669         out on Lion (http://trac.webkit.org/changeset/149510).
14670
14671         * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
14672
14673 2013-05-03  Joone Hur  <joone.hur@intel.com>
14674
14675         Unreviewed EFL gardening.
14676
14677         Skip some failing tests after r149504.
14678
14679         * platform/efl/TestExpectations:
14680
14681 2013-05-02  Joone Hur  <joone.hur@intel.com>
14682
14683         Unreviewed EFL gardening.
14684
14685         Unskip html5lib test cases that were skipped due to failure after r143804.
14686
14687         * platform/efl/TestExpectations:
14688
14689 2013-05-02  Ryuan Choi  <ryuan.choi@samsung.com>
14690
14691         Unreviewed EFL gardening.
14692
14693         Moved XFrameOptions results from efl-wk2 to efl and rebased source-list-parsing-nonascii.html
14694
14695         * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Renamed from LayoutTests/platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt.
14696         * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Renamed from LayoutTests/platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt.
14697         * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
14698
14699 2013-05-02  Joone Hur  <joone.hur@intel.com>
14700
14701         Unreviewed EFL gardening.
14702
14703         Unskip WebAudio test cases on EFL WK2.
14704
14705         * platform/efl-wk2/TestExpectations:
14706
14707 2013-05-02  Arnaud Renevier  <a.renevier@sisa.samsung.com>
14708
14709         border-radius clipping a canvas does not always clip
14710         https://bugs.webkit.org/show_bug.cgi?id=113343
14711
14712         Create a test that draws a canvas into a clipped overflown div with
14713         radius corner. Then redraw that same thing a moment later. The canvas
14714         should stay correctly clipped the second time.
14715
14716         Reviewed by Simon Fraser.
14717
14718         * fast/overflow/border-radius-clipping-2-expected.html: Added.
14719         * fast/overflow/border-radius-clipping-2.html: Added.
14720
14721 2013-05-02  Eric Carlson  <eric.carlson@apple.com>
14722
14723         Caption menu does not include in-band captions
14724         https://bugs.webkit.org/show_bug.cgi?id=111934
14725
14726         Reviewed by Dean Jackson.
14727
14728         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
14729         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
14730
14731 2013-05-02  Joone Hur  <joone.hur@intel.com>
14732
14733         Unreviewed EFL gardening.
14734
14735         * platform/efl-wk2/TestExpectations:
14736
14737 2013-05-02  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14738
14739         [Qt] Unreviewed. Some more gardening after r149292.
14740         https://bugs.webkit.org/show_bug.cgi?id=115372
14741
14742         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png:
14743         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
14744         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png:
14745         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
14746         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
14747         * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
14748         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
14749         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
14750         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
14751         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
14752         * platform/qt-5.0-wk2/css3/filters/filtered-compositing-descendant-expected.txt: Added.
14753         * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt:
14754         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
14755         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
14756         * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
14757         * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
14758         * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt:
14759         * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
14760
14761 2013-05-02  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14762
14763         [Qt] Unreviewed gardening after r149457 and r149388.
14764
14765         * platform/qt/TestExpectations:
14766         * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
14767
14768 2013-05-01  Ryuan Choi  <ryuan.choi@samsung.com>
14769
14770         Unreviewed EFL gardening.
14771
14772         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
14773         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
14774         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
14775         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
14776         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
14777         * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
14778
14779 2013-05-01  Stephanie Lewis  <slewis@apple.com>
14780
14781         Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149474
14782
14783         Unreviewed.
14784
14785         * platform/mac-lion/fast/text/text-combine-different-fonts-expected.txt: Added.
14786
14787 2013-05-01  Enrica Casucci  <enrica@apple.com>
14788
14789         text-combine: horizontal does not work properly for some fonts.
14790         https://bugs.webkit.org/show_bug.cgi?id=115503.
14791
14792         Reviewed by Dave Hyatt.
14793
14794         * fast/text/text-combine-different-fonts.html: Added.
14795         * platform/mac/fast/text/text-combine-different-fonts-expected.png: Added.
14796         * platform/mac/fast/text/text-combine-different-fonts-expected.txt: Added.
14797
14798 2013-05-01  Stephanie Lewis  <slewis@apple.com>
14799
14800         Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149450
14801
14802         Unreviewed.
14803
14804         * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
14805         * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
14806
14807 2013-05-01  Tim Horton  <timothy_horton@apple.com>
14808
14809         <object data="<some data URL>"> MIME types aren't case-insensitive
14810         https://bugs.webkit.org/show_bug.cgi?id=115494
14811
14812         Reviewed by Darin Adler.
14813
14814         Add a testcase that ensures that iMaGe/PNG == image/png when it comes to
14815         the MIME type specified in a data URL provided to <object> via its
14816         'data' attribute.
14817
14818         * fast/images/object-data-url-case-insensitivity-expected.html: Added.
14819         * fast/images/object-data-url-case-insensitivity.html: Added.
14820
14821 2013-05-01  Hans Muller  <hmuller@adobe.com>
14822
14823         [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled
14824         https://bugs.webkit.org/show_bug.cgi?id=115455
14825
14826         Reviewed by Dirk Schulze.
14827
14828         First round of changes to restore platform/mac exclusion tests that started failing when
14829         subpixel layout was turned off. This set of changes just restores four tests. It also revises
14830         the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes
14831         and to simplify its use a little.
14832
14833         * fast/exclusions/resources/rounded-rectangle.js:
14834         (simulateShape): Revised dependencies on subpixel-utils.
14835         * fast/exclusions/resources/simple-polygon.js:
14836         (polygonXIntercepts): Ditto.
14837         * fast/exclusions/resources/subpixel-utils.js:
14838         (SubPixelLayout.): Substantially revised, see description.
14839         * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt:
14840         * fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
14841         * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt:
14842         * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
14843         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
14844         * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
14845         * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
14846         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
14847         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
14848         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
14849         * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
14850         * platform/mac/TestExpectations:
14851
14852 2013-05-01  Enrica Casucci  <enrica@apple.com>
14853
14854         Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inline-box.
14855         https://bugs.webkit.org/show_bug.cgi?id=115478.
14856
14857         Reviewed by Dave Hyatt.
14858
14859         * fast/block/lineboxcontain/block-with-ideographs.xhtml: Added.
14860         * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
14861         * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png : Added.
14862
14863 2013-05-01  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
14864
14865         EventSource: Loss of reconnect time precision due to integer division
14866         https://bugs.webkit.org/show_bug.cgi?id=115358
14867
14868         Reviewed by Alexey Proskuryakov.
14869
14870         * http/tests/eventsource/eventsource-retry-precision-expected.txt: Added.
14871         * http/tests/eventsource/eventsource-retry-precision.html: Added.
14872         * http/tests/eventsource/resources/precise-retry.asis: Added.
14873
14874 2013-05-01  Sergio Villar Senin  <svillar@igalia.com>
14875
14876         Show a block cursor in overtype mode
14877         https://bugs.webkit.org/show_bug.cgi?id=114819
14878
14879         Reviewed by Ryosuke Niwa.
14880
14881         New test case for the new block cursor to be used in overtype
14882         mode. The test verifies that the 1-pixel long caret is replaced by
14883         a selection like 1-character long block cursor when in overtype
14884         mode. This test covers LTR and RTL text in LTR and RTL blocks and
14885         bidi text.
14886
14887         * editing/selection/block-cursor-overtype-mode-expected.txt: Added.
14888         * editing/selection/block-cursor-overtype-mode.html: Added.
14889
14890 2013-04-30  David Hyatt  <hyatt@apple.com>
14891
14892         <button> ignores margin-bottom.
14893         https://bugs.webkit.org/show_bug.cgi?id=114940
14894         
14895         Reviewed by Beth Dakin.
14896
14897         * fast/forms/content-with-margins-inside-button-expected.html: Added.
14898         * fast/forms/content-with-margins-inside-button.html: Added.
14899
14900 2013-04-30  Oliver Hunt  <oliver@apple.com>
14901
14902         JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
14903         https://bugs.webkit.org/show_bug.cgi?id=115449
14904
14905         Reviewed by Geoffrey Garen.
14906
14907         Add tests
14908
14909         * fast/js/script-tests/stack-trace.js:
14910         (dfgTest):
14911         (inlineableThrow):
14912         (dfgThing.get willThrow):
14913         (dfgThing.get willThrowEventually):
14914         (dfgThing.willThrowFunc):
14915         (dfgThing.willThrowEventuallyFunc):
14916         (dfg1):
14917         (dfg2):
14918         (dfg3):
14919         (dfg4):
14920         (dfg5):
14921         (dfg6):
14922         (dfg7):
14923         (dfg8):
14924         (dfg9):
14925         (dfga):
14926         (dfgb):
14927         (dfgc):
14928         * fast/js/stack-trace-expected.txt:
14929
14930 2013-04-30  Roger Fong  <roger_fong@apple.com>
14931
14932         Unreviewed. Rebaseline some tests on AppleWin port after disabling subpixel layout.
14933
14934         * platform/win/css1/font_properties/font-expected.txt:
14935         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
14936         * platform/win/fast/lists/003-vertical-expected.txt:
14937         * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
14938         * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
14939         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
14940         * platform/win/svg/batik/paints: Added.
14941         * platform/win/svg/batik/paints/gradientLimit-expected.txt: Added.
14942         * platform/win/transforms/2d/hindi-rotated-expected.txt:
14943
14944 2013-04-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14945
14946         [Qt][WK2] Unreviewed gardening. Massive rebaselining after r149292.
14947         https://bugs.webkit.org/show_bug.cgi?id=115372
14948
14949         * platform/qt-5.0-wk2/animations/3d/replace-filling-transform-expected.png: Added.
14950         * platform/qt-5.0-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
14951         * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added.
14952         * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
14953         * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added.
14954         * platform/qt-5.0-wk2/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
14955         * platform/qt-5.0-wk2/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
14956         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
14957         * platform/qt-5.0-wk2/compositing/contents-opaque/background-clip-expected.txt: Added.
14958         * platform/qt-5.0-wk2/compositing/contents-opaque/background-color-expected.txt: Added.
14959         * platform/qt-5.0-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
14960         * platform/qt-5.0-wk2/compositing/contents-opaque/filter-expected.txt: Added.
14961         * platform/qt-5.0-wk2/compositing/contents-opaque/layer-opacity-expected.txt: Added.
14962         * platform/qt-5.0-wk2/compositing/contents-opaque/layer-transform-expected.txt: Added.
14963         * platform/qt-5.0-wk2/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
14964         * platform/qt-5.0-wk2/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
14965         * platform/qt-5.0-wk2/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
14966         * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
14967         * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
14968         * platform/qt-5.0-wk2/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
14969         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
14970         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
14971         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
14972         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
14973         * platform/qt-5.0-wk2/compositing/geometry/clip-expected.txt: Added.
14974         * platform/qt-5.0-wk2/compositing/geometry/clip-inside-expected.txt: Added.
14975         * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
14976         * platform/qt-5.0-wk2/compositing/geometry/flipped-writing-mode-expected.txt: Added.
14977         * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.txt: Added.
14978         * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
14979         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
14980         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
14981         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
14982         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
14983         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
14984         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
14985         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
14986         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
14987         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
14988         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
14989         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
14990         * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
14991         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
14992         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
14993         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
14994         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
14995         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
14996         * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png:
14997         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added.
14998         * platform/qt-5.0-wk2/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
14999         * platform/qt-5.0-wk2/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
15000         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
15001         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
15002         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
15003         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
15004         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
15005         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
15006         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-expected.txt: Added.
15007         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
15008         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-clipping-expected.txt: Added.
15009         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
15010         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
15011         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
15012         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
15013         * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transforms-expected.txt: Added.
15014         * platform/qt-5.0-wk2/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
15015         * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
15016         * platform/qt-5.0-wk2/compositing/layer-creation/translatez-overlap-expected.txt: Added.
15017         * platform/qt-5.0-wk2/compositing/masks/mask-layer-size-expected.txt: Added.
15018         * platform/qt-5.0-wk2/compositing/overflow-trumps-transform-style-expected.txt: Added.
15019         * platform/qt-5.0-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
15020         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
15021         * platform/qt-5.0-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
15022         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
15023         * platform/qt-5.0-wk2/compositing/overflow/resize-painting-expected.txt: Added.
15024         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Added.
15025         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Added.
15026         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Added.
15027         * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Added.
15028         * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png: Added.
15029         * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
15030         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
15031         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
15032         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
15033         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
15034         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
15035         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
15036         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
15037         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
15038         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
15039         * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.
15040         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
15041         * platform/qt-5.0-wk2/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
15042         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
15043         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
15044         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-img-expected.txt: Added.
15045         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
15046         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
15047         * platform/qt-5.0-wk2/compositing/tiling/tiled-layer-resize-expected.txt: Added.
15048         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
15049         * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
15050         * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
15051         * platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt: Added.
15052         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
15053         * platform/qt-5.0-wk2/css3/filters/composited-during-transition-layertree-expected.txt: Added.
15054         * platform/qt-5.0-wk2/css3/filters/filter-repaint-blur-expected.png: Added.
15055         * platform/qt-5.0-wk2/css3/filters/filter-repaint-child-layers-expected.png: Added.
15056         * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-clipped-expected.png: Added.
15057         * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-expected.png: Added.
15058         * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-rotated-expected.png: Added.
15059         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
15060         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png:
15061         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
15062         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png:
15063         * platform/qt-5.0-wk2/css3/images/cross-fade-background-size-expected.png: Added.
15064         * platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png: Added.
15065         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png: Added.
15066         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png: Added.
15067         * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png: Added.
15068         * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
15069         * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
15070         * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png: Added.
15071         * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png: Added.
15072         * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png: Added.
15073         * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png: Added.
15074         * platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png: Added.
15075         * platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-on-body-expected.png: Added.
15076         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
15077         * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png:
15078         * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
15079         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png:
15080         * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png:
15081         * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-expected.png: Added.
15082         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
15083         * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png:
15084         * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png: Added.
15085         * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Added.
15086         * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Added.
15087         * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Added.
15088         * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Added.
15089         * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Added.
15090         * platform/qt-5.0-wk2/fast/events/event-attribute-expected.txt: Added.
15091         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
15092         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
15093         * platform/qt-5.0-wk2/fast/forms/hidden-listbox-expected.png: Added.
15094         * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
15095         * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
15096         * platform/qt-5.0-wk2/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
15097         * platform/qt-5.0-wk2/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
15098         * platform/qt-5.0-wk2/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
15099         * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
15100         * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
15101         * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
15102         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
15103         * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Added.
15104         * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Added.
15105         * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Added.
15106         * platform/qt-5.0-wk2/fast/repaint/4774354-expected.png: Added.
15107         * platform/qt-5.0-wk2/fast/repaint/4776765-expected.png: Added.
15108         * platform/qt-5.0-wk2/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
15109         * platform/qt-5.0-wk2/fast/repaint/background-generated-expected.png: Added.
15110         * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png:
15111         * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png: Added.
15112         * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
15113         * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png:
15114         * platform/qt-5.0-wk2/fast/repaint/block-no-inflow-children-expected.png: Added.
15115         * platform/qt-5.0-wk2/fast/repaint/border-radius-repaint-expected.png: Added.
15116         * platform/qt-5.0-wk2/fast/repaint/border-repaint-glitch-expected.png: Added.
15117         * platform/qt-5.0-wk2/fast/repaint/box-shadow-dynamic-expected.png: Added.
15118         * platform/qt-5.0-wk2/fast/repaint/bugzilla-3509-expected.png: Added.
15119         * platform/qt-5.0-wk2/fast/repaint/bugzilla-5699-expected.png: Added.
15120         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
15121         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6388-expected.png: Added.
15122         * platform/qt-5.0-wk2/fast/repaint/bugzilla-6473-expected.png: Added.
15123         * platform/qt-5.0-wk2/fast/repaint/bugzilla-7235-expected.png: Added.
15124         * platform/qt-5.0-wk2/fast/repaint/button-spurious-layout-hint-expected.png: Added.
15125         * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
15126         * platform/qt-5.0-wk2/fast/repaint/clip-with-layout-delta-expected.png: Added.
15127         * platform/qt-5.0-wk2/fast/repaint/clipped-relative-expected.png: Added.
15128         * platform/qt-5.0-wk2/fast/repaint/containing-block-position-change-expected.png: Added.
15129         * platform/qt-5.0-wk2/fast/repaint/content-into-overflow-expected.png: Added.
15130         * platform/qt-5.0-wk2/fast/repaint/continuation-after-outline-expected.png: Added.
15131         * platform/qt-5.0-wk2/fast/repaint/control-clip-expected.png: Added.
15132         * platform/qt-5.0-wk2/fast/repaint/create-layer-repaint-expected.png: Added.
15133         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png:
15134         * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
15135         * platform/qt-5.0-wk2/fast/repaint/erase-overflow-expected.png: Added.
15136         * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png:
15137         * platform/qt-5.0-wk2/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
15138         * platform/qt-5.0-wk2/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
15139         * platform/qt-5.0-wk2/fast/repaint/fixed-in-page-scale-expected.png: Added.
15140         * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
15141         * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-scroll-expected.png: Added.
15142         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
15143         * platform/qt-5.0-wk2/fast/repaint/fixed-table-cell-expected.png:
15144         * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-expected.png:
15145         * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-zindex-expected.png:
15146         * platform/qt-5.0-wk2/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
15147         * platform/qt-5.0-wk2/fast/repaint/fixed-tranformed-expected.png: Added.
15148         * platform/qt-5.0-wk2/fast/repaint/float-move-during-layout-expected.png: Added.
15149         * platform/qt-5.0-wk2/fast/repaint/float-overflow-expected.png: Added.
15150         * platform/qt-5.0-wk2/fast/repaint/float-overflow-right-expected.png: Added.
15151         * platform/qt-5.0-wk2/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
15152         * platform/qt-5.0-wk2/fast/repaint/inline-color-change-expected.png: Added.
15153         * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
15154         * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-expected.png: Added.
15155         * platform/qt-5.0-wk2/fast/repaint/layer-visibility-expected.png: Added.
15156         * platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png: Added.
15157         * platform/qt-5.0-wk2/fast/repaint/layout-state-relative-expected.png: Added.
15158         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset-expected.png: Added.
15159         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
15160         * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
15161         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
15162         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
15163         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
15164         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
15165         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
15166         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
15167         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
15168         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
15169         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
15170         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
15171         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
15172         * platform/qt-5.0-wk2/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
15173         * platform/qt-5.0-wk2/fast/repaint/line-overflow-expected.png: Added.
15174         * platform/qt-5.0-wk2/fast/repaint/lines-with-layout-delta-expected.png: Added.
15175         * platform/qt-5.0-wk2/fast/repaint/list-marker-2-expected.png: Added.
15176         * platform/qt-5.0-wk2/fast/repaint/make-children-non-inline-expected.png: Added.
15177         * platform/qt-5.0-wk2/fast/repaint/multicol-repaint-expected.png: Added.
15178         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png:
15179         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png:
15180         * platform/qt-5.0-wk2/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
15181         * platform/qt-5.0-wk2/fast/repaint/outline-child-repaint-expected.png: Added.
15182         * platform/qt-5.0-wk2/fast/repaint/outline-inset-expected.png: Added.
15183         * platform/qt-5.0-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
15184         * platform/qt-5.0-wk2/fast/repaint/outline-shrinking-expected.png: Added.
15185         * platform/qt-5.0-wk2/fast/repaint/overflow-delete-line-expected.png: Added.
15186         * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Added.
15187         * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added.
15188         * platform/qt-5.0-wk2/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
15189         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
15190         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-delete-expected.png: Added.
15191         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png:
15192         * platform/qt-5.0-wk2/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
15193         * platform/qt-5.0-wk2/fast/repaint/positioned-document-element-expected.png: Added.
15194         * platform/qt-5.0-wk2/fast/repaint/reflection-redraw-expected.png: Added.
15195         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
15196         * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
15197         * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
15198         * platform/qt-5.0-wk2/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
15199         * platform/qt-5.0-wk2/fast/repaint/repaint-during-scroll-expected.png: Added.
15200         * platform/qt-5.0-wk2/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
15201         * platform/qt-5.0-wk2/fast/repaint/repaint-resized-overflow-expected.png: Added.
15202         * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
15203         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png:
15204         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png:
15205         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png:
15206         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
15207         * platform/qt-5.0-wk2/fast/repaint/select-option-background-color-expected.png: Added.
15208         * platform/qt-5.0-wk2/fast/repaint/selected-replaced-expected.png: Added.
15209         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
15210         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
15211         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
15212         * platform/qt-5.0-wk2/fast/repaint/selection-rl-expected.png: Added.
15213         * platform/qt-5.0-wk2/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
15214         * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-2-expected.png: Added.
15215         * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-3-expected.png: Added.
15216         * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-expected.png: Added.
15217         * platform/qt-5.0-wk2/fast/repaint/table-cell-collapsed-border-expected.png: Added.
15218         * platform/qt-5.0-wk2/fast/repaint/table-cell-move-expected.png: Added.
15219         * platform/qt-5.0-wk2/fast/repaint/table-col-background-expected.png: Added.
15220         * platform/qt-5.0-wk2/fast/repaint/table-collapsed-border-expected.png: Added.
15221         * platform/qt-5.0-wk2/fast/repaint/table-extra-bottom-grow-expected.png: Added.
15222         * platform/qt-5.0-wk2/fast/repaint/table-outer-border-expected.png: Added.
15223         * platform/qt-5.0-wk2/fast/repaint/table-section-overflow-expected.png: Added.
15224         * platform/qt-5.0-wk2/fast/repaint/table-section-repaint-expected.png: Added.
15225         * platform/qt-5.0-wk2/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
15226         * platform/qt-5.0-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
15227         * platform/qt-5.0-wk2/fast/repaint/text-in-relative-positioned-inline-expected.png: Added.
15228         * platform/qt-5.0-wk2/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Added.
15229         * platform/qt-5.0-wk2/fast/repaint/transform-absolute-child-expected.png: Added.
15230         * platform/qt-5.0-wk2/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
15231         * platform/qt-5.0-wk2/fast/repaint/transform-disable-layoutstate-expected.png: Added.
15232         * platform/qt-5.0-wk2/fast/repaint/transform-layout-repaint-expected.png: Added.
15233         * platform/qt-5.0-wk2/fast/repaint/transform-relative-position-expected.png: Added.
15234         * platform/qt-5.0-wk2/fast/repaint/transform-repaint-descendants-expected.png: Added.
15235         * platform/qt-5.0-wk2/fast/repaint/transform-replaced-shadows-expected.png:
15236         * platform/qt-5.0-wk2/fast/repaint/transform-translate-expected.png: Added.
15237         * platform/qt-5.0-wk2/fast/repaint/view-background-from-body-1-expected.png: Added.
15238         * platform/qt-5.0-wk2/fast/repaint/view-background-from-body-2-expected.png: Added.
15239         * platform/qt-5.0-wk2/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
15240         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-69296-expected.png:
15241         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
15242         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
15243         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
15244         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
15245         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
15246         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
15247         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
15248         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
15249         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
15250         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
15251         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
15252         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
15253         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
15254         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
15255         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
15256         * platform/qt-5.0-wk2/fast/table/simple_paint-expected.png: Added.
15257         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
15258         * platform/qt-5.0-wk2/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
15259         * platform/qt-5.0-wk2/svg/as-background-image/animated-svg-as-background-expected.png: Added.
15260         * platform/qt-5.0-wk2/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
15261         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-expected.png: Added.
15262         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
15263         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
15264         * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png:
15265         * platform/qt-5.0-wk2/svg/as-image/svg-image-change-content-size-expected.png: Added.
15266         * platform/qt-5.0-wk2/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
15267         * platform/qt-5.0-wk2/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
15268         * platform/qt-5.0-wk2/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
15269         * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-expected.png: Added.
15270         * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
15271         * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
15272         * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
15273         * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
15274         * platform/qt-5.0-wk2/svg/carto.net/window-expected.png: Added.
15275         * platform/qt-5.0-wk2/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
15276         * platform/qt-5.0-wk2/svg/custom/animate-path-discrete-expected.png: Added.
15277         * platform/qt-5.0-wk2/svg/custom/animate-path-morphing-expected.png: Added.
15278         * platform/qt-5.0-wk2/svg/custom/animate-target-id-changed-expected.png: Added.
15279         * platform/qt-5.0-wk2/svg/custom/animate-target-removed-from-document-expected.png: Added.
15280         * platform/qt-5.0-wk2/svg/custom/circle-move-invalidation-expected.png: Added.
15281         * platform/qt-5.0-wk2/svg/custom/clip-path-child-changes-expected.png: Added.
15282         * platform/qt-5.0-wk2/svg/custom/clip-path-href-changes-expected.png: Added.
15283         * platform/qt-5.0-wk2/svg/custom/clip-path-id-changes-expected.png: Added.
15284         * platform/qt-5.0-wk2/svg/custom/clip-path-units-changes-expected.png: Added.
15285         * platform/qt-5.0-wk2/svg/custom/deep-dynamic-updates-expected.png: Added.
15286         * platform/qt-5.0-wk2/svg/custom/fill-opacity-update-expected.png: Added.
15287         * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
15288         * platform/qt-5.0-wk2/svg/custom/gradient-add-stops-expected.png: Added.
15289         * platform/qt-5.0-wk2/svg/custom/gradient-stop-style-change-expected.png: Added.
15290         * platform/qt-5.0-wk2/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
15291         * platform/qt-5.0-wk2/svg/custom/hit-test-with-br-expected.png: Added.
15292         * platform/qt-5.0-wk2/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
15293         * platform/qt-5.0-wk2/svg/custom/js-late-clipPath-creation-expected.png: Added.
15294         * platform/qt-5.0-wk2/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
15295         * platform/qt-5.0-wk2/svg/custom/js-late-gradient-creation-expected.png: Added.
15296         * platform/qt-5.0-wk2/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
15297         * platform/qt-5.0-wk2/svg/custom/js-late-marker-creation-expected.png: Added.
15298         * platform/qt-5.0-wk2/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
15299         * platform/qt-5.0-wk2/svg/custom/js-late-mask-creation-expected.png: Added.
15300         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png:
15301         * platform/qt-5.0-wk2/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
15302         * platform/qt-5.0-wk2/svg/custom/js-update-bounce-expected.png: Added.
15303         * platform/qt-5.0-wk2/svg/custom/js-update-container-expected.png: Added.
15304         * platform/qt-5.0-wk2/svg/custom/js-update-container2-expected.png: Added.
15305         * platform/qt-5.0-wk2/svg/custom/js-update-gradient-expected.png: Added.
15306         * platform/qt-5.0-wk2/svg/custom/js-update-image-expected.png:
15307         * platform/qt-5.0-wk2/svg/custom/js-update-path-changes-expected.png: Added.
15308         * platform/qt-5.0-wk2/svg/custom/js-update-path-removal-expected.png: Added.
15309         * platform/qt-5.0-wk2/svg/custom/js-update-pattern-child-expected.png: Added.
15310         * platform/qt-5.0-wk2/svg/custom/js-update-pattern-expected.png: Added.
15311         * platform/qt-5.0-wk2/svg/custom/js-update-polygon-changes-expected.png: Added.
15312         * platform/qt-5.0-wk2/svg/custom/js-update-polygon-removal-expected.png: Added.
15313         * platform/qt-5.0-wk2/svg/custom/js-update-stop-expected.png: Added.
15314         * platform/qt-5.0-wk2/svg/custom/js-update-stop-linked-gradient-expected.png: Added.
15315         * platform/qt-5.0-wk2/svg/custom/js-update-style-expected.png: Added.
15316         * platform/qt-5.0-wk2/svg/custom/js-update-transform-addition-expected.png: Added.
15317         * platform/qt-5.0-wk2/svg/custom/js-update-transform-changes-expected.png: Added.
15318         * platform/qt-5.0-wk2/svg/custom/marker-child-changes-css-expected.png: Added.
15319         * platform/qt-5.0-wk2/svg/custom/marker-child-changes-expected.png: Added.
15320         * platform/qt-5.0-wk2/svg/custom/marker-strokeWidth-changes-expected.png: Added.
15321         * platform/qt-5.0-wk2/svg/custom/marker-viewBox-changes-expected.png: Added.
15322         * platform/qt-5.0-wk2/svg/custom/mask-child-changes-expected.png: Added.
15323         * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png:
15324         * platform/qt-5.0-wk2/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
15325         * platform/qt-5.0-wk2/svg/custom/pending-resource-after-removal-expected.png: Added.
15326         * platform/qt-5.0-wk2/svg/custom/prevent-default-expected.png: Added.
15327         * platform/qt-5.0-wk2/svg/custom/relative-sized-content-expected.png: Added.
15328         * platform/qt-5.0-wk2/svg/custom/relative-sized-content-with-resources-expected.png: Added.
15329         * platform/qt-5.0-wk2/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Added.
15330         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png:
15331         * platform/qt-5.0-wk2/svg/custom/relative-sized-inner-svg-expected.png: Added.
15332         * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-expected.png: Added.
15333         * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Added.
15334         * platform/qt-5.0-wk2/svg/custom/relative-sized-use-on-symbol-expected.png: Added.
15335         * platform/qt-5.0-wk2/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added.
15336         * platform/qt-5.0-wk2/svg/custom/repaint-moving-svg-and-div-expected.png: Added.
15337         * platform/qt-5.0-wk2/svg/custom/repaint-shadow-expected.png: Added.
15338         * platform/qt-5.0-wk2/svg/custom/repaint-stroke-width-changes-expected.png: Added.
15339         * platform/qt-5.0-wk2/svg/custom/resource-client-removal-expected.png: Added.
15340         * platform/qt-5.0-wk2/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
15341         * platform/qt-5.0-wk2/svg/custom/scroll-hit-test-expected.png: Added.
15342         * platform/qt-5.0-wk2/svg/custom/stroke-opacity-update-expected.png: Added.
15343         * platform/qt-5.0-wk2/svg/custom/svg-absolute-children-expected.png: Added.
15344         * platform/qt-5.0-wk2/svg/custom/text-dom-removal-expected.png: Added.
15345         * platform/qt-5.0-wk2/svg/custom/text-repaint-including-stroke-expected.png: Added.
15346         * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png: Added.
15347         * platform/qt-5.0-wk2/svg/custom/use-clipped-hit-expected.png: Added.
15348         * platform/qt-5.0-wk2/svg/custom/use-detach-expected.png: Added.
15349         * platform/qt-5.0-wk2/svg/custom/use-elementInstance-event-target-expected.png: Added.
15350         * platform/qt-5.0-wk2/svg/custom/use-elementInstance-methods-expected.png: Added.
15351         * platform/qt-5.0-wk2/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
15352         * platform/qt-5.0-wk2/svg/custom/use-event-handler-on-use-element-expected.png: Added.
15353         * platform/qt-5.0-wk2/svg/custom/use-inherit-style-expected.png: Added.
15354         * platform/qt-5.0-wk2/svg/custom/use-setAttribute-crash-expected.png: Added.
15355         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
15356         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
15357         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
15358         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
15359         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
15360         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
15361         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
15362         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
15363         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
15364         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
15365         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
15366         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
15367         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
15368         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
15369         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
15370         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
15371         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
15372         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
15373         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
15374         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
15375         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
15376         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
15377         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
15378         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
15379         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
15380         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
15381         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
15382         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
15383         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
15384         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
15385         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
15386         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
15387         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
15388         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
15389         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
15390         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
15391         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
15392         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
15393         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
15394         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
15395         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
15396         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
15397         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
15398         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
15399         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
15400         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
15401         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
15402         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
15403         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
15404         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
15405         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
15406         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
15407         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
15408         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
15409         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
15410         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
15411         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
15412         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
15413         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
15414         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
15415         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
15416         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
15417         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
15418         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
15419         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
15420         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
15421         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
15422         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
15423         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
15424         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
15425         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
15426         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
15427         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
15428         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
15429         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
15430         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
15431         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
15432         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
15433         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
15434         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
15435         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
15436         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
15437         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
15438         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
15439         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
15440         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
15441         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
15442         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
15443         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
15444         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
15445         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
15446         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
15447         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
15448         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
15449         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
15450         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
15451         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
15452         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
15453         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
15454         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
15455         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
15456         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
15457         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
15458         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
15459         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
15460         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
15461         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
15462         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
15463         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
15464         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
15465         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
15466         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
15467         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
15468         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
15469         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
15470         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
15471         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
15472         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
15473         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
15474         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
15475         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
15476         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
15477         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
15478         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
15479         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
15480         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
15481         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
15482         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
15483         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
15484         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
15485         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
15486         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
15487         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
15488         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
15489         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
15490         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
15491         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
15492         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
15493         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
15494         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
15495         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
15496         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
15497         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
15498         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
15499         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
15500         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
15501         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
15502         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
15503         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
15504         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
15505         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
15506         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
15507         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
15508         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
15509         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
15510         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
15511         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
15512         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
15513         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
15514         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
15515         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
15516         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
15517         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
15518         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
15519         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
15520         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
15521         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
15522         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
15523         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
15524         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
15525         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
15526         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
15527         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
15528         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
15529         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
15530         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
15531         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
15532         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
15533         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
15534         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
15535         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
15536         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
15537         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
15538         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
15539         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
15540         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
15541         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
15542         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
15543         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
15544         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
15545         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
15546         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
15547         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
15548         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
15549         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
15550         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
15551         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
15552         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
15553         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
15554         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
15555         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
15556         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
15557         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
15558         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
15559         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
15560         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
15561         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
15562         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
15563         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
15564         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
15565         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
15566         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
15567         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
15568         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
15569         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
15570         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
15571         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
15572         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
15573         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
15574         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
15575         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
15576         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
15577         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
15578         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
15579         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
15580         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
15581         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
15582         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
15583         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
15584         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
15585         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
15586         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
15587         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
15588         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
15589         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
15590         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
15591         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
15592         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
15593         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
15594         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
15595         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
15596         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
15597         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
15598         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
15599         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
15600         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
15601         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
15602         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
15603         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
15604         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
15605         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
15606         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
15607         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
15608         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
15609         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
15610         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
15611         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
15612         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
15613         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
15614         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
15615         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
15616         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
15617         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
15618         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
15619         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
15620         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
15621         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
15622         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
15623         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
15624         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
15625         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
15626         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
15627         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
15628         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
15629         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
15630         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
15631         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
15632         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added.
15633         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added.
15634         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
15635         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
15636         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
15637         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
15638         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
15639         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
15640         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
15641         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
15642         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
15643         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
15644         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
15645         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
15646         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
15647         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
15648         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added.
15649         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added.
15650         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added.
15651         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added.
15652         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
15653         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
15654         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
15655         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
15656         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
15657         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
15658         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
15659         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
15660         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
15661         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
15662         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
15663         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
15664         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
15665         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
15666         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added.
15667         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
15668         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
15669         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
15670         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
15671         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added.
15672         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
15673         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
15674         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added.
15675         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added.
15676         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
15677         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
15678         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
15679         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
15680         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added.
15681         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
15682         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
15683         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
15684         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
15685         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
15686         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
15687         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
15688         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
15689         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added.
15690         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
15691         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
15692         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
15693         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
15694         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
15695         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
15696         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added.
15697         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
15698         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
15699         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added.
15700         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
15701         * platform/qt-5.0-wk2/svg/filters/animate-fill-expected.png: Added.
15702         * platform/qt-5.0-wk2/svg/filters/feImage-change-target-id-expected.png: Added.
15703         * platform/qt-5.0-wk2/svg/filters/feImage-remove-target-expected.png: Added.
15704         * platform/qt-5.0-wk2/svg/filters/filter-refresh-expected.png: Added.
15705         * platform/qt-5.0-wk2/svg/filters/filter-width-update-expected.png: Added.
15706         * platform/qt-5.0-wk2/svg/filters/invalidate-on-child-layout-expected.png: Added.
15707         * platform/qt-5.0-wk2/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
15708         * platform/qt-5.0-wk2/svg/hixie/perf/001-expected.png: Added.
15709         * platform/qt-5.0-wk2/svg/hixie/perf/002-expected.png: Added.
15710         * platform/qt-5.0-wk2/svg/hixie/perf/003-expected.png: Added.
15711         * platform/qt-5.0-wk2/svg/hixie/perf/004-expected.png: Added.
15712         * platform/qt-5.0-wk2/svg/hixie/perf/005-expected.png: Added.
15713         * platform/qt-5.0-wk2/svg/hixie/perf/006-expected.png: Added.
15714         * platform/qt-5.0-wk2/svg/hixie/perf/007-expected.png: Added.
15715         * platform/qt-5.0-wk2/svg/repaint/container-repaint-expected.png: Added.
15716         * platform/qt-5.0-wk2/svg/repaint/filter-child-repaint-expected.png: Added.
15717         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png:
15718         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png:
15719         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
15720         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png:
15721         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
15722         * platform/qt-5.0-wk2/svg/repaint/mask-clip-target-transform-expected.png: Added.
15723         * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
15724         * platform/qt-5.0-wk2/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
15725         * platform/qt-5.0-wk2/svg/repaint/text-mask-update-expected.png: Added.
15726         * platform/qt-5.0-wk2/svg/text/append-text-node-to-tspan-expected.png: Added.
15727         * platform/qt-5.0-wk2/svg/text/ems-display-none-expected.png: Added.
15728         * platform/qt-5.0-wk2/svg/text/exs-display-none-expected.png: Added.
15729         * platform/qt-5.0-wk2/svg/text/modify-text-node-in-tspan-expected.png: Added.
15730         * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png:
15731         * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png:
15732         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png:
15733         * platform/qt-5.0-wk2/svg/text/text-text-05-t-expected.png: Added.
15734         * platform/qt-5.0-wk2/svg/text/text-viewbox-rescale-expected.png: Added.
15735         * platform/qt-5.0-wk2/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
15736         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
15737         * platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
15738         * platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
15739         * platform/qt-5.0-wk2/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
15740         * platform/qt-5.0-wk2/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
15741         * platform/qt-5.0-wk2/svg/zoom/page/zoom-background-images-expected.png:
15742         * platform/qt-5.0-wk2/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
15743         * platform/qt-5.0-wk2/svg/zoom/page/zoom-foreign-content-expected.png: Added.
15744         * platform/qt-5.0-wk2/svg/zoom/page/zoom-foreignObject-expected.png: Added.
15745         * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
15746         * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added.
15747         * platform/qt-5.0-wk2/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
15748         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
15749         * platform/qt-5.0-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
15750         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
15751         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
15752         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
15753         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
15754         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
15755         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
15756         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
15757         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
15758         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
15759         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
15760         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
15761         * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-percentage-warning: inexact rename detection was skipped due to too many files.:
15762         * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added.
15763         * platform/qt-5.0-wk2/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added.
15764         * platform/qt-5.0-wk2/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
15765         * platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png: Added.
15766         * platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png: Added.
15767         * platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png: Added.
15768         * platform/qt-5.0-wk2/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
15769         * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
15770         * platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
15771         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
15772         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png:
15773         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
15774
15775 2013-04-30  Roger Fong  <roger_fong@apple.com>
15776
15777         Unreviewed gardening of AppleWin port after r148944.
15778
15779         * platform/win/fast/table: Added.
15780         * platform/win/fast/table/giantRowspan-expected.txt: Added.
15781         * platform/win/fast/table/giantRowspan2-expected.txt: Added.
15782         * platform/win/tables/mozilla/bugs: Added.
15783         * platform/win/tables/mozilla/bugs/bug133756-1-expected.txt: Added.
15784         * platform/win/tables/mozilla/bugs/bug133756-2-expected.txt: Added.
15785         * platform/win/tables/mozilla/bugs/bug220536-expected.txt: Added.
15786         * platform/win/tables/mozilla/bugs/bug8858-expected.txt: Added.
15787         * platform/win/tables/mozilla/core: Added.
15788         * platform/win/tables/mozilla/core/row_span-expected.txt: Added.
15789         * platform/win/tables/mozilla_expected_failures/bugs: Added.
15790         * platform/win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
15791         * platform/win/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Added.
15792         * platform/win/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Added.
15793
15794 2013-04-30  Roger Fong  <roger_fong@apple.com>
15795
15796         Unreviewed gardening. AppleWin port.
15797
15798         * platform/win/TestExpectations:
15799
15800 2013-04-30  Zan Dobersek  <zdobersek@igalia.com>
15801
15802         Unreviewed GTK gardening.
15803
15804         * platform/gtk/TestExpectations: Removing failure expectations for tests that are
15805         constantly passing on the builders.
15806
15807 2013-04-30  Zan Dobersek  <zdobersek@igalia.com>
15808
15809         Unreviewed GTK gardening.
15810
15811         * platform/gtk/TestExpectations: Adding failure expectations for
15812         the current reftest failures on the builders.
15813
15814 2013-04-30  Simon Fraser  <simon.fraser@apple.com>
15815
15816         Cap max CALayer tree depth to avoid crashes
15817         https://bugs.webkit.org/show_bug.cgi?id=115431
15818         <rdar://problem/13401861>
15819
15820         Reviewed by Tim Horton.
15821         
15822         Test that makes a very deep tree. Should note crash, and should match
15823         the reference.
15824
15825         * compositing/layer-creation/deep-tree-expected.html: Added.
15826         * compositing/layer-creation/deep-tree.html: Added.
15827
15828 2013-04-30  Andreas Kling  <akling@apple.com>
15829
15830         REGRESSION(r149287): Assertion failure in fast/frames/flattening/iframe-flattening-crash.html
15831         <http://webkit.org/b/115386>
15832         <rdar://problem/13769995>
15833
15834         Reviewed by Darin Adler.
15835
15836         * platform/mac/TestExpectations:
15837
15838 2013-04-30  Glenn Adams  <glenn@skynav.com>
15839
15840         The bison grammar for @supports should return 0 in case of an error
15841         https://bugs.webkit.org/show_bug.cgi?id=115402
15842
15843         Reviewed by Darin Adler.
15844
15845         Back ported from https://chromium.googlesource.com/chromium/blink/+/74399c27c8b93286bae03a1d6371735935b34d85.
15846
15847         * css3/supports-crash-expected.txt: Added.
15848         * css3/supports-crash.html: Added.
15849
15850 2013-04-30  Radu Stavila  <stavila@adobe.com>
15851
15852         [CSS Regions] Convert some fast/regions pixel tests to reftests
15853         https://bugs.webkit.org/show_bug.cgi?id=80712
15854
15855         Reviewed by Alexandru Chiculita.
15856         
15857         Converted webkit-flow-inlines-inside-regions-bounds and webkit-flow-inlines-inside-regions-bounds-vertical to reftest
15858
15859         * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html: Added.
15860         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html: Added.
15861         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
15862         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
15863         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
15864         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
15865         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
15866         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
15867         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
15868         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
15869         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
15870         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
15871         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
15872         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
15873         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
15874         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
15875         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
15876         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
15877
15878 2013-04-30  Zan Dobersek  <zdobersek@igalia.com>
15879
15880         Unreviewed GTK gardening.
15881         Rebaselining tests that are possible to and required to be rebaselined
15882
15883         * platform/gtk-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
15884         * platform/gtk/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
15885         * platform/gtk/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
15886         * platform/gtk/fast/dom/Range/getClientRects-expected.txt:
15887         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
15888         * platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt:
15889         * platform/gtk/fast/js/function-length-expected.txt: Added.
15890         * platform/gtk/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt:
15891         * platform/gtk/media/media-can-play-ogg-expected.txt: Added.
15892         * platform/gtk/media/video-played-collapse-expected.txt:
15893         * platform/gtk/media/video-volume-slider-expected.txt:
15894
15895 2013-04-30  Balazs Kelemen  <kbalazs@webkit.org>
15896
15897         [EFL][GStreamer] failing media tests
15898         https://bugs.webkit.org/show_bug.cgi?id=115419
15899
15900         Unreviewed gardening.
15901
15902         * platform/efl/TestExpectations: Track failing tests.
15903
15904 2013-04-30  Zan Dobersek  <zdobersek@igalia.com>
15905
15906         Unreviewed GTK gardening.
15907
15908         * platform/gtk/TestExpectations: Adding failure expectations for additional failing tests
15909         after the Shadow DOM feature was disabled for the GTK port in r149352.
15910
15911 2013-04-30  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15912
15913         [EFL] Enable scaled cursors
15914         https://bugs.webkit.org/show_bug.cgi?id=106242
15915
15916         Reviewed by Gyuyoung Kim.
15917
15918         Unskip fast/css/cursor-parsing-image-set.html for EFL port
15919         now that scaled cursors are enabled. Update expectation for
15920         fast/events/mouse-cursor-image-set.html to explain the
15921         reason why it is failing and set its bug URL.
15922
15923         * platform/efl/TestExpectations:
15924
15925 2013-04-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
15926
15927         [Qt] Unreviewed gardening.
15928
15929         Skipping tests using unimplemented feature.
15930
15931         * platform/qt-5.0-wk1/TestExpectations:
15932
15933 2013-04-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>
15934
15935         CSSParser::parseFontFamily should allow the keyword "default" as part of a font name
15936         https://bugs.webkit.org/show_bug.cgi?id=107231
15937
15938         Reviewed by Ryosuke Niwa.
15939
15940         * fast/css/font-family-parse-keyword-expected.html: Added.
15941         * fast/css/font-family-parse-keyword.html: Added.
15942
15943 2013-04-30  Zalan Bujtas  <zalan@apple.com>
15944
15945         Animations fail to start on http://www.google.com/insidesearch/howsearchworks/thestory/
15946         https://bugs.webkit.org/show_bug.cgi?id=111244
15947
15948         Reviewed by David Kilzer.
15949         
15950         Enable performance.now() as a minimal subset of Web Timing API. 
15951         It returns DOMHighResTimeStamp, a monotonically increasing value representing the 
15952         number of milliseconds from the start of the navigation of the current document.
15953         JS libraries use this API to check against the requestAnimationFrame() timestamp.
15954         
15955         We can test the monotonical behaviour of this API only. Checking whether the value
15956         actually represents the navigation start requires PerformanceTiming enabled.
15957         
15958         * fast/dom/Window/web-timing-minimal-performance-now-expected.txt: Added.
15959         * fast/dom/Window/web-timing-minimal-performance-now.html: Added.
15960
15961 2013-04-29  Zan Dobersek  <zdobersek@igalia.com>
15962
15963         Unreviewed GTK gardening.
15964
15965         * platform/gtk/TestExpectations: Skipping the Shadow DOM layout tests after the feature was disabled in r149352.
15966
15967 2013-04-29  Roger Fong  <roger_fong@apple.com>
15968
15969         Unreviewed gardening. Rebaseline some Windows tests after disabling subpixel layout.
15970
15971         * platform/win/editing/selection/caret-ltr-right-expected.txt:
15972         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
15973         * platform/win/editing/selection/caret-rtl-right-expected.txt:
15974         * platform/win/editing/selection/extend-selection-word-expected.txt: Added.
15975         * platform/win/editing/selection/mixed-editability-10-expected.txt:
15976         * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
15977         * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
15978         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
15979         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
15980         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
15981         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
15982         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
15983         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
15984         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
15985         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
15986         * platform/win/fast/borders/bidi-012-expected.txt:
15987         * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
15988         * platform/win/fast/forms/file/file-input-disabled-expected.txt:
15989         * platform/win/fast/forms/range: Added.
15990         * platform/win/fast/forms/range/slider-mouse-events-expected.txt: Added.
15991         * platform/win/fast/inline/inline-box-background-expected.txt:
15992         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
15993         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
15994         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
15995
15996 2013-04-29  Roger Fong  <roger_fong@apple.com>
15997
15998         Unreviewed. Windows gardening after r148987.
15999
16000         * platform/win/editing/deleting/delete-by-word-002-expected.txt: Added.
16001         * platform/win/editing/deleting/delete-cell-contents-expected.txt: Added.
16002         * platform/win/editing/execCommand: Added.
16003         * platform/win/editing/execCommand/button-expected.txt: Added.
16004         * platform/win/editing/execCommand/createLink-expected.txt: Added.
16005         * platform/win/editing/execCommand/indent-pre-expected.txt: Added.
16006         * platform/win/editing/execCommand/unlink-expected.txt: Added.
16007         * platform/win/editing/inserting/insert-before-link-1-expected.txt: Added.
16008         * platform/win/editing/pasteboard/display-block-on-spans-expected.txt: Added.
16009         * platform/win/editing/pasteboard/merge-end-list-2-expected.txt: Added.
16010         * platform/win/editing/pasteboard/merge-end-table-2-expected.txt: Added.
16011         * platform/win/editing/pasteboard/page-zoom-expected.txt: Added.
16012         * platform/win/editing/style: Added.
16013         * platform/win/editing/style/apply-through-end-of-document-expected.txt: Added.
16014         * platform/win/editing/style/remove-underline-across-paragraph-expected.txt: Added.
16015         * platform/win/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
16016         * platform/win/editing/style/remove-underline-expected.txt: Added.
16017         * platform/win/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
16018         * platform/win/editing/style/remove-underline-in-bold-expected.txt: Added.
16019         * platform/win/editing/style/unbold-in-bold-expected.txt: Added.
16020         * platform/win/editing/undo: Added.
16021         * platform/win/editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt: Added.
16022
16023 2013-04-29  James Craig  <james@cookiecrook.com>
16024
16025         Settings.in selectionIncludesAltImageText should default to true, due to update in HTML spec.
16026         https://bugs.webkit.org/show_bug.cgi?id=115283
16027
16028         Reviewed by Chris Fleizach.
16029
16030         Update test to account for the initial setting change.
16031
16032         * editing/pasteboard/copy-image-with-alt-text.html:
16033
16034 2013-04-29  Alexey Proskuryakov  <ap@apple.com>
16035
16036         REGRESSION (r149287?): Assertion failure in fast/frames/flattening/iframe-flattening-crash.html
16037         https://bugs.webkit.org/show_bug.cgi?id=115386
16038
16039         * platform/mac/TestExpectations: Skipping the test.
16040         * platform/mac-wk2/TestExpectations: Removed it from here, as the assertion failure is not limited to wk2.
16041
16042 2013-04-22  Jeffrey Pfau  <jpfau@apple.com>
16043
16044         Change approach to third-party blocking for LocalStorage
16045         https://bugs.webkit.org/show_bug.cgi?id=115004
16046
16047         Reviewed by Maciej Stachowiak.
16048
16049         * http/tests/security/cross-origin-local-storage-allowed-expected.txt:
16050         * http/tests/security/cross-origin-local-storage-allowed.html:
16051         * http/tests/security/cross-origin-local-storage-expected.txt:
16052         * http/tests/security/cross-origin-local-storage-wk1.html:
16053         * http/tests/security/cross-origin-local-storage-wk1-expected.txt:
16054         * http/tests/security/cross-origin-local-storage.html:
16055         * http/tests/security/resources/cross-origin-iframe-for-local-storage.html:
16056         * http/tests/security/resources/load-local-storage.html: Added.
16057         * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt:
16058         * platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt:
16059
16060 2013-04-29  Yi Shen  <max.hong.shen@gmail.com>
16061
16062         HTML Editing: Insertion point jumps when using link detection
16063         https://bugs.webkit.org/show_bug.cgi?id=82198
16064
16065         Reviewed by Ryosuke Niwa.
16066         
16067         Update typing-space-to-trigger-smart-link.html to verify link detection behavior
16068         when typing a link before existing text.
16069
16070         * editing/inserting/typing-space-to-trigger-smart-link-expected.txt:
16071         * editing/inserting/typing-space-to-trigger-smart-link.html:
16072
16073 2013-04-29  Roger Fong  <roger_fong@apple.com>
16074
16075         Unreviewed. Tests mistakenly added to general TestExpectations file moved to mac TestExpectations file.
16076
16077         * TestExpectations:
16078         * platform/mac/TestExpectations:
16079
16080 2013-04-29  Jeffrey Pfau  <jpfau@apple.com>
16081
16082         Unreviewed, added missing new line in baseline.
16083
16084         * fast/canvas/2d.imageDataHD-expected.txt:
16085
16086 2013-04-29  Stephen Chenney  <schenney@chromium.org>
16087
16088         SVGElement destructor can use invalid iterator
16089         https://bugs.webkit.org/show_bug.cgi?id=115361
16090
16091         Reviewed by Philip Rogers.
16092
16093         Test asserts in Debug and should also crash in memory checking builds.
16094
16095         * svg/custom/svg-element-destructor-iteration-crash-expected.txt: Added.
16096         * svg/custom/svg-element-destructor-iteration-crash.html: Added.
16097
16098 2013-04-29  Dirk Schulze  <krit@webkit.org>
16099
16100         Animate clip rect() between different Length types
16101         https://bugs.webkit.org/show_bug.cgi?id=115336
16102
16103         Reviewed by Andreas Kling.
16104
16105         Modify test for clip animation to cover animations between
16106         different Length types.
16107
16108         * transitions/clip-transition.html:
16109
16110 2013-04-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
16111
16112         [Qt] Unreviewed gardening.
16113
16114         Move Qt Mac specific results to qt-mac after r149210.
16115
16116         * platform/qt-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/qt-5.0/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
16117         * platform/qt-mac/editing/selection/collapse-selection-in-bidi-expected.txt: Renamed from LayoutTests/platform/qt-5.0/editing/selection/collapse-selection-in-bidi-expected.txt.
16118         * platform/qt-mac/editing/selection/drag-start-event-client-x-y-expected.txt: Renamed from LayoutTests/platform/qt-5.0/editing/selection/drag-start-event-client-x-y-expected.txt.
16119         * platform/qt-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt.
16120         * platform/qt-mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/block/basic/fieldset-stretch-to-legend-expected.txt.
16121         * platform/qt-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt.
16122         * platform/qt-mac/fast/borders/fieldsetBorderRadius-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/borders/fieldsetBorderRadius-expected.txt.
16123         * platform/qt-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt.
16124         * platform/qt-mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt.
16125         * platform/qt-mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt.
16126         * platform/qt-mac/fast/events/document-elementFromPoint-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/events/document-elementFromPoint-expected.txt.
16127         * platform/qt-mac/fast/flexbox/flex-hang-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/flexbox/flex-hang-expected.txt.
16128         * platform/qt-mac/fast/images/repaint-subrect-grid-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/images/repaint-subrect-grid-expected.txt.
16129         * platform/qt-mac/fast/images/zoomed-img-size-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/images/zoomed-img-size-expected.txt.
16130         * platform/qt-mac/fast/multicol/break-properties-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/multicol/break-properties-expected.txt.
16131         * platform/qt-mac/fast/multicol/vertical-lr/break-properties-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/multicol/vertical-lr/break-properties-expected.txt.
16132         * platform/qt-mac/fast/multicol/vertical-rl/break-properties-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/multicol/vertical-rl/break-properties-expected.txt.
16133         * platform/qt-mac/fast/overflow/infiniteRecursionGuard-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/overflow/infiniteRecursionGuard-expected.txt.
16134         * platform/qt-mac/fast/parser/style-script-head-test-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/parser/style-script-head-test-expected.txt.
16135         * platform/qt-mac/fast/reflections/reflection-with-zoom-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/reflections/reflection-with-zoom-expected.txt.
16136         * platform/qt-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt.
16137         * platform/qt-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Renamed from LayoutTests/platform/qt-5.0/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt.
16138         * platform/qt-mac/http/tests/misc/acid3-expected.txt: Renamed from LayoutTests/platform/qt-5.0/http/tests/misc/acid3-expected.txt.
16139         * platform/qt-mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt.
16140         * platform/qt-mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt.
16141         * platform/qt-mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt.
16142         * platform/qt-mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt.
16143         * platform/qt-mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt.
16144         * platform/qt-mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt.
16145         * platform/qt-mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt.
16146         * platform/qt-mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt.
16147         * platform/qt-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt.
16148         * platform/qt-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt.
16149         * platform/qt-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt.
16150         * platform/qt-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt.
16151         * platform/qt-mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt.
16152         * platform/qt-mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt.
16153         * platform/qt-mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt.
16154         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt.
16155         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt.
16156         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt.
16157         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt.
16158         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt.
16159         * platform/qt-mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt.
16160         * platform/qt-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt.
16161         * platform/qt-mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/as-image/svg-non-integer-scaled-image-expected.txt.
16162         * platform/qt-mac/svg/custom/fractional-rects-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/fractional-rects-expected.txt.
16163         * platform/qt-mac/svg/custom/js-update-container-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/js-update-container-expected.txt.
16164         * platform/qt-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt.
16165         * platform/qt-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt.
16166         * platform/qt-mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt.
16167         * platform/qt-mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/svg-fonts-with-no-element-reference-expected.txt.
16168         * platform/qt-mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt.
16169         * platform/qt-mac/svg/custom/viewBox-hit-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/custom/viewBox-hit-expected.txt.
16170         * platform/qt-mac/svg/hixie/text/001-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/hixie/text/001-expected.txt.
16171         * platform/qt-mac/svg/hixie/text/003a-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/hixie/text/003a-expected.txt.
16172         * platform/qt-mac/svg/text/small-fonts-2-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/text/small-fonts-2-expected.txt.
16173         * platform/qt-mac/svg/text/text-hkern-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/text/text-hkern-expected.txt.
16174         * platform/qt-mac/svg/text/text-viewbox-rescale-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/text/text-viewbox-rescale-expected.txt.
16175         * platform/qt-mac/svg/wicd/sizing-flakiness-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/wicd/sizing-flakiness-expected.txt.
16176         * platform/qt-mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-background-image-tiled-expected.txt.
16177         * platform/qt-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
16178         * platform/qt-mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-svg-as-image-expected.txt.
16179         * platform/qt-mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-svg-as-object-expected.txt.
16180         * platform/qt-mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-svg-as-relative-image-expected.txt.
16181         * platform/qt-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Renamed from LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt.
16182         * platform/qt-mac/tables/mozilla/bugs/bug83786-expected.txt: Renamed from LayoutTests/platform/qt-5.0/tables/mozilla/bugs/bug83786-expected.txt.
16183
16184 2013-04-28  Zan Dobersek  <zdobersek@igalia.com>
16185
16186         Rename TestRunner's setAudioData to setAudioResult
16187         https://bugs.webkit.org/show_bug.cgi?id=115326
16188
16189         Reviewed by Darin Adler.
16190
16191         Adjust the testRunner.setAudioData references/callsites, the method is now named setAudioResult.
16192
16193         * platform/efl-wk1/TestExpectations:
16194         * webaudio/resources/audio-codec-test.js:
16195         (finishedLoading):
16196         * webaudio/resources/audio-testing.js:
16197         (finishAudioTest):
16198         * webaudio/test-basic.html:
16199
16200 2013-04-28  Seokju Kwon  <seokju.kwon@gmail.com>
16201
16202         Get rid of a duplicate file from LayoutTests/TestExpectations
16203         https://bugs.webkit.org/show_bug.cgi?id=115337
16204
16205         Unreviewed gardening.
16206
16207         * TestExpectations: Remove one of two svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm.
16208
16209 2013-04-28  Dean Jackson  <dino@apple.com>
16210
16211         [Mac] Disable canvas backing store scaling (HIGH_DPI_CANVAS)
16212         https://bugs.webkit.org/show_bug.cgi?id=115310
16213
16214         Reviewed by Simon Fraser.
16215
16216         No need for platform-specific results any more.
16217
16218         * fast/canvas/2d.backingStorePixelRatio-expected.txt:
16219         * fast/canvas/2d.imageDataHD-expected.txt:
16220         * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt:
16221         * platform/win/fast/canvas/2d.backingStorePixelRatio-expected.txt: Removed.
16222         * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Removed.
16223
16224 2013-04-28  Zan Dobersek  <zdobersek@igalia.com>
16225
16226         [WKTR] Tests dumping audio data shouldn't dump pixels
16227         https://bugs.webkit.org/show_bug.cgi?id=115270
16228
16229         Reviewed by Benjamin Poulain.
16230
16231         Remove the now-unnecessary pixel baselines for audio tests that were used on the EFL WK2 platform.
16232
16233         * platform/efl-wk2/webaudio/audiobuffersource-expected.png: Removed.
16234         * platform/efl-wk2/webaudio/audiobuffersource-loop-points-expected.png: Removed.
16235         * platform/efl-wk2/webaudio/audiobuffersource-multi-channels-expected.png: Removed.
16236         * platform/efl-wk2/webaudio/audiobuffersource-playbackrate-expected.png: Removed.
16237         * platform/efl-wk2/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.png: Removed.
16238         * platform/efl-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.png: Removed.
16239         * platform/efl-wk2/webaudio/codec-tests/wav/24bit-44khz-expected.png: Removed.
16240         * platform/efl-wk2/webaudio/gain-expected.png: Removed.
16241         * platform/efl-wk2/webaudio/mixing-expected.png: Removed.
16242         * platform/efl-wk2/webaudio/oscillator-custom-expected.png: Removed.
16243         * platform/efl-wk2/webaudio/oscillator-sawtooth-expected.png: Removed.
16244         * platform/efl-wk2/webaudio/oscillator-sine-expected.png: Removed.
16245         * platform/efl-wk2/webaudio/oscillator-square-expected.png: Removed.
16246         * platform/efl-wk2/webaudio/oscillator-triangle-expected.png: Removed.
16247         * platform/efl-wk2/webaudio/up-mixing-mono-51-expected.png: Removed.
16248         * platform/efl-wk2/webaudio/up-mixing-mono-stereo-expected.png: Removed.
16249         * platform/efl-wk2/webaudio/up-mixing-stereo-51-expected.png: Removed.
16250
16251 2013-04-27  Ryosuke Niwa  <rniwa@webkit.org>
16252
16253         Pressing mouse button inside a dragstart event causes a crash
16254         https://bugs.webkit.org/show_bug.cgi?id=115296
16255
16256         Reviewed by Darin Adler.
16257
16258         Added a regression test. While the bug report involves opening inspector and setting a breakpoint,
16259         a simpler reduction that uses eventSender significantly reduces the complexity.
16260
16261         * fast/events/mousedown-inside-dragstart-should-not-cause-crash-expected.txt: Added.
16262         * fast/events/mousedown-inside-dragstart-should-not-cause-crash.html: Added.
16263
16264 2013-04-25  Geoffrey Garen  <ggaren@apple.com>
16265
16266         Cleaned up pre/post inc/dec in bytecode
16267         https://bugs.webkit.org/show_bug.cgi?id=115222
16268
16269         Reviewed by Filip Pizlo.
16270
16271         * fast/js/const-expected.txt:
16272         * fast/js/resources/const.js: Added tests for some const cases we used
16273         to get wrong.
16274
16275 2013-04-26  Geoffrey Garen  <ggaren@apple.com>
16276
16277         Re-landing <http://trac.webkit.org/changeset/148999>
16278
16279             Filled out more cases of branch folding in bytecode when emitting
16280             expressions into a branching context
16281             https://bugs.webkit.org/show_bug.cgi?id=115057
16282
16283             Reviewed by Phil Pizlo.
16284
16285         Added a more exhaustive correctness test.
16286
16287         * fast/js/branch-fold-correctness-expected.txt: Added.
16288         * fast/js/branch-fold-correctness.html: Added.
16289
16290 2013-04-26  Jer Noble  <jer.noble@apple.com>
16291
16292         Video playback has corruption on the edges of the video
16293         https://bugs.webkit.org/show_bug.cgi?id=115216
16294
16295         Reviewed by Simon Fraser.
16296
16297         * media/content/test.jpg: Added.
16298         * media/video-poster-background-expected.html: Added.
16299         * media/video-poster-background.html: Added.
16300
16301 2013-04-26  Roger Fong  <roger_fong@apple.com>
16302
16303         Unreviewed. Skipping some more tests that still need rebaselining after disabling subpixel layout on mac.
16304         http://bugs.webkit.org/show_bug.cgi?id=115292
16305
16306         * TestExpectations:
16307
16308 2013-04-26  Roger Fong  <roger_fong@apple.com>
16309
16310         Unreviewed. Skipping some tests that still need rebaselining after disabling subpixel layout on mac.
16311         http://bugs.webkit.org/show_bug.cgi?id=115292
16312
16313         * TestExpectations:
16314
16315 2013-04-26  Roger Fong  <roger_fong@apple.com>
16316
16317         Unreviewed. More rebaselines for mac after disabling sub-pixel layout.
16318
16319         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
16320         * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
16321         * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
16322         * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
16323         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Added.
16324         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
16325         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
16326         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
16327         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
16328         * platform/mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
16329         * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
16330         * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
16331         * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
16332         * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
16333         * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
16334         * platform/mac/fast/multicol/break-properties-expected.txt: Added.
16335         * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
16336         * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
16337         * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
16338         * platform/mac/fast/reflections/reflection-with-zoom-expected.txt: Added.
16339         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
16340         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
16341         * platform/mac/http/tests/misc/acid3-expected.txt: Added.
16342         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
16343         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
16344         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
16345         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
16346         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
16347         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
16348         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
16349         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
16350         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
16351         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
16352         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
16353         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
16354         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
16355         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
16356         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
16357         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
16358         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
16359         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
16360         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
16361         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
16362         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
16363         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
16364         * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.
16365         * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
16366         * platform/mac/svg/custom/js-update-container-expected.txt: Added.
16367         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
16368         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
16369         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
16370         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
16371         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
16372         * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
16373         * platform/mac/svg/hixie/text/001-expected.txt: Added.
16374         * platform/mac/svg/hixie/text/003a-expected.txt:
16375         * platform/mac/svg/text/small-fonts-2-expected.txt:
16376         * platform/mac/svg/text/text-hkern-expected.txt: Added.
16377         * platform/mac/svg/text/text-viewbox-rescale-expected.txt: Added.
16378         * platform/mac/svg/wicd/sizing-flakiness-expected.txt: Added.
16379         * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
16380         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
16381         * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Added.
16382         * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
16383         * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
16384         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
16385         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
16386
16387 2013-04-25  Roger Fong  <roger_fong@apple.com>
16388
16389         Unreviewed. Rebaseline a bunch of tests and run optimize-baselines after disabling sub-pixel layout on mac.
16390         https://bugs.webkit.org/show_bug.cgi?id=114999.
16391
16392 2013-04-26  Konrad Piascik  <kpiascik@blackberry.com>
16393
16394         Web Inspector: Crash due to null items from getDOMStorageItems
16395         https://bugs.webkit.org/show_bug.cgi?id=115176
16396
16397         Reviewed by Joseph Pecoraro.
16398
16399         Tests to check that if local and session storage are empty
16400         that they still work corerctly.
16401
16402         * inspector/storage-panel-dom-storage-empty-expected.txt: Added.
16403         * inspector/storage-panel-dom-storage-empty.html: Added.
16404
16405 2013-04-26  Eric Carlson  <eric.carlson@apple.com>
16406
16407         [Mac] media/track/track-mode.html sometimes trigger InvalidStateError
16408         https://bugs.webkit.org/show_bug.cgi?id=115045
16409
16410         Reviewed by Alexey Proskuryakov.
16411
16412         * media/track/track-mode.html: Don't assume that the video element is ready for seeking
16413             after a 100ms timeout.
16414
16415 2013-04-26  David Kilzer  <ddkilzer@apple.com>
16416
16417         Sort jsc-test-list
16418
16419         $ sort -f -o LayoutTests/fast/js/jsc-test-list LayoutTests/fast/js/jsc-test-list 
16420
16421         * fast/js/jsc-test-list: Sort case-insensitively.
16422
16423 2013-04-26  David Kilzer  <ddkilzer@apple.com>
16424
16425         Upstream iOS changes to jsc-test-list
16426
16427         Reviewed by Michael Saboff.
16428
16429         * fast/js/jsc-test-list: Add tests.
16430
16431 2013-04-26  Ádám Kallai  <kadam@inf.u-szeged.hu>
16432
16433         [Qt] Unreviewed gardening. Skip two failing tests.
16434
16435         * platform/qt/TestExpectations:
16436
16437 2013-04-26  Zalan Bujtas  <zalan@apple.com>
16438
16439         use-after-free removing a frame from its parent in a beforeload event of an OBJECT element
16440         https://bugs.webkit.org/show_bug.cgi?id=113964
16441
16442         Reviewed by Antti Koivisto.
16443
16444         * fast/frames/crash-remove-iframe-during-object-beforeload-expected.txt: Added.
16445         * fast/frames/crash-remove-iframe-during-object-beforeload.html: Added.
16446         * fast/frames/resources/remove-this-during-object-beforeload.html: Added.
16447
16448 2013-04-26  Zan Dobersek  <zdobersek@igalia.com>
16449
16450         [GTK] Enable Web Audio layout tests on WK2, provide platform-specific expected output
16451         https://bugs.webkit.org/show_bug.cgi?id=114513
16452
16453         Reviewed by Philippe Normand.
16454
16455         Unskip the Web Audio layout tests for GTK WK2 and generate platform-specific baselines for the tests.
16456         The audio baselines are not audibly different from the generic baselines, but it can be expected that
16457         different backends won't produce the same binary output.
16458
16459         The remaining failures are marked as such in the TestExpectations, each failure having the appropriate
16460         bug handle covering the issue. The tests are still skipped for GTK WK1 as DumpRenderTree is still missing
16461         infrastructure support for running these tests.
16462
16463         * platform/gtk-wk1/TestExpectations:
16464         * platform/gtk/TestExpectations:
16465         * platform/gtk/webaudio/audiobuffersource-loop-points-expected.wav: Added.
16466         * platform/gtk/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
16467         * platform/gtk/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
16468         * platform/gtk/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
16469         * platform/gtk/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Added.
16470         * platform/gtk/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
16471         * platform/gtk/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Added.
16472         * platform/gtk/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
16473         * platform/gtk/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Added.
16474         * platform/gtk/webaudio/oscillator-custom-expected.wav: Added.
16475         * platform/gtk/webaudio/oscillator-sawtooth-expected.wav: Added.
16476         * platform/gtk/webaudio/oscillator-sine-expected.wav: Added.
16477         * platform/gtk/webaudio/oscillator-square-expected.wav: Added.
16478         * platform/gtk/webaudio/oscillator-triangle-expected.wav: Added.
16479
16480 2013-04-26  Claudio Saavedra  <csaavedra@igalia.com>
16481
16482         [GTK] Unreviewed gardnering. Unskip passing test.
16483
16484         * platform/gtk/TestExpectations: Unskip http/tests/inspector/compiler-source-mapping-debug.html
16485
16486 2013-04-26  Allan Sandfeld Jensen  <allan.jensen@digia.com>
16487
16488         Mouseenter and mouseleave events not supported
16489         https://bugs.webkit.org/show_bug.cgi?id=18930
16490
16491         Reviewed by David Hyatt.
16492
16493         To new tests that mouseenter and mouseleave works in both bubbling and capture phase.
16494
16495         * fast/events/mouseenter-mouseleave-capture-expected.txt: Added.
16496         * fast/events/mouseenter-mouseleave-capture.html: Added.
16497         * fast/events/mouseenter-mouseleave-expected.txt: Added.
16498         * fast/events/mouseenter-mouseleave.html: Added.
16499
16500 2013-04-26  Christophe Dumez  <ch.dumez@sisa.samsung.com>
16501
16502         [Qt] REGRESSION(r149001): It made two fast/dom/DeviceMotion tests fail.
16503         https://bugs.webkit.org/show_bug.cgi?id=115235
16504
16505         Reviewed by Kentaro Hara.
16506
16507         Update window-property.html test cases for DeviceMotion and DeviceOrientation.
16508         The global constructors are no longer enumerable after r149001.
16509
16510         * fast/dom/DeviceMotion/script-tests/window-property.js:
16511         * fast/dom/DeviceMotion/window-property-expected.txt:
16512         * fast/dom/DeviceOrientation/script-tests/window-property.js:
16513         * fast/dom/DeviceOrientation/window-property-expected.txt:
16514
16515 2013-04-25  Mihnea Ovidenie  <mihnea@adobe.com>
16516
16517         [CSS Regions] Hit testing is broken for absolutely positioned regions that have overflow: hidden
16518         https://bugs.webkit.org/show_bug.cgi?id=113874
16519
16520         Reviewed by David Hyatt.
16521
16522         Add test for hit-testing of border of an out-of-flow region with overflow: hidden.
16523
16524         * fast/regions/hit-test-abspos-overflow-region-expected.txt: Added.
16525         * fast/regions/hit-test-abspos-overflow-region.html: Added.
16526
16527 2013-04-25  Ryosuke Niwa  <rniwa@webkit.org>
16528
16529         Copy and paste can strip !important CSS rules due to a bug in mergeStyleFromRules
16530         https://bugs.webkit.org/show_bug.cgi?id=115217
16531
16532         Reviewed by Darin Adler.
16533
16534         Added a regression test.
16535
16536         * editing/pasteboard/copy-paste-with-important-rules-expected.txt: Added.
16537         * editing/pasteboard/copy-paste-with-important-rules.html: Added.
16538
16539 2013-04-24  Oliver Hunt  <oliver@apple.com>
16540
16541         Add support for Math.imul
16542         https://bugs.webkit.org/show_bug.cgi?id=115143
16543
16544         Reviewed by Filip Pizlo.
16545
16546         Add a bunch of tests for Math.imul
16547
16548         * fast/js/Object-getOwnPropertyNames-expected.txt:
16549         * fast/js/imul-expected.txt: Added.
16550         * fast/js/imul.html: Added.
16551         * fast/js/regress/imul-double-only-expected.txt: Added.
16552         * fast/js/regress/imul-double-only.html: Added.
16553         * fast/js/regress/imul-int-only-expected.txt: Added.
16554         * fast/js/regress/imul-int-only.html: Added.
16555         * fast/js/regress/imul-mixed-expected.txt: Added.
16556         * fast/js/regress/imul-mixed.html: Added.
16557         * fast/js/regress/script-tests/imul-double-only.js: Added.
16558         (f):
16559         * fast/js/regress/script-tests/imul-int-only.js: Added.
16560         (f):
16561         * fast/js/regress/script-tests/imul-mixed.js: Added.
16562         (f):
16563         * fast/js/script-tests/Object-getOwnPropertyNames.js:
16564         * fast/js/script-tests/imul.js: Added.
16565         (testIMul):
16566
16567 2013-04-25  Chris Fleizach  <cfleizach@apple.com>
16568
16569         <meter> element not exposed to accessibility
16570         https://bugs.webkit.org/show_bug.cgi?id=109023
16571
16572         Reviewed by Tim Horton.
16573
16574         * accessibility/meter-element-expected.txt: Added.
16575         * accessibility/meter-element.html: Added.
16576         * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
16577         * platform/mac/accessibility/role-subrole-roledescription.html:
16578
16579 2013-04-25  Roman Zhuykov  <zhroma@ispras.ru>
16580
16581         Arithmetic operations with negative zero should be optimized correclty.
16582         https://bugs.webkit.org/show_bug.cgi?id=113862
16583
16584         Reviewed by Filip Pizlo.
16585         * fast/js/regress/negative-zero-divide-expected.txt: Added.
16586         * fast/js/regress/negative-zero-divide.html: Added.
16587         * fast/js/regress/negative-zero-modulo-expected.txt: Added.
16588         * fast/js/regress/negative-zero-modulo.html: Added.
16589         * fast/js/regress/negative-zero-negate-expected.txt: Added.
16590         * fast/js/regress/negative-zero-negate.html: Added.
16591         * fast/js/regress/script-tests/negative-zero-divide.js: Added.
16592         (foo):
16593         * fast/js/regress/script-tests/negative-zero-modulo.js: Added.
16594         (foo):
16595         * fast/js/regress/script-tests/negative-zero-negate.js: Added.
16596         (foo):
16597
16598 2013-04-25  Kent Tamura  <tkent@chromium.org>
16599
16600         Ignore invalid regular expressions for input[pattern].
16601         https://bugs.webkit.org/show_bug.cgi?id=115204
16602
16603         Reviewed by Darin Adler.
16604
16605         * fast/forms/ValidityState-patternMismatch-expected.txt:
16606         * fast/forms/ValidityState-patternMismatch.html:
16607
16608 2013-04-25  Alexey Proskuryakov  <ap@apple.com>
16609
16610         Update a comment, mentioning a newly filed bug.
16611
16612         * platform/wk2/TestExpectations:
16613
16614 2013-04-25  Joseph Pecoraro  <pecoraro@apple.com>
16615
16616         ScriptExecutionContext log exception should include a column number
16617         https://bugs.webkit.org/show_bug.cgi?id=114315
16618
16619         Reviewed by Oliver Hunt.
16620
16621         * inspector/console/console-exception-stack-traces-expected.txt: Added.
16622         * inspector/console/console-exception-stack-traces.html: Added.
16623         Verifies that exceptions have stack traces and match a console.trace stack.
16624
16625         * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Removed.
16626         * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Removed.
16627         We now save exception backtraces even if the inspector is not open.
16628
16629         * fast/dom/javascript-url-exception-isolation-expected.txt
16630         * fast/events/remove-target-with-shadow-in-drag-expected.txt
16631         * fast/events/set-attribute-listener-window-onerror-crash-expected.txt
16632         * inspector-protocol/media-query-listener-exception-expected.txt:
16633         * inspector/console/console-uncaught-exception-expected.txt:
16634         * inspector/console/console-uncaught-exception-in-eval-expected.txt:
16635         Update results that now include backtraces or different data. Most better, some worse.
16636
16637 2013-04-25  Ryosuke Niwa  <rniwa@webkit.org>
16638
16639         HTMLOptionsCollection's namedItem and name getter should return the first item
16640         https://bugs.webkit.org/show_bug.cgi?id=115150
16641
16642         Reviewed by Andreas Kling.
16643
16644         Changed the expectations of the tests.
16645
16646         * fast/dom/HTMLSelectElement/named-options-expected.txt:
16647         * fast/dom/HTMLSelectElement/script-tests/named-options.js:
16648         * fast/dom/html-collections-named-getter-expected.txt:
16649         * fast/dom/html-collections-named-getter.html:
16650
16651 2013-04-25  Joseph Pecoraro  <pecoraro@apple.com>
16652
16653         Web Inspector: ConsoleMessage should include line and column number where possible
16654         https://bugs.webkit.org/show_bug.cgi?id=114929
16655
16656         Update a test that was outputting the url and line number of console
16657         method calls, to output the column number as well. Added a test that
16658         verifies that console API messages have stack traces if appropriate.
16659
16660         Reviewed by Timothy Hatcher.
16661
16662         * inspector/console/console-url-and-line-expected.txt: Removed.
16663         * inspector/console/console-url-line-column-expected.txt: Added.
16664         * inspector/console/console-url-line-column.html: Renamed from LayoutTests/inspector/console/console-url-and-line.html.
16665         * inspector/console/console-messages-stack-traces-expected.txt: Added.
16666         * inspector/console/console-messages-stack-traces.html: Added.
16667
16668 2013-04-25  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
16669
16670         Sec-WebSocket-Extensions header field must not appear more than once in an HTTP response.
16671         https://bugs.webkit.org/show_bug.cgi?id=115128
16672
16673         Reviewed by Alexey Proskuryakov.
16674
16675         * http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Added.
16676         * http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header.html: Added.
16677         * http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header_wsh.py: Added.
16678
16679 2013-04-25  Adrian Perez de Castro  <aperez@igalia.com>
16680
16681         [GStreamer] Add audio/speex MIME type as supported
16682         https://bugs.webkit.org/show_bug.cgi?id=115032
16683
16684         Reviewed by Philippe Normand.
16685
16686         Speex (http://www.speex.org) streams can be embedded into Ogg
16687         Ogg containers, so add a check for it in the test case.
16688
16689         * media/media-can-play-ogg-expected.txt:
16690         * media/media-can-play-ogg.html:
16691         * platform/blackberry/media/media-can-play-ogg-expected.txt:
16692         * platform/mac/media/media-can-play-ogg-expected.txt:
16693         * platform/qt-linux/media/media-can-play-ogg-expected.txt:
16694         * platform/win/media/media-can-play-ogg-expected.txt:
16695
16696 2013-04-25  Andreas Kling  <akling@apple.com>
16697
16698         CSS parser: Add error recovery while parsing @-webkit-keyframes key values.
16699         <http://webkit.org/b/115175>
16700
16701         From Blink r148714 by <apavlov@chromium.org>.
16702
16703         * animations/keyframes-invalid-keys-expected.txt: Added.
16704         * animations/keyframes-invalid-keys.html: Added.
16705         * fast/css/webkit-keyframes-errors-expected.html: Added.
16706         * fast/css/webkit-keyframes-errors.html: Added.
16707
16708 2013-04-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
16709
16710         [Qt] Unreviewed gardening. Skip some failing tests after r148996.
16711
16712         * platform/qt/TestExpectations:
16713
16714 2013-04-25  Andreas Kling  <akling@apple.com>
16715
16716         SVG: Fix viewBox animations on shapes with non-scaling-stroke.
16717         <http://webkit.org/b/115173>
16718
16719         From Blink r149058 by <pdr@chromium.org>.
16720
16721         * svg/stroke/animated-non-scaling-stroke-expected.html: Added.
16722         * svg/stroke/animated-non-scaling-stroke.html: Added.
16723
16724 2013-04-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
16725
16726         [Qt] Unreviewed gardening. Unskip now passing tests.
16727
16728         * platform/qt-5.0-wk1/TestExpectations:
16729         * platform/qt-5.0-wk2/TestExpectations:
16730         * platform/qt/TestExpectations:
16731
16732 2013-04-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
16733
16734         [Qt] Unreviewed gardening. Organize expected files after r149095.
16735
16736         * platform/qt-5.0-wk1/editing/deleting/delete-by-word-002-expected.txt: Copied from LayoutTests/platform/qt/editing/deleting/delete-by-word-002-expected.txt.
16737         * platform/qt-5.0-wk1/editing/deleting/delete-cell-contents-expected.txt: Copied from LayoutTests/platform/qt/editing/deleting/delete-cell-contents-expected.txt.
16738         * platform/qt-5.0-wk1/editing/execCommand/button-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/button-expected.txt.
16739         * platform/qt-5.0-wk1/editing/execCommand/createLink-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/createLink-expected.txt.
16740         * platform/qt-5.0-wk1/editing/execCommand/indent-pre-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/indent-pre-expected.txt.
16741         * platform/qt-5.0-wk1/editing/execCommand/unlink-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/unlink-expected.txt.
16742         * platform/qt-5.0-wk1/editing/input/emacs-ctrl-o-expected.txt: Copied from LayoutTests/platform/qt/editing/input/emacs-ctrl-o-expected.txt.
16743         * platform/qt-5.0-wk1/editing/inserting/insert-before-link-1-expected.txt: Copied from LayoutTests/platform/qt/editing/inserting/insert-before-link-1-expected.txt.
16744         * platform/qt-5.0-wk1/editing/pasteboard/display-block-on-spans-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/display-block-on-spans-expected.txt.
16745         * platform/qt-5.0-wk1/editing/pasteboard/emacs-cntl-y-001-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt.
16746         * platform/qt-5.0-wk1/editing/pasteboard/merge-end-list-2-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/merge-end-list-2-expected.txt.
16747         * platform/qt-5.0-wk1/editing/pasteboard/merge-end-table-2-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/merge-end-table-2-expected.txt.
16748         * platform/qt-5.0-wk1/editing/pasteboard/page-zoom-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/page-zoom-expected.txt.
16749         * platform/qt-5.0-wk1/editing/selection/extend-selection-word-expected.txt: Copied from LayoutTests/platform/qt/editing/selection/extend-selection-word-expected.txt.
16750         * platform/qt-5.0-wk1/editing/style/apply-through-end-of-document-expected.txt: Copied from LayoutTests/platform/qt/editing/style/apply-through-end-of-document-expected.txt.
16751         * platform/qt-5.0-wk1/editing/style/remove-underline-across-paragraph-expected.txt: Copied from LayoutTests/platform/qt/editing/style/remove-underline-across-paragraph-expected.txt.
16752         * platform/qt-5.0-wk1/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Copied from LayoutTests/platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt.
16753         * platform/qt-5.0-wk1/editing/style/remove-underline-expected.txt: Copied from LayoutTests/platform/qt/editing/style/remove-underline-expected.txt.
16754         * platform/qt-5.0-wk1/editing/style/remove-underline-from-stylesheet-expected.txt: Copied from LayoutTests/platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt.
16755         * platform/qt-5.0-wk1/editing/style/remove-underline-in-bold-expected.txt: Copied from LayoutTests/platform/qt/editing/style/remove-underline-in-bold-expected.txt.
16756         * platform/qt-5.0-wk1/editing/style/unbold-in-bold-expected.txt: Copied from LayoutTests/platform/qt/editing/style/unbold-in-bold-expected.txt.
16757         * platform/qt-5.0-wk1/editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt: Copied from LayoutTests/platform/qt/editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt.
16758         * platform/qt/editing/deleting/delete-by-word-002-expected.txt:
16759         * platform/qt/editing/deleting/delete-cell-contents-expected.txt:
16760         * platform/qt/editing/execCommand/button-expected.txt:
16761         * platform/qt/editing/execCommand/createLink-expected.txt:
16762         * platform/qt/editing/execCommand/indent-pre-expected.txt:
16763         * platform/qt/editing/execCommand/unlink-expected.txt:
16764         * platform/qt/editing/input/emacs-ctrl-o-expected.txt:
16765         * platform/qt/editing/inserting/insert-before-link-1-expected.txt:
16766         * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt:
16767         * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
16768         * platform/qt/editing/pasteboard/merge-end-list-2-expected.txt:
16769         * platform/qt/editing/pasteboard/merge-end-table-2-expected.txt:
16770         * platform/qt/editing/pasteboard/page-zoom-expected.txt:
16771         * platform/qt/editing/selection/extend-selection-word-expected.txt:
16772         * platform/qt/editing/style/apply-through-end-of-document-expected.txt:
16773         * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt:
16774         * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
16775         * platform/qt/editing/style/remove-underline-expected.txt:
16776         * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt:
16777         * platform/qt/editing/style/remove-underline-in-bold-expected.txt:
16778         * platform/qt/editing/style/unbold-in-bold-expected.txt:
16779         * platform/qt/editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt:
16780
16781 2013-04-25  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
16782
16783         EventSource: Synchronous loader callback not handled properly
16784         https://bugs.webkit.org/show_bug.cgi?id=115104
16785
16786         Reviewed by Alexey Proskuryakov.
16787
16788         * http/tests/eventsource/eventsource-cors-non-http-expected.txt: Added.
16789         * http/tests/eventsource/eventsource-cors-non-http.html: Added.
16790
16791 2013-04-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
16792
16793         [Qt] Unreviewed gardening. Added platform specific expected files after r148987.
16794
16795         * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
16796         * platform/qt/editing/deleting/delete-cell-contents-expected.txt: Added.
16797         * platform/qt/editing/execCommand/button-expected.txt: Added.
16798         * platform/qt/editing/execCommand/createLink-expected.txt: Added.
16799         * platform/qt/editing/execCommand/indent-pre-expected.txt: Added.
16800         * platform/qt/editing/execCommand/unlink-expected.txt: Added.
16801         * platform/qt/editing/input/emacs-ctrl-o-expected.png:
16802         * platform/qt/editing/input/emacs-ctrl-o-expected.txt:
16803         * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
16804         * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
16805         * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.png:
16806         * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
16807         * platform/qt/editing/pasteboard/merge-end-list-2-expected.txt: Added.
16808         * platform/qt/editing/pasteboard/merge-end-table-2-expected.txt: Added.
16809         * platform/qt/editing/pasteboard/page-zoom-expected.txt: Added.
16810         * platform/qt/editing/selection/extend-selection-word-expected.txt: Added.
16811         * platform/qt/editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt: Added.
16812         * platform/qt/editing/style/apply-through-end-of-document-expected.txt: Added.
16813         * platform/qt/editing/style/make-text-writing-direction-inline-win-expected.txt: Added.
16814         * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
16815         * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
16816         * platform/qt/editing/style/remove-underline-expected.txt: Added.
16817         * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
16818         * platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
16819         * platform/qt/editing/style/unbold-in-bold-expected.png:
16820         * platform/qt/editing/style/unbold-in-bold-expected.txt:
16821         * platform/qt/editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt: Added.
16822
16823 2013-04-24  Kent Tamura  <tkent@chromium.org>
16824
16825         Back references don't work in pattern attribute
16826         https://bugs.webkit.org/show_bug.cgi?id=105875
16827
16828         Reviewed by Geoffrey Garen.
16829
16830         * fast/forms/ValidityState-patternMismatch-expected.txt:
16831         * fast/forms/ValidityState-patternMismatch.html:
16832
16833 2013-04-24  Roger Fong  <roger_fong@apple.com>
16834
16835         Roll out AppleWin re-baselines from r149088.
16836
16837 2013-04-24  Roger Fong  <roger_fong@apple.com>
16838
16839         Unreviewed optimize-baselines for mac and win.
16840
16841 2013-04-24  Simon Fraser  <simon.fraser@apple.com>
16842
16843         Garbage at the top of http://www.technologyreview.com after scrolling
16844         https://bugs.webkit.org/show_bug.cgi?id=114825
16845
16846         Reviewed by Tim Horton.
16847         
16848         Test that sets visibility:hidden on an element with some complex
16849         configuration of layer children, and dumps the layer tree to check
16850         that the contents are not marked as opaque.
16851
16852         * compositing/contents-opaque/visibility-hidden-expected.txt: Added.
16853         * compositing/contents-opaque/visibility-hidden.html: Added.
16854
16855 2013-04-24  David Kilzer  <ddkilzer@apple.com>
16856
16857         Fix invalid test names in jsc-test-list
16858         <http://webkit.org/b/115136>
16859
16860         Reviewed by Geoffrey Garen.
16861
16862         This shell script finds all the invalid tests listed in
16863         LayoutTests/fast/js/jsc-test-list:
16864
16865             $ for F in `cat LayoutTests/fast/js/jsc-test-list`; do if [ ! -f LayoutTests/$F.html ]; then echo $F; fi; done
16866             fast/js/dfg-double-addition-simplify-to-int.html
16867             fast/js/dfg-mul-big-integers-with-small-integer-and-bitor
16868             fast/js/dfg-mul-big-integers-with-small-integer-and-detect-overflow
16869             fast/js/dfg-mul-big-integers-with-small-integer
16870             fast/js/dfg-value-to-int32-with-side-effects
16871
16872         * fast/js/jsc-test-list: Fix invalid test names by removing
16873         *.html suffix or stray "s" characters.
16874
16875 2013-04-24  Filip Pizlo  <fpizlo@apple.com>
16876
16877         DFG should keep the operand to create_this alive if it's emitting code for create_this
16878         https://bugs.webkit.org/show_bug.cgi?id=115133
16879
16880         Reviewed by Mark Hahnenberg.
16881         
16882         This test crashes prior to my change.
16883
16884         * fast/js/dfg-allocation-profile-watch-point-exit-expected.txt: Added.
16885         * fast/js/dfg-allocation-profile-watch-point-exit.html: Added.
16886         * fast/js/jsc-test-list:
16887         * fast/js/script-tests/dfg-allocation-profile-watch-point-exit.js: Added.
16888         (Foo):
16889         (foo):
16890
16891 2013-04-24  Alexey Proskuryakov  <ap@apple.com>
16892
16893         fast/js/global-constructors.html was deleted in r149001, removing it from
16894         TextExpectations too.
16895
16896         * platform/mac/TestExpectations:
16897         * platform/qt-arm/TestExpectations:
16898         * platform/win/TestExpectations:
16899         * platform/wincairo/TestExpectations:
16900
16901 2013-04-23  Ryosuke Niwa  <rniwa@webkit.org>
16902
16903         Moving word boundaries backwards fails when there is a text node starting with an apostrophe
16904         https://bugs.webkit.org/show_bug.cgi?id=115070
16905
16906         Reviewed by Alexey Proskuryakov.
16907
16908         Added a test case for moving bacwkards with a word granurality across multiple text nodes.
16909         Some test cases still fail since this patch only implements a work around.
16910
16911         * editing/selection/previous-word-boundary-across-text-nodes-expected.txt: Added.
16912         * editing/selection/previous-word-boundary-across-text-nodes.html: Added.
16913
16914 2013-04-24  Chris Fleizach  <cfleizach@apple.com>
16915
16916         AX: WAI-ARIA landmarks no longer speak type of landmark on iOS
16917         https://bugs.webkit.org/show_bug.cgi?id=114547
16918
16919         Reviewed by David Kilzer.
16920
16921         * platform/iphone-simulator/accessibility/landmark-type-expected.txt: Added.
16922         * platform/iphone-simulator/accessibility/landmark-type.html: Added.
16923         * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt:
16924         * platform/iphone-simulator/accessibility/link-with-images-text.html:
16925              Minor change to accomodate trimming of white space.
16926         * platform/iphone-simulator/accessibility/math-expected.txt:
16927         * platform/iphone-simulator/accessibility/math.html:
16928              Math objects now include "math" as the landmark type.
16929
16930 2013-04-24  Geoffrey Garen  <ggaren@apple.com>
16931
16932         Filled out more cases of branch folding in the DFG
16933         https://bugs.webkit.org/show_bug.cgi?id=115088
16934
16935         Reviewed by Oliver Hunt.
16936
16937         * fast/js/regress/script-tests/branch-fold.js:
16938         (g): Added some boolean and constant-folded cases.
16939
16940 2013-04-24  Christophe Dumez  <ch.dumez@sisa.samsung.com>
16941
16942         Unreviewed EFL gardening.
16943
16944         Rebaseline fast/js/constructor-length.html for EFL port after
16945         r148997.
16946
16947         * platform/efl/fast/js/constructor-length-expected.txt:
16948
16949 2013-04-24  Seokju Kwon  <seokju.kwon@gmail.com>
16950
16951         [EFL] Rebaselining after r148944
16952         https://bugs.webkit.org/show_bug.cgi?id=115085
16953
16954         Unreviewed gardening.
16955
16956         * platform/efl/TestExpectations:
16957         * platform/efl/fast/table/giantRowspan-expected.txt:
16958         * platform/efl/fast/table/giantRowspan2-expected.png:
16959         * platform/efl/fast/table/giantRowspan2-expected.txt:
16960         * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png:
16961         * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
16962         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
16963         * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
16964         * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
16965         * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
16966         * platform/efl/tables/mozilla/bugs/bug8858-expected.png:
16967         * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
16968         * platform/efl/tables/mozilla/core/bloomberg-expected.png:
16969         * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
16970         * platform/efl/tables/mozilla/core/row_span-expected.png:
16971         * platform/efl/tables/mozilla/core/row_span-expected.txt:
16972         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
16973         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
16974         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
16975         * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
16976         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
16977         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
16978
16979 2013-04-24  Mihai Tica  <mitica@adobe.com>
16980
16981         Fix test style issues following the commit of
16982         https://bugs.webkit.org/show_bug.cgi?id=114412
16983
16984         Unreviewed gardening.
16985
16986         * css3/compositing/effect-background-blend-mode-color.html:
16987         * css3/compositing/effect-background-blend-mode-color2.html:
16988
16989 == Rolled over to ChangeLog-2013-04-24 ==