1 2013-05-21 Radu Stavila <stavila@adobe.com>
3 [CSSRegions] Remove percentages from offsetLeft/offsetTop tests to avoid sub-pixel errors
4 https://bugs.webkit.org/show_bug.cgi?id=116544
6 Reviewed by Andreas Kling.
8 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
9 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html:
11 2013-05-20 Jer Noble <jer.noble@apple.com>
13 Implement overlap avoidance for cues with snap-to-lines flag not set
14 https://bugs.webkit.org/show_bug.cgi?id=84296
16 Reviewed by Eric Carlson.
18 * media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added.
19 * media/track/track-cue-overlap-snap-to-lines-not-set.html: Added.
21 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
23 [GTK][WK2] accessibility/label-for-control-hittest.html is failing
24 https://bugs.webkit.org/show_bug.cgi?id=106341
26 Reviewed by Martin Robinson.
28 Fixing failing test. The reason of failure is missing
29 possibility of getting accessibility object at exact position.
31 * platform/gtk-wk2/TestExpectations:
33 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
35 [EFL] accessibility/accessibility-node-reparent.html is failing
36 https://bugs.webkit.org/show_bug.cgi?id=112026
38 Unreviewed EFL gardening.
40 accessibility/accessibility-node-reparent.html passes after r150431.
42 * platform/efl-wk2/TestExpectations:
44 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
46 [EFL] accessibility/accessibility-node-memory-management.html is failing
47 https://bugs.webkit.org/show_bug.cgi?id=112025
49 Unreviewed EFL gardening
51 accessibility/accessibility-node-memory-management.html passes after r150431.
53 * platform/efl-wk2/TestExpectations:
55 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
57 [Mac] svg/batik/paints/patternRegions-positioned-objects.svg is flaky
58 https://bugs.webkit.org/show_bug.cgi?id=116519
60 Add a flaky test expectation.
62 * platform/mac/TestExpectations:
64 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
66 Remove remaining link-prerender code
67 https://bugs.webkit.org/show_bug.cgi?id=116429
69 Reviewed by Darin Adler.
71 Remove test cases related to link-prerender.
73 * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Removed.
74 * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Removed.
75 * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Removed.
76 * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Removed.
77 * fast/dom/HTMLLinkElement/resources/empty.html: Removed.
78 * fast/dom/HTMLLinkElement/resources/empty2.html: Removed.
79 * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Removed.
80 * platform/mac/TestExpectations:
81 * platform/qt/TestExpectations:
82 * platform/win/TestExpectations:
83 * platform/wincairo/TestExpectations:
84 * platform/wk2/TestExpectations:
86 2013-05-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
88 Unreviewed EFL gardening. Below tests don't come to crash anymore after r150368.
89 But, pending-activity.html still comes to crash on wk2.
91 storage/indexeddb/pending-activity.html
92 storage/indexeddb/transaction-coordination-across-databases.html
94 * platform/efl-wk2/TestExpectations:
95 * platform/efl/TestExpectations:
97 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
99 Add tests for named access checks on DOMWindow
100 https://bugs.webkit.org/show_bug.cgi?id=116512
102 Reviewed by Geoffrey Garen.
104 Merge https://chromium.googlesource.com/chromium/blink/+/9207625a100abe9b72333ac5dba02b38ca5f4466
106 * http/tests/security/xss-DENIED-window-name-alert-expected.txt: Added.
107 * http/tests/security/xss-DENIED-window-name-alert.html: Added.
108 * http/tests/security/xss-DENIED-window-name-navigator-expected.txt: Added.
109 * http/tests/security/xss-DENIED-window-name-navigator.html: Added.
111 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
113 Null pointer deference in WebCore::AppendNodeCommand::create
114 https://bugs.webkit.org/show_bug.cgi?id=116479
116 Reviewed by Andreas Kling.
118 Add a regression test.
120 * editing/deleting/delete-uneditable-style-expected.txt: Added.
121 * editing/deleting/delete-uneditable-style.html: Added.
123 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
125 REGRESSION(r150386): [WK2] loader/go-back-cached-main-resource.html fails
126 https://bugs.webkit.org/show_bug.cgi?id=116491
128 Add a test expectation.
130 * platform/wk2/TestExpectations:
132 2013-05-20 Simon Fraser <simon.fraser@apple.com>
134 position:sticky should stick for the enclosing overflow ancestor
135 https://bugs.webkit.org/show_bug.cgi?id=100054
137 Reviewed by Beth Dakin.
139 Reference test for sticky behavior inside overflow:.
141 * fast/css/sticky/sticky-top-overflow-expected.html: Added.
142 * fast/css/sticky/sticky-top-overflow.html: Added.
144 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
146 Add a test that inserting a character inside a URL doesn't move caret per auto correction
147 https://bugs.webkit.org/show_bug.cgi?id=116458
149 Reviewed by Darin Adler.
151 Add a test. This is broken on Safari 6 but fixed on ToT.
153 * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
154 * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
155 * platform/mac-wk2/TestExpectations:
157 2013-05-20 Manuel Rego Casasnovas <rego@igalia.com>
159 [GTK][WK2] Unflag tests related to layoutTestController.setSmartInsertDeleteEnabled
160 https://bugs.webkit.org/show_bug.cgi?id=116433
162 Unreviewed gardening.
164 * platform/gtk-wk2/TestExpectations: Unflag tests as they are passing
167 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
169 [Mac] [WK2] storage/websql/open-database-creation-callback-isolated-world.html, statement-error-callback-isolated-world.html,
170 and transaction-success-callback-isolated-world.html are flaky
171 https://bugs.webkit.org/show_bug.cgi?id=116478
173 Add flaky test expectations.
175 * platform/mac-wk2/TestExpectations:
177 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
179 svg/batik/text/textEffect.svg is flaky on Mountain Lion builders
180 https://bugs.webkit.org/show_bug.cgi?id=116477
182 Add a failing test expectation.
184 * platform/mac/TestExpectations:
186 2013-05-20 Hans Muller <hmuller@adobe.com>
188 [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values
189 https://bugs.webkit.org/show_bug.cgi?id=116349
191 Reviewed by Alexandru Chiculita.
193 Check that shape values specified with a URI are parsed correctly.
195 * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
196 * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
197 * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
198 * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
200 2013-05-20 Alex Christensen <achristensen@apple.com>
202 WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests.
203 https://bugs.webkit.org/show_bug.cgi?id=116125
205 Reviewed by Tim Horton.
207 * platform/wk2/TestExpectations:
208 Unskipped working tests.
210 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
212 Add a failing test expectation to editing/selection/user-drag-element-and-user-select-none.html
213 after r150354. The failure is tracked by the bug 116473.
217 2013-05-20 Radu Stavila <stavila@adobe.com>
219 [CSSRegions] Fix offsetLeft / offsetTop for elements inside named flow
220 https://bugs.webkit.org/show_bug.cgi?id=115899
222 Reviewed by David Hyatt.
224 Added tests for the implementation of offsetLeft and offsetTop for objects inside named flows
225 for which the offsetParent is the body.
227 * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt: Added.
228 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: Added.
229 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed-expected.txt: Added.
230 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: Added.
231 * fast/regions/offsetLeft-offsetTop-in-region-float-expected.txt: Added.
232 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl-expected.txt: Added.
233 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html: Added.
234 * fast/regions/offsetLeft-offsetTop-in-region-float.html: Added.
235 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element-expected.txt: Added.
236 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html: Added.
238 2013-05-20 Brent Fulgham <bfulgham@apple.com>
240 [Windows] Unreviewed TestExpectation cleanup. Reordered lines
241 to match Mac version to make it easier to understand what features
242 are uniquely missing in Windows port.
244 * platform/win/TestExpectations: Reordering of lines, adds some
245 bug ID's to existing skipped tests.
247 2013-05-20 Hans Muller <hmuller@adobe.com>
249 [Qt] REGRESSION(r149457): some fast/exclusions tests are failing
250 https://bugs.webkit.org/show_bug.cgi?id=115511
252 Reviewed by Andreas Kling.
254 Unskipping the exclusions tests on Qt. They were fixed by https://bugs.webkit.org/show_bug.cgi?id=116115.
256 * platform/qt/TestExpectations:
258 2013-05-20 Zoltan Horvath <zoltan@webkit.org>
260 [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow
261 https://bugs.webkit.org/show_bug.cgi?id=116252
263 Reviewed by David Hyatt.
265 Regions should respect shape-inside properties which have specified top offset. Since the content which overflows from the
266 shape should be pushed after the content box (for details check out r148975), I implemented overflowthe behavior for simple
267 cases when you have only one region. I'm going to implement it for additional regions in a follow up patch.
269 Tests: fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html
270 fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html
272 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset-expected.html: Added.
273 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html: Added.
274 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html: Added.
275 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html: Added.
277 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
279 [GTK] Cleanup TestExpectations to pass --lint-test-files
280 https://bugs.webkit.org/show_bug.cgi?id=116419
282 Unreviewed GTK gardening.
284 Remove one of two http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html
286 * platform/gtk/TestExpectations:
288 2013-05-20 Antoine Quint <graouts@apple.com>
290 [Mac] captions menu should behave more like a menu
291 https://bugs.webkit.org/show_bug.cgi?id=116436
293 Reviewed by Eric Carlson.
295 New test that checks that the caption menu hides when clicking outside
296 of the bounds of the media element.
298 * media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt: Added.
299 * media/video-controls-captions-trackmenu-hide-on-click-outside.html: Added.
300 * platform/efl/TestExpectations:
301 * platform/gtk/TestExpectations:
302 * platform/qt/TestExpectations:
303 * platform/win/TestExpectations:
305 2013-05-18 Rashmi Shyamasundar <rashmi.s2@samsung.com>
307 [Cairo] Canvas-shadow behavior is not being as expected
308 https://bugs.webkit.org/show_bug.cgi?id=108897
310 Reviewed by Martin Robinson.
312 Test to verify the shadow of an image drawn on canvas.
313 This test uses an image whose size is smaller than,
314 the size of the rectangle which should be filled with the image.
316 * fast/canvas/canvas-image-shadow-expected.txt: Added.
317 * fast/canvas/canvas-image-shadow.html: Added.
318 * fast/canvas/script-tests/canvas-image-shadow.js: Added.
321 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
323 [EFL] Reenabled INDEXED_DATABASE after r150344
324 https://bugs.webkit.org/show_bug.cgi?id=116430
326 Reviewed by Gyuyoung Kim.
328 Unskip indexeddb layout tests for EFL port now that the functionality
329 is reenabled at compile time.
331 * platform/efl/TestExpectations:
333 2013-05-20 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
335 -webkit-text-underline-position should not be inherited
336 https://bugs.webkit.org/show_bug.cgi?id=116363
338 Reviewed by Dean Jackson.
340 Update expected results.
342 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt:
343 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js:
345 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
347 Unreviewed EFL gardening.
349 Adding failure expectations for spelling tests.
351 * platform/efl-wk2/TestExpectations:
353 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
355 Unreviewed EFL gardening.
357 spelling-double-clicked-word.html passes after r150289.
359 * platform/efl-wk2/TestExpectations:
361 2013-05-18 Simon Fraser <simon.fraser@apple.com>
363 svg/batik tests are flakey.
366 * platform/mac/TestExpectations:
368 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
370 Unreviewed EFL build fix.
372 Skip indexeddb test cases as the feature is temporarily disabled due to
375 * platform/efl/TestExpectations:
377 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
379 Mac rebaseline after r148944.
381 * platform/mac/TestExpectations:
382 * platform/mac/fast/table/giantRowspan-expected.txt:
383 * platform/mac/fast/table/giantRowspan2-expected.png:
384 * platform/mac/fast/table/giantRowspan2-expected.txt:
385 * platform/mac/tables/mozilla/bugs/bug133756-1-expected.txt:
386 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
387 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.txt:
388 * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
389 * platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
390 * platform/mac/tables/mozilla/bugs/bug8858-expected.txt:
391 * platform/mac/tables/mozilla/core/bloomberg-expected.png:
392 * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
393 * platform/mac/tables/mozilla/core/row_span-expected.png:
394 * platform/mac/tables/mozilla/core/row_span-expected.txt:
395 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
396 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
397 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
398 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
399 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
401 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
403 REGRESSION: [Mac] fast/js/post-message-numeric-property.html is flaky
404 https://bugs.webkit.org/show_bug.cgi?id=116388
406 Add a flaky test expectation.
408 * platform/mac/TestExpectations:
410 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
412 Mac Lion rebaselines after r149999 and r150260.
414 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
415 * platform/mac-lion/media/track: Added.
416 * platform/mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
418 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
420 One more Mac rebaseline.
422 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
423 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
425 2013-05-16 Alexey Proskuryakov <ap@apple.com>
427 Text input is largely broken when there are subframes loading
428 http://bugs.webkit.org/show_bug.cgi?id=59121
429 <rdar://problem/9320468>
431 Reviewed by Darin Adler.
433 The new test's result are affected by DRT and WTR deficiencies, but it still
434 verifies that a tricky crash I had during development doesn't start to happen again.
436 * platform/mac-wk2/TestExpectations:
437 * platform/mac/editing/input/resources: Added.
438 * platform/mac/editing/input/resources/first-page.html: Added.
439 * platform/mac/editing/input/resources/other-page.html: Added.
440 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Added.
441 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html: Added.
443 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
445 Mac rebaselines; also remove some entries.
447 Seriously, I've had it enough. Why are people adding these entires never to rebaseline them later?
449 * platform/mac/TestExpectations:
450 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
451 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
452 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
453 * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
454 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
455 * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
456 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
457 * platform/mac/fast/forms/input-value-expected.png:
458 * platform/mac/fast/forms/input-value-expected.txt:
459 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png:
460 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
461 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
462 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
464 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
466 Web Inspector: SyntaxError evaluating "1+1; //@ sourceURL=test" in console
467 https://bugs.webkit.org/show_bug.cgi?id=116292
469 Reviewed by Timothy Hatcher.
471 * inspector/console/console-eval-comment-expected.txt: Added.
472 * inspector/console/console-eval-comment.html: Added.
474 2013-05-17 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
476 Unreviewed. Skip webgl and transforms/3d tests again, until we find out why they do
477 not run in the release bot.
479 * platform/gtk/TestExpectations:
481 2013-05-17 Frédéric Wang <fred.wang@free.fr>
483 Bad spacing inside MathML formulas when text-indent is specified
484 https://bugs.webkit.org/show_bug.cgi?id=106600
486 Reviewed by Martin Robinson.
488 New test to verify that the text-indent property is reset to 0 on
491 * mathml/presentation/text-indent-expected.html: Added.
492 * mathml/presentation/text-indent.html: Added.
494 2013-05-16 Jer Noble <jer.noble@apple.com>
496 Some media/track tests fail or assert on Mac
497 https://bugs.webkit.org/show_bug.cgi?id=97132
499 Reviewed by Simon Fraser.
501 * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt:
502 * media/track/track-cue-rendering-horizontal.html:
503 * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
504 * media/track/track-cue-rendering-snap-to-lines-not-set.html:
505 * media/track/track-cue-rendering-vertical.html:
506 * platform/mac/TestExpectations:
507 * platform/mac/media/track/track-cue-rendering-horizontal-expected.png:
508 * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
509 * platform/mac/media/track/track-cue-rendering-vertical-expected.png:
510 * platform/mac/media/track/track-cue-rendering-vertical-expected.txt:
512 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
514 Web Inspector: Allow "//# sourceMappingURL" syntax alongside "//@"
515 https://bugs.webkit.org/show_bug.cgi?id=116290
517 Reviewed by Timothy Hatcher.
519 * http/tests/inspector/network/resources/source-map-test-style.css:
520 * http/tests/inspector/stylesheet-source-mapping.html:
521 * inspector/debugger/source-url-comment-expected.txt:
522 * inspector/debugger/source-url-comment.html:
524 2013-05-17 Allan Sandfeld Jensen <allan.jensen@digia.com>
526 2 math sputnik test fail on 32 bit
527 https://bugs.webkit.org/show_bug.cgi?id=88519
529 Reviewed by Jocelyn Turcotte.
531 Update the expected values to match recent changes in test262.
532 The old tested values are considered outside the validation range.
534 * platform/efl/TestExpectations:
535 * platform/gtk/TestExpectations:
536 * platform/qt/TestExpectations:
537 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html:
538 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html:
540 2013-05-17 Gabor Abraham <abrhm@inf.u-szeged.hu>
542 [Qt] Unreviewed gardening. Added platform specific expected after r143389.
544 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
545 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
546 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
547 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
548 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
549 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
550 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
551 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
553 2013-05-17 Seokju Kwon <seokju.kwon@gmail.com>
555 [GTK] Rebaseline after r150169
556 https://bugs.webkit.org/show_bug.cgi?id=116256
558 Unreviewed GTK gardening.
560 * platform/gtk/TestExpectations: Renamed from fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
562 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
564 media/video-seek-after-end.html is flaky
565 https://bugs.webkit.org/show_bug.cgi?id=116293
567 Add a flaky test expectation on all platforms.
571 2013-05-16 Seokju Kwon <seokju.kwon@gmail.com>
573 [EFL] inspector-protocol/page/javascriptDialogEvents.html is failing
574 https://bugs.webkit.org/show_bug.cgi?id=114781
576 Reviewed by Christophe Dumez.
578 Unskip fast/loader/form-submission-after-beforeunload-cancel.html as well.
580 * platform/efl-wk1/TestExpectations:
582 2013-05-16 Alexis Menard <alexis@webkit.org>
584 Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd
585 https://bugs.webkit.org/show_bug.cgi?id=115656
587 Reviewed by Darin Adler.
589 Added new tests to cover the bug.
591 * transitions/transition-end-event-prefixed-03-expected.txt: Added.
592 * transitions/transition-end-event-prefixed-03.html: Added.
593 * transitions/transition-end-event-prefixed-02-expected.txt: Added.
594 * transitions/transition-end-event-prefixed-02.html: Added.
595 * transitions/transition-end-event-prefixed-01-expected.txt: Added.
596 * transitions/transition-end-event-prefixed-01.html: Added.
598 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
600 Add failing test expectations to http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html per bug 116259.
602 * platform/efl/TestExpectations:
603 * platform/gtk/TestExpectations:
604 * platform/mac-wk2/TestExpectations:
605 * platform/qt/TestExpectations:
607 2013-05-16 Jaehun Lim <ljaehun.lim@samsung.com>
609 Frame flattening prevents <HTML> in <OBJECT> from having scrollbars
610 https://bugs.webkit.org/show_bug.cgi?id=115884
612 Reviewed by Antonio Gomes.
614 Frame flattening should be applied when the frame owner is frame or iframe. But when
615 the frame owner is object element, frame flattening prevents it from having scrollbars.
616 In this situation, we can't scroll the html document in object element.
618 This patch adds two helper functions to verify flattening conditions.
620 * fast/frames/flattening/scrolling-in-object-expected.html: Added.
621 * fast/frames/flattening/scrolling-in-object.html: Added.
623 2013-05-16 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
625 [WebSocket] Update pywebsocket to r760
626 https://bugs.webkit.org/show_bug.cgi?id=115863
628 Reviewed by Alexey Proskuryakov.
632 * http/tests/websocket/tests/handler_map.txt:
633 * http/tests/websocket/tests/hybi/echo-host_wsh.py: Copied from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
634 (web_socket_do_extra_handshake):
635 (web_socket_transfer_data):
636 * http/tests/websocket/tests/hybi/echo-path_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
637 (web_socket_do_extra_handshake):
638 (web_socket_transfer_data):
639 * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt:
640 * http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
641 * http/tests/websocket/tests/hybi/url-with-credential-expected.txt:
642 * http/tests/websocket/tests/hybi/url-with-credential.html:
643 * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt:
644 * http/tests/websocket/tests/hybi/url-with-empty-query.html:
645 * http/tests/websocket/tests/hybi/url-with-query-expected.txt:
646 * http/tests/websocket/tests/hybi/url-with-query.html:
648 2013-05-16 Simon Fraser <simon.fraser@apple.com>
650 Content disappears when scrolling http://www.childrenscancer.org/zach/
651 https://bugs.webkit.org/show_bug.cgi?id=116206
653 Reviewed by Darin Adler.
655 Ref test for foreground layer removal.
657 * compositing/repaint/foreground-layer-change-expected.html: Added.
658 * compositing/repaint/foreground-layer-change.html: Added.
660 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
662 REGRESSION: canvas/philip/tests/2d.text.draw.fontface.notinpage.html fails
663 https://bugs.webkit.org/show_bug.cgi?id=116245
665 Add a passing/failing test expectation.
667 * platform/mac/TestExpectations:
669 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
671 [Mac] fast/events/mouse-cursor-image-set.html is flaky
672 https://bugs.webkit.org/show_bug.cgi?id=116244
674 Add a flaky test expectation on Mac.
676 * platform/mac/TestExpectations:
678 2013-05-16 Claudio Saavedra <csaavedra@igalia.com>
680 [CSS] CSS Variables are case-sensitive
681 https://bugs.webkit.org/show_bug.cgi?id=116239
683 Reviewed by Ryosuke Niwa.
685 * fast/css/variables/case-sensitive-expected.html: Renamed from
686 fast/css/variables/case-insensitive-expected.html.
687 * fast/css/variables/case-sensitive.html: Renamed from
688 LayoutTests/fast/css/variables/case-insensitive.html.
690 2013-05-16 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
692 [GTK] Build Xvfb with jhbuild
693 https://bugs.webkit.org/show_bug.cgi?id=115907
695 Reviewed by Martin Robinson.
697 Unskip and create baselines for transforms/3d and some webgl tests. We can unskip
698 more, but I prefer to only dip the toe in the waters first, to see how the bots
701 * platform/gtk/TestExpectations:
702 * platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt: Added.
703 * platform/gtk/transforms/3d/general/perspective-units-expected.txt: Added.
704 * platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
705 * platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
706 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
707 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
708 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
709 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
710 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
711 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
712 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
713 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
715 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
717 Add more Mac test expectations.
719 * platform/mac/TestExpectations:
721 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
723 Add a test expectation per bug 116238 and remove lines erroneously added in r150090.
725 * platform/mac/TestExpectations:
727 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
729 Mac rebaseline. The flakiness dashboard tells us that it started at r150101
730 but reverting the change locally didn't fix the problem as far as Beth and I checked.
732 * platform/mac/platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Added.
733 * platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
735 2013-05-16 Sergio Villar Senin <svillar@igalia.com>
737 Enable the CSSVariables setting in css-variable-definition.html test
738 https://bugs.webkit.org/show_bug.cgi?id=116231
740 Reviewed by Andreas Kling.
742 CSSVariablesEnabled setting must be set to true to allow
743 CSSVariables at runtime.
745 Modified also the indent size to 4 spaces.
747 * css3/css-variable-definition-expected.html:
748 * css3/css-variable-definition.html:
750 2013-05-15 Andy Estes <aestes@apple.com>
752 Resources from non-HTTP schemes should not be cached indefinitely
753 https://bugs.webkit.org/show_bug.cgi?id=113626
755 Reviewed by Ryosuke Niwa.
757 Convert existing memory cache tests to HTTP tests.
759 * fast/loader/resources/compass.jpg: Removed.
760 * fast/loader/resources/image1.html: Removed.
761 * fast/loader/resources/image2.html: Removed.
762 * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Removed.
763 * 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.
764 * http/tests/cache/display-image-unset-allows-cached-image-load.html: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load.html.
765 * http/tests/cache/resources/cached-image.html: Renamed from LayoutTests/fast/loader/resources/cached-image.html.
766 * http/tests/cache/resources/image1.html: Added.
767 * http/tests/cache/resources/image2.html: Added.
768 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added.
769 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html: Renamed from LayoutTests/fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
771 2013-05-15 Igor Oliveira <igor.o@sisa.samsung.com>
773 Implement run-in remove child cases.
774 https://bugs.webkit.org/show_bug.cgi?id=86520
776 Move runin to original position when sibling element is destroyed.
778 Reviewed by David Hyatt.
780 * fast/runin/runin-remove-child-simple-expected.txt: Added.
781 * fast/runin/runin-remove-child-simple.html: Added.
782 * fast/runin/runin-sibling-inline-expected.txt: Added.
783 * fast/runin/runin-sibling-inline.html: Added.
785 2013-05-15 Dongseong Hwang <dongseong.hwang@intel.com>
787 Remove an overloaded strokeRect in <canvas>
788 https://bugs.webkit.org/show_bug.cgi?id=116017
790 Reviewed by Benjamin Poulain.
792 canvas/philip/tests/2d.missingargs.html can cover
793 fast/canvas/canvas-overloads-strokeRect.html, so this patch removed it.
795 * fast/canvas/canvas-overloads-strokeRect-expected.txt: Removed.
796 * fast/canvas/canvas-overloads-strokeRect.html: Removed.
797 * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Removed.
798 * fast/canvas/script-tests/canvas-strokeRect.js:
800 2013-05-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
802 [css3-text] text-decoration-line now accepts "blink" as valid value
803 https://bugs.webkit.org/show_bug.cgi?id=116104
805 Reviewed by Andreas Kling.
807 Updated layout test results to reflect changes in specification.
809 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
810 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
811 * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html:
812 * fast/css3-text/css3-text-decoration/text-decoration-line.html:
814 2013-05-15 Peter Gal <galpeter@inf.u-szeged.hu>
816 Allow http tests on Arch Linux
817 https://bugs.webkit.org/show_bug.cgi?id=116155
819 Reviewed by Ryosuke Niwa.
821 * http/conf/archlinux-httpd.conf: Added.
823 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
825 Unreviewed GTK gardening.
827 * platform/gtk/TestExpectations: Removing two redundant flaky crasher expectations. Adjusting one expectation,
828 assigning it a mock bug modifier so the TestExpectations linting passes.
830 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
832 Unreviewed GTK gardening.
834 * platform/gtk/TestExpectations: Removing failure expectations for 7 CSS Regions and CSS Exclusions reftests.
836 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
838 Unreviewed GTK gardening.
840 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
842 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
844 Unreviewed GTK gardening.
846 * platform/gtk/TestExpectations: Adding faillure expectations for two reftests that
847 started failing after r150025 and r150065.
849 2013-05-15 Radu Stavila <stavila@adobe.com>
851 [CSSRegions] Implement offsetParent for elements inside named flow
852 https://bugs.webkit.org/show_bug.cgi?id=113276
854 Reviewed by Darin Adler.
856 In the offsetParent algorithm, the nearest ancestor search skips from the topmost named flow elements directly to the body element.
858 Added new test for offsetParent when body is flowed into a region.
859 Updated existing offsetParent test.
861 * fast/regions/offsetParent-body-in-flow-thread-expected.txt: Added.
862 * fast/regions/offsetParent-body-in-flow-thread.html: Added.
863 * fast/regions/offsetParent-in-flow-thread-expected.txt:
864 * fast/regions/offsetParent-in-flow-thread.html:
866 2013-05-14 Hans Muller <hmuller@adobe.com>
868 [CSS Exclusions] Some layout tests fail to account for inline pixel snapping
869 https://bugs.webkit.org/show_bug.cgi?id=116115
871 Reviewed by Dirk Schulze.
873 Adjust the expected locations of spans to account for the fact that inline layout snaps boxes' logical top
874 and bottom to pixels, and the fact that line segment layout rounds the logical left and floors the logical
877 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Use the quiet variable!
878 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
879 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
880 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
881 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
883 2013-05-14 Alexey Proskuryakov <ap@apple.com>
885 [Mac] Add tests for secure event input
886 https://bugs.webkit.org/show_bug.cgi?id=116121
888 Reviewed by Mark Rowe.
890 * editing/secure-input: Added.
891 * editing/secure-input/password-input-changed-type-expected.txt: Added.
892 * editing/secure-input/password-input-changed-type.html: Added.
893 * editing/secure-input/password-input-focusing-expected.txt: Added.
894 * editing/secure-input/password-input-focusing-to-different-frame-expected.txt: Added.
895 * editing/secure-input/password-input-focusing-to-different-frame.html: Added.
896 * editing/secure-input/password-input-focusing.html: Added.
897 * editing/secure-input/removed-password-input-expected.txt: Added.
898 * editing/secure-input/removed-password-input.html: Added.
899 * editing/secure-input/reset-state-on-navigation-expected.txt: Added.
900 * editing/secure-input/reset-state-on-navigation.html: Added.
901 * editing/secure-input/resources: Added.
902 * editing/secure-input/resources/reset-state-on-navigation-target.html: Added.
903 * platform/efl/TestExpectations:
904 * platform/gtk/TestExpectations:
905 * platform/mac-wk2/TestExpectations:
906 * platform/mac/TestExpectations:
907 * platform/qt/TestExpectations:
908 * platform/win/TestExpectations:
909 * platform/wincairo/TestExpectations:
911 2013-05-14 David Hyatt <hyatt@apple.com>
913 REGRESSION (r147261): Many overlaid elements on united.com's account page
914 https://bugs.webkit.org/show_bug.cgi?id=116107
915 <rdar://problem/13690610>
917 Reviewed by Simon Fraser.
919 * fast/flexbox/auto-height-with-flex-expected.html: Added.
920 * fast/flexbox/auto-height-with-flex.html: Added.
922 2013-05-14 Bem Jones-Bey <bjonesbe@adobe.com>
924 Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo
925 https://bugs.webkit.org/show_bug.cgi?id=115566
927 Reviewed by David Hyatt.
929 Cleaned up test from the fuzzer. Will only crash if run under a memory
930 checking tool like ASAN.
932 * fast/block/float/float-append-child-crash-expected.txt: Added.
933 * fast/block/float/float-append-child-crash.html: Added.
935 2013-05-14 Commit Queue <commit-queue@webkit.org>
937 Unreviewed, rolling out r150023.
938 http://trac.webkit.org/changeset/150023
939 https://bugs.webkit.org/show_bug.cgi?id=116120
941 Causes table layout issues (Bug 116118) and crashes on
942 buildbot waterfall pages. (Requested by ddkilzer on #webkit).
944 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
945 * fast/css/vertical-align-baseline-rowspan-007.htm:
946 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
947 * fast/table/table-rowspan-height-distribution-in-rows.html: Removed.
948 * platform/gtk/TestExpectations:
949 * platform/mac/TestExpectations:
950 * platform/qt/TestExpectations:
951 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Removed.
952 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Removed.
953 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
954 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
955 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
956 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
957 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
958 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
959 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
960 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
961 * platform/qt/tables/mozilla/other/test6-expected.png:
962 * platform/qt/tables/mozilla/other/test6-expected.txt:
963 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
964 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
965 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
966 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
967 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
968 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
969 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
970 * tables/mozilla/core/bloomberg-expected.txt:
971 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
973 2013-05-13 Ryosuke Niwa <rniwa@webkit.org>
975 Removing Attr can delete a wrong Attribute in ElementData
976 https://bugs.webkit.org/show_bug.cgi?id=116077
978 Reviewed by Benjamin Poulain.
980 Add a regression test by importing
981 https://chromium.googlesource.com/chromium/blink/+/e861452a292e185501e48940305947aa6a4e23c2
983 * fast/dom/adopt-attribute-crash-expected.txt: Added.
984 * fast/dom/adopt-attribute-crash.svg: Added.
986 2013-05-14 Andrei Bucur <abucur@adobe.com>
988 Modify checkLayout to receive the log container as an optional parameter
989 https://bugs.webkit.org/show_bug.cgi?id=112793
991 Reviewed by Darin Adler.
993 Add a way to specify the container manually for checkLayout. This is helpful to measure regions for nested
994 named flows (and probably other cases as well).
996 * resources/check-layout.js: Added an optional parameter to window.checkLayout.
998 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1000 [GStreamer] cannot seek after video finished
1001 https://bugs.webkit.org/show_bug.cgi?id=114044
1003 Reviewed by Philippe Normand.
1005 * media/video-seek-after-end-expected.txt: Added.
1006 * media/video-seek-after-end.html: Added.
1008 2013-05-14 Zalan Bujtas <zalan@apple.com>
1010 Ellipsis text is placed to wrong position, when the truncated text is fully cut off in RTL direction.
1011 https://bugs.webkit.org/show_bug.cgi?id=115858
1013 Reviewed by Darin Adler.
1015 * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html: Added.
1016 * fast/css/text-overflow-ellipsis-full-truncate-rtl.html: Added.
1018 2013-05-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1020 [Qt] Unreviewed gardening.
1022 * platform/qt/TestExpectations: Skip test using disabled feature.
1023 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869.
1025 2013-05-14 Jinwoo Song <jinwoo7.song@samsung.com>
1027 [EFL] Unreviewed EFL gardening
1028 https://bugs.webkit.org/show_bug.cgi?id=116090
1030 Unreviewed EFL gardening.
1032 Rebaseline after r155023.
1034 * platform/efl/TestExpectations:
1035 * platform/efl/fast/table/007-expected.png:
1036 * platform/efl/fast/table/007-expected.txt:
1037 * platform/efl/fast/table/colspanMinWidth-expected.png:
1038 * platform/efl/fast/table/colspanMinWidth-expected.txt:
1039 * platform/efl/fast/table/spanOverlapRepaint-expected.png:
1040 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
1041 * platform/efl/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1042 * platform/efl/tables/mozilla/bugs/bug13169-expected.png:
1043 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
1044 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
1045 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
1046 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
1047 * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
1048 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
1049 * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
1050 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
1051 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
1052 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
1053 * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
1054 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
1055 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Renamed from LayoutTests/platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt.
1056 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
1057 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
1058 * platform/efl/tables/mozilla/core/bloomberg-expected.png:
1059 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
1060 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
1061 * platform/efl/tables/mozilla/other/test6-expected.png:
1062 * platform/efl/tables/mozilla/other/test6-expected.txt:
1063 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1064 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1065 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1066 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1067 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1068 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1069 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1070 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
1071 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
1072 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1074 2013-05-14 Alex Christensen <achristensen@apple.com>
1076 The tests marked with the comment "WebKitTestRunner needs to sanitize file urls in the output"
1077 run successfully with WebKitTestRunner. They should not be skipped.
1078 https://bugs.webkit.org/show_bug.cgi?id=116083
1080 Reviewed by Darin Adler.
1082 * platform/wk2/TestExpectations:
1085 2013-05-13 Ryuan Choi <ryuan.choi@samsung.com>
1087 Unreviewed EFL gardening.
1089 Unskip several tests which already passed and add png expected results.
1091 * platform/efl/TestExpectations:
1092 * platform/efl/editing/selection/doubleclick-crash-expected.png: Added.
1093 * platform/efl/editing/selection/select-missing-image-expected.png: Added.
1095 2013-05-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
1097 compositing/transitions/transform-on-large-layer.html is flaky
1098 https://bugs.webkit.org/show_bug.cgi?id=110099
1100 Reviewed by Darin Adler.
1102 Only set the timeout for test end after the resize event has been
1103 received. This helps slow test bots, and also makes it easier to
1104 tell rendering failures from failures to send resize event.
1106 * compositing/transitions/transform-on-large-layer.html:
1108 2013-05-13 Alex Christensen <achristensen@apple.com>
1110 Added testRunner.setPrinting.
1111 https://bugs.webkit.org/show_bug.cgi?id=42693
1112 rdar://problem/8213845
1114 Reviewed by Darin Adler.
1116 * platform/wk2/TestExpectations:
1117 Unskipped printing tests.
1119 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1121 Rename BarInfo to BarProp and remove [NoInterfaceObject]
1122 https://bugs.webkit.org/show_bug.cgi?id=116027
1124 Reviewed by Andreas Kling.
1126 Rebaseline fast/js/global-constructors-attributes.html now that there is a new
1127 'BarProp' global constructor.
1129 Rebaseline a few other tests now that BarInfo was renamed to BarProp.
1131 * fast/dom/Window/window-lookup-precedence-expected.txt:
1132 * fast/js/global-constructors-attributes-expected.txt:
1133 * fast/loader/window-properties-restored-from-page-cache-expected.txt:
1134 * http/tests/security/cross-frame-access-put-expected.txt:
1135 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1136 * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
1137 * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
1138 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1139 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
1140 * platform/qt/fast/js/global-constructors-attributes-expected.txt:
1142 2013-05-13 Dean Jackson <dino@apple.com>
1144 toDataURL can return an empty image in some cases
1145 https://bugs.webkit.org/show_bug.cgi?id=115981
1146 <rdar://problem/13760256>
1148 Reviewed by Darin Adler.
1150 Make sure that a canvas with content is not the same as one
1153 * fast/canvas/toDataURL-not-empty-expected.txt: Added.
1154 * fast/canvas/toDataURL-not-empty.html: Added.
1156 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1158 Unreviewed EFL gardening.
1160 Mark fast/table/crash-split-table-section-no-cell-recalc.html as crashing
1163 * platform/efl/TestExpectations:
1165 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1167 Unreviewed EFL gardening.
1169 Unskip several tests that stopped crashing after r150030.
1171 * platform/efl-wk2/TestExpectations:
1173 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1175 Unreviewed EFL gardening.
1177 Mark fast/css/variables/var-inside-shape.html as failing on EFL after
1180 * platform/efl/TestExpectations:
1182 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1184 Unreviewed EFL gardening.
1186 Mark fast/animation/request-animation-frame-too-rapid.html as failing on EFL WK2
1189 * platform/efl-wk2/TestExpectations:
1191 2013-05-13 Hans Muller <hmuller@adobe.com>
1193 [CSS Exclusions] Simple shape-outside tests fail when subpixel layout is disabled
1194 https://bugs.webkit.org/show_bug.cgi?id=115767
1196 Reviewed by Dirk Schulze.
1198 The overall goal of this change was to restore the (last) four excluded exclusions ref-tests
1199 by making them work correctly when subpixel layout is disabled. All of the tests were
1200 substantially simplified, as was the supporting javascript code. The original
1201 shape-outside-floats-simple-rounded-rectangle test was replaced by three separate tests
1202 because the original was bigger then then the 800x600 limit and because it unncessarily
1203 combined three indepedent test cases.
1205 * fast/exclusions/resources/rounded-rectangle.js:
1206 (ellipseXIntercept): Return the 1st quadrant X intercept for an ellipse given a first quadrant Y intercept.
1207 (scanConvertRoundedRectangleOutside): Return the line segment intervals that overlap a rounded rectangle.
1208 (genLeftRightRoundedRectFloatShapeOutsideRefTest): Insert a stack of float divs that match the left or right edge of a rounded rectangle.
1209 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html:
1210 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
1211 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html:
1212 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
1213 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html:
1214 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
1215 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001-expected.html: Added.
1216 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html: Added.
1217 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002-expected.html: Added.
1218 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html: Added.
1219 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003-expected.html: Added.
1220 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html: Added.
1221 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Removed.
1222 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Removed.
1223 * platform/mac/TestExpectations:
1225 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1227 Unreviewed, rolling out r150022.
1228 http://trac.webkit.org/changeset/150022
1229 https://bugs.webkit.org/show_bug.cgi?id=114044
1231 Causes assertions in media tests
1233 * media/video-seek-after-end-expected.txt: Removed.
1234 * media/video-seek-after-end.html: Removed.
1236 2013-05-13 Bem Jones-Bey <bjonesbe@adobe.com>
1238 Fix the float logic to not return an anonymous block ancestor
1239 https://bugs.webkit.org/show_bug.cgi?id=115925
1241 Reviewed by David Hyatt.
1243 Cleaned up fuzzer test. Note that this will only crash when run under
1244 a memory checker like ASAN.
1246 * fast/block/float/float-not-removed-crash2-expected.txt: Added.
1247 * fast/block/float/float-not-removed-crash2.html: Added.
1249 2013-05-13 Zoltan Horvath <zoltan@webkit.org>
1251 [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings
1252 https://bugs.webkit.org/show_bug.cgi?id=115456
1254 Reviewed by David Hyatt.
1256 I refactored the computation logic of shape-inside on regions by removing access to RenderFlowThread from ExclusionShapeInfo's logicalTopOffset
1257 function, this means all the logic is now existing in RenderBlockLineLayout.cpp. By modifying the logicalTopOffset it turned out that the borders
1258 and padding hadn't worked correctly, since borders and paddings were counted twice in the shape-inside's computation. This patch adds the necessary
1259 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
1260 the layoutRunsAndFloatsInRange function.
1262 * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Modify to not use shape-inside for testing.
1263 * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Fix the shape-inside's dimension.
1264 * fast/regions/shape-inside/shape-inside-on-first-region-block-content-expected.html: Added.
1265 * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html: Added.
1266 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html: Added.
1267 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html: Added.
1268 * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Match the shape-inside height to the container's height.
1269 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-expected.html: Added.
1270 * fast/regions/shape-inside/shape-inside-on-regions.html: Match the shape-inside height to the container's height.
1271 * fast/regions/shape-inside/shape-inside-on-second-region-block-content-expected.html: Added.
1272 * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html: Added.
1273 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content-expected.html: Added.
1274 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html: Added.
1275 * fast/regions/shape-inside/shape-inside-with-region-borders-expected.html: Added.
1276 * fast/regions/shape-inside/shape-inside-with-region-borders.html: Added.
1277 * fast/regions/shape-inside/shape-inside-with-region-padding-expected.html: Added.
1278 * fast/regions/shape-inside/shape-inside-with-region-padding.html: Added.
1280 2013-05-13 Bear Travis <betravis@adobe.com>
1282 [css exclusions] Enable CSS Exclusions by default when CSS_EXCLUSIONS is set
1283 https://bugs.webkit.org/show_bug.cgi?id=115919
1285 Reviewed by Dean Jackson.
1287 Adding a test to make sure CSS Exclusions can be enabled, and are enabled by
1290 * fast/exclusions/css-exclusions-enabled-expected.txt: Added.
1291 * fast/exclusions/css-exclusions-enabled.html: Added.
1293 2013-05-13 Suchit Agrawal <a.suchit@samsung.com>
1295 Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows
1296 https://bugs.webkit.org/show_bug.cgi?id=52185
1298 Reviewed by David Hyatt.
1301 * fast/css/vertical-align-baseline-rowspan-007.htm:
1303 Reference Test cases updated.
1304 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
1305 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
1307 Added test cases based on changes in the code and different scenarios for rowspan height
1308 distribution in rows.
1309 * fast/table/table-rowspan-height-distribution-in-rows.html: Added.
1310 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Added.
1311 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1313 Test cases need to rebaseline in qt, efl, gtk and mac platforms.
1314 * platform/efl/TestExpectations:
1315 * platform/gtk/TestExpectations:
1316 * platform/mac/TestExpectations:
1317 * platform/qt/TestExpectations:
1319 Test case results are updated in qt platform.
1320 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
1321 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
1322 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
1323 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
1324 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
1325 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
1326 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
1327 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
1328 * platform/qt/tables/mozilla/other/test6-expected.png:
1329 * platform/qt/tables/mozilla/other/test6-expected.txt:
1330 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1331 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1332 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1333 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1334 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1335 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1336 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1337 * tables/mozilla/core/bloomberg-expected.txt:
1338 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1340 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1342 [GStreamer] cannot seek after video finished
1343 https://bugs.webkit.org/show_bug.cgi?id=114044
1345 Reviewed by Philippe Normand.
1347 * media/video-seek-after-end-expected.txt: Added.
1348 * media/video-seek-after-end.html: Added.
1350 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1352 Unreviewed EFL gardening.
1354 Mark several test cases as crashing on EFL port.
1356 * platform/efl-wk2/TestExpectations:
1357 * platform/efl/TestExpectations:
1359 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1361 Unreviewed EFL gardening.
1363 Mark 2 ref tests as failing on EFL port.
1365 * platform/efl/TestExpectations:
1367 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1369 Unreviewed EFL gardening.
1371 Skip 2 HTTP tests that time out of EFL port.
1373 * platform/efl/TestExpectations:
1375 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1377 Unreviewed EFL gardening.
1379 Provide EFL baselines for several compositing test cases.
1381 * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1382 * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
1383 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
1384 * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
1386 2013-05-13 Zalan Bujtas <zalan@apple.com>
1388 WebProcess consuming very high CPU on linkedin.com
1389 https://bugs.webkit.org/show_bug.cgi?id=115601
1391 Reviewed by Andreas Kling.
1393 Disable WEB_TIMING_MINIMAL.
1394 Turn off window.performance and performance.now(). Some JS frameworks expect
1395 additional Web Timing APIs, when performance.now() is available.
1397 * platform/mac/TestExpectations:
1398 * fast/js/global-constructors-attributes-expected.txt:
1400 2013-05-13 Ádám Kallai <kadam@inf.u-szeged.hu>
1402 [Qt] Unreviewed gardening. Added platform specific expected files.
1404 * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1405 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added after r149915.
1406 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added after r149915.
1407 * platform/qt-5.0-wk2/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added after r149914.
1408 * platform/qt/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1410 2013-05-12 Eric Carlson <eric.carlson@apple.com>
1412 REGRESSION (r149749): Video becomes invisible when it starts playing at newyorkbygehry.com
1413 https://bugs.webkit.org/show_bug.cgi?id=115963
1415 Reviewed by Dean Jackson.
1417 * media/video-remove-insert-repaints.html: Added.
1418 * media/video-remove-insert-repaints-expected.txt: Added.
1419 * platform/mac/media/video-remove-insert-repaints-expected.png: Added.
1421 2013-05-12 Jinwoo Song <jinwoo7.song@samsung.com>
1423 [EFL] Unreviewed EFL gardening
1424 https://bugs.webkit.org/show_bug.cgi?id=116004
1426 Unreviewed EFL gardening
1428 * platform/efl-wk2/TestExpectations:
1429 * platform/efl/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
1430 * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
1431 * platform/efl/fast/text/text-combine-different-fonts-expected.txt: Added.
1432 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
1433 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
1434 * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
1436 2013-05-12 Ryuan Choi <ryuan.choi@samsung.com>
1438 REGRESSION (r149668): 4 reftest failures under fast/regions on GTK
1439 https://bugs.webkit.org/show_bug.cgi?id=115783
1441 Unreviewed rebaseline. They were fixed after r149802.
1443 * platform/efl/TestExpectations:
1444 * platform/gtk/TestExpectations:
1446 2013-05-12 Simon Fraser <simon.fraser@apple.com>
1448 Dropdowns on http://www.exploratorium.edu don't show anything
1449 https://bugs.webkit.org/show_bug.cgi?id=115991
1451 Reviewed by Dan Bernstein.
1453 Layer tree dump test with an overflow:hidden that projects outside its
1454 ancestor, and is forced to composite by a composited child.
1456 * compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1457 * compositing/backing/no-backing-for-clip-overhang.html: Added.
1459 2013-05-12 Andreas Kling <akling@apple.com>
1461 Rebaseline fast/js/global-constructors-attributes.html for mac-lion after r149920.
1463 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1465 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1467 REGRESSION: Fixed background on ColterReed.com scrolls
1468 https://bugs.webkit.org/show_bug.cgi?id=115951
1470 Reviewed by Beth Dakin.
1472 Tests with a fixed background and two different ways of making the <html> composited.
1474 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html: Added.
1475 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html: Added.
1476 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Added.
1477 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html: Added.
1479 2013-05-11 Xan Lopez <xlopez@igalia.com>
1481 Bogus -webkit-columns value in fast/text/international/spaces-combined-in-vertical-text.html
1482 https://bugs.webkit.org/show_bug.cgi?id=115164
1484 Reviewed by Rob Buis.
1486 Remove bogus -webkit-columns property.
1488 * fast/text/international/spaces-combined-in-vertical-text.html:
1490 2013-05-11 Jochen Eisinger <jochen@chromium.org>
1492 Disallow a window to focus itself via javascript URLs or using target _self
1493 https://bugs.webkit.org/show_bug.cgi?id=115906
1495 Reviewed by Geoffrey Garen.
1497 * fast/dom/Window/window-focus-self-expected.txt: Added.
1498 * fast/dom/Window/window-focus-self.html: Added.
1499 * platform/wk2/TestExpectations: test uses unimplemented setWindowIsKey.
1501 2013-03-17 Robert Hogan <robert@webkit.org>
1503 Text flow broken in elements with vertical align top/bottom and inline elements taller than line-height
1504 https://bugs.webkit.org/show_bug.cgi?id=111974
1506 Reviewed by Ryosuke Niwa.
1508 * editing/execCommand/query-command-state-expected.txt:
1509 * editing/execCommand/script-tests/query-command-state.js: Remove invalid tests, vertical-align does not apply to
1512 * fast/css/vertical-align-block-elements-expected.html: Added.
1513 * fast/css/vertical-align-block-elements.html: Added.
1515 2013-05-10 Alexey Proskuryakov <ap@apple.com>
1517 <rdar://problem/13666412> Clean up some edge cases of URL parsing.
1518 https://bugs.webkit.org/show_bug.cgi?id=104919
1520 Reviewed by Darin Adler.
1522 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js:
1523 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
1524 Updated expectations of one sub-test. We previously tried to keep the test passing
1525 as is (see bug 57291), but I couldn't find any reason to prefer the old behavior.
1527 * fast/url/host-expected.txt:
1528 * fast/url/host.html:
1529 Updated one subtest to new results, which match at least Gecko (original of the
1530 test actually claims that all browsers including Safari already do what we'll do now).
1532 * fast/url/segments-userinfo-vs-host-expected.txt: Added.
1533 * fast/url/segments-userinfo-vs-host.html: Added.
1534 Added a number of tests, with detailed explanations of the differences with Firefox,
1535 and with rationales.
1537 * http/tests/uri/username-with-no-hostname-expected.txt: Removed.
1538 * http/tests/uri/username-with-no-hostname.html-disabled: Removed.
1539 * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Removed.
1540 This test has been disabled for a long time, and being an end-to-end test for
1541 invalid URL handling, it would be difficult to make work again. We have multiple
1542 parsing tests for URLs like this.
1544 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
1546 Remove [NoInterfaceObject] from several WebAudio IDL interfaces
1547 https://bugs.webkit.org/show_bug.cgi?id=115894
1549 Reviewed by Darin Adler.
1551 Rebaseline fast/js/global-constructors-attributes.html now that more
1552 global constructors are exposed.
1554 * fast/js/global-constructors-attributes-expected.txt:
1555 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1557 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1559 REGRESSION (r145680): No box shadow rendered on element with positioned child that obscures it
1560 https://bugs.webkit.org/show_bug.cgi?id=115840
1562 Reviewed by Antti Koivisto.
1564 * fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Added.
1565 * fast/box-shadow/box-shadow-obscured-backgrounds.html: Added.
1567 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1569 REGRESSION (r143626): Element shows as garbage in image gallery
1570 https://bugs.webkit.org/show_bug.cgi?id=115946
1572 Reviewed by Antti Koivisto.
1574 Test that dumps layers for a visibility:hidden element with a child text node,
1575 and with a visibility:visible child. The resulting compositing layer should
1576 not be marked as opaque.
1578 * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
1579 * compositing/contents-opaque/hidden-with-visible-child.html: Added.
1580 * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
1581 * compositing/contents-opaque/hidden-with-visible-text.html: Added.
1583 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1585 Garbage down left side of nytimes.com page (if subscriber)
1586 https://bugs.webkit.org/show_bug.cgi?id=115839
1588 Reviewed by Antti Koivisto.
1590 * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
1591 * compositing/contents-opaque/overflow-hidden-child-layers.html: Added.
1593 2013-05-10 Eric Carlson <eric.carlson@apple.com>
1595 In-band captions not visible immediately after track mode change
1596 https://bugs.webkit.org/show_bug.cgi?id=115922
1598 Reviewed by Dean Jackson.
1600 * media/track/track-in-band-mode-expected.txt: Added.
1601 * media/track/track-in-band-mode.html: Added.
1603 * platform/efl/TestExpectations: Skip new test.
1604 * platform/gtk/TestExpectations: Ditto.
1605 * platform/mac/TestExpectations: Ditto.
1606 * platform/qt/TestExpectations: Ditto.
1607 * platform/win/TestExpectations: Ditto.
1609 2013-05-10 Roger Fong <roger_fong@apple.com>
1611 Unreviewed mac-lion rebaselines.
1613 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1615 2013-05-10 Robert Hogan <robert@webkit.org>
1617 REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block
1618 https://bugs.webkit.org/show_bug.cgi?id=115818
1620 Reviewed by David Hyatt.
1622 * fast/inline/anonymous-block-with-empty-inline-expected.txt: Added.
1623 * fast/inline/anonymous-block-with-empty-inline.html: Added.
1625 2013-05-10 Dean Jackson <dino@apple.com>
1627 Include tab character as a word end for kerning
1628 https://bugs.webkit.org/show_bug.cgi?id=115915
1629 <rdar://problem/13861491>
1631 Reviewed by Enrica Casucci.
1633 This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507
1634 which only looked for a space character as a word end. It should
1635 look for tab characters too.
1637 * fast/text/word-space-with-kerning-4-expected.html: Added.
1638 * fast/text/word-space-with-kerning-4.html: Added.
1640 2013-05-10 Ryosuke Niwa <rniwa@webkit.org>
1642 REGRESSION (r149652): Videos do not play on cnn.com, just black box
1643 https://bugs.webkit.org/show_bug.cgi?id=115887
1645 Reviewed by Antti Koivisto.
1647 Add regression tests.
1649 * fast/dom/HTMLDocument/image-with-same-id-and-name-expected.txt: Added.
1650 * fast/dom/HTMLDocument/image-with-same-id-and-name.html: Added.
1651 * fast/dom/HTMLDocument/object-with-same-id-and-name-expected.txt: Added.
1652 * fast/dom/HTMLDocument/object-with-same-id-and-name.html: Added.
1654 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
1656 Unreviewed EFL gardening.
1658 Rebaseline fast/dom/Range/getClientRects.html for EFL port.
1659 Skip accessibility/poorly-formed-aria-table.html introduced in
1660 r149858 but failing on EFL port.
1662 * platform/efl/TestExpectations:
1663 * platform/efl/fast/dom/Range/getClientRects-expected.txt:
1665 2013-05-10 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1667 [Qt] Unreviewed gardening.
1669 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
1670 * platform/qt/inspector/console/command-line-api-expected.txt: Added after r149829.
1672 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
1674 Unreviewed EFL gardening.
1676 Skip several remaining shadow dom tests and rebaseline a few others.
1678 * platform/efl/TestExpectations:
1679 * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
1680 * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt:
1681 * platform/efl/inspector/console/command-line-api-expected.txt: Added.
1683 2013-05-09 Alex Christensen <achristensen@apple.com>
1685 Unskipped the webarchive tests for Mac that are not skipped for a reason other than
1686 dumpDOMAsWebArchive not being implemented, which was fixed in r149692.
1687 https://bugs.webkit.org/show_bug.cgi?id=115819
1689 Reviewed by Benjamin Poulain.
1691 * platform/efl-wk2/TestExpectations:
1692 Skip webarchive tests.
1693 * platform/gtk-wk2/TestExpectations:
1694 Skip webarchive tests.
1695 * platform/qt-5.0-mac-wk2/TestExpectations:
1696 Skip webarchive tests.
1697 * platform/qt-5.0-wk2/TestExpectations:
1698 Skip webarchive tests.
1699 * platform/wk2/TestExpectations:
1700 Removed universal skipping of webarchive tests, noted which tests are still skipped with bug numbers.
1702 2013-05-09 Chris Fleizach <cfleizach@apple.com>
1704 AX: VoiceOver is no longer seeing items in poorly formed tables
1705 https://bugs.webkit.org/show_bug.cgi?id=115837
1707 Reviewed by Darin Adler.
1709 * accessibility/poorly-formed-aria-table-expected.txt: Added.
1710 * accessibility/poorly-formed-aria-table.html: Added.
1712 2013-05-09 Zoltan Horvath <zoltan@webkit.org>
1714 [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975
1715 https://bugs.webkit.org/show_bug.cgi?id=115053
1717 Reviewed by Alexandru Chiculita.
1719 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
1720 for the two tests. The change fixes both tests and make them passing on Qt as well. I removed the tests from the TestExpectations.
1722 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
1723 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
1724 * fast/exclusions/shape-inside/shape-inside-percentage-expected.html:
1725 * fast/exclusions/shape-inside/shape-inside-percentage.html:
1726 * platform/qt/TestExpectations:
1728 2013-05-09 Yael Aharon <yael.aharon@intel.com>
1730 REGRESSION: Disabled multiline select element now responds to (certain) clicks
1731 https://bugs.webkit.org/show_bug.cgi?id=115710
1733 Reviewed by Kent Tamura.
1735 Test that a disabled element does not change selection while scrolling.
1737 * fast/forms/select/listbox-disabled-scroll-no-onchange-expected.txt: Added.
1738 * fast/forms/select/listbox-disabled-scroll-no-onchange.html: Added.
1739 * fast/forms/select/listbox-disabled-no-autoscroll.html: Added.
1740 * fast/forms/select/listbox-disabled-no-autoscroll-expected.html: Added.
1742 2013-05-09 Roger Fong <roger_fong@apple.com>
1744 Unreviewed mac gardening.
1746 * platform/mac/inspector/command-line-api-expected.txt: Removed.
1747 * platform/mac/inspector/console: Added.
1748 * platform/mac/inspector/console/command-line-api-expected.txt: Added.
1750 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
1752 [NoInterfaceObject] extended attribute should be removed for several interfaces
1753 https://bugs.webkit.org/show_bug.cgi?id=115852
1755 Reviewed by Benjamin Poulain.
1757 Rebaseline several layout tests whose output has changed now that a few more
1758 global constructors are exposed.
1760 * fast/dom/dom-constructors-expected.txt:
1761 * fast/js/global-constructors-attributes-expected.txt:
1762 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1764 2013-05-09 Robert Hogan <robert@webkit.org>
1766 REGRESSION (Safari 3-Safari 4): Replaced element with percent height in table has incorrect height
1767 https://bugs.webkit.org/show_bug.cgi?id=26394
1769 Reviewed by David Hyatt.
1771 * fast/replaced/table-percent-height-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt.
1772 * fast/replaced/table-percent-height-text-controls.html:
1773 * platform/gtk/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
1774 * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
1775 * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
1777 2013-05-09 Xiaobo Wang <xbwang@torchmobile.com.cn>
1779 Update srcipt paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html
1780 https://bugs.webkit.org/show_bug.cgi?id=96223
1782 Reviewed by Rob Buis.
1784 The original paths don't exist at all.
1786 * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
1788 2013-05-09 Roger Fong <roger_fong@apple.com>
1790 Unreviewed mac port gardening.
1792 * platform/mac-lion/fast/js: Added.
1793 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: Added.
1794 * platform/mac/inspector/command-line-api-expected.txt: Added.
1796 2013-05-08 Oliver Hunt <oliver@apple.com>
1798 Code cache stores bogus var references for functions in eval code
1799 https://bugs.webkit.org/show_bug.cgi?id=115747
1801 Reviewed by Mark Hahnenberg.
1805 * fast/js/eval-cache-scoped-lookup-expected.txt: Added.
1806 * fast/js/eval-cache-scoped-lookup.html: Added.
1807 * fast/js/script-tests/eval-cache-scoped-lookup.js: Added.
1809 (a.string_appeared_here.second):
1819 2013-05-08 Mark Hahnenberg <mhahnenberg@apple.com>
1821 DFGArrayMode::fromObserved is too liberal when it sees different Array and NonArray shapes
1822 https://bugs.webkit.org/show_bug.cgi?id=115805
1824 Added regression test for array access over polymorphic array vs. non-array indexing types.
1825 With the fix, we get 3.666x faster on this microbenchmark.
1827 Reviewed by Geoffrey Garen.
1829 * fast/js/regress/array-nonarray-polymorphic-access-expected.txt: Added.
1830 * fast/js/regress/array-nonarray-polymorphic-access.html: Added.
1831 * fast/js/regress/script-tests/array-nonarray-polymorphic-access.js: Added.
1835 2013-05-09 Radu Stavila <stavila@adobe.com>
1837 [CSSRegions] Change fast/regions/webkit-flow-inlines-inside-regions-bounds[-vertical] tests to make them platform independent
1838 https://bugs.webkit.org/show_bug.cgi?id=115851
1840 Reviewed by Antti Koivisto.
1842 Modified tests to make them platform independent by using Ahem and no font smoothing.
1844 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html:
1845 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html:
1846 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html:
1847 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html:
1849 2013-05-09 Radu Stavila <stavila@adobe.com>
1851 [Qt][EFL][GTK] Failing CSS region tests
1852 https://bugs.webkit.org/show_bug.cgi?id=115785
1854 Reviewed by Antti Koivisto.
1856 Updated tests to overcome platform differences
1857 Unskip fixed CSS regions tests
1859 * fast/regions/webkit-flow-double-pagination-float-push-expected.html:
1860 * fast/regions/webkit-flow-double-pagination-float-push.html:
1861 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html:
1862 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
1863 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
1864 * fast/regions/webkit-flow-float-unable-to-push.html:
1865 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html:
1866 * fast/regions/webkit-flow-floats-inside-regions-bounds.html:
1867 * platform/qt/TestExpectations:
1869 2013-05-09 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1871 [Qt] Unreviewed gardeing. Updating some png expected results.
1873 * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: Added.
1874 * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png: Added.
1875 * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png: Added.
1876 * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png: Added.
1877 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png: Added.
1878 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
1879 * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png: Added.
1880 * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png: Added.
1881 * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png: Added.
1882 * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: Added.
1883 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
1884 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
1885 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
1886 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
1887 * platform/qt-5.0-wk2/fast/borders/rtl-border-04-expecrted.png: Added.
1888 * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png: Added.
1889 * platform/qt-5.0-wk2/fast/box-shadow/shadow-repaint-expected.txt: Added.
1890 * platform/qt-5.0-wk2/fast/dom/34176-expected.png: Added.
1891 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
1892 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
1893 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
1894 * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png: Added.
1895 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
1896 * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: Added.
1897 * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png: Added.
1898 * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png: Added.
1899 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png: Added.
1900 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png: Added.
1901 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png:
1902 * 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.
1903 * 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.
1904 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png:
1905 * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png: Added.
1906 * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png: Added.
1907 * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png:
1908 * 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.
1909 * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
1910 * 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.
1911 * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
1912 * 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.
1913 * 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.
1914 * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
1915 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
1916 * 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.
1917 * 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.
1918 * 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.
1919 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
1920 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
1921 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
1922 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
1923 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
1924 * 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.
1925 * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png: Added.
1927 2013-05-09 Ádám Kallai <kadam@inf.u-szeged.hu>
1929 [Qt] Unreviewed gardening. Added platform specific expected file after r149758.
1931 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Added after r149758.
1933 2013-05-08 Seokju Kwon <seokju.kwon@gmail.com>
1935 [EFL] Get rid of duplicate entry line in TestExpectations
1936 https://bugs.webkit.org/show_bug.cgi?id=115828
1938 Unreviewed gardening.
1940 * platform/efl/TestExpectations:
1942 2013-05-08 Eric Carlson <eric.carlson@apple.com>
1944 TextTrackCue should support empty content
1945 https://bugs.webkit.org/show_bug.cgi?id=115821
1947 Reviewed by Jer Noble.
1949 * media/track/track-cue-empty-text-crash-expected.txt: Added.
1950 * media/track/track-cue-empty-text-crash.html: Added.
1952 2013-05-08 Christophe Dumez <ch.dumez@sisa.samsung.com>
1954 Add layout test that lists all global constructors
1955 https://bugs.webkit.org/show_bug.cgi?id=115724
1957 Reviewed by Ryosuke Niwa.
1959 Update fast/js/global-constructors-attributes.html so that it lists all
1960 global constructors instead of just a few.
1962 * fast/js/global-constructors-attributes-expected.txt:
1963 * fast/js/script-tests/global-constructors-attributes.js:
1964 (classNameForObject):
1965 (constructorPropertiesOnWindow):
1966 * platform/efl/fast/js/global-constructors-attributes-expected.txt: Added.
1967 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Added.
1969 2013-05-08 Roger Fong <roger_fong@apple.com>
1971 Unreviewed gardening, mac port.
1972 These tests should use testRunner, not layoutTestController.
1974 * fast/js/parse-error-external-script-in-eval.html:
1975 * fast/js/parse-error-external-script-in-new-Function.html:
1977 2013-05-08 Darin Adler <darin@apple.com>
1979 REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html
1980 https://bugs.webkit.org/show_bug.cgi?id=115776
1982 Reviewed by Anders Carlsson.
1984 * TestExpectations: Expect success again on this test.
1986 2013-05-08 Eric Carlson <eric.carlson@apple.com>
1988 Prevent crash when track is deleted during video element deletion.
1989 https://bugs.webkit.org/show_bug.cgi?id=106183
1991 Reviewed by Dean Jackson.
1993 * media/track/track-remove-crash-expected.txt: Added.
1994 * media/track/track-remove-crash.html: Added.
1996 2013-05-08 David Kilzer <ddkilzer@apple.com>
1998 Remove chromium test results added in r149743
2000 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Removed.
2001 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Removed.
2003 2013-05-08 David Kilzer <ddkilzer@apple.com>
2005 Add layout tests for test cases in Bug 5206
2006 <http://webkit.org/b/5206>
2008 Reviewed by Eric Seidel.
2010 These issues were likely fixed in r89257 for Bug 62613.
2012 * fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2013 * fast/js/parse-error-external-script-in-eval.html: Added.
2014 * fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2015 Note that the line number in this result is relative to the line
2016 number of the second argument to the new Function() method.
2017 * fast/js/parse-error-external-script-in-new-Function.html: Added.
2018 * fast/js/resources/parse-error-external-script-in-eval.js: Added.
2019 * fast/js/resources/parse-error-external-script-in-new-Function.js: Added.
2021 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2022 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2024 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2026 [Mac] Inband text tracks are not in track menu on Lion
2027 https://bugs.webkit.org/show_bug.cgi?id=115740
2029 Reviewed by Dean Jackson.
2031 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
2033 2013-05-08 Sergio Villar Senin <svillar@igalia.com>
2035 Allow blank spaces before colon (:) on CSS variable definition
2036 https://bugs.webkit.org/show_bug.cgi?id=115802
2038 Reviewed by Darin Adler.
2040 New test to check that spaces are allowed before the color on CSS
2041 variable definitions.
2043 * css3/css-variable-definition-expected.html: Added.
2044 * css3/css-variable-definition.html: Added.
2046 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2048 [Qt] Unreviewed gardening after r149292.
2049 https://bugs.webkit.org/show_bug.cgi?id=115372
2051 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added.
2052 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added.
2053 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added.
2054 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added.
2055 * platform/qt-5.0-wk2/fast/repaint/layer-full-repaint-expected.txt: Added.
2056 * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added.
2057 * platform/qt-5.0-wk2/fast/repaint/reflection-table-layout-expected.txt: Added.
2058 * platform/qt-5.0-wk2/fast/repaint/selection-gap-absolute-child-expected.txt: Added.
2059 * platform/qt-5.0-wk2/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
2060 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added.
2061 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2062 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added.
2063 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added.
2064 * platform/qt-5.0-wk2/fast/repaint/transform-table-layout-expected.txt: Added.
2065 * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
2067 2013-05-08 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
2069 [EFL] Unreviewed EFL gardening
2070 https://bugs.webkit.org/show_bug.cgi?id=115791
2072 Unreviewed EFL gardening
2074 Skip fast/regions/ test cases which are failing after r149668.
2076 * platform/efl/TestExpectations:
2078 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2080 [Qt] Unreviewed gardening. Skipping some failing fast/region tests.
2081 https://bugs.webkit.org/show_bug.cgi?id=115785
2083 * platform/qt/TestExpectations:
2085 2013-05-08 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2087 Unreviewed EFL gardening.
2089 Unskip two spelling tests as they started passing after r149366.
2091 * platform/efl-wk2/TestExpectations:
2092 Unskip spelling-exactly-selected-word.html and
2093 spelling-with-punctuation-selection.html
2095 * platform/efl/TestExpectations:
2096 Remove spelling tests from efl/TestExpectations as the failing tests
2097 are already skipped for both efl-wk1 and global wk2.
2099 2013-05-08 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2101 Unreviewed EFL gardening.
2103 Skip remaining Shadow DOM tests on the EFL port.
2105 * platform/efl/TestExpectations:
2107 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
2109 Unreviewed GTK gardening.
2111 * platform/gtk/TestExpectations: Adding failure expectations for CSS Regions tests
2112 that regressed when converted into reftests in r149668.
2114 2013-05-08 Dongseong Hwang <dongseong.hwang@intel.com>
2116 Make optional arguments in CanvasRenderingContext2D match the spec.
2117 https://bugs.webkit.org/show_bug.cgi?id=115723
2119 Reviewed by Dean Jackson.
2121 When tests use <canvas> API with not enough arguments, TypeError
2122 exception is fired now. So three tests are changed to match the canvas
2125 * fast/canvas/canvas-overloads-strokeRect-expected.txt:
2126 * fast/canvas/script-tests/canvas-overloads-strokeRect.js:
2127 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
2129 2013-05-08 Ryosuke Niwa <rniwa@webkit.org>
2131 Add an image only failure expectation to fast/css-generated-content/close-quote-negative-depth.html per
2132 bug 115776 after r149700. r149707 tried to fix its regression but this test is still failing.
2136 2013-05-07 Hans Muller <hmuller@adobe.com>
2138 [CSS Exclusions] shape-inside, shape-padding, polygon test failing when subpixel layout is disabled
2139 https://bugs.webkit.org/show_bug.cgi?id=115649
2141 Reviewed by Dirk Schulze.
2143 Another correction of a padded shape test that failed when subpixel layout was disabled.
2144 This test puts a cross pattern made of five Ahem characters on three lines, within a padded
2145 diamond polygon. The left edges of each line depend on the intersection of the padded polygon's
2146 edges with the top of each line, which makes predicting the exact values unreliable. So we
2147 just verify that the left edges of each line are within a pixel of the ideal value. This
2148 change is very similar to the one made for bug 115490.
2150 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Removed.
2151 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.txt: Added.
2152 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
2153 * platform/mac/TestExpectations:
2155 2013-05-06 Enrica Casucci <enrica@apple.com>
2157 Support -webkit-system-font on OS X.
2158 https://bugs.webkit.org/show_bug.cgi?id=115758
2159 <rdar://problem/13433854>
2161 Reviewed by Dean Jackson.
2163 * platform/mac/fast/text/systemFont.html: Added.
2164 * platform/mac/platform/mac/fast/text/systemFont-expected.png: Added.
2165 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Added.
2167 2013-05-07 Alexey Proskuryakov <ap@apple.com>
2169 Combine html and js parts fast/url script-tests
2170 https://bugs.webkit.org/show_bug.cgi?id=115739
2172 Rubber-stamped by Brady Eidson.
2174 * fast/url/anchor.html:
2175 * fast/url/file-http-base.html:
2176 * fast/url/file.html:
2177 * fast/url/host-lowercase-per-scheme.html:
2178 * fast/url/host.html:
2179 * fast/url/idna2003.html:
2180 * fast/url/idna2008.html:
2181 * fast/url/invalid-urls-utf8.html:
2182 * fast/url/ipv4.html:
2183 * fast/url/ipv6.html:
2184 * fast/url/mailto.html:
2185 * fast/url/path-url.html:
2186 * fast/url/path.html:
2187 * fast/url/port.html:
2188 * fast/url/query.html:
2189 * fast/url/relative-unix.html:
2190 * fast/url/relative-win.html:
2191 * fast/url/relative.html:
2192 * fast/url/safari-extension.html:
2193 * fast/url/scheme.html:
2194 * fast/url/script-tests: Removed.
2195 * fast/url/script-tests/TEMPLATE.html: Removed.
2196 * fast/url/script-tests/anchor.js: Removed.
2197 * fast/url/script-tests/file-http-base.js: Removed.
2198 * fast/url/script-tests/file.js: Removed.
2199 * fast/url/script-tests/host.js: Removed.
2200 * fast/url/script-tests/idna2003.js: Removed.
2201 * fast/url/script-tests/idna2008.js: Removed.
2202 * fast/url/script-tests/ipv4.js: Removed.
2203 * fast/url/script-tests/ipv6.js: Removed.
2204 * fast/url/script-tests/mailto.js: Removed.
2205 * fast/url/script-tests/path-url.js: Removed.
2206 * fast/url/script-tests/path.js: Removed.
2207 * fast/url/script-tests/port.js: Removed.
2208 * fast/url/script-tests/query.js: Removed.
2209 * fast/url/script-tests/relative-unix.js: Removed.
2210 * fast/url/script-tests/relative-win.js: Removed.
2211 * fast/url/script-tests/relative.js: Removed.
2212 * fast/url/script-tests/scheme.js: Removed.
2213 * fast/url/script-tests/segments-from-data-url.js: Removed.
2214 * fast/url/script-tests/segments.js: Removed.
2215 * fast/url/script-tests/standard-url.js: Removed.
2216 * fast/url/script-tests/trivial-segments.js: Removed.
2217 * fast/url/script-tests/trivial.js: Removed.
2218 * fast/url/segments-from-data-url.html:
2219 * fast/url/segments.html:
2220 * fast/url/standard-url.html:
2221 * fast/url/trivial-segments.html:
2222 * fast/url/trivial.html:
2224 2013-05-07 Radu Stavila <stavila@adobe.com>
2226 [CSS Regions] Convert remaining fast/regions/webkit-flow* pixel tests to reftests
2227 https://bugs.webkit.org/show_bug.cgi?id=115422
2229 Reviewed by Andreas Kling.
2231 Converted following tests from pixel tests to ref tests:
2232 - webkit-flow-double-pagination-float-push
2233 - webkit-flow-float-pushed-to-last-region
2234 - webkit-flow-float-unable-to-push
2235 - webkit-flow-floats-inside-regions-bounds
2237 * fast/regions/webkit-flow-double-pagination-float-push-expected.html: Added.
2238 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: Added.
2239 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2240 * fast/regions/webkit-flow-float-unable-to-push-expected.html: Added.
2241 * fast/regions/webkit-flow-float-unable-to-push.html:
2242 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: Added.
2243 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2244 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2245 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2246 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2247 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2248 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2249 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2250 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2251 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2252 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2253 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2254 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2255 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2256 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2257 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2258 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2259 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2260 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2261 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2262 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2263 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2264 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2265 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2266 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2267 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2268 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2269 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2270 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2271 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2272 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2273 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2274 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2276 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2278 Heap-use-after-free in WebCore::InlineFlowBox::deleteLine
2279 https://bugs.webkit.org/show_bug.cgi?id=114772
2281 Reviewed by David Hyatt.
2283 Test case generated by the fuzzer. Will only crash when run in a
2284 vulnerable configuration with a memory checking lib enabled.
2286 * fast/ruby/ruby-svg-crash-expected.txt: Added.
2287 * fast/ruby/ruby-svg-crash.html: Added.
2289 2013-05-06 Robert Hogan <robert@webkit.org>
2291 REGRESSION(r140024): child of fixed div inside of absolute div does not get resized when window is resized
2292 https://bugs.webkit.org/show_bug.cgi?id=115379
2294 Reviewed by David Hyatt.
2296 * fast/block/positioning/child-of-fixed-pos-after-movement-expected.txt: Added.
2297 * fast/block/positioning/child-of-fixed-pos-after-movement.html: Added.
2299 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2301 [CSS Exclusions] remove unused -webkit-wrap property
2302 https://bugs.webkit.org/show_bug.cgi?id=102105
2304 Reviewed by Darin Adler.
2306 Delete tests for the -webkit-wrap property.
2308 * fast/exclusions/css-exclusions-disabled.html: Remove use of -webkit-wrap.
2309 * fast/exclusions/script-tests/wrap-parsing.js: Removed.
2310 * fast/exclusions/wrap-parsing-expected.txt: Removed.
2311 * fast/exclusions/wrap-parsing.html: Removed.
2312 * svg/css/style-change-crash-expected.txt: Removed.
2313 * svg/css/style-change-crash.html: Removed.
2315 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2317 Unreviewed EFL gardening.
2319 Add EFL-specific result for fast/events/event-attribute.html as global expectation
2320 was changed in r149088.
2322 * platform/efl/fast/events/event-attribute-expected.txt: Added.
2324 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2326 Unreviewed EFL gardening.
2328 Rebaseline several test cases for EFL port.
2330 * platform/efl/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
2331 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.png: Added.
2332 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.txt: Added.
2333 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
2334 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2336 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2338 Unreviewed EFL gardening.
2340 Mark several test cases as failing after r149292 due to missing repaint rect
2343 * platform/efl/TestExpectations:
2345 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2347 Unreviewed EFL gardening.
2349 Skip repaint test that regressed after r149292.
2351 * platform/efl/TestExpectations:
2353 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2355 Unreviewed EFL gardening.
2357 Skip remaining Shadow DOM test and new accessibility test introduced in
2360 * platform/efl/TestExpectations:
2362 2013-05-06 Hans Muller <hmuller@adobe.com>
2364 [CSS Exclusions] shape-inside rounded rectangle tests fail when subpixel layout is disabled
2365 https://bugs.webkit.org/show_bug.cgi?id=115490
2367 Second round of changes to restore platform/mac exclusion tests that started failing when
2368 subpixel layout was turned off. This set of changes just restores four ref-tests that place
2369 a single square Ahem character cell within a circle or an ellipse. When subpixel layout isn't
2370 enabled the expected origin of the character is adjusted.
2372 Reviewed by Dirk Schulze.
2374 * fast/exclusions/shape-inside/shape-inside-circle-expected.html:
2375 * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html:
2376 * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html:
2377 * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html:
2378 * fast/exclusions/shape-inside/shape-inside-ellipse.html:
2379 * platform/mac/TestExpectations:
2381 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2383 Unreviewed EFL gardening.
2385 Remove duplicate Shadow DOM test cases from TestExpectation files.
2387 * platform/efl-wk2/TestExpectations:
2388 * platform/efl/TestExpectations:
2390 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2392 Unreviewed. Remove duplicate tests from EFL TestExpectation files.
2394 * platform/efl-wk2/TestExpectations:
2395 * platform/efl/TestExpectations:
2397 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2399 Unreviewed EFL gardening.
2401 Skip Shadow DOM tests for EFL port as the feature is being removed.
2403 * platform/efl/TestExpectations:
2405 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2407 Unreviewed GTK gardening.
2409 * platform/gtk/TestExpectations: Adding new failure expectations and adjusting an old one.
2411 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2413 Unreviewed GTK gardening. Rebaselining after r148720, r149088 and r149407.
2415 * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2416 * platform/gtk/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
2417 * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
2418 * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
2420 2013-05-06 Robert Hogan <robert@webkit.org>
2422 REGRESSION(r140907) - Backport blink r149612 to fix vertical-align and rowspan issue
2423 https://bugs.webkit.org/show_bug.cgi?id=115611
2425 Reviewed by Benjamin Poulain.
2427 * fast/table/baseline-align-rowspan-expected.txt: Added.
2428 * fast/table/baseline-align-rowspan.html: Added.
2430 2013-05-05 Chris Fleizach <cfleizach@apple.com>
2432 AX: aria-checked not exposed correctly on menuitemcheckbox or menuitemradio roles
2433 https://bugs.webkit.org/show_bug.cgi?id=115499
2435 Reviewed by Tim Horton.
2437 * platform/mac/accessibility/aria-menuitem-checked-value-expected.txt: Added.
2438 * platform/mac/accessibility/aria-menuitem-checked-value.html: Added.
2440 2013-05-04 Dean Jackson <dino@apple.com>
2442 Animations and Transitions should not start when globally suspended
2443 https://bugs.webkit.org/show_bug.cgi?id=114915
2445 Reviewed by Sam Weinig.
2447 Two new tests. Add an animation or transition to
2448 the document when the global animation controller is suspended.
2449 In the animation case, nothing should happen until the
2450 animations are resumed. In the transition case, the style
2451 change should happen immediately and not fire any events.
2453 * animations/added-while-suspended-expected.txt: Added.
2454 * animations/added-while-suspended.html: Added.
2455 * animations/suspend-transform-animation.html: Make sure to resume suspended animations
2456 before quitting the test.
2457 * transitions/started-while-suspended-expected.txt: Added.
2458 * transitions/started-while-suspended.html: Added.
2459 * transitions/suspend-transform-transition.html: Make sure to resume suspended animations
2460 before quitting the test.
2462 2013-04-30 Robert Hogan <robert@webkit.org>
2464 REGRESSION(r140907): Incorrect baseline on cells after updating vertical-align
2465 https://bugs.webkit.org/show_bug.cgi?id=115432
2467 Reviewed by Julien Chaffraix.
2469 * fast/table/correct-baseline-after-style-change-expected.html: Added.
2470 * fast/table/correct-baseline-after-style-change.html: Added.
2472 2013-05-03 Arnaud Renevier <a.renevier@sisa.samsung.com>
2474 incorrect repainting when a table has a transform
2475 https://bugs.webkit.org/show_bug.cgi?id=109867
2477 Reviewed by Simon Fraser.
2479 Create tests that resize an element inside a display: table element.
2480 Compare to a reference html file where the element has a static size.
2481 In the first test, the table like element has a transform. In the
2482 second, it has a reflection.
2484 * fast/repaint/reflection-table-layout-expected.html: Added.
2485 * fast/repaint/reflection-table-layout.html: Added.
2486 * fast/repaint/transform-table-layout-expected.html: Added.
2487 * fast/repaint/transform-table-layout.html: Added.
2489 2013-05-03 Antti Koivisto <antti@apple.com>
2491 Remove concept of younger and older shadow trees
2492 https://bugs.webkit.org/show_bug.cgi?id=115570
2494 Reviewed by Andreas Kling.
2496 * editing/text-iterator/basic-iteration-expected.txt:
2497 * editing/text-iterator/script-tests/basic-iteration.js:
2498 (addShadowTreeWithDivElement):
2499 * fast/forms/resources/common-spinbutton-change-and-input-events.js:
2500 (testSpinButtonChangeAndInputEvents):
2501 * fast/forms/resources/common-spinbutton-click-in-iframe.js:
2504 2013-05-03 Viatcheslav Ostapenko <viatchslav.o@samsung.com>
2506 [Cairo] Anti-aliasing should not be always disabled for lines
2507 https://bugs.webkit.org/show_bug.cgi?id=109535
2509 Reviewed by Martin Robinson.
2511 Add pixel test with scaled text lines.
2513 * fast/css3-text/css3-text-decoration/text-decoration-line-scaled.html: Added.
2514 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.png: Added.
2515 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Added.
2517 2013-05-03 Stephanie Lewis <slewis@apple.com>
2519 Revert to old results on Lion.
2523 Results were updated in (http://trac.webkit.org/changeset/149503) but that is compiled
2524 out on Lion (http://trac.webkit.org/changeset/149510).
2526 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
2528 2013-05-03 Joone Hur <joone.hur@intel.com>
2530 Unreviewed EFL gardening.
2532 Skip some failing tests after r149504.
2534 * platform/efl/TestExpectations:
2536 2013-05-02 Joone Hur <joone.hur@intel.com>
2538 Unreviewed EFL gardening.
2540 Unskip html5lib test cases that were skipped due to failure after r143804.
2542 * platform/efl/TestExpectations:
2544 2013-05-02 Ryuan Choi <ryuan.choi@samsung.com>
2546 Unreviewed EFL gardening.
2548 Moved XFrameOptions results from efl-wk2 to efl and rebased source-list-parsing-nonascii.html
2550 * 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.
2551 * 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.
2552 * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
2554 2013-05-02 Joone Hur <joone.hur@intel.com>
2556 Unreviewed EFL gardening.
2558 Unskip WebAudio test cases on EFL WK2.
2560 * platform/efl-wk2/TestExpectations:
2562 2013-05-02 Arnaud Renevier <a.renevier@sisa.samsung.com>
2564 border-radius clipping a canvas does not always clip
2565 https://bugs.webkit.org/show_bug.cgi?id=113343
2567 Create a test that draws a canvas into a clipped overflown div with
2568 radius corner. Then redraw that same thing a moment later. The canvas
2569 should stay correctly clipped the second time.
2571 Reviewed by Simon Fraser.
2573 * fast/overflow/border-radius-clipping-2-expected.html: Added.
2574 * fast/overflow/border-radius-clipping-2.html: Added.
2576 2013-05-02 Eric Carlson <eric.carlson@apple.com>
2578 Caption menu does not include in-band captions
2579 https://bugs.webkit.org/show_bug.cgi?id=111934
2581 Reviewed by Dean Jackson.
2583 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
2584 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
2586 2013-05-02 Joone Hur <joone.hur@intel.com>
2588 Unreviewed EFL gardening.
2590 * platform/efl-wk2/TestExpectations:
2592 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2594 [Qt] Unreviewed. Some more gardening after r149292.
2595 https://bugs.webkit.org/show_bug.cgi?id=115372
2597 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png:
2598 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
2599 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png:
2600 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
2601 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
2602 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
2603 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
2604 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
2605 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
2606 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
2607 * platform/qt-5.0-wk2/css3/filters/filtered-compositing-descendant-expected.txt: Added.
2608 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt:
2609 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2610 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
2611 * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
2612 * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
2613 * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt:
2614 * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
2616 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2618 [Qt] Unreviewed gardening after r149457 and r149388.
2620 * platform/qt/TestExpectations:
2621 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2623 2013-05-01 Ryuan Choi <ryuan.choi@samsung.com>
2625 Unreviewed EFL gardening.
2627 * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
2628 * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
2629 * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
2630 * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
2631 * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
2632 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
2634 2013-05-01 Stephanie Lewis <slewis@apple.com>
2636 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149474
2640 * platform/mac-lion/fast/text/text-combine-different-fonts-expected.txt: Added.
2642 2013-05-01 Enrica Casucci <enrica@apple.com>
2644 text-combine: horizontal does not work properly for some fonts.
2645 https://bugs.webkit.org/show_bug.cgi?id=115503.
2647 Reviewed by Dave Hyatt.
2649 * fast/text/text-combine-different-fonts.html: Added.
2650 * platform/mac/fast/text/text-combine-different-fonts-expected.png: Added.
2651 * platform/mac/fast/text/text-combine-different-fonts-expected.txt: Added.
2653 2013-05-01 Stephanie Lewis <slewis@apple.com>
2655 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149450
2659 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
2660 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
2662 2013-05-01 Tim Horton <timothy_horton@apple.com>
2664 <object data="<some data URL>"> MIME types aren't case-insensitive
2665 https://bugs.webkit.org/show_bug.cgi?id=115494
2667 Reviewed by Darin Adler.
2669 Add a testcase that ensures that iMaGe/PNG == image/png when it comes to
2670 the MIME type specified in a data URL provided to <object> via its
2673 * fast/images/object-data-url-case-insensitivity-expected.html: Added.
2674 * fast/images/object-data-url-case-insensitivity.html: Added.
2676 2013-05-01 Hans Muller <hmuller@adobe.com>
2678 [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled
2679 https://bugs.webkit.org/show_bug.cgi?id=115455
2681 Reviewed by Dirk Schulze.
2683 First round of changes to restore platform/mac exclusion tests that started failing when
2684 subpixel layout was turned off. This set of changes just restores four tests. It also revises
2685 the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes
2686 and to simplify its use a little.
2688 * fast/exclusions/resources/rounded-rectangle.js:
2689 (simulateShape): Revised dependencies on subpixel-utils.
2690 * fast/exclusions/resources/simple-polygon.js:
2691 (polygonXIntercepts): Ditto.
2692 * fast/exclusions/resources/subpixel-utils.js:
2693 (SubPixelLayout.): Substantially revised, see description.
2694 * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt:
2695 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
2696 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt:
2697 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
2698 * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
2699 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
2700 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
2701 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
2702 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
2703 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
2704 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
2705 * platform/mac/TestExpectations:
2707 2013-05-01 Enrica Casucci <enrica@apple.com>
2709 Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inline-box.
2710 https://bugs.webkit.org/show_bug.cgi?id=115478.
2712 Reviewed by Dave Hyatt.
2714 * fast/block/lineboxcontain/block-with-ideographs.xhtml: Added.
2715 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
2716 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png : Added.
2718 2013-05-01 Per-Erik Brodin <per-erik.brodin@ericsson.com>
2720 EventSource: Loss of reconnect time precision due to integer division
2721 https://bugs.webkit.org/show_bug.cgi?id=115358
2723 Reviewed by Alexey Proskuryakov.
2725 * http/tests/eventsource/eventsource-retry-precision-expected.txt: Added.
2726 * http/tests/eventsource/eventsource-retry-precision.html: Added.
2727 * http/tests/eventsource/resources/precise-retry.asis: Added.
2729 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
2731 Show a block cursor in overtype mode
2732 https://bugs.webkit.org/show_bug.cgi?id=114819
2734 Reviewed by Ryosuke Niwa.
2736 New test case for the new block cursor to be used in overtype
2737 mode. The test verifies that the 1-pixel long caret is replaced by
2738 a selection like 1-character long block cursor when in overtype
2739 mode. This test covers LTR and RTL text in LTR and RTL blocks and
2742 * editing/selection/block-cursor-overtype-mode-expected.txt: Added.
2743 * editing/selection/block-cursor-overtype-mode.html: Added.
2745 2013-04-30 David Hyatt <hyatt@apple.com>
2747 <button> ignores margin-bottom.
2748 https://bugs.webkit.org/show_bug.cgi?id=114940
2750 Reviewed by Beth Dakin.
2752 * fast/forms/content-with-margins-inside-button-expected.html: Added.
2753 * fast/forms/content-with-margins-inside-button.html: Added.
2755 2013-04-30 Oliver Hunt <oliver@apple.com>
2757 JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
2758 https://bugs.webkit.org/show_bug.cgi?id=115449
2760 Reviewed by Geoffrey Garen.
2764 * fast/js/script-tests/stack-trace.js:
2767 (dfgThing.get willThrow):
2768 (dfgThing.get willThrowEventually):
2769 (dfgThing.willThrowFunc):
2770 (dfgThing.willThrowEventuallyFunc):
2783 * fast/js/stack-trace-expected.txt:
2785 2013-04-30 Roger Fong <roger_fong@apple.com>
2787 Unreviewed. Rebaseline some tests on AppleWin port after disabling subpixel layout.
2789 * platform/win/css1/font_properties/font-expected.txt:
2790 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
2791 * platform/win/fast/lists/003-vertical-expected.txt:
2792 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
2793 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
2794 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
2795 * platform/win/svg/batik/paints: Added.
2796 * platform/win/svg/batik/paints/gradientLimit-expected.txt: Added.
2797 * platform/win/transforms/2d/hindi-rotated-expected.txt:
2799 2013-04-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2801 [Qt][WK2] Unreviewed gardening. Massive rebaselining after r149292.
2802 https://bugs.webkit.org/show_bug.cgi?id=115372
2804 * platform/qt-5.0-wk2/animations/3d/replace-filling-transform-expected.png: Added.
2805 * platform/qt-5.0-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
2806 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added.
2807 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
2808 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added.
2809 * platform/qt-5.0-wk2/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
2810 * platform/qt-5.0-wk2/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
2811 * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
2812 * platform/qt-5.0-wk2/compositing/contents-opaque/background-clip-expected.txt: Added.
2813 * platform/qt-5.0-wk2/compositing/contents-opaque/background-color-expected.txt: Added.
2814 * platform/qt-5.0-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
2815 * platform/qt-5.0-wk2/compositing/contents-opaque/filter-expected.txt: Added.
2816 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-opacity-expected.txt: Added.
2817 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-transform-expected.txt: Added.
2818 * platform/qt-5.0-wk2/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
2819 * platform/qt-5.0-wk2/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
2820 * platform/qt-5.0-wk2/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
2821 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
2822 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
2823 * platform/qt-5.0-wk2/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
2824 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
2825 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
2826 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
2827 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
2828 * platform/qt-5.0-wk2/compositing/geometry/clip-expected.txt: Added.
2829 * platform/qt-5.0-wk2/compositing/geometry/clip-inside-expected.txt: Added.
2830 * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
2831 * platform/qt-5.0-wk2/compositing/geometry/flipped-writing-mode-expected.txt: Added.
2832 * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.txt: Added.
2833 * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
2834 * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
2835 * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
2836 * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
2837 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
2838 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
2839 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
2840 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
2841 * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
2842 * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
2843 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
2844 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
2845 * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
2846 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
2847 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
2848 * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
2849 * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
2850 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
2851 * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png:
2852 * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added.
2853 * platform/qt-5.0-wk2/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
2854 * platform/qt-5.0-wk2/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2855 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
2856 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
2857 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
2858 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
2859 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
2860 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
2861 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-expected.txt: Added.
2862 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
2863 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-clipping-expected.txt: Added.
2864 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
2865 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
2866 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
2867 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
2868 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transforms-expected.txt: Added.
2869 * platform/qt-5.0-wk2/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
2870 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
2871 * platform/qt-5.0-wk2/compositing/layer-creation/translatez-overlap-expected.txt: Added.
2872 * platform/qt-5.0-wk2/compositing/masks/mask-layer-size-expected.txt: Added.
2873 * platform/qt-5.0-wk2/compositing/overflow-trumps-transform-style-expected.txt: Added.
2874 * platform/qt-5.0-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
2875 * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
2876 * platform/qt-5.0-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
2877 * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
2878 * platform/qt-5.0-wk2/compositing/overflow/resize-painting-expected.txt: Added.
2879 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Added.
2880 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Added.
2881 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Added.
2882 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Added.
2883 * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png: Added.
2884 * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
2885 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
2886 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
2887 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
2888 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
2889 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
2890 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
2891 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
2892 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
2893 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
2894 * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.
2895 * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
2896 * platform/qt-5.0-wk2/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
2897 * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
2898 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
2899 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-img-expected.txt: Added.
2900 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
2901 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
2902 * platform/qt-5.0-wk2/compositing/tiling/tiled-layer-resize-expected.txt: Added.
2903 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
2904 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
2905 * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2906 * platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt: Added.
2907 * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
2908 * platform/qt-5.0-wk2/css3/filters/composited-during-transition-layertree-expected.txt: Added.
2909 * platform/qt-5.0-wk2/css3/filters/filter-repaint-blur-expected.png: Added.
2910 * platform/qt-5.0-wk2/css3/filters/filter-repaint-child-layers-expected.png: Added.
2911 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-clipped-expected.png: Added.
2912 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-expected.png: Added.
2913 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-rotated-expected.png: Added.
2914 * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
2915 * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png:
2916 * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
2917 * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png:
2918 * platform/qt-5.0-wk2/css3/images/cross-fade-background-size-expected.png: Added.
2919 * platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png: Added.
2920 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png: Added.
2921 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png: Added.
2922 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png: Added.
2923 * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
2924 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
2925 * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png: Added.
2926 * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png: Added.
2927 * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png: Added.
2928 * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png: Added.
2929 * platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png: Added.
2930 * platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-on-body-expected.png: Added.
2931 * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
2932 * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png:
2933 * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
2934 * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png:
2935 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png:
2936 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-expected.png: Added.
2937 * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
2938 * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png:
2939 * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png: Added.
2940 * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Added.
2941 * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Added.
2942 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Added.
2943 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Added.
2944 * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Added.
2945 * platform/qt-5.0-wk2/fast/events/event-attribute-expected.txt: Added.
2946 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
2947 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
2948 * platform/qt-5.0-wk2/fast/forms/hidden-listbox-expected.png: Added.
2949 * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
2950 * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
2951 * platform/qt-5.0-wk2/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
2952 * platform/qt-5.0-wk2/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
2953 * platform/qt-5.0-wk2/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
2954 * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
2955 * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
2956 * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
2957 * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
2958 * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Added.
2959 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Added.
2960 * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Added.
2961 * platform/qt-5.0-wk2/fast/repaint/4774354-expected.png: Added.
2962 * platform/qt-5.0-wk2/fast/repaint/4776765-expected.png: Added.
2963 * platform/qt-5.0-wk2/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
2964 * platform/qt-5.0-wk2/fast/repaint/background-generated-expected.png: Added.
2965 * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png:
2966 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png: Added.
2967 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
2968 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png:
2969 * platform/qt-5.0-wk2/fast/repaint/block-no-inflow-children-expected.png: Added.
2970 * platform/qt-5.0-wk2/fast/repaint/border-radius-repaint-expected.png: Added.
2971 * platform/qt-5.0-wk2/fast/repaint/border-repaint-glitch-expected.png: Added.
2972 * platform/qt-5.0-wk2/fast/repaint/box-shadow-dynamic-expected.png: Added.
2973 * platform/qt-5.0-wk2/fast/repaint/bugzilla-3509-expected.png: Added.
2974 * platform/qt-5.0-wk2/fast/repaint/bugzilla-5699-expected.png: Added.
2975 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
2976 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6388-expected.png: Added.
2977 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6473-expected.png: Added.
2978 * platform/qt-5.0-wk2/fast/repaint/bugzilla-7235-expected.png: Added.
2979 * platform/qt-5.0-wk2/fast/repaint/button-spurious-layout-hint-expected.png: Added.
2980 * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
2981 * platform/qt-5.0-wk2/fast/repaint/clip-with-layout-delta-expected.png: Added.
2982 * platform/qt-5.0-wk2/fast/repaint/clipped-relative-expected.png: Added.
2983 * platform/qt-5.0-wk2/fast/repaint/containing-block-position-change-expected.png: Added.
2984 * platform/qt-5.0-wk2/fast/repaint/content-into-overflow-expected.png: Added.
2985 * platform/qt-5.0-wk2/fast/repaint/continuation-after-outline-expected.png: Added.
2986 * platform/qt-5.0-wk2/fast/repaint/control-clip-expected.png: Added.
2987 * platform/qt-5.0-wk2/fast/repaint/create-layer-repaint-expected.png: Added.
2988 * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png:
2989 * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
2990 * platform/qt-5.0-wk2/fast/repaint/erase-overflow-expected.png: Added.
2991 * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png:
2992 * platform/qt-5.0-wk2/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
2993 * platform/qt-5.0-wk2/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
2994 * platform/qt-5.0-wk2/fast/repaint/fixed-in-page-scale-expected.png: Added.
2995 * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
2996 * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-scroll-expected.png: Added.
2997 * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
2998 * platform/qt-5.0-wk2/fast/repaint/fixed-table-cell-expected.png:
2999 * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-expected.png:
3000 * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-zindex-expected.png:
3001 * platform/qt-5.0-wk2/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3002 * platform/qt-5.0-wk2/fast/repaint/fixed-tranformed-expected.png: Added.
3003 * platform/qt-5.0-wk2/fast/repaint/float-move-during-layout-expected.png: Added.
3004 * platform/qt-5.0-wk2/fast/repaint/float-overflow-expected.png: Added.
3005 * platform/qt-5.0-wk2/fast/repaint/float-overflow-right-expected.png: Added.
3006 * platform/qt-5.0-wk2/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
3007 * platform/qt-5.0-wk2/fast/repaint/inline-color-change-expected.png: Added.
3008 * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
3009 * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-expected.png: Added.
3010 * platform/qt-5.0-wk2/fast/repaint/layer-visibility-expected.png: Added.
3011 * platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png: Added.
3012 * platform/qt-5.0-wk2/fast/repaint/layout-state-relative-expected.png: Added.
3013 * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset-expected.png: Added.
3014 * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
3015 * platform/qt-5.0-wk2/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
3016 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
3017 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
3018 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
3019 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
3020 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
3021 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
3022 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
3023 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
3024 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
3025 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
3026 * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
3027 * platform/qt-5.0-wk2/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
3028 * platform/qt-5.0-wk2/fast/repaint/line-overflow-expected.png: Added.
3029 * platform/qt-5.0-wk2/fast/repaint/lines-with-layout-delta-expected.png: Added.
3030 * platform/qt-5.0-wk2/fast/repaint/list-marker-2-expected.png: Added.
3031 * platform/qt-5.0-wk2/fast/repaint/make-children-non-inline-expected.png: Added.
3032 * platform/qt-5.0-wk2/fast/repaint/multicol-repaint-expected.png: Added.
3033 * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png:
3034 * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png:
3035 * platform/qt-5.0-wk2/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
3036 * platform/qt-5.0-wk2/fast/repaint/outline-child-repaint-expected.png: Added.
3037 * platform/qt-5.0-wk2/fast/repaint/outline-inset-expected.png: Added.
3038 * platform/qt-5.0-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
3039 * platform/qt-5.0-wk2/fast/repaint/outline-shrinking-expected.png: Added.
3040 * platform/qt-5.0-wk2/fast/repaint/overflow-delete-line-expected.png: Added.
3041 * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Added.
3042 * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added.
3043 * platform/qt-5.0-wk2/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
3044 * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
3045 * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-delete-expected.png: Added.
3046 * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png:
3047 * platform/qt-5.0-wk2/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
3048 * platform/qt-5.0-wk2/fast/repaint/positioned-document-element-expected.png: Added.
3049 * platform/qt-5.0-wk2/fast/repaint/reflection-redraw-expected.png: Added.
3050 * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
3051 * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
3052 * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
3053 * platform/qt-5.0-wk2/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
3054 * platform/qt-5.0-wk2/fast/repaint/repaint-during-scroll-expected.png: Added.
3055 * platform/qt-5.0-wk2/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
3056 * platform/qt-5.0-wk2/fast/repaint/repaint-resized-overflow-expected.png: Added.
3057 * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
3058 * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png:
3059 * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png:
3060 * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png:
3061 * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
3062 * platform/qt-5.0-wk2/fast/repaint/select-option-background-color-expected.png: Added.
3063 * platform/qt-5.0-wk2/fast/repaint/selected-replaced-expected.png: Added.
3064 * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
3065 * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
3066 * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
3067 * platform/qt-5.0-wk2/fast/repaint/selection-rl-expected.png: Added.
3068 * platform/qt-5.0-wk2/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
3069 * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-2-expected.png: Added.
3070 * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-3-expected.png: Added.
3071 * platform/qt-5.0-wk2/fast/repaint/subtree-root-clip-expected.png: Added.
3072 * platform/qt-5.0-wk2/fast/repaint/table-cell-collapsed-border-expected.png: Added.
3073 * platform/qt-5.0-wk2/fast/repaint/table-cell-move-expected.png: Added.
3074 * platform/qt-5.0-wk2/fast/repaint/table-col-background-expected.png: Added.
3075 * platform/qt-5.0-wk2/fast/repaint/table-collapsed-border-expected.png: Added.
3076 * platform/qt-5.0-wk2/fast/repaint/table-extra-bottom-grow-expected.png: Added.
3077 * platform/qt-5.0-wk2/fast/repaint/table-outer-border-expected.png: Added.
3078 * platform/qt-5.0-wk2/fast/repaint/table-section-overflow-expected.png: Added.
3079 * platform/qt-5.0-wk2/fast/repaint/table-section-repaint-expected.png: Added.
3080 * platform/qt-5.0-wk2/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
3081 * platform/qt-5.0-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
3082 * platform/qt-5.0-wk2/fast/repaint/text-in-relative-positioned-inline-expected.png: Added.
3083 * platform/qt-5.0-wk2/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Added.
3084 * platform/qt-5.0-wk2/fast/repaint/transform-absolute-child-expected.png: Added.
3085 * platform/qt-5.0-wk2/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
3086 * platform/qt-5.0-wk2/fast/repaint/transform-disable-layoutstate-expected.png: Added.
3087 * platform/qt-5.0-wk2/fast/repaint/transform-layout-repaint-expected.png: Added.
3088 * platform/qt-5.0-wk2/fast/repaint/transform-relative-position-expected.png: Added.
3089 * platform/qt-5.0-wk2/fast/repaint/transform-repaint-descendants-expected.png: Added.
3090 * platform/qt-5.0-wk2/fast/repaint/transform-replaced-shadows-expected.png:
3091 * platform/qt-5.0-wk2/fast/repaint/transform-translate-expected.png: Added.
3092 * platform/qt-5.0-wk2/fast/repaint/view-background-from-body-1-expected.png: Added.
3093 * platform/qt-5.0-wk2/fast/repaint/view-background-from-body-2-expected.png: Added.
3094 * platform/qt-5.0-wk2/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3095 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-69296-expected.png:
3096 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
3097 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
3098 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
3099 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
3100 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
3101 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
3102 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
3103 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
3104 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
3105 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
3106 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
3107 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
3108 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
3109 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
3110 * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
3111 * platform/qt-5.0-wk2/fast/table/simple_paint-expected.png: Added.
3112 * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
3113 * platform/qt-5.0-wk2/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
3114 * platform/qt-5.0-wk2/svg/as-background-image/animated-svg-as-background-expected.png: Added.
3115 * platform/qt-5.0-wk2/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
3116 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-expected.png: Added.
3117 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
3118 * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
3119 * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png:
3120 * platform/qt-5.0-wk2/svg/as-image/svg-image-change-content-size-expected.png: Added.
3121 * platform/qt-5.0-wk2/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
3122 * platform/qt-5.0-wk2/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
3123 * platform/qt-5.0-wk2/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
3124 * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-expected.png: Added.
3125 * platform/qt-5.0-wk2/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
3126 * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
3127 * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
3128 * platform/qt-5.0-wk2/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
3129 * platform/qt-5.0-wk2/svg/carto.net/window-expected.png: Added.
3130 * platform/qt-5.0-wk2/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
3131 * platform/qt-5.0-wk2/svg/custom/animate-path-discrete-expected.png: Added.
3132 * platform/qt-5.0-wk2/svg/custom/animate-path-morphing-expected.png: Added.
3133 * platform/qt-5.0-wk2/svg/custom/animate-target-id-changed-expected.png: Added.
3134 * platform/qt-5.0-wk2/svg/custom/animate-target-removed-from-document-expected.png: Added.
3135 * platform/qt-5.0-wk2/svg/custom/circle-move-invalidation-expected.png: Added.
3136 * platform/qt-5.0-wk2/svg/custom/clip-path-child-changes-expected.png: Added.
3137 * platform/qt-5.0-wk2/svg/custom/clip-path-href-changes-expected.png: Added.
3138 * platform/qt-5.0-wk2/svg/custom/clip-path-id-changes-expected.png: Added.
3139 * platform/qt-5.0-wk2/svg/custom/clip-path-units-changes-expected.png: Added.
3140 * platform/qt-5.0-wk2/svg/custom/deep-dynamic-updates-expected.png: Added.
3141 * platform/qt-5.0-wk2/svg/custom/fill-opacity-update-expected.png: Added.
3142 * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
3143 * platform/qt-5.0-wk2/svg/custom/gradient-add-stops-expected.png: Added.
3144 * platform/qt-5.0-wk2/svg/custom/gradient-stop-style-change-expected.png: Added.
3145 * platform/qt-5.0-wk2/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
3146 * platform/qt-5.0-wk2/svg/custom/hit-test-with-br-expected.png: Added.
3147 * platform/qt-5.0-wk2/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
3148 * platform/qt-5.0-wk2/svg/custom/js-late-clipPath-creation-expected.png: Added.
3149 * platform/qt-5.0-wk2/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
3150 * platform/qt-5.0-wk2/svg/custom/js-late-gradient-creation-expected.png: Added.
3151 * platform/qt-5.0-wk2/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
3152 * platform/qt-5.0-wk2/svg/custom/js-late-marker-creation-expected.png: Added.
3153 * platform/qt-5.0-wk2/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
3154 * platform/qt-5.0-wk2/svg/custom/js-late-mask-creation-expected.png: Added.
3155 * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png:
3156 * platform/qt-5.0-wk2/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
3157 * platform/qt-5.0-wk2/svg/custom/js-update-bounce-expected.png: Added.
3158 * platform/qt-5.0-wk2/svg/custom/js-update-container-expected.png: Added.
3159 * platform/qt-5.0-wk2/svg/custom/js-update-container2-expected.png: Added.
3160 * platform/qt-5.0-wk2/svg/custom/js-update-gradient-expected.png: Added.
3161 * platform/qt-5.0-wk2/svg/custom/js-update-image-expected.png:
3162 * platform/qt-5.0-wk2/svg/custom/js-update-path-changes-expected.png: Added.
3163 * platform/qt-5.0-wk2/svg/custom/js-update-path-removal-expected.png: Added.
3164 * platform/qt-5.0-wk2/svg/custom/js-update-pattern-child-expected.png: Added.
3165 * platform/qt-5.0-wk2/svg/custom/js-update-pattern-expected.png: Added.
3166 * platform/qt-5.0-wk2/svg/custom/js-update-polygon-changes-expected.png: Added.
3167 * platform/qt-5.0-wk2/svg/custom/js-update-polygon-removal-expected.png: Added.
3168 * platform/qt-5.0-wk2/svg/custom/js-update-stop-expected.png: Added.
3169 * platform/qt-5.0-wk2/svg/custom/js-update-stop-linked-gradient-expected.png: Added.
3170 * platform/qt-5.0-wk2/svg/custom/js-update-style-expected.png: Added.
3171 * platform/qt-5.0-wk2/svg/custom/js-update-transform-addition-expected.png: Added.
3172 * platform/qt-5.0-wk2/svg/custom/js-update-transform-changes-expected.png: Added.
3173 * platform/qt-5.0-wk2/svg/custom/marker-child-changes-css-expected.png: Added.
3174 * platform/qt-5.0-wk2/svg/custom/marker-child-changes-expected.png: Added.
3175 * platform/qt-5.0-wk2/svg/custom/marker-strokeWidth-changes-expected.png: Added.
3176 * platform/qt-5.0-wk2/svg/custom/marker-viewBox-changes-expected.png: Added.
3177 * platform/qt-5.0-wk2/svg/custom/mask-child-changes-expected.png: Added.
3178 * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png:
3179 * platform/qt-5.0-wk2/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
3180 * platform/qt-5.0-wk2/svg/custom/pending-resource-after-removal-expected.png: Added.
3181 * platform/qt-5.0-wk2/svg/custom/prevent-default-expected.png: Added.
3182 * platform/qt-5.0-wk2/svg/custom/relative-sized-content-expected.png: Added.
3183 * platform/qt-5.0-wk2/svg/custom/relative-sized-content-with-resources-expected.png: Added.
3184 * platform/qt-5.0-wk2/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Added.
3185 * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png:
3186 * platform/qt-5.0-wk2/svg/custom/relative-sized-inner-svg-expected.png: Added.
3187 * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-expected.png: Added.
3188 * platform/qt-5.0-wk2/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Added.
3189 * platform/qt-5.0-wk2/svg/custom/relative-sized-use-on-symbol-expected.png: Added.
3190 * platform/qt-5.0-wk2/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added.
3191 * platform/qt-5.0-wk2/svg/custom/repaint-moving-svg-and-div-expected.png: Added.
3192 * platform/qt-5.0-wk2/svg/custom/repaint-shadow-expected.png: Added.
3193 * platform/qt-5.0-wk2/svg/custom/repaint-stroke-width-changes-expected.png: Added.
3194 * platform/qt-5.0-wk2/svg/custom/resource-client-removal-expected.png: Added.
3195 * platform/qt-5.0-wk2/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
3196 * platform/qt-5.0-wk2/svg/custom/scroll-hit-test-expected.png: Added.
3197 * platform/qt-5.0-wk2/svg/custom/stroke-opacity-update-expected.png: Added.
3198 * platform/qt-5.0-wk2/svg/custom/svg-absolute-children-expected.png: Added.
3199 * platform/qt-5.0-wk2/svg/custom/text-dom-removal-expected.png: Added.
3200 * platform/qt-5.0-wk2/svg/custom/text-repaint-including-stroke-expected.png: Added.
3201 * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png: Added.
3202 * platform/qt-5.0-wk2/svg/custom/use-clipped-hit-expected.png: Added.
3203 * platform/qt-5.0-wk2/svg/custom/use-detach-expected.png: Added.
3204 * platform/qt-5.0-wk2/svg/custom/use-elementInstance-event-target-expected.png: Added.
3205 * platform/qt-5.0-wk2/svg/custom/use-elementInstance-methods-expected.png: Added.
3206 * platform/qt-5.0-wk2/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
3207 * platform/qt-5.0-wk2/svg/custom/use-event-handler-on-use-element-expected.png: Added.
3208 * platform/qt-5.0-wk2/svg/custom/use-inherit-style-expected.png: Added.
3209 * platform/qt-5.0-wk2/svg/custom/use-setAttribute-crash-expected.png: Added.
3210 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
3211 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
3212 * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
3213 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
3214 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
3215 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
3216 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
3217 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
3218 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
3219 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
3220 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3221 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3222 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
3223 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
3224 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
3225 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
3226 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
3227 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
3228 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
3229 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
3230 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
3231 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
3232 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
3233 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
3234 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
3235 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
3236 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
3237 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
3238 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
3239 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
3240 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
3241 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
3242 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
3243 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
3244 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
3245 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
3246 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
3247 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
3248 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
3249 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
3250 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3251 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3252 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3253 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3254 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3255 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
3256 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3257 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3258 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3259 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3260 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3261 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3262 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
3263 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3264 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
3265 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
3266 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
3267 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
3268 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
3269 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
3270 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
3271 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
3272 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
3273 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
3274 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
3275 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
3276 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
3277 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
3278 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
3279 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
3280 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
3281 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
3282 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
3283 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
3284 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
3285 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
3286 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
3287 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
3288 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
3289 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
3290 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
3291 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
3292 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
3293 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
3294 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
3295 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
3296 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
3297 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
3298 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
3299 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
3300 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
3301 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
3302 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
3303 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
3304 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
3305 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
3306 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
3307 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
3308 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
3309 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
3310 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
3311 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
3312 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
3313 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
3314 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
3315 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
3316 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
3317 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
3318 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
3319 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
3320 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
3321 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
3322 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
3323 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
3324 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
3325 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
3326 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
3327 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
3328 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
3329 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
3330 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
3331 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
3332 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
3333 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
3334 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
3335 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
3336 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
3337 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
3338 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
3339 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
3340 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
3341 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
3342 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
3343 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
3344 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
3345 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
3346 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
3347 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
3348 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
3349 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
3350 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3351 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3352 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3353 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3354 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3355 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3356 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
3357 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3358 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3359 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3360 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3361 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
3362 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
3363 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
3364 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
3365 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
3366 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
3367 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
3368 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
3369 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
3370 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
3371 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
3372 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
3373 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
3374 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
3375 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
3376 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
3377 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
3378 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
3379 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
3380 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
3381 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
3382 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
3383 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
3384 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
3385 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
3386 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
3387 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
3388 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
3389 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
3390 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
3391 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
3392 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
3393 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
3394 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
3395 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
3396 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
3397 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
3398 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
3399 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
3400 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
3401 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
3402 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
3403 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
3404 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
3405 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
3406 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
3407 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
3408 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
3409 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
3410 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
3411 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
3412 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
3413 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
3414 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
3415 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
3416 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
3417 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
3418 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
3419 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
3420 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
3421 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
3422 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
3423 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
3424 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
3425 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: