2013-07-11 Mario Sanchez Prada [GTK] Unreviewed gardening. Added crash expectations in debug builds after r152537 * platform/gtk/TestExpectations: Added two crashing tests. 2013-07-10 Sam Weinig Range.getClientRects() not working correctly for partially contained vertically styled text nodes https://bugs.webkit.org/show_bug.cgi?id=118447 Reviewed by David Hyatt. * fast/dom/Range/getClientRects-vertical-expected.txt: Added. * fast/dom/Range/getClientRects-vertical.html: Added. 2013-07-10 Eric Carlson [Mac] every enabled text track should be listed in the track menu https://bugs.webkit.org/show_bug.cgi?id=118477 Reviewed by Jer Noble. * media/trackmenu-test.js: Add some new utility functions. * media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt: Added. * media/video-controls-captions-trackmenu-includes-enabled-track.html: Added. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: 2013-07-10 Christophe Dumez Remove ElementTimeControl and expose SVGAnimationElement https://bugs.webkit.org/show_bug.cgi?id=118349 Reviewed by Rob Buis. Rebaseline several test cases now that SVGAnimationElement is exposed on the global Window object. * fast/js/global-constructors-attributes-expected.txt: * platform/efl/fast/js/global-constructors-attributes-expected.txt: * platform/gtk/fast/js/global-constructors-attributes-expected.txt: * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: * platform/qt/fast/js/global-constructors-attributes-expected.txt: * svg/custom/global-constructors-expected.txt: 2013-07-09 Roger Fong HTMLPluginElement's state should be Playing before firing mouse click event. https://bugs.webkit.org/show_bug.cgi?id=118398. Reviewed by Dean Jackson. * platform/mac-wk2/plugins/snapshotting/plugin-receives-click-event-expected.txt: Added. * plugins/snapshotting/plugin-receives-click-event.html: Added. 2013-07-10 Mario Sanchez Prada AX: Allow requesting the full plain text for an object with textUnderElement() https://bugs.webkit.org/show_bug.cgi?id=105214 Reviewed by Chris Fleizach. Removed tests that are not longer expected to fail. * platform/gtk/TestExpectations: Removed tests. 2013-07-10 Simon Pena [GTK] Unreviewed gardening. Update new baselines after r152494 and r152478 https://bugs.webkit.org/show_bug.cgi?id=118527 Unreviewed GTK gardening * platform/gtk/editing/deleting/delete-br-002-expected.txt: Updated after r152478. * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed to pick general one after r152494. * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Ditto. * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Ditto. * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Ditto. * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Updated after r152494. * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Updated after r152494. 2013-07-10 James Craig AX: AccessibilityNodeObject::supportsRequiredAttribute() should switch on CellRole https://bugs.webkit.org/show_bug.cgi?id=117817 Reviewed by Chris Fleizach. CellRole supports the required attribute now for accessibility, according to ARIA spec. * platform/mac/accessibility/table-attributes-expected.txt: * platform/mac/accessibility/table-cell-spans-expected.txt: * platform/mac/accessibility/table-cells-expected.txt: * platform/mac/accessibility/table-sections-expected.txt: 2013-07-10 Ádám Kallai [Qt] Unreviewed gardening. Remove platform specific expetations after r152494 because the generic is good for Qt. * platform/qt/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed after r152494. * platform/qt/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed after r152494. * platform/qt/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed after r152494. * platform/qt/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed after r152494. 2013-07-09 James Craig @readonly and @aria-readonly="false" are not exposed correctly to accessibility https://bugs.webkit.org/show_bug.cgi?id=118475 Reviewed by Chris Fleizach. Updated existing test to account for implicit and explicit @readonly/@aria-readonly mismatches. * accessibility/aria-readonly-expected.txt: * accessibility/aria-readonly.html: 2013-07-09 Mark Lam Fix 30% JSBench regression (caused by adding column numbers to stack traces). https://bugs.webkit.org/show_bug.cgi?id=118481. Reviewed by Mark Hahnenberg and Geoffrey Garen. The fix now computes line and column numbers more accurately. As a result, some of the test results need to be re-baselined. Among other fixes, one major source of difference is that the old code was incorrectly computing 0-based column numbers. This has now been fixed to be 1-based. Note: line numbers were always 1-based. Also added a new test: fast/js/line-column-numbers.html, which tests line and column numbers for source code in various configurations. * editing/execCommand/outdent-blockquote-test1-expected.txt: * editing/execCommand/outdent-blockquote-test2-expected.txt: * editing/execCommand/outdent-blockquote-test3-expected.txt: * editing/execCommand/outdent-blockquote-test4-expected.txt: * editing/pasteboard/copy-paste-float-expected.txt: * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: * editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: * fast/dom/Window/window-resize-contents-expected.txt: * fast/events/remove-target-with-shadow-in-drag-expected.txt: * fast/js/line-column-numbers-expected.txt: Added. * fast/js/line-column-numbers.html: Added. * fast/js/script-tests/line-column-numbers.js: Added. (try.doThrow4b): (doThrow5b.try.innerFunc): (doThrow5b): (doThrow6b.try.innerFunc): (doThrow6b): (catch): (try.doThrow11b): (try.doThrow14b): * fast/js/stack-trace-expected.txt: * inspector/console/console-url-line-column-expected.txt: 2013-07-09 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt-mac/TestExpectations: Skip failing test after r151546. 2013-07-09 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt-5.0-wk2/TestExpectations: Skip flaky svg tests. * platform/qt-mac/TestExpectations: Skip failing CSS Shape tests. 2013-07-09 Praveen R Jadhav Update Exception handling in WebAudio. https://bugs.webkit.org/show_bug.cgi?id=118405. Reviewed by Chris Rogers. New test cases to check exception handling in AnalyserNode and AudioBufferSourceNode. * webaudio/analyser-exception-expected.txt: Added. * webaudio/analyser-exception.html: Added. * webaudio/audiobuffersource-exception-expected.txt: Added. * webaudio/audiobuffersource-exception.html: Added. 2013-07-09 Zoltan Arvai [Qt] Unreviewed gardening. Rebaselining after r152479. * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: 2013-07-09 Ádám Kallai [Qt] Unreviewed gardening. * platform/qt/TestExpectations: Skip failing composting test after r152303. * platform/qt/editing/deleting/delete-br-002-expected.png: Update after r152478. * platform/qt/editing/deleting/delete-br-002-expected.txt: Update after r152478. 2013-07-08 Martin Robinson [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns} https://bugs.webkit.org/show_bug.cgi?id=103336 Reviewed by Tony Chang. Update tests to reflect the rename of -webkit-grid-{rows|columns} to -webkit-grid-definition-{rows|columns}. * fast/css-grid-layout: Mass search and replace for the new name. 2013-07-08 Enrica Casucci DeleteSelectionCommand does not handle correctly deletion with two consecutive BR element. https://bugs.webkit.org/show_bug.cgi?id=118457 Reviewed by Simon Fraser. * editing/deleting/delete-image-followed-by-two-br-expected.txt: Added. * editing/deleting/delete-image-followed-by-two-br.html: Added. * platform/mac/editing/deleting/delete-br-002-expected.txt: Rebased. 2013-07-08 Alexey Proskuryakov [Mac] Multiple compositing/patterns test fail https://bugs.webkit.org/show_bug.cgi?id=118490 * platform/mac/TestExpectations: The failures appear to be WK2 only in my testing, so moved the expectations to mac-wk2. * platform/mac-wk2/TestExpectations: Updated bug numbers. 2013-07-08 Radu Stavila NamedFlowCollection getters should return undefined when there's no NamedFlow https://bugs.webkit.org/show_bug.cgi?id=118463 Reviewed by Christophe Dumez. Added test that validates that NamedFlowCollection getters return undefined when no named flows exist. * fast/regions/webkit-named-flow-collection-undefined-expected.txt: Added. * fast/regions/webkit-named-flow-collection-undefined.html: Added. 2013-07-08 David Farler fast/repaint/fixed-right-in-page-scale.html also crashing on Mountain Lion. https://bugs.webkit.org/show_bug.cgi?id=118479 Moved expectation to higher-level mac and marked as [ Pass Crash ]. * platform/mac-lion/TestExpectations: * platform/mac/TestExpectations: 2013-07-08 David Farler Mark fast/text/international/synthesized-italic-vertical-latin.html as failing on Lion. https://bugs.webkit.org/show_bug.cgi?id=118480 Unreviewed TestExpectation change. * platform/mac-lion/TestExpectations: Mark fast/text/international/synthesized-italic-vertical-latin.html as Failure. 2013-07-08 David Farler Skip fast/repaint/fixed-right-in-page-scale.html on Lion. https://bugs.webkit.org/show_bug.cgi?id=118479 Unreviewed: test marked as crashing. * platform/mac-lion/TestExpectations: Skip fast/repaint/fixed-right-in-page-scale.html. 2013-07-08 Andreas Kling REGRESSION(r125294): A style rule with more than 8192 selectors can cause style corruption. Reviewed by Antti Koivisto. Added a test to document the new cap of 8192 selectors per CSS rule. * fast/css/rule-selector-overflow-expected.txt: Added. * fast/css/rule-selector-overflow.html: Added. 2013-07-08 Simon Pena [GTK] Unreviewed gardening. Update TestExpectations https://bugs.webkit.org/show_bug.cgi?id=118462 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Skip media/track/track-legacyapi-with-automatic-mode.html and mark media/media-element-play-after-eos.html as flaky. 2013-07-08 Krzysztof Czech Unreviewed EFL gardening. https://bugs.webkit.org/show_bug.cgi?id=118453 Added new baseline for EFL after r151841 * platform/efl/accessibility/aria-tab-role-on-buttons-expected.txt: Added. 2013-07-08 Kihong Kwon vibrate function have to return boolean value. https://bugs.webkit.org/show_bug.cgi?id=118288 Reviewed by Gyuyoung Kim. Update navigator-vibration.html to adjust latest spec. Add vibration/cancelVibration-during-pattern-vibrating.html to TestExpactations until Vibration API support visibilitychane event. * platform/efl/TestExpectations: * vibration/navigator-vibration-expected.txt: * vibration/navigator-vibration.html: 2013-07-06 Rob Buis createElement("image") creates an HTMLImageElement, although this hack should exist in parser only https://bugs.webkit.org/show_bug.cgi?id=88360 Reviewed by Sam Weinig. Update tests to reflect new behavior. This matches FireFox and Opera 12. * fast/canvas/webgl/context-lost.html: * fast/dom/prefixed-image-tag-expected.txt: * fast/dom/prefixed-image-tag.xhtml: * fast/dom/wrapper-classes-expected.txt: * fast/dom/wrapper-classes.html: * platform/mac/fast/dom/wrapper-classes-objc-expected.txt: * platform/mac/fast/dom/wrapper-classes-objc.html: 2013-07-05 Zalan Bujtas iframe constrained by max-width in full screen https://bugs.webkit.org/show_bug.cgi?id=118250 Reviewed by Antti Koivisto. Ensure that contents inside iframe can go full screen properly. Set max-width and max-height values to the default 'none', so that iframes are not constrained when entering full screen. * fullscreen/full-screen-iframe-with-max-width-height-expected.txt: Added. * fullscreen/full-screen-iframe-with-max-width-height.html: Added. 2013-07-05 Eric Carlson [Mac] .webkitClosedCaptionsVisible doesn't work with "Automatic" caption mode https://bugs.webkit.org/show_bug.cgi?id=118319 Reviewed by Jer Noble. * media/track/track-legacyapi-with-automatic-mode-expected.txt: Added. * media/track/track-legacyapi-with-automatic-mode.html: Added. 2013-07-05 Mario Sanchez Prada Unreviewed gardening. Updated TestExpectations file. Added accessibility/listitem-list.html to the list of expected failures, which will get fixed once bug 105214 is fixed. * platform/gtk/TestExpectations: Added new test. 2013-07-05 Simon Pena [GTK] Update TestExpectations with crashing and failing tests https://bugs.webkit.org/show_bug.cgi?id=118424 Unreviewed GTK gardening. Updated TestExpectations with tests crashing and failing. * platform/gtk/TestExpectations: 2013-07-05 Mihai Maerean [New multicol] Change test to follow the pattern of the other tests https://bugs.webkit.org/show_bug.cgi?id=117698 Reviewed by Andreas Kling. Test is a ref test against the old multicol code, like all the other tests in LayoutTests/fast/multicol/newmulticol/ This is a follow up of bug 116614, testing that flow threads don't end up being cloned in region based multi columns with columns:1 where the only child has column-span:all. * fast/multicol/newmulticol/direct-child-column-span-all-expected.html: Added. * fast/multicol/newmulticol/direct-child-column-span-all-expected.txt: Removed. * fast/multicol/newmulticol/direct-child-column-span-all.html: 2013-07-05 Denis Nomiyama [GTK] fast/text/font-kerning.html fails https://bugs.webkit.org/show_bug.cgi?id=76048 Reviewed by Martin Robinson. Added kerning to the list of features for hb_shade() according to FontDescription::kerning(). Removed font-kerning.html from gtk/TestExpectations, which was failing before this fix. * platform/gtk/TestExpectations: 2013-07-04 Christophe Dumez Have SVGTextContentElement inherit SVGGraphicsElement https://bugs.webkit.org/show_bug.cgi?id=118351 Reviewed by Dirk Schulze. Fix conversion to absolute (user agent) coordinates in the svg/text tests to use SVGGraphicsElement::getScreenCTM() instead of SVGGraphicsElement::getTransformToElement(). The previous code was working until now due to a bug in getTransformToElement(), which was not taking into consideration the CTM of the SVGTextElement (as it was not recognized as a "locatable" element). Now that SVGTextElement inherits from SVGGraphicsElement, it is properly recognized as a "locatable" element by getTransformToElement(). * svg/text/resources/SelectionTestCase.js: (toAbsoluteCoordinates): * svg/text/selection-doubleclick.svg: 2013-07-04 KyungTae Kim [EFL] Gardening. Unskip tests related with editing https://bugs.webkit.org/show_bug.cgi?id=118379 Unreviewed gardening. * platform/efl-wk2/TestExpectations: Unskip editing/selection/doubleclick-beside-cr-span.html and editing/selection/doubleclick-whitespace.html, which are passed after r150289 * platform/efl/editing/style/5065910-expected.txt: Removed (wrong expected result). * platform/efl/editing/style/5065910-expected.png: Removed (wrong expected result). 2013-07-04 Balazs Kelemen [GStreamer] support preload="metadata" https://bugs.webkit.org/show_bug.cgi?id=116817 Reviewed by Eric Carlson. * media/video-load-preload-metadata.html: Added. 2013-07-03 Chris Fleizach AX: Items the img aria role aren't inserting an object replacement character https://bugs.webkit.org/show_bug.cgi?id=118259 Reviewed by Reviewed by Tim Horton. * accessibility/non-native-image-crash-expected.txt: * platform/mac/accessibility/aria-image-emits-object-replacement-expected.txt: Added. * platform/mac/accessibility/aria-image-emits-object-replacement.html: Added. * platform/mac/accessibility/img-fallsback-to-title-expected.txt: Update expected tests where role="img" now emits replacement character. 2013-07-03 Simon Pena WebTextCheckerClient doesn't initialize output arguments. https://bugs.webkit.org/show_bug.cgi?id=83683 Reviewed by Martin Robinson. Unskip editing/pasteboard/pasting-empty-html-falls-back-to-text.html, which no longer crashes after the fix. * platform/gtk-wk2/TestExpectations: 2013-07-03 Gabor Abraham [Qt] Unreviewed gardening. Skipping test to paint the debug bot green. * platform/qt/TestExpectations: 2013-07-02 Commit Queue Unreviewed, rolling out r152318. http://trac.webkit.org/changeset/152318 https://bugs.webkit.org/show_bug.cgi?id=118333 This patch broke media/track/track-automatic-subtitles.html on Mac (Requested by dfarler on #webkit). * media/track/track-legacyapi-with-automatic-mode-expected.txt: Removed. * media/track/track-legacyapi-with-automatic-mode.html: Removed. 2013-07-02 Ruth Fong Change event should not be dispatched by clicking a scrollbar of select listbox https://bugs.webkit.org/show_bug.cgi?id=118019 Reviewed by Dean Jackson. Merge the following: http://src.chromium.org/viewvc/blink?view=revision&revision=151689 https://chromium.googlesource.com/chromium/blink/+/492549b0fcaa58a85aa0797446b62985a263704f * fast/forms/select/listbox-click-on-scrollbar-expected.txt: Added. * fast/forms/select/listbox-click-on-scrollbar.html: Added. Tests that an onChange() event is not fired when the scrollbar of a element's text is clipped when a height is specified along with CSS line-height. https://bugs.webkit.org/show_bug.cgi?id=114862 Reviewed by Gyuyoung Kim. Rebaselined the test case fast/forms/001.html. * platform/efl/fast/forms/001-expected.png: * platform/efl/fast/forms/001-expected.txt: 2013-06-03 Charles Wei Webkit crashes while loading content from Application Cache. https://bugs.webkit.org/show_bug.cgi?id=116814 Reviewed by Darin Adler. * http/tests/appcache/main-resource-fallback-for-network-error-crash-expected.txt: Added. * http/tests/appcache/main-resource-fallback-for-network-error-crash.html: Added. * http/tests/appcache/resources/main-resource-fallback-for-network-error-crash.manifest: Added. * http/tests/appcache/resources/success-and-notify-done.html: Added. 2013-06-03 Christophe Dumez Unreviewed EFL gardening. Rebaseline 2 printing test cases on EFL port. * platform/efl/printing/compositing-layer-printing-expected.png: * platform/efl/printing/compositing-layer-printing-expected.txt: * platform/efl/printing/page-rule-in-media-query-expected.png: * platform/efl/printing/page-rule-in-media-query-expected.txt: 2013-06-03 Christophe Dumez Unreviewed EFL gardening. Skip 2 webaudio tests that are failing due to the onended event not getting fired. * platform/efl/TestExpectations: 2013-06-03 Christophe Dumez Unreviewed EFL gardening. Rebaseline several test cases on EFL. * platform/efl-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Added. * platform/efl-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added. * platform/efl-wk2/fast/dynamic/002-expected.txt: * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png: * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: * platform/efl/fast/dynamic/002-expected.png: * platform/efl/fast/table/007-expected.png: * platform/efl/fast/table/007-expected.txt: * platform/efl/fast/table/colspanMinWidth-expected.png: * platform/efl/fast/table/colspanMinWidth-expected.txt: * platform/efl/fast/table/spanOverlapRepaint-expected.png: * platform/efl/fast/table/spanOverlapRepaint-expected.txt: 2013-06-03 Christophe Dumez Unreviewed EFL gardening. Rebaseline several mozilla tables layout tests for EFL port. * platform/efl/tables/mozilla/bugs/bug13169-expected.png: * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png: * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png: * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug17138-expected.png: * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: * platform/efl/tables/mozilla/bugs/bug17548-expected.png: * platform/efl/tables/mozilla/bugs/bug17548-expected.txt: * platform/efl/tables/mozilla/bugs/bug220536-expected.png: * platform/efl/tables/mozilla/bugs/bug220536-expected.txt: * platform/efl/tables/mozilla/bugs/bug6304-expected.png: * platform/efl/tables/mozilla/bugs/bug6304-expected.txt: * platform/efl/tables/mozilla/bugs/bug73321-expected.png: * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: * platform/efl/tables/mozilla/bugs/bug7714-expected.txt: * platform/efl/tables/mozilla/bugs/bug8858-expected.png: * platform/efl/tables/mozilla/bugs/bug8858-expected.txt: * platform/efl/tables/mozilla/core/bloomberg-expected.png: * platform/efl/tables/mozilla/core/bloomberg-expected.txt: * platform/efl/tables/mozilla/core/cell_heights-expected.png: * platform/efl/tables/mozilla/core/cell_heights-expected.txt: * platform/efl/tables/mozilla/other/test6-expected.png: * platform/efl/tables/mozilla/other/test6-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: 2013-06-02 Gyuyoung Kim Unreviewed EFL Gardening. * platform/efl-wk2/TestExpectations: Unskipping some of webgl passing tests. 2013-06-02 Brady Eidson Going "back" to a cached page from a page with a main resource error breaks scrolling, amongst other issues. and https://bugs.webkit.org/show_bug.cgi?id=117112 Reviewed by Alexey Proskuryakov. * http/tests/loading/resources/resource-that-goes-back-while-still-loading.php: Added. * http/tests/loading/unfinished-load-back-to-cached-page-callbacks-expected.txt: Added. * http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html: Added. 2013-06-02 Alexey Proskuryakov The empty directory did not get deleted by commit queue, deleting manually. * xmlviewer: Removed. * xmlviewer/resources: Removed. 2013-06-02 Alexey Proskuryakov Unstyled XML viewer crashes when XML contains an element with id="tree" https://bugs.webkit.org/show_bug.cgi?id=117117 Reviewed by Darin Adler. * http/tests/xmlviewer/dumpAsText/existing-tree-element-crash-expected.txt: Added. * http/tests/xmlviewer/dumpAsText/existing-tree-element-crash.xml: Added. * xmlviewer: Removed. * xmlviewer/extensions-api-expected.txt: Removed. * xmlviewer/extensions-api.html: Removed. * xmlviewer/resources: Removed. * xmlviewer/resources/sample.xml: Removed. The "API" no longer exists. 2013-06-01 Chris Fleizach WebKit ignores aria-hidden when traversing nodes for name calculation https://bugs.webkit.org/show_bug.cgi?id=117101 Reviewed by Tim Horton. * accessibility/text-role-with-aria-hidden-inside-expected.txt: Added. * accessibility/text-role-with-aria-hidden-inside.html: Added. 2013-05-31 Gyuyoung Kim Unreviewed, EFL gardening. Remove passed accessibility test from EFL WK1. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-05-31 Jer Noble Unreviewed gardening. Update test-expectations after r151000. * fast/js/date-DST-time-cusps-expected.txt: 2013-05-31 Eugene Klyuchnikov [Qt][WK2] Newly added editing/selection/caret-after-keypress.html crashing https://bugs.webkit.org/show_bug.cgi?id=117070 Unreviewed test expectations update. WebKitTestRunner needs a more-complete implementation of eventSender. Until then caret-after-keypress test is disabled See https://bugs.webkit.org/show_bug.cgi?id=42194 * platform/qt-5.0-wk2/TestExpectations: 2013-05-31 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt-5.0-wk1/TestExpectations: Skip flaky test. * platform/qt-5.0-wk2/TestExpectations: Skip crashing test. * platform/qt/fast/js/date-DST-time-cusps-expected.txt: Rebaselining after r151000. 2013-05-31 Praveen R Jadhav [EFL] Update EFL TextExpectation for WebAudio cases. https://bugs.webkit.org/show_bug.cgi?id=117061. Unreviewed EFL Gardening. WebAudio test cases delaynode-max-nondefault-delay.html, delaynode-scheduling.html and javascriptaudionode.html pass with latest updates in efl port. Updating TestExpectation accordingly. * platform/efl/TestExpectations: 2013-05-30 Noel Gordon [Mac] Should pass http/tests/images/png-partial-load-no-alpha.html https://bugs.webkit.org/show_bug.cgi?id=97170 Unreviewed test expectations update. * platform/mac/TestExpectations: Passing after r150340: remove the Mac-specfic [ImageOnlyFailure] for this test. 2013-05-30 Eugene Klyuchnikov selectionStart/selectionEnd return "obsolete" values when requested during "input" event https://bugs.webkit.org/show_bug.cgi?id=110742 Reviewed by Ryosuke Niwa. Test that cursor is up-to-date during "input" event. * editing/selection/caret-after-keypress-expected.txt: Added. * editing/selection/caret-after-keypress.html: Added. * platform/mac-wk2/TestExpectations: Exclude new test. 2013-05-30 Gyuyoung Kim Unreviewed, EFL gardening. Some of tests in printing are passing on EFL WK2. But, they are still failing on EFL WK1. * platform/efl/TestExpectations: 2013-05-28 Gavin Barraclough fast/js/date-DST-time-cusps.html fails after http://trac.webkit.org/changeset/150833 https://bugs.webkit.org/show_bug.cgi?id=116895 Safari incorrectly handles times that shouldn't exist https://bugs.webkit.org/show_bug.cgi?id=11157 Reviewed by Alexey Proskuryakov. Accidental progression, updating results to expect success. * TestExpectations: - Remove expectations of failure. * fast/js/script-tests/date-DST-time-cusps.js: - Prefer the latter option for non-existent time (due to clock rolling forward). 2013-05-30 Tim Horton fast/dom/location-new-window-no-crash.html times out flakily on mac-wk2 https://bugs.webkit.org/show_bug.cgi?id=117037 Reviewed by Alexey Proskuryakov. Close the window on a zero-delay timer, working around a bug where WKTR will hang if a window is closed while a load is in progress. Doesn't affect the test in an important way. * fast/dom/script-tests/location-new-window-no-crash.js: 2013-05-30 Zan Dobersek Update XMLHttpRequest timeout tests to a newer version from W3C https://bugs.webkit.org/show_bug.cgi?id=117023 Reviewed by Alexey Proskuryakov. The XMLHttpRequest Timeout tests have gone through a bit of restructuring and should be updated. This is being primarily done because of the intention of updating the testharness scripts which would break these tests if they were left not updated. These tests were updated from the W3C web-platform-tests GitHub repository. https://github.com/w3c/web-platform-tests * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconworker.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.js: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides.html: Added. * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: (RequestTracker.prototype.startXHR): (AbortedRequest.prototype.startXHR.handleEvent): (runTestRequests): 2013-05-30 Sergio Villar Senin Allow no space between "background-position:" dimensions https://bugs.webkit.org/show_bug.cgi?id=116870 Reviewed by Darin Adler. From Blink r149314 by * fast/backgrounds/background-position-parsing-2-expected.txt: * fast/backgrounds/background-position-parsing-2.html: 2013-05-30 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt-5.0-wk1/TestExpectations: Skip new failures after r150868. * platform/qt-5.0-wk2/TestExpectations: re-skip still failing tests after r150892. * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798. * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added. * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added. * platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added. * platform/qt/TestExpectations: Skip new failre after r150853. 2013-05-30 Zoltan Arvai [Qt][WK2] Unreviewed expected pixel result rebaselining after r150798. * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png: * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png: * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png: * platform/qt-5.0-wk2/compositing/overflow/nested-scrolling-expected.png: Added. * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added. * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.png: Added. * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png: * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png. * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png. * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png: * platform/qt-5.0-wk2/css1/basic/containment-expected.png: Added. * platform/qt-5.0-wk2/css1/basic/id_as_selector-expected.png: Added. * platform/qt-5.0-wk2/css1/basic/inheritance-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_bottom-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_bottom_width-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_left-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_left_width-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_right_inline-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_right_width-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_style-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_top-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_top_width-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/border_width-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/clear-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/clear_float-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/float_elements_in_series-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/float_margin-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/float_on_text_elements-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/height-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin_bottom-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin_inline-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin_left-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin_right-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/margin_top-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding_bottom-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding_inline-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding_left-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding_right-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/padding_top-expected.png: Added. * platform/qt-5.0-wk2/css1/box_properties/width-expected.png: Added. * platform/qt-5.0-wk2/css1/cascade/cascade_order-expected.png: Added. * platform/qt-5.0-wk2/css1/classification/display-expected.png: Added. * platform/qt-5.0-wk2/css1/classification/list_style_type-expected.png: Added. * platform/qt-5.0-wk2/css1/classification/white_space-expected.png: Added. * platform/qt-5.0-wk2/css1/color_and_background/background-expected.png: Added. * platform/qt-5.0-wk2/css1/color_and_background/background_attachment-expected.png: Added. * platform/qt-5.0-wk2/css1/color_and_background/background_position-expected.png: Added. * platform/qt-5.0-wk2/css1/color_and_background/background_repeat-expected.png: Added. * platform/qt-5.0-wk2/css1/conformance/forward_compatible_parsing-expected.png: Added. * platform/qt-5.0-wk2/css1/font_properties/font-expected.png: Added. * platform/qt-5.0-wk2/css1/font_properties/font_family-expected.png: Added. * platform/qt-5.0-wk2/css1/font_properties/font_size-expected.png: Added. * platform/qt-5.0-wk2/css1/font_properties/font_weight-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/floating_elements-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/height_of_lines-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/horizontal_formatting-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/inline_elements-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/replaced_elements-expected.png: Added. * platform/qt-5.0-wk2/css1/formatting_model/vertical_formatting-expected.png: Added. * platform/qt-5.0-wk2/css1/pseudo/anchor-expected.png: Added. * platform/qt-5.0-wk2/css1/pseudo/firstletter-expected.png: Added. * platform/qt-5.0-wk2/css1/pseudo/firstline-expected.png: Added. * platform/qt-5.0-wk2/css1/pseudo/multiple_pseudo_elements-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/letter_spacing-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/line_height-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/text_decoration-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/text_indent-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/text_transform-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/vertical_align-expected.png: Added. * platform/qt-5.0-wk2/css1/text_properties/word_spacing-expected.png: Added. * platform/qt-5.0-wk2/css1/units/color_units-expected.png: Added. * platform/qt-5.0-wk2/css1/units/length_units-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png. * platform/qt-5.0-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. * platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-02-c-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t1202-counters-08-b-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Added. * platform/qt-5.0-wk2/css2.1/t1508-c527-font-07-b-expected.png: Added. * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png: * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png: * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png: * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-001-expected.png: Added. * platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-002-expected.png: Added. * platform/qt-5.0-wk2/editing/inserting/insert-div-023-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/extend-by-character-004-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/focus_editable_html-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-all-001-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-all-002-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-all-003-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-all-004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png. * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png: * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png: * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png: * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png: * platform/qt-5.0-wk2/fast/backgrounds/background-inherit-color-bug-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/background-leakage-transforms-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added. * platform/qt-5.0-wk2/fast/block/basic/016-expected.png: Added. * platform/qt-5.0-wk2/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added. * platform/qt-5.0-wk2/fast/block/basic/truncation-rtl-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png. * platform/qt-5.0-wk2/fast/block/float/013-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png. * platform/qt-5.0-wk2/fast/block/float/021-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/025-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/027-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/032-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/033-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/block/float/035-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png. * platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/br-with-clear-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png. * platform/qt-5.0-wk2/fast/block/float/centered-float-avoidance-complexity-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/float-avoidance-expected.png: Added. * platform/qt-5.0-wk2/fast/block/float/nested-clearance-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/block/float/relative-painted-twice-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png. * platform/qt-5.0-wk2/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added. * platform/qt-5.0-wk2/fast/block/lineboxcontain/parsing-invalid-expected.png: Added. * platform/qt-5.0-wk2/fast/block/margin-collapse/103-expected.png: Added. * platform/qt-5.0-wk2/fast/block/margin-collapse/104-expected.png: Added. * platform/qt-5.0-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/047-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/051-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/055-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/auto/007-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/005-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/007-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/005-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/007-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/negative-rel-position-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png. * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-block-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-expected.png: Added. * platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-float-expected.png: Added. * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-expected.png: Added. * platform/qt-5.0-wk2/fast/body-propagation/overflow/001-xhtml-expected.png: Added. * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-declarative-expected.png: Added. * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-expected.png: Added. * platform/qt-5.0-wk2/fast/body-propagation/overflow/005-xhtml-expected.png: Added. * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png: * platform/qt-5.0-wk2/fast/borders/rtl-border-01-expected.png: Added. * platform/qt-5.0-wk2/fast/borders/rtl-border-02-expected.png: Added. * platform/qt-5.0-wk2/fast/borders/rtl-border-03-expected.png: Added. * platform/qt-5.0-wk2/fast/box-shadow/basic-shadows-expected.png: Added. * platform/qt-5.0-wk2/fast/box-sizing/box-sizing-expected.png: Added. * platform/qt-5.0-wk2/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/canvas/canvas-text-alignment-expected.png: Added. * platform/qt-5.0-wk2/fast/canvas/image-object-in-canvas-expected.png: Added. * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: * platform/qt-5.0-wk2/fast/css-generated-content/table-parts-before-and-after-expected.png: Added. * platform/qt-5.0-wk2/fast/css/005-expected.png: Added. * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: * platform/qt-5.0-wk2/fast/css/border-height-expected.png: Added. * platform/qt-5.0-wk2/fast/css/clip-text-in-scaled-div-expected.png: Added. * platform/qt-5.0-wk2/fast/css/color-correction-backgrounds-and-text-expected.png: Added. * platform/qt-5.0-wk2/fast/css/empty-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/first-child-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/first-of-type-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/font_property_normal-expected.png: Added. * platform/qt-5.0-wk2/fast/css/hsl-color-expected.png: Added. * platform/qt-5.0-wk2/fast/css/last-child-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/last-of-type-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/line-height-overflow-expected.png: Added. * platform/qt-5.0-wk2/fast/css/nested-floating-relative-position-percentages-expected.png: Added. * platform/qt-5.0-wk2/fast/css/only-child-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/only-of-type-pseudo-class-expected.png: Added. * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added. * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added. * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added. * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added. * platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added. * platform/qt-5.0-wk2/fast/css/shadow-multiple-expected.png: Added. * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added. * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added. * platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added. * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added. * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added. * platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added. * platform/qt-5.0-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added. * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png. * platform/qt-5.0-wk2/fast/dynamic/anchor-lock-expected.png: Added. * platform/qt-5.0-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added. * platform/qt-5.0-wk2/fast/encoding/utf-16-big-endian-expected.png: Added. * platform/qt-5.0-wk2/fast/encoding/utf-16-little-endian-expected.png: Added. * platform/qt-5.0-wk2/fast/events/pointer-events-2-expected.png: * platform/qt-5.0-wk2/fast/events/resize-events-expected.png: Added. * platform/qt-5.0-wk2/fast/flexbox/016-expected.png: Added. * platform/qt-5.0-wk2/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/button-default-title-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/button-table-styles-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/disabled-select-change-index-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/file/file-input-direction-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/form-hides-table-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-grid-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png: * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/iframe-scrolling-attribute-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: * platform/qt-5.0-wk2/fast/gradients/background-clipped-expected.png: * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: * platform/qt-5.0-wk2/fast/html/details-position-expected.png: Added. * platform/qt-5.0-wk2/fast/html/details-writing-mode-expected.png: Added. * platform/qt-5.0-wk2/fast/images/gif-large-checkerboard-expected.png: Added. * platform/qt-5.0-wk2/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-borders-with-bidi-override-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-continuation-borders-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/long-wrapped-line-expected.png: Added. * platform/qt-5.0-wk2/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png: * platform/qt-5.0-wk2/fast/line-grid/line-grid-inside-columns-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/001-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/001-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/008-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/008-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/li-br-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/lists/ol-start-parsing-expected.png: Added. * platform/qt-5.0-wk2/fast/lists/olstart-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/block-axis-horizontal-tb-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/client-rects-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/column-break-with-balancing-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/column-rules-stacking-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/columns-shorthand-parsing-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/float-multicol-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/float-paginate-complex-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/float-paginate-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/layers-in-multicol-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/layers-split-across-columns-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/paginate-block-replaced-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/pagination-h-horizontal-bt-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-h-horizontal-tb-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-h-vertical-lr-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-h-vertical-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-v-horizontal-bt-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-v-horizontal-tb-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-v-vertical-lr-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/fast/multicol/pagination-v-vertical-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png. * platform/qt-5.0-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/progression-reverse-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/table-vertical-align-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/006-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/overflow-auto-table-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/overflow-stacking-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/paged-x-on-root-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/paged-y-on-root-expected.png: Added. * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: * platform/qt-5.0-wk2/fast/reflections/reflection-direction-expected.png: Added. * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: * platform/qt-5.0-wk2/fast/regions/region-style-inline-background-color-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: * platform/qt-5.0-wk2/fast/repaint/float-new-in-block-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png: * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-body-appear-expected.png: * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: * platform/qt-5.0-wk2/fast/repaint/transform-absolute-in-positioned-container-expected.png: * platform/qt-5.0-wk2/fast/replaced/005-expected.png: Added. * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png: * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: * platform/qt-5.0-wk2/fast/selectors/166-expected.png: Added. * platform/qt-5.0-wk2/fast/table/023-expected.png: Added. * platform/qt-5.0-wk2/fast/table/027-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/034-expected.png: Added. * platform/qt-5.0-wk2/fast/table/038-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/040-expected.png: Added. * platform/qt-5.0-wk2/fast/table/040-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/border-collapsing/002-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/border-collapsing/004-expected.png: Added. * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/empty-cells-expected.png: Added. * platform/qt-5.0-wk2/fast/table/frame-and-rules-expected.png: Added. * platform/qt-5.0-wk2/fast/table/height-percent-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/fast/table/height-percent-test-vertical-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/table/overflowHidden-expected.png: Added. * platform/qt-5.0-wk2/fast/table/prepend-in-anonymous-table-expected.png: Added. * platform/qt-5.0-wk2/fast/table/table-display-types-vertical-expected.png: Added. * platform/qt-5.0-wk2/fast/table/wide-colspan-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png. * platform/qt-5.0-wk2/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/fast/text/backslash-to-yen-sign-euc-expected.png: Added. * platform/qt-5.0-wk2/fast/text/hyphenate-limit-lines-expected.png: Added. * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added. * platform/qt-5.0-wk2/fast/text/softHyphen-expected.png: Added. * platform/qt-5.0-wk2/fast/text/text-letter-spacing-expected.png: Added. * platform/qt-5.0-wk2/fast/text/wbr-expected.png: Added. * platform/qt-5.0-wk2/fast/text/word-break-expected.png: Added. * platform/qt-5.0-wk2/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added. * platform/qt-5.0-wk2/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Added. * platform/qt-5.0-wk2/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Added. * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-lr-expected.png: * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-rl-expected.png: Added. * platform/qt-5.0-wk2/fast/writing-mode/fieldsets-expected.png: Added. * platform/qt-5.0-wk2/fonts/cursive-expected.png: Added. * platform/qt-5.0-wk2/fonts/default-expected.png: Added. * platform/qt-5.0-wk2/fonts/fantasy-expected.png: Added. * platform/qt-5.0-wk2/fonts/monospace-expected.png: Added. * platform/qt-5.0-wk2/fonts/sans-serif-expected.png: Added. * platform/qt-5.0-wk2/fonts/serif-expected.png: Added. * platform/qt-5.0-wk2/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added. * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added. * platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added. * platform/qt-5.0-wk2/printing/return-from-printing-mode-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: * platform/qt-5.0-wk2/svg/as-image/image-preserveAspectRatio-all-expected.png: Added. * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png: * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/external-paintserver-reference-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png. * platform/qt-5.0-wk2/svg/custom/js-late-pattern-creation-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/junk-data-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/linking-base-external-reference-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png. * platform/qt-5.0-wk2/svg/custom/missing-xlink-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/object-sizing-no-width-height-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/path-bad-data-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/pattern-scaling-expected.png: Added. * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/qt-5.0-wk2/svg/custom/text-xy-updates-SVGList-expected.png: * platform/qt-5.0-wk2/svg/custom/use-font-face-crash-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added. * platform/qt-5.0-wk2/svg/dom/css-transforms-expected.png: Added. * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/qt-5.0-wk2/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/qt-5.0-wk2/svg/filters/feImage-multiple-targets-id-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png. * platform/qt-5.0-wk2/svg/hixie/error/012-expected.png: Added. * platform/qt-5.0-wk2/svg/in-html/circle-expected.png: Added. * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png. * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Added. * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Added. * platform/qt-5.0-wk2/svg/wicd/rightsizing-grid-expected.png: Added. * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png: * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image1-expected.png: Added. * platform/qt-5.0-wk2/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: * platform/qt-5.0-wk2/svg/zoom/page/zoom-hixie-mixed-008-expected.png: * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-float-border-padding-expected.png: * platform/qt-5.0-wk2/svg/zoom/text/zoom-svg-float-border-padding-expected.png: * platform/qt-5.0-wk2/tables/mozilla/bugs/bug101674-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10269-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug10296-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1055-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11944-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug120364-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12384-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1302-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug137388-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug16252-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug194024-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug22019-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug23151-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-4-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug29314-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2947-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug38916-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug3977-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43039-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug44505-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug50695-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug56405-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5797-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug5835-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug625-expected.png: * platform/qt-5.0-wk2/tables/mozilla/bugs/bug650-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug67915-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug73321-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug92143-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/bugs/bug96343-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png: * platform/qt-5.0-wk2/tables/mozilla/core/captions-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/cell_heights-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/col_span-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/nested1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/one_row-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png: * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png: * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_position-table-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_height-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_height-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/cell_widths-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/nestedTables-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/test3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/test6-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla/other/wa_table_tr_align-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug220653-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions3-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/columns-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/standards1-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added. * platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/test4-expected.png: Added. * platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png: 2013-05-30 Seokju Kwon [GTK] Cleanup TestExpectations https://bugs.webkit.org/show_bug.cgi?id=117005 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Get rid of duplicate entry line. 2013-05-29 Praveen R Jadhav ProgressEvent should not be cancelable https://bugs.webkit.org/show_bug.cgi?id=114444 Reviewed by Darin Adler. file-reader-event-listener.html, xmlhttprequest-get-expected.txt and infoOnProgressEvent-expected.txt are updated. * fast/files/file-reader-event-listener-expected.txt: * fast/files/file-reader-event-listener.html: * fast/xmlhttprequest/xmlhttprequest-get-expected.txt: * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: * platform/efl/TestExpectations: 2013-05-29 Dean Jackson -webkit-text-underline-position should not be inherited https://bugs.webkit.org/show_bug.cgi?id=116363 Reverting http://trac.webkit.org/changeset/150366 It was an incorrect fix referring to an old specification. * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt: * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js: 2013-05-29 Jer Noble [Mac] Scrubbing long movie files results in timeline snapping back to 0 during scrub. https://bugs.webkit.org/show_bug.cgi?id=116986 Reviewed by Eric Carlson. * media/video-seek-multiple-expected.txt: Added. * media/video-seek-multiple.html: Added. 2013-05-29 Jer Noble media/video-pause-immediately.html test failing on some platforms. https://bugs.webkit.org/show_bug.cgi?id=116985 video-pause-immediately.html will fail on some platforms if the