2013-05-21 Brent Fulgham [Windows] Unreviewed test expectation change - skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=116564 1. Skip a number of failing tests, and investigate the sources of the problems. Progress will be tracked on the above bug. 2. Correct a typo I made in r150382 3. Remove skip entries from https://webkit.org/b/113908; these were replaced with new tests added in https://webkit.org/b/113946. * platform/win/TestExpectations: 2013-05-21 Radu Stavila [CSSRegions] Remove percentages from offsetLeft/offsetTop tests to avoid sub-pixel errors https://bugs.webkit.org/show_bug.cgi?id=116544 Reviewed by Andreas Kling. * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: 2013-05-20 Jer Noble Implement overlap avoidance for cues with snap-to-lines flag not set https://bugs.webkit.org/show_bug.cgi?id=84296 Reviewed by Eric Carlson. * media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added. * media/track/track-cue-overlap-snap-to-lines-not-set.html: Added. 2013-05-21 Krzysztof Czech [GTK][WK2] accessibility/label-for-control-hittest.html is failing https://bugs.webkit.org/show_bug.cgi?id=106341 Reviewed by Martin Robinson. Fixing failing test. The reason of failure is missing possibility of getting accessibility object at exact position. * platform/gtk-wk2/TestExpectations: 2013-05-21 Krzysztof Czech [EFL] accessibility/accessibility-node-reparent.html is failing https://bugs.webkit.org/show_bug.cgi?id=112026 Unreviewed EFL gardening. accessibility/accessibility-node-reparent.html passes after r150431. * platform/efl-wk2/TestExpectations: 2013-05-21 Krzysztof Czech [EFL] accessibility/accessibility-node-memory-management.html is failing https://bugs.webkit.org/show_bug.cgi?id=112025 Unreviewed EFL gardening accessibility/accessibility-node-memory-management.html passes after r150431. * platform/efl-wk2/TestExpectations: 2013-05-21 Ryosuke Niwa [Mac] svg/batik/paints/patternRegions-positioned-objects.svg is flaky https://bugs.webkit.org/show_bug.cgi?id=116519 Add a flaky test expectation. * platform/mac/TestExpectations: 2013-05-20 Seokju Kwon Remove remaining link-prerender code https://bugs.webkit.org/show_bug.cgi?id=116429 Reviewed by Darin Adler. Remove test cases related to link-prerender. * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Removed. * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Removed. * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Removed. * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Removed. * fast/dom/HTMLLinkElement/resources/empty.html: Removed. * fast/dom/HTMLLinkElement/resources/empty2.html: Removed. * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Removed. * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wk2/TestExpectations: 2013-05-20 Gyuyoung Kim Unreviewed EFL gardening. Below tests don't come to crash anymore after r150368. But, pending-activity.html still comes to crash on wk2. storage/indexeddb/pending-activity.html storage/indexeddb/transaction-coordination-across-databases.html * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-05-20 Ryosuke Niwa Add tests for named access checks on DOMWindow https://bugs.webkit.org/show_bug.cgi?id=116512 Reviewed by Geoffrey Garen. Merge https://chromium.googlesource.com/chromium/blink/+/9207625a100abe9b72333ac5dba02b38ca5f4466 * http/tests/security/xss-DENIED-window-name-alert-expected.txt: Added. * http/tests/security/xss-DENIED-window-name-alert.html: Added. * http/tests/security/xss-DENIED-window-name-navigator-expected.txt: Added. * http/tests/security/xss-DENIED-window-name-navigator.html: Added. 2013-05-20 Ryosuke Niwa Null pointer deference in WebCore::AppendNodeCommand::create https://bugs.webkit.org/show_bug.cgi?id=116479 Reviewed by Andreas Kling. Add a regression test. * editing/deleting/delete-uneditable-style-expected.txt: Added. * editing/deleting/delete-uneditable-style.html: Added. 2013-05-20 Ryosuke Niwa REGRESSION(r150386): [WK2] loader/go-back-cached-main-resource.html fails https://bugs.webkit.org/show_bug.cgi?id=116491 Add a test expectation. * platform/wk2/TestExpectations: 2013-05-20 Simon Fraser position:sticky should stick for the enclosing overflow ancestor https://bugs.webkit.org/show_bug.cgi?id=100054 Reviewed by Beth Dakin. Reference test for sticky behavior inside overflow:. * fast/css/sticky/sticky-top-overflow-expected.html: Added. * fast/css/sticky/sticky-top-overflow.html: Added. 2013-05-20 Ryosuke Niwa Add a test that inserting a character inside a URL doesn't move caret per auto correction https://bugs.webkit.org/show_bug.cgi?id=116458 Reviewed by Darin Adler. Add a test. This is broken on Safari 6 but fixed on ToT. * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added. * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added. * platform/mac-wk2/TestExpectations: 2013-05-20 Manuel Rego Casasnovas [GTK][WK2] Unflag tests related to layoutTestController.setSmartInsertDeleteEnabled https://bugs.webkit.org/show_bug.cgi?id=116433 Unreviewed gardening. * platform/gtk-wk2/TestExpectations: Unflag tests as they are passing since r150289. 2013-05-20 Ryosuke Niwa [Mac] [WK2] storage/websql/open-database-creation-callback-isolated-world.html, statement-error-callback-isolated-world.html, and transaction-success-callback-isolated-world.html are flaky https://bugs.webkit.org/show_bug.cgi?id=116478 Add flaky test expectations. * platform/mac-wk2/TestExpectations: 2013-05-20 Ryosuke Niwa svg/batik/text/textEffect.svg is flaky on Mountain Lion builders https://bugs.webkit.org/show_bug.cgi?id=116477 Add a failing test expectation. * platform/mac/TestExpectations: 2013-05-20 Hans Muller [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values https://bugs.webkit.org/show_bug.cgi?id=116349 Reviewed by Alexandru Chiculita. Check that shape values specified with a URI are parsed correctly. * fast/exclusions/parsing-wrap-shape-inside-expected.txt: * fast/exclusions/parsing-wrap-shape-outside-expected.txt: * fast/exclusions/script-tests/parsing-wrap-shape-inside.js: * fast/exclusions/script-tests/parsing-wrap-shape-outside.js: 2013-05-20 Alex Christensen WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests. https://bugs.webkit.org/show_bug.cgi?id=116125 Reviewed by Tim Horton. * platform/wk2/TestExpectations: Unskipped working tests. 2013-05-20 Ryosuke Niwa Add a failing test expectation to editing/selection/user-drag-element-and-user-select-none.html after r150354. The failure is tracked by the bug 116473. * TestExpectations: 2013-05-20 Radu Stavila [CSSRegions] Fix offsetLeft / offsetTop for elements inside named flow https://bugs.webkit.org/show_bug.cgi?id=115899 Reviewed by David Hyatt. Added tests for the implementation of offsetLeft and offsetTop for objects inside named flows for which the offsetParent is the body. * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt: Added. * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: Added. * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed-expected.txt: Added. * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: Added. * fast/regions/offsetLeft-offsetTop-in-region-float-expected.txt: Added. * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl-expected.txt: Added. * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html: Added. * fast/regions/offsetLeft-offsetTop-in-region-float.html: Added. * fast/regions/offsetLeft-offsetTop-inlines-region-in-element-expected.txt: Added. * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html: Added. 2013-05-20 Brent Fulgham [Windows] Unreviewed TestExpectation cleanup. Reordered lines to match Mac version to make it easier to understand what features are uniquely missing in Windows port. * platform/win/TestExpectations: Reordering of lines, adds some bug ID's to existing skipped tests. 2013-05-20 Hans Muller [Qt] REGRESSION(r149457): some fast/exclusions tests are failing https://bugs.webkit.org/show_bug.cgi?id=115511 Reviewed by Andreas Kling. Unskipping the exclusions tests on Qt. They were fixed by https://bugs.webkit.org/show_bug.cgi?id=116115. * platform/qt/TestExpectations: 2013-05-20 Zoltan Horvath [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow https://bugs.webkit.org/show_bug.cgi?id=116252 Reviewed by David Hyatt. Regions should respect shape-inside properties which have specified top offset. Since the content which overflows from the shape should be pushed after the content box (for details check out r148975), I implemented overflowthe behavior for simple cases when you have only one region. I'm going to implement it for additional regions in a follow up patch. Tests: fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html: Added. * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html: Added. 2013-05-20 Seokju Kwon [GTK] Cleanup TestExpectations to pass --lint-test-files https://bugs.webkit.org/show_bug.cgi?id=116419 Unreviewed GTK gardening. Remove one of two http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html * platform/gtk/TestExpectations: 2013-05-20 Antoine Quint [Mac] captions menu should behave more like a menu https://bugs.webkit.org/show_bug.cgi?id=116436 Reviewed by Eric Carlson. New test that checks that the caption menu hides when clicking outside of the bounds of the media element. * media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt: Added. * media/video-controls-captions-trackmenu-hide-on-click-outside.html: Added. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: 2013-05-18 Rashmi Shyamasundar [Cairo] Canvas-shadow behavior is not being as expected https://bugs.webkit.org/show_bug.cgi?id=108897 Reviewed by Martin Robinson. Test to verify the shadow of an image drawn on canvas. This test uses an image whose size is smaller than, the size of the rectangle which should be filled with the image. * fast/canvas/canvas-image-shadow-expected.txt: Added. * fast/canvas/canvas-image-shadow.html: Added. * fast/canvas/script-tests/canvas-image-shadow.js: Added. (draw): 2013-05-20 Christophe Dumez [EFL] Reenabled INDEXED_DATABASE after r150344 https://bugs.webkit.org/show_bug.cgi?id=116430 Reviewed by Gyuyoung Kim. Unskip indexeddb layout tests for EFL port now that the functionality is reenabled at compile time. * platform/efl/TestExpectations: 2013-05-20 Lamarque V. Souza -webkit-text-underline-position should not be inherited https://bugs.webkit.org/show_bug.cgi?id=116363 Reviewed by Dean Jackson. Update expected results. * 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-20 Grzegorz Czajkowski Unreviewed EFL gardening. Adding failure expectations for spelling tests. * platform/efl-wk2/TestExpectations: 2013-05-20 Grzegorz Czajkowski Unreviewed EFL gardening. spelling-double-clicked-word.html passes after r150289. * platform/efl-wk2/TestExpectations: 2013-05-18 Simon Fraser svg/batik tests are flakey. webkit.org/b/116398 * platform/mac/TestExpectations: 2013-05-18 Christophe Dumez Unreviewed EFL build fix. Skip indexeddb test cases as the feature is temporarily disabled due to r150305. * platform/efl/TestExpectations: 2013-05-18 Ryosuke Niwa Mac rebaseline after r148944. * platform/mac/TestExpectations: * platform/mac/fast/table/giantRowspan-expected.txt: * platform/mac/fast/table/giantRowspan2-expected.png: * platform/mac/fast/table/giantRowspan2-expected.txt: * platform/mac/tables/mozilla/bugs/bug133756-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: * platform/mac/tables/mozilla/bugs/bug133756-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug220536-expected.png: * platform/mac/tables/mozilla/bugs/bug220536-expected.txt: * platform/mac/tables/mozilla/bugs/bug8858-expected.txt: * platform/mac/tables/mozilla/core/bloomberg-expected.png: * platform/mac/tables/mozilla/core/bloomberg-expected.txt: * platform/mac/tables/mozilla/core/row_span-expected.png: * platform/mac/tables/mozilla/core/row_span-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png: * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png: * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: 2013-05-18 Ryosuke Niwa REGRESSION: [Mac] fast/js/post-message-numeric-property.html is flaky https://bugs.webkit.org/show_bug.cgi?id=116388 Add a flaky test expectation. * platform/mac/TestExpectations: 2013-05-18 Ryosuke Niwa Mac Lion rebaselines after r149999 and r150260. * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: * platform/mac-lion/media/track: Added. * platform/mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added. 2013-05-17 Ryosuke Niwa One more Mac rebaseline. * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: 2013-05-16 Alexey Proskuryakov Text input is largely broken when there are subframes loading http://bugs.webkit.org/show_bug.cgi?id=59121 Reviewed by Darin Adler. The new test's result are affected by DRT and WTR deficiencies, but it still verifies that a tricky crash I had during development doesn't start to happen again. * platform/mac-wk2/TestExpectations: * platform/mac/editing/input/resources: Added. * platform/mac/editing/input/resources/first-page.html: Added. * platform/mac/editing/input/resources/other-page.html: Added. * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Added. * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html: Added. 2013-05-17 Ryosuke Niwa Mac rebaselines; also remove some entries. Seriously, I've had it enough. Why are people adding these entires never to rebaseline them later? * platform/mac/TestExpectations: * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.png: * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt: * platform/mac/fast/encoding/utf-16-big-endian-expected.png: * platform/mac/fast/encoding/utf-16-big-endian-expected.txt: * platform/mac/fast/encoding/utf-16-little-endian-expected.png: * platform/mac/fast/encoding/utf-16-little-endian-expected.txt: * platform/mac/fast/forms/input-value-expected.png: * platform/mac/fast/forms/input-value-expected.txt: * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png: * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt: * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: 2013-05-17 Joseph Pecoraro Web Inspector: SyntaxError evaluating "1+1; //@ sourceURL=test" in console https://bugs.webkit.org/show_bug.cgi?id=116292 Reviewed by Timothy Hatcher. * inspector/console/console-eval-comment-expected.txt: Added. * inspector/console/console-eval-comment.html: Added. 2013-05-17 Gustavo Noronha Silva Unreviewed. Skip webgl and transforms/3d tests again, until we find out why they do not run in the release bot. * platform/gtk/TestExpectations: 2013-05-17 Frédéric Wang Bad spacing inside MathML formulas when text-indent is specified https://bugs.webkit.org/show_bug.cgi?id=106600 Reviewed by Martin Robinson. New test to verify that the text-indent property is reset to 0 on the MathML root. * mathml/presentation/text-indent-expected.html: Added. * mathml/presentation/text-indent.html: Added. 2013-05-16 Jer Noble Some media/track tests fail or assert on Mac https://bugs.webkit.org/show_bug.cgi?id=97132 Reviewed by Simon Fraser. * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt: * media/track/track-cue-rendering-horizontal.html: * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: * media/track/track-cue-rendering-snap-to-lines-not-set.html: * media/track/track-cue-rendering-vertical.html: * platform/mac/TestExpectations: * platform/mac/media/track/track-cue-rendering-horizontal-expected.png: * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: * platform/mac/media/track/track-cue-rendering-vertical-expected.png: * platform/mac/media/track/track-cue-rendering-vertical-expected.txt: 2013-05-17 Joseph Pecoraro Web Inspector: Allow "//# sourceMappingURL" syntax alongside "//@" https://bugs.webkit.org/show_bug.cgi?id=116290 Reviewed by Timothy Hatcher. * http/tests/inspector/network/resources/source-map-test-style.css: * http/tests/inspector/stylesheet-source-mapping.html: * inspector/debugger/source-url-comment-expected.txt: * inspector/debugger/source-url-comment.html: 2013-05-17 Allan Sandfeld Jensen 2 math sputnik test fail on 32 bit https://bugs.webkit.org/show_bug.cgi?id=88519 Reviewed by Jocelyn Turcotte. Update the expected values to match recent changes in test262. The old tested values are considered outside the validation range. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html: * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html: 2013-05-17 Gabor Abraham [Qt] Unreviewed gardening. Added platform specific expected after r143389. * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.png: Added. * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added. * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added. * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added. * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added. * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added. 2013-05-17 Seokju Kwon [GTK] Rebaseline after r150169 https://bugs.webkit.org/show_bug.cgi?id=116256 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Renamed from fast/loader/willsendrequest-returns-null-for-memory-cache-load.html. 2013-05-17 Ryosuke Niwa media/video-seek-after-end.html is flaky https://bugs.webkit.org/show_bug.cgi?id=116293 Add a flaky test expectation on all platforms. * TestExpectations: 2013-05-16 Seokju Kwon [EFL] inspector-protocol/page/javascriptDialogEvents.html is failing https://bugs.webkit.org/show_bug.cgi?id=114781 Reviewed by Christophe Dumez. Unskip fast/loader/form-submission-after-beforeunload-cancel.html as well. * platform/efl-wk1/TestExpectations: 2013-05-16 Alexis Menard Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd https://bugs.webkit.org/show_bug.cgi?id=115656 Reviewed by Darin Adler. Added new tests to cover the bug. * transitions/transition-end-event-prefixed-03-expected.txt: Added. * transitions/transition-end-event-prefixed-03.html: Added. * transitions/transition-end-event-prefixed-02-expected.txt: Added. * transitions/transition-end-event-prefixed-02.html: Added. * transitions/transition-end-event-prefixed-01-expected.txt: Added. * transitions/transition-end-event-prefixed-01.html: Added. 2013-05-16 Ryosuke Niwa Add failing test expectations to http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html per bug 116259. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/qt/TestExpectations: 2013-05-16 Jaehun Lim Frame flattening prevents in from having scrollbars https://bugs.webkit.org/show_bug.cgi?id=115884 Reviewed by Antonio Gomes. Frame flattening should be applied when the frame owner is frame or iframe. But when the frame owner is object element, frame flattening prevents it from having scrollbars. In this situation, we can't scroll the html document in object element. This patch adds two helper functions to verify flattening conditions. * fast/frames/flattening/scrolling-in-object-expected.html: Added. * fast/frames/flattening/scrolling-in-object.html: Added. 2013-05-16 Lamarque V. Souza [WebSocket] Update pywebsocket to r760 https://bugs.webkit.org/show_bug.cgi?id=115863 Reviewed by Alexey Proskuryakov. Fix failing tests. * http/tests/websocket/tests/handler_map.txt: * http/tests/websocket/tests/hybi/echo-host_wsh.py: Copied from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py. (web_socket_do_extra_handshake): (web_socket_transfer_data): * http/tests/websocket/tests/hybi/echo-path_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py. (web_socket_do_extra_handshake): (web_socket_transfer_data): * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt: * http/tests/websocket/tests/hybi/url-no-trailing-slash.html: * http/tests/websocket/tests/hybi/url-with-credential-expected.txt: * http/tests/websocket/tests/hybi/url-with-credential.html: * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt: * http/tests/websocket/tests/hybi/url-with-empty-query.html: * http/tests/websocket/tests/hybi/url-with-query-expected.txt: * http/tests/websocket/tests/hybi/url-with-query.html: 2013-05-16 Simon Fraser Content disappears when scrolling http://www.childrenscancer.org/zach/ https://bugs.webkit.org/show_bug.cgi?id=116206 Reviewed by Darin Adler. Ref test for foreground layer removal. * compositing/repaint/foreground-layer-change-expected.html: Added. * compositing/repaint/foreground-layer-change.html: Added. 2013-05-16 Ryosuke Niwa REGRESSION: canvas/philip/tests/2d.text.draw.fontface.notinpage.html fails https://bugs.webkit.org/show_bug.cgi?id=116245 Add a passing/failing test expectation. * platform/mac/TestExpectations: 2013-05-16 Ryosuke Niwa [Mac] fast/events/mouse-cursor-image-set.html is flaky https://bugs.webkit.org/show_bug.cgi?id=116244 Add a flaky test expectation on Mac. * platform/mac/TestExpectations: 2013-05-16 Claudio Saavedra [CSS] CSS Variables are case-sensitive https://bugs.webkit.org/show_bug.cgi?id=116239 Reviewed by Ryosuke Niwa. * fast/css/variables/case-sensitive-expected.html: Renamed from fast/css/variables/case-insensitive-expected.html. * fast/css/variables/case-sensitive.html: Renamed from LayoutTests/fast/css/variables/case-insensitive.html. 2013-05-16 Gustavo Noronha Silva [GTK] Build Xvfb with jhbuild https://bugs.webkit.org/show_bug.cgi?id=115907 Reviewed by Martin Robinson. Unskip and create baselines for transforms/3d and some webgl tests. We can unskip more, but I prefer to only dip the toe in the waters first, to see how the bots react. * platform/gtk/TestExpectations: * platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt: Added. * platform/gtk/transforms/3d/general/perspective-units-expected.txt: Added. * platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added. * platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added. * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added. 2013-05-16 Ryosuke Niwa Add more Mac test expectations. * platform/mac/TestExpectations: 2013-05-16 Ryosuke Niwa Add a test expectation per bug 116238 and remove lines erroneously added in r150090. * platform/mac/TestExpectations: 2013-05-16 Ryosuke Niwa Mac rebaseline. The flakiness dashboard tells us that it started at r150101 but reverting the change locally didn't fix the problem as far as Beth and I checked. * platform/mac/platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Added. * platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added. 2013-05-16 Sergio Villar Senin Enable the CSSVariables setting in css-variable-definition.html test https://bugs.webkit.org/show_bug.cgi?id=116231 Reviewed by Andreas Kling. CSSVariablesEnabled setting must be set to true to allow CSSVariables at runtime. Modified also the indent size to 4 spaces. * css3/css-variable-definition-expected.html: * css3/css-variable-definition.html: 2013-05-15 Andy Estes Resources from non-HTTP schemes should not be cached indefinitely https://bugs.webkit.org/show_bug.cgi?id=113626 Reviewed by Ryosuke Niwa. Convert existing memory cache tests to HTTP tests. * fast/loader/resources/compass.jpg: Removed. * fast/loader/resources/image1.html: Removed. * fast/loader/resources/image2.html: Removed. * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Removed. * 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. * http/tests/cache/display-image-unset-allows-cached-image-load.html: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load.html. * http/tests/cache/resources/cached-image.html: Renamed from LayoutTests/fast/loader/resources/cached-image.html. * http/tests/cache/resources/image1.html: Added. * http/tests/cache/resources/image2.html: Added. * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added. * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html: Renamed from LayoutTests/fast/loader/willsendrequest-returns-null-for-memory-cache-load.html. 2013-05-15 Igor Oliveira Implement run-in remove child cases. https://bugs.webkit.org/show_bug.cgi?id=86520 Move runin to original position when sibling element is destroyed. Reviewed by David Hyatt. * fast/runin/runin-remove-child-simple-expected.txt: Added. * fast/runin/runin-remove-child-simple.html: Added. * fast/runin/runin-sibling-inline-expected.txt: Added. * fast/runin/runin-sibling-inline.html: Added. 2013-05-15 Dongseong Hwang Remove an overloaded strokeRect in https://bugs.webkit.org/show_bug.cgi?id=116017 Reviewed by Benjamin Poulain. canvas/philip/tests/2d.missingargs.html can cover fast/canvas/canvas-overloads-strokeRect.html, so this patch removed it. * fast/canvas/canvas-overloads-strokeRect-expected.txt: Removed. * fast/canvas/canvas-overloads-strokeRect.html: Removed. * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Removed. * fast/canvas/script-tests/canvas-strokeRect.js: 2013-05-15 Bruno de Oliveira Abinader [css3-text] text-decoration-line now accepts "blink" as valid value https://bugs.webkit.org/show_bug.cgi?id=116104 Reviewed by Andreas Kling. Updated layout test results to reflect changes in specification. * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: * fast/css3-text/css3-text-decoration/text-decoration-line.html: 2013-05-15 Peter Gal Allow http tests on Arch Linux https://bugs.webkit.org/show_bug.cgi?id=116155 Reviewed by Ryosuke Niwa. * http/conf/archlinux-httpd.conf: Added. 2013-05-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Removing two redundant flaky crasher expectations. Adjusting one expectation, assigning it a mock bug modifier so the TestExpectations linting passes. 2013-05-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Removing failure expectations for 7 CSS Regions and CSS Exclusions reftests. 2013-05-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845. 2013-05-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding faillure expectations for two reftests that started failing after r150025 and r150065. 2013-05-15 Radu Stavila [CSSRegions] Implement offsetParent for elements inside named flow https://bugs.webkit.org/show_bug.cgi?id=113276 Reviewed by Darin Adler. In the offsetParent algorithm, the nearest ancestor search skips from the topmost named flow elements directly to the body element. Added new test for offsetParent when body is flowed into a region. Updated existing offsetParent test. * fast/regions/offsetParent-body-in-flow-thread-expected.txt: Added. * fast/regions/offsetParent-body-in-flow-thread.html: Added. * fast/regions/offsetParent-in-flow-thread-expected.txt: * fast/regions/offsetParent-in-flow-thread.html: 2013-05-14 Hans Muller [CSS Exclusions] Some layout tests fail to account for inline pixel snapping https://bugs.webkit.org/show_bug.cgi?id=116115 Reviewed by Dirk Schulze. Adjust the expected locations of spans to account for the fact that inline layout snaps boxes' logical top and bottom to pixels, and the fact that line segment layout rounds the logical left and floors the logical right of segments. * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Use the quiet variable! * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt: * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html: 2013-05-14 Alexey Proskuryakov [Mac] Add tests for secure event input https://bugs.webkit.org/show_bug.cgi?id=116121 Reviewed by Mark Rowe. * editing/secure-input: Added. * editing/secure-input/password-input-changed-type-expected.txt: Added. * editing/secure-input/password-input-changed-type.html: Added. * editing/secure-input/password-input-focusing-expected.txt: Added. * editing/secure-input/password-input-focusing-to-different-frame-expected.txt: Added. * editing/secure-input/password-input-focusing-to-different-frame.html: Added. * editing/secure-input/password-input-focusing.html: Added. * editing/secure-input/removed-password-input-expected.txt: Added. * editing/secure-input/removed-password-input.html: Added. * editing/secure-input/reset-state-on-navigation-expected.txt: Added. * editing/secure-input/reset-state-on-navigation.html: Added. * editing/secure-input/resources: Added. * editing/secure-input/resources/reset-state-on-navigation-target.html: Added. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2013-05-14 David Hyatt REGRESSION (r147261): Many overlaid elements on united.com's account page https://bugs.webkit.org/show_bug.cgi?id=116107 Reviewed by Simon Fraser. * fast/flexbox/auto-height-with-flex-expected.html: Added. * fast/flexbox/auto-height-with-flex.html: Added. 2013-05-14 Bem Jones-Bey Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo https://bugs.webkit.org/show_bug.cgi?id=115566 Reviewed by David Hyatt. Cleaned up test from the fuzzer. Will only crash if run under a memory checking tool like ASAN. * fast/block/float/float-append-child-crash-expected.txt: Added. * fast/block/float/float-append-child-crash.html: Added. 2013-05-14 Commit Queue Unreviewed, rolling out r150023. http://trac.webkit.org/changeset/150023 https://bugs.webkit.org/show_bug.cgi?id=116120 Causes table layout issues (Bug 116118) and crashes on buildbot waterfall pages. (Requested by ddkilzer on #webkit). * fast/css/vertical-align-baseline-rowspan-007-expected.html: * fast/css/vertical-align-baseline-rowspan-007.htm: * fast/css/vertical-align-baseline-rowspan-008-expected.html: * fast/table/table-rowspan-height-distribution-in-rows.html: Removed. * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Removed. * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Removed. * platform/qt/tables/mozilla/bugs/bug17548-expected.png: * platform/qt/tables/mozilla/bugs/bug17548-expected.txt: * platform/qt/tables/mozilla/bugs/bug220536-expected.png: * platform/qt/tables/mozilla/bugs/bug220536-expected.txt: * platform/qt/tables/mozilla/bugs/bug7714-expected.png: * platform/qt/tables/mozilla/bugs/bug7714-expected.txt: * platform/qt/tables/mozilla/core/bloomberg-expected.png: * platform/qt/tables/mozilla/core/bloomberg-expected.txt: * platform/qt/tables/mozilla/other/test6-expected.png: * platform/qt/tables/mozilla/other/test6-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: * tables/mozilla/core/bloomberg-expected.txt: * tables/mozilla_expected_failures/bugs/bug23847-expected.txt: 2013-05-13 Ryosuke Niwa Removing Attr can delete a wrong Attribute in ElementData https://bugs.webkit.org/show_bug.cgi?id=116077 Reviewed by Benjamin Poulain. Add a regression test by importing https://chromium.googlesource.com/chromium/blink/+/e861452a292e185501e48940305947aa6a4e23c2 * fast/dom/adopt-attribute-crash-expected.txt: Added. * fast/dom/adopt-attribute-crash.svg: Added. 2013-05-14 Andrei Bucur Modify checkLayout to receive the log container as an optional parameter https://bugs.webkit.org/show_bug.cgi?id=112793 Reviewed by Darin Adler. Add a way to specify the container manually for checkLayout. This is helpful to measure regions for nested named flows (and probably other cases as well). * resources/check-layout.js: Added an optional parameter to window.checkLayout. 2013-04-30 Balazs Kelemen [GStreamer] cannot seek after video finished https://bugs.webkit.org/show_bug.cgi?id=114044 Reviewed by Philippe Normand. * media/video-seek-after-end-expected.txt: Added. * media/video-seek-after-end.html: Added. 2013-05-14 Zalan Bujtas Ellipsis text is placed to wrong position, when the truncated text is fully cut off in RTL direction. https://bugs.webkit.org/show_bug.cgi?id=115858 Reviewed by Darin Adler. * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html: Added. * fast/css/text-overflow-ellipsis-full-truncate-rtl.html: Added. 2013-05-14 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt/TestExpectations: Skip test using disabled feature. * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869. 2013-05-14 Jinwoo Song [EFL] Unreviewed EFL gardening https://bugs.webkit.org/show_bug.cgi?id=116090 Unreviewed EFL gardening. Rebaseline after r155023. * platform/efl/TestExpectations: * 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: * platform/efl/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug13169-expected.png: * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added. * 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.txt: Renamed from LayoutTests/platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt. * platform/efl/tables/mozilla/bugs/bug7714-expected.txt: * 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.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.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-05-14 Alex Christensen The tests marked with the comment "WebKitTestRunner needs to sanitize file urls in the output" run successfully with WebKitTestRunner. They should not be skipped. https://bugs.webkit.org/show_bug.cgi?id=116083 Reviewed by Darin Adler. * platform/wk2/TestExpectations: Unskip tests. 2013-05-13 Ryuan Choi Unreviewed EFL gardening. Unskip several tests which already passed and add png expected results. * platform/efl/TestExpectations: * platform/efl/editing/selection/doubleclick-crash-expected.png: Added. * platform/efl/editing/selection/select-missing-image-expected.png: Added. 2013-05-13 Allan Sandfeld Jensen compositing/transitions/transform-on-large-layer.html is flaky https://bugs.webkit.org/show_bug.cgi?id=110099 Reviewed by Darin Adler. Only set the timeout for test end after the resize event has been received. This helps slow test bots, and also makes it easier to tell rendering failures from failures to send resize event. * compositing/transitions/transform-on-large-layer.html: 2013-05-13 Alex Christensen Added testRunner.setPrinting. https://bugs.webkit.org/show_bug.cgi?id=42693 rdar://problem/8213845 Reviewed by Darin Adler. * platform/wk2/TestExpectations: Unskipped printing tests. 2013-05-13 Christophe Dumez Rename BarInfo to BarProp and remove [NoInterfaceObject] https://bugs.webkit.org/show_bug.cgi?id=116027 Reviewed by Andreas Kling. Rebaseline fast/js/global-constructors-attributes.html now that there is a new 'BarProp' global constructor. Rebaseline a few other tests now that BarInfo was renamed to BarProp. * fast/dom/Window/window-lookup-precedence-expected.txt: * fast/js/global-constructors-attributes-expected.txt: * fast/loader/window-properties-restored-from-page-cache-expected.txt: * http/tests/security/cross-frame-access-put-expected.txt: * platform/efl/fast/js/global-constructors-attributes-expected.txt: * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/gtk/fast/js/global-constructors-attributes-expected.txt: * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/qt/fast/js/global-constructors-attributes-expected.txt: 2013-05-13 Dean Jackson toDataURL can return an empty image in some cases https://bugs.webkit.org/show_bug.cgi?id=115981 Reviewed by Darin Adler. Make sure that a canvas with content is not the same as one without content. * fast/canvas/toDataURL-not-empty-expected.txt: Added. * fast/canvas/toDataURL-not-empty.html: Added. 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Mark fast/table/crash-split-table-section-no-cell-recalc.html as crashing on EFL port. * platform/efl/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Unskip several tests that stopped crashing after r150030. * platform/efl-wk2/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Mark fast/css/variables/var-inside-shape.html as failing on EFL after r150025. * platform/efl/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Mark fast/animation/request-animation-frame-too-rapid.html as failing on EFL WK2 due to r150015. * platform/efl-wk2/TestExpectations: 2013-05-13 Hans Muller [CSS Exclusions] Simple shape-outside tests fail when subpixel layout is disabled https://bugs.webkit.org/show_bug.cgi?id=115767 Reviewed by Dirk Schulze. The overall goal of this change was to restore the (last) four excluded exclusions ref-tests by making them work correctly when subpixel layout is disabled. All of the tests were substantially simplified, as was the supporting javascript code. The original shape-outside-floats-simple-rounded-rectangle test was replaced by three separate tests because the original was bigger then then the 800x600 limit and because it unncessarily combined three indepedent test cases. * fast/exclusions/resources/rounded-rectangle.js: (ellipseXIntercept): Return the 1st quadrant X intercept for an ellipse given a first quadrant Y intercept. (scanConvertRoundedRectangleOutside): Return the line segment intervals that overlap a rounded rectangle. (genLeftRightRoundedRectFloatShapeOutsideRefTest): Insert a stack of float divs that match the left or right edge of a rounded rectangle. * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001-expected.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002-expected.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003-expected.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html: Added. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Removed. * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Removed. * platform/mac/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed, rolling out r150022. http://trac.webkit.org/changeset/150022 https://bugs.webkit.org/show_bug.cgi?id=114044 Causes assertions in media tests * media/video-seek-after-end-expected.txt: Removed. * media/video-seek-after-end.html: Removed. 2013-05-13 Bem Jones-Bey Fix the float logic to not return an anonymous block ancestor https://bugs.webkit.org/show_bug.cgi?id=115925 Reviewed by David Hyatt. Cleaned up fuzzer test. Note that this will only crash when run under a memory checker like ASAN. * fast/block/float/float-not-removed-crash2-expected.txt: Added. * fast/block/float/float-not-removed-crash2.html: Added. 2013-05-13 Zoltan Horvath [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings https://bugs.webkit.org/show_bug.cgi?id=115456 Reviewed by David Hyatt. I refactored the computation logic of shape-inside on regions by removing access to RenderFlowThread from ExclusionShapeInfo's logicalTopOffset function, this means all the logic is now existing in RenderBlockLineLayout.cpp. By modifying the logicalTopOffset it turned out that the borders and padding hadn't worked correctly, since borders and paddings were counted twice in the shape-inside's computation. This patch adds the necessary 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 the layoutRunsAndFloatsInRange function. * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Modify to not use shape-inside for testing. * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Fix the shape-inside's dimension. * fast/regions/shape-inside/shape-inside-on-first-region-block-content-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html: Added. * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html: Added. * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Match the shape-inside height to the container's height. * fast/regions/shape-inside/shape-inside-on-regions-inline-content-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-regions.html: Match the shape-inside height to the container's height. * fast/regions/shape-inside/shape-inside-on-second-region-block-content-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html: Added. * fast/regions/shape-inside/shape-inside-on-second-region-inline-content-expected.html: Added. * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html: Added. * fast/regions/shape-inside/shape-inside-with-region-borders-expected.html: Added. * fast/regions/shape-inside/shape-inside-with-region-borders.html: Added. * fast/regions/shape-inside/shape-inside-with-region-padding-expected.html: Added. * fast/regions/shape-inside/shape-inside-with-region-padding.html: Added. 2013-05-13 Bear Travis [css exclusions] Enable CSS Exclusions by default when CSS_EXCLUSIONS is set https://bugs.webkit.org/show_bug.cgi?id=115919 Reviewed by Dean Jackson. Adding a test to make sure CSS Exclusions can be enabled, and are enabled by default. * fast/exclusions/css-exclusions-enabled-expected.txt: Added. * fast/exclusions/css-exclusions-enabled.html: Added. 2013-05-13 Suchit Agrawal Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows https://bugs.webkit.org/show_bug.cgi?id=52185 Reviewed by David Hyatt. Test case updated. * fast/css/vertical-align-baseline-rowspan-007.htm: Reference Test cases updated. * fast/css/vertical-align-baseline-rowspan-007-expected.html: * fast/css/vertical-align-baseline-rowspan-008-expected.html: Added test cases based on changes in the code and different scenarios for rowspan height distribution in rows. * fast/table/table-rowspan-height-distribution-in-rows.html: Added. * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Added. * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added. Test cases need to rebaseline in qt, efl, gtk and mac platforms. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: Test case results are updated in qt platform. * platform/qt/tables/mozilla/bugs/bug17548-expected.png: * platform/qt/tables/mozilla/bugs/bug17548-expected.txt: * platform/qt/tables/mozilla/bugs/bug220536-expected.png: * platform/qt/tables/mozilla/bugs/bug220536-expected.txt: * platform/qt/tables/mozilla/bugs/bug7714-expected.png: * platform/qt/tables/mozilla/bugs/bug7714-expected.txt: * platform/qt/tables/mozilla/core/bloomberg-expected.png: * platform/qt/tables/mozilla/core/bloomberg-expected.txt: * platform/qt/tables/mozilla/other/test6-expected.png: * platform/qt/tables/mozilla/other/test6-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: * tables/mozilla/core/bloomberg-expected.txt: * tables/mozilla_expected_failures/bugs/bug23847-expected.txt: 2013-04-30 Balazs Kelemen [GStreamer] cannot seek after video finished https://bugs.webkit.org/show_bug.cgi?id=114044 Reviewed by Philippe Normand. * media/video-seek-after-end-expected.txt: Added. * media/video-seek-after-end.html: Added. 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Mark several test cases as crashing on EFL port. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Mark 2 ref tests as failing on EFL port. * platform/efl/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Skip 2 HTTP tests that time out of EFL port. * platform/efl/TestExpectations: 2013-05-13 Christophe Dumez Unreviewed EFL gardening. Provide EFL baselines for several compositing test cases. * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added. * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added. * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added. * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added. 2013-05-13 Zalan Bujtas WebProcess consuming very high CPU on linkedin.com https://bugs.webkit.org/show_bug.cgi?id=115601 Reviewed by Andreas Kling. Disable WEB_TIMING_MINIMAL. Turn off window.performance and performance.now(). Some JS frameworks expect additional Web Timing APIs, when performance.now() is available. * platform/mac/TestExpectations: * fast/js/global-constructors-attributes-expected.txt: 2013-05-13 Ádám Kallai [Qt] Unreviewed gardening. Added platform specific expected files. * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969. * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added after r149915. * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added after r149915. * platform/qt-5.0-wk2/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added after r149914. * platform/qt/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969. 2013-05-12 Eric Carlson REGRESSION (r149749): Video becomes invisible when it starts playing at newyorkbygehry.com https://bugs.webkit.org/show_bug.cgi?id=115963 Reviewed by Dean Jackson. * media/video-remove-insert-repaints.html: Added. * media/video-remove-insert-repaints-expected.txt: Added. * platform/mac/media/video-remove-insert-repaints-expected.png: Added. 2013-05-12 Jinwoo Song [EFL] Unreviewed EFL gardening https://bugs.webkit.org/show_bug.cgi?id=116004 Unreviewed EFL gardening * platform/efl-wk2/TestExpectations: * platform/efl/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added. * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added. * platform/efl/fast/text/text-combine-different-fonts-expected.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added. * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added. 2013-05-12 Ryuan Choi REGRESSION (r149668): 4 reftest failures under fast/regions on GTK https://bugs.webkit.org/show_bug.cgi?id=115783 Unreviewed rebaseline. They were fixed after r149802. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: 2013-05-12 Simon Fraser Dropdowns on http://www.exploratorium.edu don't show anything https://bugs.webkit.org/show_bug.cgi?id=115991 Reviewed by Dan Bernstein. Layer tree dump test with an overflow:hidden that projects outside its ancestor, and is forced to composite by a composited child. * compositing/backing/no-backing-for-clip-overhang-expected.txt: Added. * compositing/backing/no-backing-for-clip-overhang.html: Added. 2013-05-12 Andreas Kling Rebaseline fast/js/global-constructors-attributes.html for mac-lion after r149920. * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: 2013-05-10 Simon Fraser REGRESSION: Fixed background on ColterReed.com scrolls https://bugs.webkit.org/show_bug.cgi?id=115951 Reviewed by Beth Dakin. Tests with a fixed background and two different ways of making the composited. * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html: Added. * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html: Added. * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Added. * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html: Added. 2013-05-11 Xan Lopez Bogus -webkit-columns value in fast/text/international/spaces-combined-in-vertical-text.html https://bugs.webkit.org/show_bug.cgi?id=115164 Reviewed by Rob Buis. Remove bogus -webkit-columns property. * fast/text/international/spaces-combined-in-vertical-text.html: 2013-05-11 Jochen Eisinger Disallow a window to focus itself via javascript URLs or using target _self https://bugs.webkit.org/show_bug.cgi?id=115906 Reviewed by Geoffrey Garen. * fast/dom/Window/window-focus-self-expected.txt: Added. * fast/dom/Window/window-focus-self.html: Added. * platform/wk2/TestExpectations: test uses unimplemented setWindowIsKey. 2013-03-17 Robert Hogan Text flow broken in elements with vertical align top/bottom and inline elements taller than line-height https://bugs.webkit.org/show_bug.cgi?id=111974 Reviewed by Ryosuke Niwa. * editing/execCommand/query-command-state-expected.txt: * editing/execCommand/script-tests/query-command-state.js: Remove invalid tests, vertical-align does not apply to div elements. (runTests): * fast/css/vertical-align-block-elements-expected.html: Added. * fast/css/vertical-align-block-elements.html: Added. 2013-05-10 Alexey Proskuryakov Clean up some edge cases of URL parsing. https://bugs.webkit.org/show_bug.cgi?id=104919 Reviewed by Darin Adler. * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Updated expectations of one sub-test. We previously tried to keep the test passing as is (see bug 57291), but I couldn't find any reason to prefer the old behavior. * fast/url/host-expected.txt: * fast/url/host.html: Updated one subtest to new results, which match at least Gecko (original of the test actually claims that all browsers including Safari already do what we'll do now). * fast/url/segments-userinfo-vs-host-expected.txt: Added. * fast/url/segments-userinfo-vs-host.html: Added. Added a number of tests, with detailed explanations of the differences with Firefox, and with rationales. * http/tests/uri/username-with-no-hostname-expected.txt: Removed. * http/tests/uri/username-with-no-hostname.html-disabled: Removed. * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Removed. This test has been disabled for a long time, and being an end-to-end test for invalid URL handling, it would be difficult to make work again. We have multiple parsing tests for URLs like this. 2013-05-10 Christophe Dumez Remove [NoInterfaceObject] from several WebAudio IDL interfaces https://bugs.webkit.org/show_bug.cgi?id=115894 Reviewed by Darin Adler. Rebaseline fast/js/global-constructors-attributes.html now that more global constructors are exposed. * fast/js/global-constructors-attributes-expected.txt: * platform/efl/fast/js/global-constructors-attributes-expected.txt: 2013-05-10 Simon Fraser REGRESSION (r145680): No box shadow rendered on element with positioned child that obscures it https://bugs.webkit.org/show_bug.cgi?id=115840 Reviewed by Antti Koivisto. * fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Added. * fast/box-shadow/box-shadow-obscured-backgrounds.html: Added. 2013-05-10 Simon Fraser REGRESSION (r143626): Element shows as garbage in image gallery https://bugs.webkit.org/show_bug.cgi?id=115946 Reviewed by Antti Koivisto. Test that dumps layers for a visibility:hidden element with a child text node, and with a visibility:visible child. The resulting compositing layer should not be marked as opaque. * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added. * compositing/contents-opaque/hidden-with-visible-child.html: Added. * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added. * compositing/contents-opaque/hidden-with-visible-text.html: Added. 2013-05-10 Simon Fraser Garbage down left side of nytimes.com page (if subscriber) https://bugs.webkit.org/show_bug.cgi?id=115839 Reviewed by Antti Koivisto. * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added. * compositing/contents-opaque/overflow-hidden-child-layers.html: Added. 2013-05-10 Eric Carlson In-band captions not visible immediately after track mode change https://bugs.webkit.org/show_bug.cgi?id=115922 Reviewed by Dean Jackson. * media/track/track-in-band-mode-expected.txt: Added. * media/track/track-in-band-mode.html: Added. * platform/efl/TestExpectations: Skip new test. * platform/gtk/TestExpectations: Ditto. * platform/mac/TestExpectations: Ditto. * platform/qt/TestExpectations: Ditto. * platform/win/TestExpectations: Ditto. 2013-05-10 Roger Fong Unreviewed mac-lion rebaselines. * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: 2013-05-10 Robert Hogan REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block https://bugs.webkit.org/show_bug.cgi?id=115818 Reviewed by David Hyatt. * fast/inline/anonymous-block-with-empty-inline-expected.txt: Added. * fast/inline/anonymous-block-with-empty-inline.html: Added. 2013-05-10 Dean Jackson Include tab character as a word end for kerning https://bugs.webkit.org/show_bug.cgi?id=115915 Reviewed by Enrica Casucci. This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507 which only looked for a space character as a word end. It should look for tab characters too. * fast/text/word-space-with-kerning-4-expected.html: Added. * fast/text/word-space-with-kerning-4.html: Added. 2013-05-10 Ryosuke Niwa REGRESSION (r149652): Videos do not play on cnn.com, just black box https://bugs.webkit.org/show_bug.cgi?id=115887 Reviewed by Antti Koivisto. Add regression tests. * fast/dom/HTMLDocument/image-with-same-id-and-name-expected.txt: Added. * fast/dom/HTMLDocument/image-with-same-id-and-name.html: Added. * fast/dom/HTMLDocument/object-with-same-id-and-name-expected.txt: Added. * fast/dom/HTMLDocument/object-with-same-id-and-name.html: Added. 2013-05-10 Christophe Dumez Unreviewed EFL gardening. Rebaseline fast/dom/Range/getClientRects.html for EFL port. Skip accessibility/poorly-formed-aria-table.html introduced in r149858 but failing on EFL port. * platform/efl/TestExpectations: * platform/efl/fast/dom/Range/getClientRects-expected.txt: 2013-05-10 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845. * platform/qt/inspector/console/command-line-api-expected.txt: Added after r149829. 2013-05-10 Christophe Dumez Unreviewed EFL gardening. Skip several remaining shadow dom tests and rebaseline a few others. * platform/efl/TestExpectations: * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added. * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt: * platform/efl/inspector/console/command-line-api-expected.txt: Added. 2013-05-09 Alex Christensen Unskipped the webarchive tests for Mac that are not skipped for a reason other than dumpDOMAsWebArchive not being implemented, which was fixed in r149692. https://bugs.webkit.org/show_bug.cgi?id=115819 Reviewed by Benjamin Poulain. * platform/efl-wk2/TestExpectations: Skip webarchive tests. * platform/gtk-wk2/TestExpectations: Skip webarchive tests. * platform/qt-5.0-mac-wk2/TestExpectations: Skip webarchive tests. * platform/qt-5.0-wk2/TestExpectations: Skip webarchive tests. * platform/wk2/TestExpectations: Removed universal skipping of webarchive tests, noted which tests are still skipped with bug numbers. 2013-05-09 Chris Fleizach AX: VoiceOver is no longer seeing items in poorly formed tables https://bugs.webkit.org/show_bug.cgi?id=115837 Reviewed by Darin Adler. * accessibility/poorly-formed-aria-table-expected.txt: Added. * accessibility/poorly-formed-aria-table.html: Added. 2013-05-09 Zoltan Horvath [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975 https://bugs.webkit.org/show_bug.cgi?id=115053 Reviewed by Alexandru Chiculita. 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 for the two tests. The change fixes both tests and make them passing on Qt as well. I removed the tests from the TestExpectations. * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html: * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html: * fast/exclusions/shape-inside/shape-inside-percentage-expected.html: * fast/exclusions/shape-inside/shape-inside-percentage.html: * platform/qt/TestExpectations: 2013-05-09 Yael Aharon REGRESSION: Disabled multiline select element now responds to (certain) clicks https://bugs.webkit.org/show_bug.cgi?id=115710 Reviewed by Kent Tamura. Test that a disabled element does not change selection while scrolling. * fast/forms/select/listbox-disabled-scroll-no-onchange-expected.txt: Added. * fast/forms/select/listbox-disabled-scroll-no-onchange.html: Added. * fast/forms/select/listbox-disabled-no-autoscroll.html: Added. * fast/forms/select/listbox-disabled-no-autoscroll-expected.html: Added. 2013-05-09 Roger Fong Unreviewed mac gardening. * platform/mac/inspector/command-line-api-expected.txt: Removed. * platform/mac/inspector/console: Added. * platform/mac/inspector/console/command-line-api-expected.txt: Added. 2013-05-09 Christophe Dumez [NoInterfaceObject] extended attribute should be removed for several interfaces https://bugs.webkit.org/show_bug.cgi?id=115852 Reviewed by Benjamin Poulain. Rebaseline several layout tests whose output has changed now that a few more global constructors are exposed. * fast/dom/dom-constructors-expected.txt: * fast/js/global-constructors-attributes-expected.txt: * platform/efl/fast/js/global-constructors-attributes-expected.txt: 2013-05-09 Robert Hogan REGRESSION (Safari 3-Safari 4): Replaced element with percent height in table has incorrect height https://bugs.webkit.org/show_bug.cgi?id=26394 Reviewed by David Hyatt. * fast/replaced/table-percent-height-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt. * fast/replaced/table-percent-height-text-controls.html: * platform/gtk/fast/replaced/table-percent-height-text-controls-expected.txt: Removed. * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Removed. * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Removed. 2013-05-09 Xiaobo Wang Update srcipt paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html https://bugs.webkit.org/show_bug.cgi?id=96223 Reviewed by Rob Buis. The original paths don't exist at all. * editing/shadow/rightclick-on-meter-in-shadow-crash.html: 2013-05-09 Roger Fong Unreviewed mac port gardening. * platform/mac-lion/fast/js: Added. * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: Added. * platform/mac/inspector/command-line-api-expected.txt: Added. 2013-05-08 Oliver Hunt Code cache stores bogus var references for functions in eval code https://bugs.webkit.org/show_bug.cgi?id=115747 Reviewed by Mark Hahnenberg. Many tests * fast/js/eval-cache-scoped-lookup-expected.txt: Added. * fast/js/eval-cache-scoped-lookup.html: Added. * fast/js/script-tests/eval-cache-scoped-lookup.js: Added. (first): (a.string_appeared_here.second): (third): (fifth): (sixth): (seventh): (eighth): (nineth): (tenth): (eleventh): 2013-05-08 Mark Hahnenberg DFGArrayMode::fromObserved is too liberal when it sees different Array and NonArray shapes https://bugs.webkit.org/show_bug.cgi?id=115805 Added regression test for array access over polymorphic array vs. non-array indexing types. With the fix, we get 3.666x faster on this microbenchmark. Reviewed by Geoffrey Garen. * fast/js/regress/array-nonarray-polymorphic-access-expected.txt: Added. * fast/js/regress/array-nonarray-polymorphic-access.html: Added. * fast/js/regress/script-tests/array-nonarray-polymorphic-access.js: Added. (f): (run): 2013-05-09 Radu Stavila [CSSRegions] Change fast/regions/webkit-flow-inlines-inside-regions-bounds[-vertical] tests to make them platform independent https://bugs.webkit.org/show_bug.cgi?id=115851 Reviewed by Antti Koivisto. Modified tests to make them platform independent by using Ahem and no font smoothing. * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html: * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html: * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html: * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: 2013-05-09 Radu Stavila [Qt][EFL][GTK] Failing CSS region tests https://bugs.webkit.org/show_bug.cgi?id=115785 Reviewed by Antti Koivisto. Updated tests to overcome platform differences Unskip fixed CSS regions tests * fast/regions/webkit-flow-double-pagination-float-push-expected.html: * fast/regions/webkit-flow-double-pagination-float-push.html: * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: * fast/regions/webkit-flow-float-pushed-to-last-region.html: * fast/regions/webkit-flow-float-unable-to-push-expected.html: * fast/regions/webkit-flow-float-unable-to-push.html: * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: * fast/regions/webkit-flow-floats-inside-regions-bounds.html: * platform/qt/TestExpectations: 2013-05-09 Zoltan Arvai [Qt] Unreviewed gardeing. Updating some png expected results. * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: Added. * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png: Added. * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png: Added. * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added. * platform/qt-5.0-wk2/fast/borders/rtl-border-04-expecrted.png: Added. * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png: Added. * platform/qt-5.0-wk2/fast/box-shadow/shadow-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/dom/34176-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added. * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png: Added. * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png: Added. * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: * 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. * 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. * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png: * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png: Added. * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png: Added. * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: * 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. * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png: Added. * 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. * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: * 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. * 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. * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added. * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added. * 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. * 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. * 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. * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added. * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added. * 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. * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png: Added. 2013-05-09 Ádám Kallai [Qt] Unreviewed gardening. Added platform specific expected file after r149758. * platform/qt/fast/js/global-constructors-attributes-expected.txt: Added after r149758. 2013-05-08 Seokju Kwon [EFL] Get rid of duplicate entry line in TestExpectations https://bugs.webkit.org/show_bug.cgi?id=115828 Unreviewed gardening. * platform/efl/TestExpectations: 2013-05-08 Eric Carlson TextTrackCue should support empty content https://bugs.webkit.org/show_bug.cgi?id=115821 Reviewed by Jer Noble. * media/track/track-cue-empty-text-crash-expected.txt: Added. * media/track/track-cue-empty-text-crash.html: Added. 2013-05-08 Christophe Dumez Add layout test that lists all global constructors https://bugs.webkit.org/show_bug.cgi?id=115724 Reviewed by Ryosuke Niwa. Update fast/js/global-constructors-attributes.html so that it lists all global constructors instead of just a few. * fast/js/global-constructors-attributes-expected.txt: * fast/js/script-tests/global-constructors-attributes.js: (classNameForObject): (constructorPropertiesOnWindow): * platform/efl/fast/js/global-constructors-attributes-expected.txt: Added. * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Added. 2013-05-08 Roger Fong Unreviewed gardening, mac port. These tests should use testRunner, not layoutTestController. * fast/js/parse-error-external-script-in-eval.html: * fast/js/parse-error-external-script-in-new-Function.html: 2013-05-08 Darin Adler REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html https://bugs.webkit.org/show_bug.cgi?id=115776 Reviewed by Anders Carlsson. * TestExpectations: Expect success again on this test. 2013-05-08 Eric Carlson Prevent crash when track is deleted during video element deletion. https://bugs.webkit.org/show_bug.cgi?id=106183 Reviewed by Dean Jackson. * media/track/track-remove-crash-expected.txt: Added. * media/track/track-remove-crash.html: Added. 2013-05-08 David Kilzer Remove chromium test results added in r149743 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Removed. * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Removed. 2013-05-08 David Kilzer Add layout tests for test cases in Bug 5206 Reviewed by Eric Seidel. These issues were likely fixed in r89257 for Bug 62613. * fast/js/parse-error-external-script-in-eval-expected.txt: Added. * fast/js/parse-error-external-script-in-eval.html: Added. * fast/js/parse-error-external-script-in-new-Function-expected.txt: Added. Note that the line number in this result is relative to the line number of the second argument to the new Function() method. * fast/js/parse-error-external-script-in-new-Function.html: Added. * fast/js/resources/parse-error-external-script-in-eval.js: Added. * fast/js/resources/parse-error-external-script-in-new-Function.js: Added. * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Added. * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Added. 2013-05-08 Eric Carlson [Mac] Inband text tracks are not in track menu on Lion https://bugs.webkit.org/show_bug.cgi?id=115740 Reviewed by Dean Jackson. * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: 2013-05-08 Sergio Villar Senin Allow blank spaces before colon (:) on CSS variable definition https://bugs.webkit.org/show_bug.cgi?id=115802 Reviewed by Darin Adler. New test to check that spaces are allowed before the color on CSS variable definitions. * css3/css-variable-definition-expected.html: Added. * css3/css-variable-definition.html: Added. 2013-05-08 Zoltan Arvai [Qt] Unreviewed gardening after r149292. https://bugs.webkit.org/show_bug.cgi?id=115372 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/layer-full-repaint-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/reflection-table-layout-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-absolute-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-fixed-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added. * platform/qt-5.0-wk2/fast/repaint/transform-table-layout-expected.txt: Added. * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added. 2013-05-08 Rijubrata Bhaumik [EFL] Unreviewed EFL gardening https://bugs.webkit.org/show_bug.cgi?id=115791 Unreviewed EFL gardening Skip fast/regions/ test cases which are failing after r149668. * platform/efl/TestExpectations: 2013-05-08 Zoltan Arvai [Qt] Unreviewed gardening. Skipping some failing fast/region tests. https://bugs.webkit.org/show_bug.cgi?id=115785 * platform/qt/TestExpectations: 2013-05-08 Grzegorz Czajkowski Unreviewed EFL gardening. Unskip two spelling tests as they started passing after r149366. * platform/efl-wk2/TestExpectations: Unskip spelling-exactly-selected-word.html and spelling-with-punctuation-selection.html * platform/efl/TestExpectations: Remove spelling tests from efl/TestExpectations as the failing tests are already skipped for both efl-wk1 and global wk2. 2013-05-08 Sudarsana Nagineni Unreviewed EFL gardening. Skip remaining Shadow DOM tests on the EFL port. * platform/efl/TestExpectations: 2013-05-08 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding failure expectations for CSS Regions tests that regressed when converted into reftests in r149668. 2013-05-08 Dongseong Hwang Make optional arguments in CanvasRenderingContext2D match the spec. https://bugs.webkit.org/show_bug.cgi?id=115723 Reviewed by Dean Jackson. When tests use API with not enough arguments, TypeError exception is fired now. So three tests are changed to match the canvas spec. * fast/canvas/canvas-overloads-strokeRect-expected.txt: * fast/canvas/script-tests/canvas-overloads-strokeRect.js: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: 2013-05-08 Ryosuke Niwa Add an image only failure expectation to fast/css-generated-content/close-quote-negative-depth.html per bug 115776 after r149700. r149707 tried to fix its regression but this test is still failing. * TestExpectations: 2013-05-07 Hans Muller [CSS Exclusions] shape-inside, shape-padding, polygon test failing when subpixel layout is disabled https://bugs.webkit.org/show_bug.cgi?id=115649 Reviewed by Dirk Schulze. Another correction of a padded shape test that failed when subpixel layout was disabled. This test puts a cross pattern made of five Ahem characters on three lines, within a padded diamond polygon. The left edges of each line depend on the intersection of the padded polygon's edges with the top of each line, which makes predicting the exact values unreliable. So we just verify that the left edges of each line are within a pixel of the ideal value. This change is very similar to the one made for bug 115490. * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Removed. * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.txt: Added. * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html: * platform/mac/TestExpectations: 2013-05-06 Enrica Casucci Support -webkit-system-font on OS X. https://bugs.webkit.org/show_bug.cgi?id=115758 Reviewed by Dean Jackson. * platform/mac/fast/text/systemFont.html: Added. * platform/mac/platform/mac/fast/text/systemFont-expected.png: Added. * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Added. 2013-05-07 Alexey Proskuryakov Combine html and js parts fast/url script-tests https://bugs.webkit.org/show_bug.cgi?id=115739 Rubber-stamped by Brady Eidson. * fast/url/anchor.html: * fast/url/file-http-base.html: * fast/url/file.html: * fast/url/host-lowercase-per-scheme.html: * fast/url/host.html: * fast/url/idna2003.html: * fast/url/idna2008.html: * fast/url/invalid-urls-utf8.html: * fast/url/ipv4.html: * fast/url/ipv6.html: * fast/url/mailto.html: * fast/url/path-url.html: * fast/url/path.html: * fast/url/port.html: * fast/url/query.html: * fast/url/relative-unix.html: * fast/url/relative-win.html: * fast/url/relative.html: * fast/url/safari-extension.html: * fast/url/scheme.html: * fast/url/script-tests: Removed. * fast/url/script-tests/TEMPLATE.html: Removed. * fast/url/script-tests/anchor.js: Removed. * fast/url/script-tests/file-http-base.js: Removed. * fast/url/script-tests/file.js: Removed. * fast/url/script-tests/host.js: Removed. * fast/url/script-tests/idna2003.js: Removed. * fast/url/script-tests/idna2008.js: Removed. * fast/url/script-tests/ipv4.js: Removed. * fast/url/script-tests/ipv6.js: Removed. * fast/url/script-tests/mailto.js: Removed. * fast/url/script-tests/path-url.js: Removed. * fast/url/script-tests/path.js: Removed. * fast/url/script-tests/port.js: Removed. * fast/url/script-tests/query.js: Removed. * fast/url/script-tests/relative-unix.js: Removed. * fast/url/script-tests/relative-win.js: Removed. * fast/url/script-tests/relative.js: Removed. * fast/url/script-tests/scheme.js: Removed. * fast/url/script-tests/segments-from-data-url.js: Removed. * fast/url/script-tests/segments.js: Removed. * fast/url/script-tests/standard-url.js: Removed. * fast/url/script-tests/trivial-segments.js: Removed. * fast/url/script-tests/trivial.js: Removed. * fast/url/segments-from-data-url.html: * fast/url/segments.html: * fast/url/standard-url.html: * fast/url/trivial-segments.html: * fast/url/trivial.html: 2013-05-07 Radu Stavila [CSS Regions] Convert remaining fast/regions/webkit-flow* pixel tests to reftests https://bugs.webkit.org/show_bug.cgi?id=115422 Reviewed by Andreas Kling. Converted following tests from pixel tests to ref tests: - webkit-flow-double-pagination-float-push - webkit-flow-float-pushed-to-last-region - webkit-flow-float-unable-to-push - webkit-flow-floats-inside-regions-bounds * fast/regions/webkit-flow-double-pagination-float-push-expected.html: Added. * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: Added. * fast/regions/webkit-flow-float-pushed-to-last-region.html: * fast/regions/webkit-flow-float-unable-to-push-expected.html: Added. * fast/regions/webkit-flow-float-unable-to-push.html: * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: Added. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed. * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed. * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed. * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed. * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed. * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed. * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed. * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed. * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed. * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed. * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed. * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed. * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed. * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed. * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed. * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed. * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed. * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed. * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed. * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed. * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed. * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. 2013-05-06 Bem Jones-Bey Heap-use-after-free in WebCore::InlineFlowBox::deleteLine https://bugs.webkit.org/show_bug.cgi?id=114772 Reviewed by David Hyatt. Test case generated by the fuzzer. Will only crash when run in a vulnerable configuration with a memory checking lib enabled. * fast/ruby/ruby-svg-crash-expected.txt: Added. * fast/ruby/ruby-svg-crash.html: Added. 2013-05-06 Robert Hogan REGRESSION(r140024): child of fixed div inside of absolute div does not get resized when window is resized https://bugs.webkit.org/show_bug.cgi?id=115379 Reviewed by David Hyatt. * fast/block/positioning/child-of-fixed-pos-after-movement-expected.txt: Added. * fast/block/positioning/child-of-fixed-pos-after-movement.html: Added. 2013-05-06 Bem Jones-Bey [CSS Exclusions] remove unused -webkit-wrap property https://bugs.webkit.org/show_bug.cgi?id=102105 Reviewed by Darin Adler. Delete tests for the -webkit-wrap property. * fast/exclusions/css-exclusions-disabled.html: Remove use of -webkit-wrap. * fast/exclusions/script-tests/wrap-parsing.js: Removed. * fast/exclusions/wrap-parsing-expected.txt: Removed. * fast/exclusions/wrap-parsing.html: Removed. * svg/css/style-change-crash-expected.txt: Removed. * svg/css/style-change-crash.html: Removed. 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Add EFL-specific result for fast/events/event-attribute.html as global expectation was changed in r149088. * platform/efl/fast/events/event-attribute-expected.txt: Added. 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Rebaseline several test cases for EFL port. * platform/efl/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added. * platform/efl/editing/selection/extend-inside-transforms-backward-expected.png: Added. * platform/efl/editing/selection/extend-inside-transforms-backward-expected.txt: Added. * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt: 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Mark several test cases as failing after r149292 due to missing repaint rect dumping. * platform/efl/TestExpectations: 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Skip repaint test that regressed after r149292. * platform/efl/TestExpectations: 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Skip remaining Shadow DOM test and new accessibility test introduced in r115659. * platform/efl/TestExpectations: 2013-05-06 Hans Muller [CSS Exclusions] shape-inside rounded rectangle tests fail when subpixel layout is disabled https://bugs.webkit.org/show_bug.cgi?id=115490 Second round of changes to restore platform/mac exclusion tests that started failing when subpixel layout was turned off. This set of changes just restores four ref-tests that place a single square Ahem character cell within a circle or an ellipse. When subpixel layout isn't enabled the expected origin of the character is adjusted. Reviewed by Dirk Schulze. * fast/exclusions/shape-inside/shape-inside-circle-expected.html: * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html: * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html: * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html: * fast/exclusions/shape-inside/shape-inside-ellipse.html: * platform/mac/TestExpectations: 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Remove duplicate Shadow DOM test cases from TestExpectation files. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-05-06 Christophe Dumez Unreviewed. Remove duplicate tests from EFL TestExpectation files. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-05-06 Christophe Dumez Unreviewed EFL gardening. Skip Shadow DOM tests for EFL port as the feature is being removed. * platform/efl/TestExpectations: 2013-05-06 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding new failure expectations and adjusting an old one. 2013-05-06 Zan Dobersek Unreviewed GTK gardening. Rebaselining after r148720, r149088 and r149407. * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt: * platform/gtk/fast/images/crossfade-client-not-removed-crash-expected.txt: Added. * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added. * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: 2013-05-06 Robert Hogan REGRESSION(r140907) - Backport blink r149612 to fix vertical-align and rowspan issue https://bugs.webkit.org/show_bug.cgi?id=115611 Reviewed by Benjamin Poulain. * fast/table/baseline-align-rowspan-expected.txt: Added. * fast/table/baseline-align-rowspan.html: Added. 2013-05-05 Chris Fleizach AX: aria-checked not exposed correctly on menuitemcheckbox or menuitemradio roles https://bugs.webkit.org/show_bug.cgi?id=115499 Reviewed by Tim Horton. * platform/mac/accessibility/aria-menuitem-checked-value-expected.txt: Added. * platform/mac/accessibility/aria-menuitem-checked-value.html: Added. 2013-05-04 Dean Jackson Animations and Transitions should not start when globally suspended https://bugs.webkit.org/show_bug.cgi?id=114915 Reviewed by Sam Weinig. Two new tests. Add an animation or transition to the document when the global animation controller is suspended. In the animation case, nothing should happen until the animations are resumed. In the transition case, the style change should happen immediately and not fire any events. * animations/added-while-suspended-expected.txt: Added. * animations/added-while-suspended.html: Added. * animations/suspend-transform-animation.html: Make sure to resume suspended animations before quitting the test. * transitions/started-while-suspended-expected.txt: Added. * transitions/started-while-suspended.html: Added. * transitions/suspend-transform-transition.html: Make sure to resume suspended animations before quitting the test. 2013-04-30 Robert Hogan REGRESSION(r140907): Incorrect baseline on cells after updating vertical-align https://bugs.webkit.org/show_bug.cgi?id=115432 Reviewed by Julien Chaffraix. * fast/table/correct-baseline-after-style-change-expected.html: Added. * fast/table/correct-baseline-after-style-change.html: Added. 2013-05-03 Arnaud Renevier incorrect repainting when a table has a transform https://bugs.webkit.org/show_bug.cgi?id=109867 Reviewed by Simon Fraser. Create tests that resize an element inside a display: table element. Compare to a reference html file where the element has a static size. In the first test, the table like element has a transform. In the second, it has a reflection. * fast/repaint/reflection-table-layout-expected.html: Added. * fast/repaint/reflection-table-layout.html: Added. * fast/repaint/transform-table-layout-expected.html: Added. * fast/repaint/transform-table-layout.html: Added. 2013-05-03 Antti Koivisto Remove concept of younger and older shadow trees https://bugs.webkit.org/show_bug.cgi?id=115570 Reviewed by Andreas Kling. * editing/text-iterator/basic-iteration-expected.txt: * editing/text-iterator/script-tests/basic-iteration.js: (addShadowTreeWithDivElement): * fast/forms/resources/common-spinbutton-change-and-input-events.js: (testSpinButtonChangeAndInputEvents): * fast/forms/resources/common-spinbutton-click-in-iframe.js: (getSpinButton): 2013-05-03 Viatcheslav Ostapenko [Cairo] Anti-aliasing should not be always disabled for lines https://bugs.webkit.org/show_bug.cgi?id=109535 Reviewed by Martin Robinson. Add pixel test with scaled text lines. * fast/css3-text/css3-text-decoration/text-decoration-line-scaled.html: Added. * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.png: Added. * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Added. 2013-05-03 Stephanie Lewis Revert to old results on Lion. Unreviewed. Results were updated in (http://trac.webkit.org/changeset/149503) but that is compiled out on Lion (http://trac.webkit.org/changeset/149510). * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Added. 2013-05-03 Joone Hur Unreviewed EFL gardening. Skip some failing tests after r149504. * platform/efl/TestExpectations: 2013-05-02 Joone Hur Unreviewed EFL gardening. Unskip html5lib test cases that were skipped due to failure after r143804. * platform/efl/TestExpectations: 2013-05-02 Ryuan Choi Unreviewed EFL gardening. Moved XFrameOptions results from efl-wk2 to efl and rebased source-list-parsing-nonascii.html * 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. * 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. * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added. 2013-05-02 Joone Hur Unreviewed EFL gardening. Unskip WebAudio test cases on EFL WK2. * platform/efl-wk2/TestExpectations: 2013-05-02 Arnaud Renevier border-radius clipping a canvas does not always clip https://bugs.webkit.org/show_bug.cgi?id=113343 Create a test that draws a canvas into a clipped overflown div with radius corner. Then redraw that same thing a moment later. The canvas should stay correctly clipped the second time. Reviewed by Simon Fraser. * fast/overflow/border-radius-clipping-2-expected.html: Added. * fast/overflow/border-radius-clipping-2.html: Added. 2013-05-02 Eric Carlson Caption menu does not include in-band captions https://bugs.webkit.org/show_bug.cgi?id=111934 Reviewed by Dean Jackson. * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: 2013-05-02 Joone Hur Unreviewed EFL gardening. * platform/efl-wk2/TestExpectations: 2013-05-02 Zoltan Arvai [Qt] Unreviewed. Some more gardening after r149292. https://bugs.webkit.org/show_bug.cgi?id=115372 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt: * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt: * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added. * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added. * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added. * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added. * platform/qt-5.0-wk2/css3/filters/filtered-compositing-descendant-expected.txt: Added. * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt: * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt: * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt: * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png: 2013-05-02 Zoltan Arvai [Qt] Unreviewed gardening after r149457 and r149388. * platform/qt/TestExpectations: * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt: 2013-05-01 Ryuan Choi Unreviewed EFL gardening. * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added. * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added. * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added. * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added. * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added. * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. 2013-05-01 Stephanie Lewis Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149474 Unreviewed. * platform/mac-lion/fast/text/text-combine-different-fonts-expected.txt: Added. 2013-05-01 Enrica Casucci text-combine: horizontal does not work properly for some fonts. https://bugs.webkit.org/show_bug.cgi?id=115503. Reviewed by Dave Hyatt. * fast/text/text-combine-different-fonts.html: Added. * platform/mac/fast/text/text-combine-different-fonts-expected.png: Added. * platform/mac/fast/text/text-combine-different-fonts-expected.txt: Added. 2013-05-01 Stephanie Lewis Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149450 Unreviewed. * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added. * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added. 2013-05-01 Tim Horton MIME types aren't case-insensitive https://bugs.webkit.org/show_bug.cgi?id=115494 Reviewed by Darin Adler. Add a testcase that ensures that iMaGe/PNG == image/png when it comes to the MIME type specified in a data URL provided to via its 'data' attribute. * fast/images/object-data-url-case-insensitivity-expected.html: Added. * fast/images/object-data-url-case-insensitivity.html: Added. 2013-05-01 Hans Muller [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled https://bugs.webkit.org/show_bug.cgi?id=115455 Reviewed by Dirk Schulze. First round of changes to restore platform/mac exclusion tests that started failing when subpixel layout was turned off. This set of changes just restores four tests. It also revises the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes and to simplify its use a little. * fast/exclusions/resources/rounded-rectangle.js: (simulateShape): Revised dependencies on subpixel-utils. * fast/exclusions/resources/simple-polygon.js: (polygonXIntercepts): Ditto. * fast/exclusions/resources/subpixel-utils.js: (SubPixelLayout.): Substantially revised, see description. * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt: * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt: * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt: * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt: * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html: * platform/mac/TestExpectations: 2013-05-01 Enrica Casucci Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inline-box. https://bugs.webkit.org/show_bug.cgi?id=115478. Reviewed by Dave Hyatt. * fast/block/lineboxcontain/block-with-ideographs.xhtml: Added. * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added. * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png : Added. 2013-05-01 Per-Erik Brodin EventSource: Loss of reconnect time precision due to integer division https://bugs.webkit.org/show_bug.cgi?id=115358 Reviewed by Alexey Proskuryakov. * http/tests/eventsource/eventsource-retry-precision-expected.txt: Added. * http/tests/eventsource/eventsource-retry-precision.html: Added. * http/tests/eventsource/resources/precise-retry.asis: Added. 2013-05-01 Sergio Villar Senin Show a block cursor in overtype mode https://bugs.webkit.org/show_bug.cgi?id=114819 Reviewed by Ryosuke Niwa. New test case for the new block cursor to be used in overtype mode. The test verifies that the 1-pixel long caret is replaced by a selection like 1-character long block cursor when in overtype mode. This test covers LTR and RTL text in LTR and RTL blocks and bidi text. * editing/selection/block-cursor-overtype-mode-expected.txt: Added. * editing/selection/block-cursor-overtype-mode.html: Added. 2013-04-30 David Hyatt