2012-03-07 Stephen White [chromium] Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Qi Zhang [Qt] Unskip http/tests/websocket/tests/hixie76/long-invalid-header.html https://bugs.webkit.org/show_bug.cgi?id=80516 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/Skipped: 2012-03-07 Dan Bernstein REGRESSION (r100847): Entries are clipped out in Day One https://bugs.webkit.org/show_bug.cgi?id=80494 Reviewed by Sam Weinig. * fast/dom/HTMLDocument/width-and-height-expected.txt: Added. * fast/dom/HTMLDocument/width-and-height.html: Added. 2012-03-07 Philippe Normand [GTK] media/audio-garbage-collect.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72698 Reviewed by Xan Lopez. * platform/gtk/test_expectations.txt: test is no longer flaky. 2012-03-07 Stephen White [chromium] Marking file-writer-events.html as flaky-crashing on Win. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Arun Patole HTMLTrackElement.idl doesn't have default attribute. https://bugs.webkit.org/show_bug.cgi?id=80116 Reviewed by Kentaro Hara. Make sure 'default' IDL attribute reflects the content attribute of the same name. * media/track/track-default-attribute-expected.txt: * media/track/track-default-attribute.html: 2012-03-07 Stephen White [chromium] Mark rtl-scrollbar.html as flaky. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Jochen Eisinger Unreviewd, more editing/execCommand baselines for chromium-mac-lion * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5136770-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5138441-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5190926-expected.png. * platform/chromium-mac/editing/execCommand/5080333-1-expected.png: * platform/chromium-mac/editing/execCommand/5080333-2-expected.png: * platform/chromium-mac/editing/execCommand/5136770-expected.png: * platform/chromium-mac/editing/execCommand/5138441-expected.png: * platform/chromium-mac/editing/execCommand/5142012-1-expected.png: * platform/chromium-mac/editing/execCommand/5142012-2-expected.png: * platform/chromium-mac/editing/execCommand/5190926-expected.png: 2012-03-06 Pavel Podivilov Web Inspector: extract source mapping logic from DebuggerPresentationModel to ScriptMappingImpl. https://bugs.webkit.org/show_bug.cgi?id=80412 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: * inspector/debugger/callstack-placards-discarded.html: * inspector/debugger/linkifier.html: 2012-03-07 Jochen Eisinger Unreviewed, add editing/execCommand baselines for chromium-mac-lion * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4747450-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916402-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916541-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4924441-expected.png. * platform/chromium-mac/editing/execCommand/4580583-1-expected.png: * platform/chromium-mac/editing/execCommand/4580583-2-expected.png: * platform/chromium-mac/editing/execCommand/4641880-1-expected.png: * platform/chromium-mac/editing/execCommand/4641880-2-expected.png: * platform/chromium-mac/editing/execCommand/4747450-expected.png: * platform/chromium-mac/editing/execCommand/4916402-expected.png: * platform/chromium-mac/editing/execCommand/4916541-expected.png: * platform/chromium-mac/editing/execCommand/4924441-expected.png: 2012-03-07 Kenichi Ishibashi [WebSocket] Should raise SYNTAX_ERR when message contains unpaired surrogates https://bugs.webkit.org/show_bug.cgi?id=80103 Reviewed by Kent Tamura. Added tests for unpaired surrogates check for WebSocket message and close reason. Updated two expectations for close() tests because further error message is added. * http/tests/websocket/tests/hybi/close-expected.txt: Updated. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Added. * http/tests/websocket/tests/hybi/workers/close-expected.txt: Updated. 2012-03-07 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-07 Kangil Han [DRT] Remove PlainTextController implementations. https://bugs.webkit.org/show_bug.cgi?id=79959 Reviewed by Hajime Morita. PlainTextController usages in existing tests have been replaced by internals API by bug 78570. So this patch will remove PlainTextController implementations to avoid further usage in new tests. * fast/dom/Window/script-tests/window-property-descriptors.js: * fast/dom/Window/window-properties.html: * fast/dom/script-tests/prototype-inheritance-2.js: * fast/dom/script-tests/prototype-inheritance.js: 2012-03-07 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-06 Grzegorz Czajkowski [EFL][DRT] Implements LayoutTestController's setPopupBlockingEnabled. https://bugs.webkit.org/show_bug.cgi?id=80137 Reviewed by Eric Seidel. Enables tests connected with setPopupBlockingEnabled. * platform/efl/Skipped: 2012-03-06 Philippe Normand Unreviewed, GTK test_expectations update after r109934. * platform/gtk/test_expectations.txt: 2012-03-06 Gavin Barraclough Array.prototype functions should throw if delete fails https://bugs.webkit.org/show_bug.cgi?id=80467 Reviewed by Oliver Hunt. * fast/js/mozilla/strict/15.4.4.12-expected.txt: * fast/js/mozilla/strict/15.4.4.13-expected.txt: * fast/js/mozilla/strict/15.4.4.6-expected.txt: * fast/js/mozilla/strict/15.4.4.8-expected.txt: * fast/js/mozilla/strict/15.4.4.9-expected.txt: - check in passing test results. 2012-03-06 Philippe Normand fullscreen/video-controls is too specific to the mac port https://bugs.webkit.org/show_bug.cgi?id=73583 Reviewed by Eric Carlson. Relax the test on the document's view height to not depend on the mac port fullscreen controls stylesheet. * fullscreen/video-controls-override-expected.txt: * fullscreen/video-controls-override.html: * platform/gtk/Skipped: 2012-03-06 Hayato Ito [Shadow DOM] Extend a 'path' notation in utility function so that we can specify arbitrary ShadowRoot. https://bugs.webkit.org/show_bug.cgi?id=80405 Reviewed by Dimitri Glazkov. Extract common utility function, getElementByIdInShadow(path), into a shadow-dom.js (renamed from create-dom.js) and support 'consecutive slashes' notation so that we can specify arbitrary ShadowRoot in shadow DOM tree. Until now, we can get an element only from the youngest ShadowRoot. * fast/dom/shadow/access-key.html: * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt: * fast/dom/shadow/get-element-by-id-in-shadow-root.html: * fast/dom/shadow/resources/shadow-dom.js: Renamed from LayoutTests/fast/dom/shadow/resources/create-dom.js. (createShadowRoot): (createDOM): (isShadowRoot): (getElementInShadowTreeStack): * fast/dom/shadow/shadow-boundary-events.html: 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-06 Fumitoshi Ukai Unreviewed, fix lint error * platform/chromium/test_expectations.txt: 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectation. * platform/chromium/test_expectations.txt: update svg/W3C-SVG-1.1/animate-elem-77-t.svg 2012-03-06 Hajime Morrita https://bugs.webkit.org/show_bug.cgi?id=79935 REGRESSION: element is not HTMLUnknownElement when Shadow DOM API is disabled Reviewed by Adam Barth. * fast/dom/resources/shadow-test-driver.js: (createContentWithText): * fast/dom/shadow/content-element-move.html: Replaced accidentaly used using an Internals API. * fast/dom/shadow/content-shadow-unknown-expected.txt: Added. * fast/dom/shadow/content-shadow-unknown.html: Added. 2012-03-05 MORITA Hajime https://bugs.webkit.org/show_bug.cgi?id=79935 REGRESSION: element is not HTMLUnknownElement when Shadow DOM API is disabled Reviewed by Adam Barth. * fast/dom/shadow/content-shadow-unknown-expected.txt: Added. * fast/dom/shadow/content-shadow-unknown.html: Added. 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectation. * platform/chromium/test_expectations.txt: 2012-03-06 Adrienne Walker Unreviewed, update mac text baselines after r109851 * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: 2012-03-06 Dirk Pranke Remove the no-longer-needed 'CPU' and 'GPU' modifiers. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-06 Dirk Pranke Re-sort the platform/chromium/virtual/gpu expectations next to the original expectations. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-06 Ryosuke Niwa Can't select a line of RTL text on Facebook https://bugs.webkit.org/show_bug.cgi?id=59435 Reviewed by Eric Seidel. Added a regression test case. * editing/selection/select-bidi-run-expected.txt: * editing/selection/select-bidi-run.html: 2012-03-06 Adrienne Walker Overlap map for compositing should ignore empty layers https://bugs.webkit.org/show_bug.cgi?id=63499 Reviewed by Simon Fraser. * compositing/layer-creation/overlap-empty-layer-expected.txt: Added. * compositing/layer-creation/overlap-empty-layer.html: Added. 2012-03-06 Kent Tamura [Chromium] Rebaseline of input-appearance-numberandspeech.html for r109876. https://bugs.webkit.org/show_bug.cgi?id=78326 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] More test_expectations updates after the svg change. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] Unreviewed gardening. New text results for css3 filters tests. * platform/chromium-mac/css3/filters: Added. * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt: Added. * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt: Added. 2012-03-06 Alexis Menard getComputedStyle returns incorrect values for the width and height of pseudo-elements https://bugs.webkit.org/show_bug.cgi?id=37835 Reviewed by Tony Chang. Extend existing test to cover the bug. * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html: 2012-03-06 Dimitri Glazkov REGRESSION(r109191): Shadow DOM tests stopped running on ports that do not have SHADOW_DOM flag enabled. https://bugs.webkit.org/show_bug.cgi?id=80449 Reviewed by Ryosuke Niwa. * fast/dom/shadow/resources/create-dom.js: (createDOM): Fixed a typo. 2012-03-06 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-snowleopard/css3/filters/composited-during-transition-layertree-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/css/circle-in-mask-with-shadow-expected.png: Added. * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt: Added. 2012-03-06 Mihnea Ovidenie [CSSRegions][CSSOM]Restrict parsing of named flow name https://bugs.webkit.org/show_bug.cgi?id=80359 Reviewed by Andreas Kling. The function that does the parsing for flow thread name should restrict the number of parsed properties to 1, otherwise it would allow parsing of "-webkit-flow-into: flow; color: red;" constructions. * fast/regions/webkit-named-flow-invalid-name-expected.txt: * fast/regions/webkit-named-flow-invalid-name.html: 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium test_expectations update. As expected, some tests are failing due to missing or incorrect baselines. * platform/chromium/test_expectations.txt: 2012-03-05 Dean Jackson Enable compositing when a CSS filter is animating https://bugs.webkit.org/show_bug.cgi?id=79048 Reviewed by Simon Fraser. * platform/mac/css3/filters/composited-during-animation-expected.txt: Added. * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt: Added. * css3/filters/composited-during-animation-layertree.html: Added. * css3/filters/composited-during-animation.html: Added. * platform/mac/css3/filters/composited-during-transition-layertree-expected.txt: Added. * css3/filters/composited-during-transition-layertree.html: Added. 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium expectation updates. This covers the remaining text failures after r109097. There are no image updates here (expect a missing one) because the flakiness board indicated that no images were failing that were not already failing. Of course, that may be incorrect but the best way to find out is to try it. * platform/chromium-linux-x86/svg/filters/filter-refresh-expected.txt: * platform/chromium-linux-x86/svg/stroke: Added. * platform/chromium-linux-x86/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-linux-x86/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added. * platform/chromium-linux/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-linux/svg/batik/text/textPosition-expected.txt: * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt: * platform/chromium-linux/svg/carto.net/window-expected.txt: Removed. * platform/chromium-linux/svg/filters/filter-refresh-expected.txt: * platform/chromium-linux/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-linux/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-leopard/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/filter-refresh-expected.txt: * platform/chromium-mac-leopard/svg/stroke: Added. * platform/chromium-mac-leopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-mac-leopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/text/longTextOnPath-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath2-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath3-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/filters/filter-refresh-expected.txt: * platform/chromium-mac-snowleopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/text/text-text-05-t-expected.txt: Added. * platform/chromium-win-vista/svg/filters/filter-refresh-expected.txt: * platform/chromium-win-vista/svg/stroke: Added. * platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/filters/filter-refresh-expected.txt: * platform/chromium-win-xp/svg/stroke: Added. * platform/chromium-win-xp/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed. * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: * platform/chromium-win/svg/batik/filters/feTile-expected.txt: * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt: * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt: * platform/chromium-win/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-win/svg/batik/text/smallFonts-expected.txt: Added. * platform/chromium-win/svg/batik/text/textAnchor-expected.txt: * platform/chromium-win/svg/batik/text/textDecoration-expected.txt: * platform/chromium-win/svg/batik/text/textEffect-expected.txt: * platform/chromium-win/svg/batik/text/textEffect2-expected.txt: * platform/chromium-win/svg/batik/text/textEffect3-expected.txt: * platform/chromium-win/svg/batik/text/textFeatures-expected.txt: * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: * platform/chromium-win/svg/batik/text/textLayout-expected.txt: * platform/chromium-win/svg/batik/text/textLayout2-expected.txt: * platform/chromium-win/svg/batik/text/textLength-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt: * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt: * platform/chromium-win/svg/batik/text/textPosition-expected.txt: * platform/chromium-win/svg/batik/text/textPosition2-expected.txt: * platform/chromium-win/svg/batik/text/textProperties-expected.txt: * platform/chromium-win/svg/batik/text/textProperties2-expected.txt: * platform/chromium-win/svg/batik/text/textStyles-expected.txt: * platform/chromium-win/svg/batik/text/verticalText-expected.txt: * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt: * platform/chromium-win/svg/carto.net/button-expected.txt: * platform/chromium-win/svg/carto.net/colourpicker-expected.txt: * platform/chromium-win/svg/carto.net/slider-expected.txt: * platform/chromium-win/svg/carto.net/window-expected.txt: * platform/chromium-win/svg/filters/filter-refresh-expected.txt: * platform/chromium-win/svg/hixie/error/017-expected.txt: * platform/chromium-win/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt: * platform/chromium-win/svg/text/text-path-01-b-expected.txt: * platform/chromium-win/svg/text/text-text-04-t-expected.txt: * platform/chromium-win/svg/text/text-text-05-t-expected.txt: * platform/chromium-win/svg/text/text-text-06-t-expected.txt: * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added. * platform/chromium/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Replaced. * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png: 2012-03-06 Gavin Barraclough writable/configurable not respected for some properties of Function/String/Arguments https://bugs.webkit.org/show_bug.cgi?id=80436 Reviewed by Oliver Hunt. Special properties should behave like regular properties. * fast/js/mozilla/strict/10.6-expected.txt: * fast/js/mozilla/strict/15.3.5.1-expected.txt: * fast/js/mozilla/strict/15.3.5.2-expected.txt: * fast/js/mozilla/strict/15.5.5.1-expected.txt: - Check in passing test results. * fast/js/script-tests/arguments.js: - Fix test - this was asserting incorrect behaviour. 2012-03-06 Stephen White Unreviewed, rolling out r109840. http://trac.webkit.org/changeset/109840 https://bugs.webkit.org/show_bug.cgi?id=80103 Broke WebSocket tests on Chrome Mac and Linux * http/tests/websocket/tests/hybi/close-expected.txt: * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Removed. * http/tests/websocket/tests/hybi/workers/close-expected.txt: 2012-03-06 Hans Wennborg Speech JavaScript API: add SpeechRecognitionError https://bugs.webkit.org/show_bug.cgi?id=80410 Add a test for SpeechRecognitionError. Reviewed by Adam Barth. * fast/speech/scripted/speechrecognitionerror-basics.html: Added. 2012-03-06 Ryosuke Niwa select-line-break-with-opposite-directionality.html is flaky https://bugs.webkit.org/show_bug.cgi?id=80227 Unreviewed test fix attempt. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-06 Philippe Normand [GTK] fullscreen/full-screen-iframe-legacy.html is flaky https://bugs.webkit.org/show_bug.cgi?id=74279 Reviewed by Eric Carlson. * fullscreen/full-screen-iframe-legacy.html: Wait for canplaythrough event on the video and increase the timeout to 100ms to reduce flakiness. Also set the iframe video url from the main frame before installing the canplaythrough event listener. 2012-03-06 Pavel Feldman Web Inspector: add support for inspection of huge (1M elements) arrays. https://bugs.webkit.org/show_bug.cgi?id=80421 Reviewed by Vsevolod Vlasov. * http/tests/inspector/indexeddb/database-data.html: * inspector/console/console-big-array.html: 2012-03-06 Stephen White [chromium] Rebaseline some SVG tests now giving correct results. Unreviewed gardening. * platform/chromium-linux/svg/custom/use-on-text-expected.png: * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added. * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-win/svg/custom/use-on-text-expected.png: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png: 2012-03-06 Philippe Normand [GStreamer] media/video-played-collapse.html https://bugs.webkit.org/show_bug.cgi?id=36165 Reviewed by Eric Carlson. Refactored the test to minimize flakiness risks. * media/video-played-collapse-expected.txt: * media/video-played-collapse.html: * platform/gtk/test_expectations.txt: 2012-03-06 Ulan Degenbaev TypedArray subarray call for subarray does not clamp the end index parameter properly https://bugs.webkit.org/show_bug.cgi?id=80285 Reviewed by Kenneth Russell. * fast/canvas/webgl/array-unit-tests-expected.txt: * fast/canvas/webgl/array-unit-tests.html: 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium expectations update. Stage 1 of expectations updating for SVG refactor. This covers the svg/custom directory. * platform/chromium-linux-x86/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-linux-x86/svg/custom/use-setAttribute-crash-expected.txt: Added. * platform/chromium-linux/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-linux/svg/custom/use-on-text-expected.png: * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Removed. * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt: * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Removed. * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac-leopard/svg/custom/use-disappears-after-style-update-expected.txt: Added. * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt: * platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/broken-internal-references-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-clippath-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-mask-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-pattern-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-css-events-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-events-crash-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac/svg/custom/broken-internal-references-expected.png: Removed. * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed. * platform/chromium-mac/svg/custom/recursive-clippath-expected.png: Removed. * platform/chromium-mac/svg/custom/recursive-mask-expected.png: Removed. * platform/chromium-mac/svg/custom/recursive-pattern-expected.png: Removed. * platform/chromium-mac/svg/custom/use-events-crash-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed. * platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win-xp/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win/svg/custom/broken-internal-references-expected.txt: * platform/chromium-win/svg/custom/clip-path-referencing-use-expected.txt: * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt: * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt: * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt: * platform/chromium-win/svg/custom/pattern-rotate-expected.txt: * platform/chromium-win/svg/custom/recursive-clippath-expected.txt: * platform/chromium-win/svg/custom/recursive-mask-expected.txt: * platform/chromium-win/svg/custom/recursive-pattern-expected.txt: * platform/chromium-win/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-expected.txt: * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt: * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt: * platform/chromium-win/svg/custom/use-css-events-expected.txt: * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win/svg/custom/use-dynamic-append-expected.txt: * platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt: * platform/chromium-win/svg/custom/use-elementInstance-methods-expected.txt: * platform/chromium-win/svg/custom/use-event-handler-on-referenced-element-expected.txt: * platform/chromium-win/svg/custom/use-event-handler-on-use-element-expected.txt: * platform/chromium-win/svg/custom/use-events-crash-expected.txt: * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt: * platform/chromium-win/svg/custom/use-instanceRoot-modifications-expected.txt: * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt: * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt: * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt: * platform/chromium-win/svg/custom/use-on-g-expected.txt: * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/chromium-win/svg/custom/use-on-rect-expected.txt: * platform/chromium-win/svg/custom/use-on-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-win/svg/custom/use-on-text-expected.png: * platform/chromium-win/svg/custom/use-on-text-expected.txt: * platform/chromium-win/svg/custom/use-on-use-expected.txt: * platform/chromium-win/svg/custom/use-property-changes-through-dom-expected.txt: * platform/chromium-win/svg/custom/use-property-changes-through-svg-dom-expected.txt: * platform/chromium-win/svg/custom/use-recursion-1-expected.txt: * platform/chromium-win/svg/custom/use-recursion-2-expected.txt: * platform/chromium-win/svg/custom/use-recursion-3-expected.txt: * platform/chromium-win/svg/custom/use-recursion-4-expected.txt: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win/svg/custom/use-transform-expected.txt: * platform/chromium/test_expectations.txt: * platform/mac-future/svg/custom: Added. * platform/mac-future/svg/custom/use-on-symbol-inside-pattern-expected.png: Added. * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed. 2012-03-06 Hans Muller SVG transform-origin presentation attribute https://bugs.webkit.org/show_bug.cgi?id=79678 Reviewed by Nikolas Zimmermann. Test case just verifies that the transform-origin presentation attribute changes an SVG element's getComputedStyle() as expected. * svg/transforms/transform-origin-presentation-attribute-expected.txt: Added. * svg/transforms/transform-origin-presentation-attribute.xhtml: Added. 2012-03-06 Pavel Podivilov Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel. https://bugs.webkit.org/show_bug.cgi?id=80396 Reviewed by Vsevolod Vlasov. * inspector/debugger/callstack-placards-discarded.html: * inspector/debugger/linkifier.html: 2012-03-06 Vsevolod Vlasov Web Inspector: [Regression] Execution line is not revealed when debugger is stopped if scripts panel was not yet shown. https://bugs.webkit.org/show_bug.cgi?id=80306 Reviewed by Pavel Feldman. * inspector/debugger/callstack-placards-discarded-expected.txt: * inspector/debugger/reveal-execution-line-expected.txt: Added. * inspector/debugger/reveal-execution-line.html: Added. 2012-03-06 Pavel Podivilov Web Inspector: remove reference to RawSourceCode from UISourceCode. https://bugs.webkit.org/show_bug.cgi?id=80395 Reviewed by Vsevolod Vlasov. * inspector/debugger/raw-source-code.html: * inspector/debugger/ui-source-code.html: 2012-03-06 Ádám Kallai [Qt] Gardening, skip some failing tests. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-06 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-06 Roland Steiner :scope should behave as :root outside scoped style sheet https://bugs.webkit.org/show_bug.cgi?id=80389 Update test with :scope in global style sheet Reviewed by Antti Koivisto. * fast/css/style-scoped/scope-pseudo-expected.txt: * fast/css/style-scoped/scope-pseudo.html: 2012-03-05 Vsevolod Vlasov Web Inspector: [Regression] Message bubbles are not removed from scripts panel source frames after console was cleared. https://bugs.webkit.org/show_bug.cgi?id=80275 Reviewed by Pavel Feldman. * inspector/debugger/source-frame-expected.txt: * inspector/debugger/source-frame.html: 2012-03-06 Kentaro Hara Unreviewed, gardening. * platform/chromium-mac-snowleopard/fast/repaint/transform-rotate-and-remove-expected.png: Added. * platform/chromium-win/fast/repaint/transform-rotate-and-remove-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.png. * platform/chromium/fast/repaint/transform-rotate-and-remove-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.txt. 2012-03-05 Kent Tamura Do not reformat strings in on platforms using LocalizedNumberICU. https://bugs.webkit.org/show_bug.cgi?id=78326 Reviewed by Hajime Morita. * platform/chromium/test_expectations.txt: Need to do rebaseline for fast/speech/input-appearance-numberandspeech.html because the number rounding issue is fixed. 2012-03-06 Mike Lawther CSS3 calc: rewrite margin test to use getComputedStyle https://bugs.webkit.org/show_bug.cgi?id=80379 Note that parts of this test still fail, due to yet-to-be-landed CSS3 calc() functionality (see http://wkb.ug/16662) Reviewed by Kent Tamura. * css3/calc/margin-expected.txt: * css3/calc/margin.html: 2012-03-06 Philippe Normand REGRESSION (r109461): broke fast/js/function-dot-arguments-and-caller.html on GTK https://bugs.webkit.org/show_bug.cgi?id=80117 Unreviewed, unskip the fixed test. * platform/gtk/Skipped: 2012-03-05 Pavel Podivilov Web Inspector: stop using RawSourceCode in BreakpointManager. https://bugs.webkit.org/show_bug.cgi?id=80286 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: 2012-03-05 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip new crashing tests, because crashes aren't bugs but features. :) * platform/qt-5.0-wk2/Skipped: 2012-03-05 Kishore Bolisetty Element not fully repainted after application and removal of transform https://bugs.webkit.org/show_bug.cgi?id=61338 Reviewed by Simon Fraser. Test to remove the transform property of an element upon onload event. * fast/repaint/transform-rotate-and-remove.html: Added. * platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.png: Added. * platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.txt: Added. 2012-03-05 Gavin Barraclough putByIndex should throw in strict mode https://bugs.webkit.org/show_bug.cgi?id=80335 Reviewed by Filip Pizlo. Make the MethodTable PutByIndex trap take a boolean 'shouldThrow' parameter. * fast/js/Object-defineProperty-expected.txt: * fast/js/mozilla/strict/15.4.4.12-expected.txt: * fast/js/mozilla/strict/15.4.4.13-expected.txt: * fast/js/mozilla/strict/15.4.4.8-expected.txt: * fast/js/mozilla/strict/15.4.4.9-expected.txt: * fast/js/mozilla/strict/15.5.5.2-expected.txt: * fast/js/mozilla/strict/8.12.5-expected.txt: * fast/js/preventExtensions-expected.txt: * fast/js/primitive-property-access-edge-cases-expected.txt: - Checking in passing test results. * fast/js/script-tests/Object-defineProperty.js: - Added test cases for putting to numeric properties where property is read-only, length is read-only, or property is accessor with missing set function. * fast/js/script-tests/preventExtensions.js: - Added test case, putting numeric property to non-extensible array. * fast/js/script-tests/primitive-property-access-edge-cases.js: - Enabled test cases for putting numeric properties to primitive strings. 2012-03-05 Adrienne Walker Compositing overlap testing can throw layers into compositing when they should not be. https://bugs.webkit.org/show_bug.cgi?id=50192 Reviewed by Simon Fraser. * compositing/layer-creation/stacking-context-overlap-expected.txt: Added. * compositing/layer-creation/stacking-context-overlap.html: Added. * compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added. * compositing/layer-creation/stacking-context-overlap-nested.html: Added. * platform/chromium/test_expectations.txt: 2012-03-05 Yoshifumi Inoue [Forms] HTMLFieldSetForms.idl doesn't have type attribute. https://bugs.webkit.org/show_bug.cgi?id=80109 Reviewed by Hajime Morita. * fast/forms/fieldset/fieldset-type-expected.txt: Added. * fast/forms/fieldset/fieldset-type.html: Added. 2012-03-05 Kenichi Ishibashi [WebSocket] Should raise SYNTAX_ERR when message contains unpaired surrogates https://bugs.webkit.org/show_bug.cgi?id=80103 Reviewed by Kent Tamura. Added tests for unpaired surrogates check for WebSocket message and close reason. Updated two expectations for close() tests because further error message is added. * http/tests/websocket/tests/hybi/close-expected.txt: Updated. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Added. * http/tests/websocket/tests/hybi/workers/close-expected.txt: Updated. 2012-03-05 Yoshifumi Inoue [Forms] HTMLFieldSetForms.idl doesn't have name attribute. https://bugs.webkit.org/show_bug.cgi?id=81008 Test read/write attribute "name" of fieldset element. Reviewed by Hajime Morita. * fast/forms/fieldset/fieldset-name-expected.txt: Added. * fast/forms/fieldset/fieldset-name.html: Added. 2012-03-05 Tony Chang add tests for multiline flexbox and flex-pack https://bugs.webkit.org/show_bug.cgi?id=80342 Reviewed by Ojan Vafai. * css3/flexbox/multiline-pack-expected.txt: Added. * css3/flexbox/multiline-pack.html: Added. 2012-03-05 David Grogan Basic IndexedDB shared worker test https://bugs.webkit.org/show_bug.cgi?id=80189 Reviewed by Tony Chang. * fast/js/resources/js-test-pre.js: (startWorker.worker.port.onmessage): * platform/chromium/test_expectations.txt: * storage/indexeddb/basics-shared-workers-expected.txt: Added. * storage/indexeddb/basics-shared-workers.html: Added. * storage/indexeddb/resources/shared.js: (.self.postMessage): (.self.onconnect.self.postMessage): (.self.onconnect): (done): (unexpectedErrorCallback): 2012-03-05 Gavin Barraclough putByIndex should throw in strict mode https://bugs.webkit.org/show_bug.cgi?id=80335 Reviewed by Filip Pizlo. * fast/js/primitive-property-access-edge-cases-expected.txt: * fast/js/script-tests/primitive-property-access-edge-cases.js: (checkNumericGet.Object.defineProperty): (checkNumericSet.Object.defineProperty): (checkNumericGetStrict.Object.defineProperty): (checkNumericSetStrict.Object.defineProperty): (checkNumericRead): (checkNumericWrite): (checkNumericReadStrict): (checkNumericWriteStrict): - Added test cases. 2012-03-05 Stephen Chenney [Chromium] SVG Composite of Offset crashes https://bugs.webkit.org/show_bug.cgi?id=77245 Reviewed by Stephen White. The feComposite arithmetic mode filter could readily be made to generate invalid pre-multiplied pixel values which would then go on to pollute other filters and cause invalid final output pixels. This patch checks for filters that require valid inputs, and checks that a result is valid, and corrects the result if necessary. This matches the behavior of FF and Opera while preventing crashes or other undesirable behavior. * svg/filters/feComposite-arithmetic-invalid-rgba-expected.svg: Added. * svg/filters/feComposite-arithmetic-invalid-rgba.svg: Added. 2012-03-05 Alexis Menard getComputedStyle gives incorrect information for 'height' property https://bugs.webkit.org/show_bug.cgi?id=33593 Reviewed by David Hyatt. Make sure that the contentBoxRect doesn't take into account the intrinsic padding. * fast/css/getComputedStyle/getComputedStyle-height-expected.txt: Added. * fast/css/getComputedStyle/getComputedStyle-height.html: Added. 2012-03-05 Robert Kroeger Correct a test to work the same on Gtk and non-Gtk chromium in the presence of correctly synthesized GestureScroll* events. https://bugs.webkit.org/show_bug.cgi?id=80075 Reviewed by Adam Barth. * fast/events/touch/gesture/gesture-scroll.html: 2012-03-05 Mihnea Ovidenie [CSSRegions][CSSOM]Prevent creation of NamedFlow object for invalid flow name https://bugs.webkit.org/show_bug.cgi?id=79685 Reviewed by David Hyatt. Asking for a named flow with an invalid flow name should return a null object. * fast/regions/webkit-named-flow-invalid-name-expected.txt: Added. * fast/regions/webkit-named-flow-invalid-name.html: Added. 2012-03-02 Ryosuke Niwa unicode-bidi should support isolate override and override isolate https://bugs.webkit.org/show_bug.cgi?id=73164 Reviewed by Eric Seidel. Added a test for retrieving computed value of unicode-bidi property and also added a test to render "unicode-bidi: -webkit-isolate bidi-override". * fast/css/unicode-bidi-computed-value-expected.txt: Added. * fast/css/unicode-bidi-computed-value.html: Added. * fast/text/bidi-override-isolate-expected.html: Added. * fast/text/bidi-override-isolate.html: Added. 2012-03-05 Tony Chang Implement flex-wrap: wrap https://bugs.webkit.org/show_bug.cgi?id=79930 Reviewed by David Hyatt. * css3/flexbox/multiline-align-expected.txt: Added. * css3/flexbox/multiline-align.html: Added. * css3/flexbox/multiline-expected.txt: Added. * css3/flexbox/multiline.html: Added. 2012-03-05 Stephen White [chromim] Mark http/tests/incremental/partial-jpeg.html as failing. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-05 Tony Chang [chromium] Unreviewed, marking a test that is passing on linux as such. platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html is passing on the flakiness dashboard. * platform/chromium/test_expectations.txt: 2012-03-05 Alexey Proskuryakov FileReader crashes when file is not readable https://bugs.webkit.org/show_bug.cgi?id=79715 Unreviewed follow-up - skip the test as uses unimplemented beginDragWithFiles. * platform/wk2/Skipped: 2012-03-05 Sheriff Bot Unreviewed, rolling out r109760. http://trac.webkit.org/changeset/109760 https://bugs.webkit.org/show_bug.cgi?id=80320 Caused many GTK+ tests to crash (Requested by mrobinson on #webkit). * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Removed. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Removed. 2012-03-05 Adam Klein Never dispatch mutation events in shadow DOM https://bugs.webkit.org/show_bug.cgi?id=79278 Reviewed by Ryosuke Niwa. * fast/dom/shadow/suppress-mutation-events-in-shadow-expected.txt: Added. * fast/dom/shadow/suppress-mutation-events-in-shadow.html: Added. 2012-03-05 Sheriff Bot Unreviewed, rolling out r109656. http://trac.webkit.org/changeset/109656 https://bugs.webkit.org/show_bug.cgi?id=80316 This seems to have regressed Parser/html5-full-render by about 10% (Requested by anttik on #webkit). * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Removed. * fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/win/fast/dom/Window/window-properties-expected.txt: 2012-03-05 Adam Klein Use a proper closing tag for shadow element layout test https://bugs.webkit.org/show_bug.cgi?id=80305 Reviewed by Adam Barth. * fast/dom/shadow/shadow-element.html: 2012-03-05 Sami Kyostila Partially loaded JPEGs should have alpha channel https://bugs.webkit.org/show_bug.cgi?id=78239 Reviewed by Kenneth Russell. While a JPEG image is being loaded, the parts which have not been decoded yet should show whatever is behind the image. This tests verifies this by displaying a JPEG which never fully completes loading. This is achieved by serving the JPEG from a PHP script that strips the end of image marker (ff d9) from the data. The test image is 32x32 pixels, so compresses to 4x4 JPEG MCU blocks. The expected result is that the final row of MCU blocks (32x4 pixels) never finishes loading due to the missing end of image marker and the indicator div is shown through this area. * http/tests/incremental/partial-jpeg-expected.png: Added. * http/tests/incremental/partial-jpeg-expected.txt: Added. * http/tests/incremental/partial-jpeg.html: Added. * http/tests/incremental/resources/checkerboard.jpg: Added. * http/tests/incremental/resources/partial-jpeg.php: Added. 2012-03-05 Adam Klein Unreviewed test expectations update: widen slowness of jquery/offset.html. * platform/chromium/test_expectations.txt: 2012-03-05 Alexander Pavlov Web Inspector: CSS inactive property check should account for vendor prefixes https://bugs.webkit.org/show_bug.cgi?id=80225 Reviewed by Pavel Feldman. * inspector/styles/vendor-prefixes-expected.txt: Added. * inspector/styles/vendor-prefixes.html: Added. 2012-03-05 Dan Bernstein fast/text/international/spaces-combined-in-vertical-text.html has incorrect expected results https://bugs.webkit.org/show_bug.cgi?id=80284 Reviewed by Alexey Proskuryakov. The test was added in r104322 with results from the Chromium port, which are incorrect. This is the subject of . * fast/text/international/spaces-combined-in-vertical-text-expected.txt: * platform/chromium/fast/text/international/spaces-combined-in-vertical-text-expected.txt: Copied from LayoutTests/fast/text/international/spaces-combined-in-vertical-text-expected.txt. 2012-03-05 Dan Bernstein fast/regions/select-in-region-crash.html has incorrect expected results https://bugs.webkit.org/show_bug.cgi?id=80289 Reviewed by Alexey Proskuryakov. * fast/regions/select-in-region-crash-expected.txt: Updated. * platform/chromium/fast/regions/select-in-region-crash-expected.txt: Removed. 2012-03-05 Martin Robinson [soup] Crash while loading http://www.jusco.cn https://bugs.webkit.org/show_bug.cgi?id=68238 Reviewed by Philippe Normand. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Added. 2012-03-05 Zan Dobersek [GTK] plugins/netscape-plugin-page-cache-works.html fails https://bugs.webkit.org/show_bug.cgi?id=74409 Reviewed by Martin Robinson. Unskip one new passing test and reclassify one failure. * platform/gtk/Skipped: 2012-03-05 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip a new flakey test, unskip a passing test. * platform/qt/svg/custom/bug78807-expected.txt: Added. (https://bugs.webkit.org/show_bug.cgi?id=80156) 2012-03-05 Pavel Feldman Web Inspector: check for the number of parsed css properties. https://bugs.webkit.org/show_bug.cgi?id=80268 Reviewed by Vsevolod Vlasov. * inspector/styles/set-property-boundaries-expected.txt: Added. * inspector/styles/set-property-boundaries.html: Added. 2012-03-02 Alexander Pavlov Web Inspector: [Styles] [CRASH] Handle rule addition and inline style editing failure due to Content-Security-Policy in the page https://bugs.webkit.org/show_bug.cgi?id=80024 Reviewed by Pavel Feldman. * inspector/styles/add-new-rule-inline-style-csp-expected.txt: Added. * inspector/styles/add-new-rule-inline-style-csp.html: Added. 2012-03-05 Pavel Podivilov Web Inspector: fix extensions-resource.html test. https://bugs.webkit.org/show_bug.cgi?id=80183 Reviewed by Vsevolod Vlasov. * platform/chromium/test_expectations.txt: 2012-03-05 Kent Tamura [Chromium] Rebaseline search-field-cancel.html for r109503. Fix an error of the previous rebaseline. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Removed. * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: 2012-03-05 Csaba Osztrogonác Unreviewed gardening, skip a new failing test. * platform/qt/Skipped: 2012-03-02 Andrey Kosyakov Add instrumentation for frame start/end on timeline. Web Inspector: add timeline instrumentation for frame events https://bugs.webkit.org/show_bug.cgi?id=80127 Reviewed by Pavel Feldman. * inspector/timeline/timeline-enum-stability-expected.txt: 2012-03-04 MORITA Hajime Internally used HTMLContentElement subclasses should have correct wrapper. https://bugs.webkit.org/show_bug.cgi?id=80237 Reviewed by Kent Tamura. * fast/dom/shadow/content-element-user-agent-shadow-expected.txt: Added. * fast/dom/shadow/content-element-user-agent-shadow.html: Added. * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt: 2012-03-04 Martin Robinson [GTK] REGRESSION: r108278 broke some tests that expect focus https://bugs.webkit.org/show_bug.cgi?id=79084 Reviewed by Philippe Normand. * platform/gtk/Skipped: Unskip passing tests. 2012-03-05 Kent Tamura [Chromium] Rebaseline search-field-cancel.html for r109503. * platform/chromium-linux/fast/repaint/search-field-cancel-expected.png: * platform/chromium-mac-leopard/fast/repaint/search-field-cancel-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Added. * platform/chromium-win/fast/repaint/search-field-cancel-expected.png: * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-04 Philippe Normand Unreviewed, mark two tests as flaky in GTK. * platform/gtk/test_expectations.txt: editing/selection/select-line-break-with-opposite-directionality.html and fast/css/hover-update.html are flaky. 2012-03-04 Shinya Kawanaka Refactoring: Methods like firstRendererOf of NodeRenderingContext should be extracted. https://bugs.webkit.org/show_bug.cgi?id=79902 Reviewed by Hajime Morita. Added a new test case. * fast/dom/shadow/content-element-move-expected.txt: * fast/dom/shadow/content-element-move.html: 2012-03-04 Kent Tamura [Chromium] We should reset mouse position before calling eventSender.mouseMove in LayoutTest https://bugs.webkit.org/show_bug.cgi?id=79748 * platform/chromium/test_expectations.txt: Removed flaky expectations. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/fast/files/xhr-response-blob-expected.txt: 2012-03-01 MORITA Hajime REGRESSION(r108758): Assertion failure in WebCore::RenderMenuList::addChild https://bugs.webkit.org/show_bug.cgi?id=80096 Reviewed by Dimitri Glazkov. * fast/forms/select-generated-content-expected.txt: Added. * fast/forms/select-generated-content.html: Added. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium-mac-leopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/fast/js/function-dot-arguments-and-caller-expected.txt: Removed. 2012-03-04 Mike Lawther table tests for CSS3 calc https://bugs.webkit.org/show_bug.cgi?id=75898 Reviewed by Julien Chaffraix. Tests CSS3 calc() (see http://webkit.org/b/16662) on some simple examples with tables. * css3/calc/table-calcs-expected.txt: Added. * css3/calc/table-calcs.html: Added. * css3/calc/table-empty-cells-expected.html: Added. * css3/calc/table-empty-cells.html: Added. 2012-03-04 Nikolas Zimmermann Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly https://bugs.webkit.org/show_bug.cgi?id=79790 Reviewed by Dirk Schulze. Extended attributesTypes.html test case to check that presentation attributes are always animated as CSS properties, regardless of their attributeTypes value. * platform/chromium/test_expectations.txt: Remove animate-elem-32-t.svg suppression. * svg/animations/attributeTypes-expected.txt: Updated expectations. * svg/animations/resources/attributeTypes.svg: Fix comment. * svg/animations/script-tests/attributeTypes.js: Extend test. (sample1): (sample2): (sample3): 2012-03-03 Raymond Toy DelayNode has a fixed one second max delay time https://bugs.webkit.org/show_bug.cgi?id=78758 Reviewed by Chris Rogers. * webaudio/resources/delay-testing.js: Added more informative messages. * webaudio/delaynode-expected.txt: Updated result for more informative messages * webaudio/delaynode-scheduling-expected.txt: Updated result for more informative messages. * webaudio/delaynode-maxdelay-expected.txt: Added * webaudio/delaynode-maxdelay.html: Added 2012-03-03 Raymond Toy Biquad getFrequencyResponse needs a layout test. https://bugs.webkit.org/show_bug.cgi?id=79503 Add simple test for getFrequencyResponse. Reviewed by Chris Rogers. * webaudio/biquad-getFrequencyResponse-expected.txt: Added. * webaudio/biquad-getFrequencyResponse.html: Added. 2012-03-03 Sheriff Bot Unreviewed, rolling out r109343. http://trac.webkit.org/changeset/109343 https://bugs.webkit.org/show_bug.cgi?id=80212 Int32array can't handle values for native nodes because they have int64 ids (Requested by loislo1 on #webkit). * inspector/profiler/heap-snapshot-loader.html: * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock): (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM): (initialize_HeapSnapshotTest): 2012-03-03 Philippe Normand Unreviewed, GTK tests_expectations update. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: 2012-03-03 Philippe Normand Unreviewed, rebaseline after r109623. * editing/selection/select-line-break-with-opposite-directionality-expected.txt: 2012-03-03 Joe Thomas Implement vw/vh/vmin (viewport sizes) from CSS 3 Values and Units https://bugs.webkit.org/show_bug.cgi?id=27160 The specification related to this implementation is located at http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths. vw/vh/vmin are implemented as primitive length units. Added the parsing logic for these new units and creation of primitive values. Added new Length types such as ViewportRelativeWidth, ViewportRelativeHeight and ViewportRelativeMin for viewport-relative lengths and included the support for fetching the value of these relative length units based on the current viewport size. Reviewed by Antti Koivisto. * css3/viewport-relative-lengths: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Added. * fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/win/fast/dom/Window/window-properties-expected.txt: 2012-03-02 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a new crashing test. * platform/qt-5.0-wk2/Skipped: 2012-03-02 Csaba Osztrogonác [Qt] Unreviewed gardening, updated expected files. * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.png: Added. * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added. * platform/qt/fast/dom/prototype-inheritance-2-expected.png: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: 2012-03-02 Pablo Flouret Editor's default paragraph separator is not reset when a frame's document is changed https://bugs.webkit.org/show_bug.cgi?id=80065 Reviewed by Ryosuke Niwa. * editing/execCommand/default-paragraph-separator.html: Last line of the test did a manual reset of the value to work around this problem. Removed. * editing/execCommand/reset-values-after-navigation-expected.txt: Added. * editing/execCommand/reset-values-after-navigation.html: Added. * editing/execCommand/resources/reset-default-values-helper-1.html: Added. * editing/execCommand/resources/reset-default-values-helper-2.html: Added. 2012-03-02 Noel Gordon :empty should apply to elements made empty via page dynamics https://bugs.webkit.org/show_bug.cgi?id=79734 Reviewed by Antonio Gomes. * fast/css/pseudo-empty-dynamic-empty-expected.txt: Added. * fast/css/pseudo-empty-dynamic-empty.html: Added. 2012-03-02 Gavin Barraclough ES5.1-15.3.5.4. prohibits Function.caller from [[Get]]ting a strict caller https://bugs.webkit.org/show_bug.cgi?id=80011 We now support getting the caller from within an accessor. Reviewed by Sam Weinig. * fast/js/function-dot-arguments-and-caller.html: * platform/qt/Skipped: 2012-03-02 Eric Seidel Chrome 18 fails html5test.com XHR Blob response test https://bugs.webkit.org/show_bug.cgi?id=76760 Unreviewed rebaselining. Cr-Linux returns application/javascript for .js files instead of text/javascript. * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Added. 2012-03-02 Michael Nordman Unreviewed, remove an erroneous expected result that showed up in r109303. * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Removed. 2012-03-02 Adam Klein Mark a few tests as flaky on Leopard debug. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-02 Ryosuke Niwa Another test fix after r109593. Remove the extra start body tag. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-02 Adam Klein Unreviewed rebaseline for Leopard. * platform/chromium-mac-leopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added. 2012-03-01 Eric Seidel Chrome 18 fails html5test.com XHR Blob response test https://bugs.webkit.org/show_bug.cgi?id=76760 Reviewed by Adam Barth. * fast/files/script-tests/xhr-response-blob.js: Added. (xhr.onreadystatechange): * fast/files/xhr-response-blob-expected.txt: Added. * fast/files/xhr-response-blob.html: Added. * platform/chromium/fast/files/xhr-response-blob-expected.txt: Added. 2012-03-02 Adam Klein Unreviewed test expectations cleanup. Marked a bunch of flakiness as happening only in DEBUG, and removed a whole set of tests that are no longer flaky. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed rebaseline of SVG feImage tests after r105612 and r106113. * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-position-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-win/svg/filters/feImage-position-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed, rebaseline some SVG tests after r105612. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-linux/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed. * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png: * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening, widen flaky crash expectations for FileWriter test. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed rebaselining, update a bunch of old results for Snow Leopard. * platform/chromium-linux/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.png: Added. * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.txt: Added. * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.txt. * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. * platform/chromium-mac-snowleopard/fonts/monospace-expected.png: Added. * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.png: Added. * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-03-02 Ryosuke Niwa Unreviewed test fix. Don't add an event listener for interactive debugging when the test is ran inside a DumpRenderTree / WebKitTestRunner. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-02 Sheriff Bot Unreviewed, rolling out r109602. http://trac.webkit.org/changeset/109602 https://bugs.webkit.org/show_bug.cgi?id=80194 some TEXT baselines were wrong and some baselines were wrongly removed (Requested by jchaffraix on #webkit). * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Removed. * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Removed. * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Removed. * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Added. * platform/chromium-mac/fast/clip/008-expected.png: Added. * platform/chromium-mac/fast/clip/011-expected.png: Added. * platform/chromium-mac/fast/clip/012-expected.png: Added. * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win/fast/clip/008-expected.txt: * platform/chromium-win/fast/clip/011-expected.txt: * platform/chromium-win/fast/clip/012-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. 2012-03-02 Adam Klein Unreviewed gardening. Widen/correct a few chromium expectations. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Rebaseline an inspector test after r109599. "evt" was changed to "event", lengthening it by two characters. Unreviewed gardening. * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: 2012-03-02 SravanKumar Sandela Layout issue with fieldset legend element https://bugs.webkit.org/show_bug.cgi?id=78684 Reviewed by Dirk Pranke. * fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html: Added. Test case to check un-clipped border logic * platform/chromium/test_expectations.txt: * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. 2012-03-02 Igor Oliveira animation-timing-function falls back to ease when overriding animation-name https://bugs.webkit.org/show_bug.cgi?id=71623 Add a test to verify if the override the animation-name property works when the parent animation did not set the animation name. Reviewed by Dean Jackson. * animations/animation-shorthand-overriding-expected.txt: Added. * animations/animation-shorthand-overriding.html: Added. 2012-03-02 Mike Reed new baselines for Skia shadows Unreviewed rebaselining. * platform/chromium-win-vista/svg/css/group-with-shadow-expected.png: * platform/chromium-win-xp/svg/css: Added. * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-win/fast/transforms/shadows-expected.png: * platform/chromium-win/svg/css/group-with-shadow-expected.png: * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening. Suppress an inspector test timing out after r109561. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix Unreviewed Chromium rebaselining. Those tests have consistent results with other platforms and with the expected result so unmark and rebaseline them. * platform/chromium-linux-x86/fast/box-shadow: Added. * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added. * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Added. * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Added. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Added. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: Added. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Added. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added. * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Removed. * platform/chromium-mac/fast/clip/008-expected.png: Removed. * platform/chromium-mac/fast/clip/011-expected.png: Removed. * platform/chromium-mac/fast/clip/012-expected.png: Removed. * platform/chromium-win-vista/fast/box-shadow: Added. * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win-xp/fast/box-shadow: Added. * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win/fast/clip/008-expected.txt: * platform/chromium-win/fast/clip/011-expected.txt: * platform/chromium-win/fast/clip/012-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Removed. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Removed. * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Removed. 2012-03-02 Adam Klein Rebaselining SVG foreignObject tests after r108494. Unreviewed gardening. * platform/chromium-linux/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-mac-leopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Erik Arvidsson [V8] Make inline event attributes use evt for SVG and event otherwise https://bugs.webkit.org/show_bug.cgi?id=80167 Reviewed by Ojan Vafai. * fast/dom/inline-event-attributes-event-param-name-expected.txt: Added. * fast/dom/inline-event-attributes-event-param-name.html: Added. 2012-03-02 Dirk Pranke Fix expectation for svg/foreignObject/fO-parent-display-changes.svg. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening, suppress some failures in shadow tests due to the skia roll. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix [chromium] Layout test fast/events/overflow-events.html is flaky https://bugs.webkit.org/show_bug.cgi?id=52064 Reviewed by Simon Fraser. Try to make the test less flaky. * fast/events/overflow-events.html: Ensure that the 'overflow' events arrive one at a time in order (there is no guarantee that they *do* dispatch though). Also added a clearer message if we fail the test. That should help us if the test is still flaky. 2012-03-02 Maciej Stachowiak REGRESSION(r97353): Crash when accessing location or history properties inside a navigated window https://bugs.webkit.org/show_bug.cgi?id=80133 Reviewed by Antti Koivisto. * fast/dom/Window/navigated-window-properties-expected.txt: Added. * fast/dom/Window/navigated-window-properties.html: Added. * fast/dom/Window/resources/navigated-window-prop-subframe1.html: Added. * fast/dom/Window/resources/navigated-window-prop-subframe2.html: Added. 2012-03-02 Ryosuke Niwa REGRESSION(r74971): Can't select a line of RTL text on Facebook https://bugs.webkit.org/show_bug.cgi?id=59435 Reviewed by Eric Seidel. Add a regression test for selecting multiline bidirectional text. * editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added. * editing/selection/select-line-break-with-opposite-directionality.html: Added. 2012-03-02 Adam Klein Chromium rebaselines after r109512. Unreviewed gardening. * platform/chromium-linux/fast/block/float/026-expected.png: * platform/chromium-linux/fast/block/float/028-expected.png: * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png: * platform/chromium-mac-leopard/fast/block/float/026-expected.png: * platform/chromium-mac-leopard/fast/block/float/028-expected.png: * platform/chromium-mac-leopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/026-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/float/028-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Renamed from LayoutTests/platform/chromium/fast/events/offsetX-offsetY-expected.txt. * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added. * platform/chromium-mac/fast/block/float/026-expected.png: Removed. * platform/chromium-mac/fast/block/float/028-expected.png: Removed. * platform/chromium-win/fast/block/float/026-expected.png: * platform/chromium-win/fast/block/float/026-expected.txt: * platform/chromium-win/fast/block/float/028-expected.png: * platform/chromium-win/fast/block/float/028-expected.txt: * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png: * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-02 Cary Clark Unreviewed rebaselining of images affected by these changes: https://bugs.webkit.org/show_bug.cgi?id=76556 ('Match style of platform error underline for misspellings') https://bugs.webkit.org/show_bug.cgi?id=78117 ('[Skia Mac] Make misspelling underline dots unclipped') * platform/chromium-mac-leopard/editing/deleting/delete-3928305-fix-expected.png: [139 lines deleted] * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix Move the 'overflow' event dispatching logic out of RenderLayer https://bugs.webkit.org/show_bug.cgi?id=80090 Reviewed by Simon Fraser. * fast/events/overflow-events-writing-mode.html: Added. * fast/events/overflow-events-writing-mode-expected.txt: Added. Added a test for overflow events in a vertical writing mode. 2012-03-02 Adam Klein Rebaseline a test on Leopard after expectation was removed in r109516. Unreviewed gardening. * platform/chromium-mac-leopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added. 2012-03-02 Philippe Normand Unreviewed, GTK rebaseline after r109581. * platform/gtk/security/block-test-expected.txt: 2012-03-02 Philippe Normand [GTK] security/block-test.html baselines differ from mac https://bugs.webkit.org/show_bug.cgi?id=78343 Reviewed by Martin Robinson. GTK baselines updates for two security tests. They're closer to the mac baselines now. * platform/gtk/security/block-test-expected.txt: Added. * platform/gtk/security/block-test-no-port-expected.txt: 2012-03-02 Kaustubh Atrawalkar Rename DOMURL to URL in the bindings https://bugs.webkit.org/show_bug.cgi?id=78214 Reviewed by Kentaro Hara. * fast/files/domurl-script-execution-context-crash-expected.txt: * fast/files/domurl-script-execution-context-crash.html: * fast/js/constructor-length.html: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/constructor-length-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: * platform/mac/fast/js/constructor-length-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2012-03-02 Roland Steiner Add :scope pseudo-class https://bugs.webkit.org/show_bug.cgi?id=79077 Test new :scope pseudo-class Reviewed by Antti Koivisto. * fast/css/style-scoped/scope-pseudo-expected.txt: Added. * fast/css/style-scoped/scope-pseudo.html: Added. 2012-03-02 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests. * platform/qt/Skipped: 2012-03-02 Roland Steiner Scoped stylesheets don't appear to work in Shadow DOM https://bugs.webkit.org/show_bug.cgi?id=79549 Test that