2012-04-04 Simon Fraser REGRESSION(112939): compositing/reflections/backface-hidden-reflection.html is crashing https://bugs.webkit.org/show_bug.cgi?id=82994 Reviewed by James Robinson. Test that removes reflected elements. * compositing/reflections/remove-reflection-expected.txt: Added. * compositing/reflections/remove-reflection.html: Added. 2012-04-04 Greg Billock Switch web intents API to be vendor-prefixed https://bugs.webkit.org/show_bug.cgi?id=83172 Reviewed by Adam Barth. * webintents/resources/web-intents-reload-orig.html: * webintents/resources/web-intents-testing.js: (startIntentWithCallbacks): * webintents/web-intents-api-expected.txt: * webintents/web-intents-api.html: * webintents/web-intents-invoke.html: 2012-04-04 Rafael Weinstein [MutationObservers] implement takeRecords() https://bugs.webkit.org/show_bug.cgi?id=83218 Reviewed by Ojan Vafai. * fast/mutation/takeRecords-expected.txt: Added. * fast/mutation/takeRecords.html: Added. 2012-04-04 Abhishek Arya Rebaseline for r113252. Unreviewed. * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt: 2012-04-04 Shinya Kawanaka Shadow DOM is exposed in JS. https://bugs.webkit.org/show_bug.cgi?id=82607 Reviewed by Hajime Morita. * fast/dom/shadow/selection-shouldnt-expose-shadow-dom-expected.txt: Added. * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html: Added. 2012-04-04 Hayato Ito Update a layout test, adding a case for traversing a ShadowRoot which does not have any children. https://bugs.webkit.org/show_bug.cgi?id=82593 Reviewed by Dimitri Glazkov. Prior to r113125, if we traverse a ShadowRoot which does not have any children, it caused an assertion failure on debug build. r113125 fixed this issue implicitly. Adds a test case for that to catch a future regression. * fast/dom/shadow/focus-navigation-expected.html: * fast/dom/shadow/focus-navigation.html: 2012-04-04 Oliver Hunt Parser fails to revert some state after parsing expression and object literals. https://bugs.webkit.org/show_bug.cgi?id=83236 Reviewed by Gavin Barraclough. Add more parser test cases. * fast/js/parser-syntax-check-expected.txt: * fast/js/script-tests/parser-syntax-check.js: 2012-04-04 Adam Klein Delay post-insertion notifications until new DOM tree is complete https://bugs.webkit.org/show_bug.cgi?id=82631 Reviewed by Ojan Vafai. * fast/events/domnodeinserted-entire-fragment-expected.txt: Added. * fast/events/domnodeinserted-entire-fragment.html: Added. 2012-04-04 Chris Rogers RealtimeAnalyserNode should support smaller analysis sizes https://bugs.webkit.org/show_bug.cgi?id=83215 Reviewed by Kenneth Russell. * webaudio/realtimeanalyser-fft-sizing-expected.txt: * webaudio/realtimeanalyser-fft-sizing.html: 2012-04-04 David Barr Unify and modernize fast/css/{outline,background}-currentcolor.html https://bugs.webkit.org/show_bug.cgi?id=75523 Reviewed by Daniel Bates. Use js-test-pre utility functions instead of hardcoded testing logic to simplify the test code and make the test more closely conform to the visual appearance of other PASS/FAIL tests. * fast/css/background-currentcolor-expected.txt: * fast/css/background-currentcolor.html: * fast/css/outline-currentcolor-expected.txt: * fast/css/outline-currentcolor.html: 2012-04-04 Tony Chang CSS transitions should work on the flex property https://bugs.webkit.org/show_bug.cgi?id=75915 Reviewed by Dean Jackson. * transitions/flex-transitions-expected.txt: Added. * transitions/flex-transitions.html: Added. 2012-04-04 Tom Sepez XSSAuditor bypass through HTTP Parameter Pollution. https://bugs.webkit.org/show_bug.cgi?id=81283 Reviewed by Adam Barth. * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt: Added. * http/tests/security/xssAuditor/script-tag-with-comma.html: Added. 2012-04-04 Dimitri Glazkov [Chromium] Update expectations for Leopard. * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds: Added. * platform/chromium-mac-leopard/svg/css/group-with-shadow-expected.png: Added. 2012-04-04 Tony Chang inline script for flexbox tests https://bugs.webkit.org/show_bug.cgi?id=83220 Reviewed by Ojan Vafai. Inline the .js test files into the .html files. These tests don't need to be in a separate file. * css3/flexbox/css-properties.html: * css3/flexbox/display-flexbox-set-get.html: * css3/flexbox/resources/display-flexbox-set-get.js: Removed. * css3/flexbox/script-tests/TEMPLATE.html: Removed. * css3/flexbox/script-tests/css-properties.js: Removed. 2012-04-04 Abhishek Arya Rebaseline for r113252. Unreviewed. * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt: 2012-04-04 Abhishek Arya Add helpers to create anonymous table parts. https://bugs.webkit.org/show_bug.cgi?id=83116 Reviewed by Julien Chaffraix. Rebaselining tests because we now correctly inherit the bidi override. * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: 2012-04-04 Dimitri Glazkov [Chromium] Adjust expectations for fast/text/international/spaces-combined-in-vertical-text.html * platform/chromium/test_expectations.txt: Tweaked some more. 2012-04-04 Erik Arvidsson [V8] Add a per context data store and use that for caching boiler plates as well as constructor functions https://bugs.webkit.org/show_bug.cgi?id=83093 Reviewed by Adam Barth. * fast/dom/constructor-proto-expected.txt: Added. * fast/dom/constructor-proto.html: Added. * fast/workers/constructor-proto-expected.txt: Added. * fast/workers/constructor-proto.html: Added. 2012-04-04 Joshua Bell Unreviewed, updating expected test output for a test already marked FAIL. Replace dummy output with real expected output to unblock Chromium-side test. * storage/indexeddb/dont-commit-on-blocked-expected.txt: 2012-04-04 Dimitri Glazkov [Chromium] Tweak expectations for accessibility/aria-checkbox-sends-notification.html. * platform/chromium/test_expectations.txt: Tweaked expectations. 2012-04-04 Dimitri Glazkov [Chromium] Mark fonts/cursive.html as flaky on LION. * platform/chromium/test_expectations.txt: Marked as flaky. 2012-04-04 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=83207 platform/mac/fast/forms/input-list-button-size.html fails on the Mac bots after r11317 This test is expected to fail now that datalist is disabled. * platform/mac/Skipped: 2012-04-04 Dimitri Glazkov [Chromium] Adjust expectations for fast/text/international/spaces-combined-in-vertical-text.html https://bugs.webkit.org/show_bug.cgi?id=82669 * platform/chromium/test_expectations.txt: Tweaked expectations. 2012-04-04 Jesus Sanchez-Palencia WKTR needs to implement layoutTestController.setPageVisibility() https://bugs.webkit.org/show_bug.cgi?id=69554 Reviewed by Simon Fraser. * platform/wk2/Skipped: Unskipping compositing/video-page-visibility.html 2012-04-04 Dmitry Lomov [JSC] ArrayBufferView and its ArrayBuffer are appended to object pool in wrong order https://bugs.webkit.org/show_bug.cgi?id=82090 Adds tests that cover more than one view of the same ArrayBuffer being cloned. Reviewed by Kenneth Russell. * fast/canvas/webgl/array-message-passing-expected.txt: * fast/canvas/webgl/script-tests/array-message-passing.js: (typedArrayCompare): (dataViewCompare): (dataViewCompare2): (dataViewCompare3): 2012-04-04 Adam Klein Web Inspector: break on DOM node insertion only once per operation, not once per inserted node https://bugs.webkit.org/show_bug.cgi?id=82967 Reviewed by Ojan Vafai. Added test for setting inner HTML and ensuring that only a single breakpoint is hit. * inspector/debugger/dom-breakpoints.html: * platform/chromium/inspector/debugger/dom-breakpoints-expected.txt: 2012-04-04 Jeffrey Pfau Move pending sheet removal from ~HTMLLinkElement to removal from document. https://bugs.webkit.org/show_bug.cgi?id=69184 Reviewed by Adam Barth. * fast/html/pending-stylesheet-crash-expected.txt: Added. * fast/html/pending-stylesheet-crash.html: Added. 2012-04-04 Jon Lee Unskip Mac filter pixel tests which changed because of color space adjustment https://bugs.webkit.org/show_bug.cgi?id=80630 Unreviewed. * platform/mac/test_expectations.txt: Unskip tests now that patch for b80571 landed. * platform/wk2/Skipped: Unskip same tests. These were rebaselined with color correction. Between WK1 and WK2, however, they still fail the pixel hash, and completely fail if tolerance is set to 0. https://bugs.webkit.org/show_bug.cgi?id=83187 * css3/filters/add-filter-rendering-expected.png: * css3/filters/crash-filter-change-expected.png: * css3/filters/effect-blur-expected.png: * css3/filters/effect-brightness-expected.png: * css3/filters/effect-combined-expected.png: * css3/filters/effect-contrast-expected.png: * css3/filters/effect-drop-shadow-expected.png: * css3/filters/effect-grayscale-expected.png: * css3/filters/effect-hue-rotate-expected.png: * css3/filters/effect-invert-expected.png: * css3/filters/effect-opacity-expected.png: * css3/filters/effect-saturate-expected.png: * css3/filters/effect-sepia-expected.png: * css3/filters/filter-repaint-expected.png: * css3/filters/filter-with-transform-expected.png: * css3/filters/nested-filter-expected.png: * css3/filters/regions-expanding-expected.png: * css3/filters/simple-filter-rendering-expected.png: These tests fail between WK1 and WK2 because of a difference in the blur. https://bugs.webkit.org/show_bug.cgi?id=83188 * platform/mac-wk2/css3/filters/effect-blur-expected.png: Added. * platform/mac-wk2/css3/filters/effect-combined-expected.png: Added. * platform/mac-wk2/css3/filters/effect-opacity-expected.png: Added. * platform/mac-wk2/css3/filters/regions-expanding-expected.png: Added. 2012-04-04 Dimitri Glazkov [Chromium] Mark fast/writing-mode/relative-positioning-percentages.html as crashing on Mac debug https://bugs.webkit.org/show_bug.cgi?id=83185 * platform/chromium/test_expectations.txt: Marked as crashing. 2012-04-04 Christophe Dumez [EFL][DRT] Catch the "resource,request,willsend" signal https://bugs.webkit.org/show_bug.cgi?id=82192 Reviewed by Gustavo Noronha Silva. Unskip related test cases now that EFL's DumpRenderTree catches the "resource,request,willsend" signal and implements the "Blocked access to external URL" behavior. * platform/efl/Skipped: 2012-04-04 Joseph Pecoraro Web Inspector: JSC Crash inspecting node with object event listener Reviewed by Geoff Garen. * inspector/elements/event-listener-sidebar.html: * inspector/elements/event-listener-sidebar-expected.txt: * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Add an EventListener that uses an object listener instead of a function. 2012-04-04 Dimitri Glazkov [Chromium] Mark svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size.html as flaky https://bugs.webkit.org/show_bug.cgi?id=83183 * platform/chromium/test_expectations.txt: Registered flakes. 2012-04-04 Dimitri Glazkov [Chromium] Add another kind of flaky to fast/replaced/border-radius-clip.html * platform/chromium/test_expectations.txt: Flakes registered. 2012-04-04 Ami Fischman Layout Test media/video-beforeload-remove-source.html is timing out https://bugs.webkit.org/show_bug.cgi?id=82260 Reviewed by Eric Carlson. Moved the beforeload listener to to ensure it is registered before the load actually happens. Before this change, the test failed (timed out) 2/1000 runs, after the change it had no failures in 5000 runs. * media/video-beforeload-remove-source.html: * platform/chromium/test_expectations.txt: 2012-04-04 Tony Chang Remove flex function css parsing https://bugs.webkit.org/show_bug.cgi?id=83083 Reviewed by Ojan Vafai. Remove test of -webkit-flex() function. * css3/flexbox/flex-parsing-expected.txt: Removed. * css3/flexbox/flex-parsing.html: Removed. * css3/flexbox/script-tests/flex-parsing.js: Removed. 2012-04-04 Dimitri Glazkov [Chromium] Tweak expectations for fast/canvas/canvas-overloads-strokeText.html * platform/chromium/test_expectations.txt: Tweaked. 2012-04-04 Dimitri Glazkov [Chromium] Marked http/tests/websocket/tests/hybi/workers/worker-reload.html as flaky fail. https://bugs.webkit.org/show_bug.cgi?id=83173 * platform/chromium/test_expectations.txt: Added expectations. 2012-04-04 Philippe Normand Unreviewed, GTK inspector gardening. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: 2012-04-04 Philippe Normand Unreviewed, GTK inspector gardening. * platform/gtk/test_expectations.txt: 2012-04-04 Sudarsana Nagineni [EFL] DRT support for computedStyleIncludingVisitedInfo https://bugs.webkit.org/show_bug.cgi?id=82190 Unskip tests connected with computedStyleIncludingVisitedInfo(). Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-04-04 Allan Sandfeld Jensen Best clickable node might return non "clickable" node. https://bugs.webkit.org/show_bug.cgi?id=83153 Reviewed by Kenneth Rohde Christiansen. * touchadjustment/touch-inlines-expected.txt: * touchadjustment/touch-inlines.html: 2012-04-04 Csaba Osztrogonác [Qt] Unreviewed gardening, skip failing tests to try to paint ARM and Mac bots green. * platform/qt-arm/Skipped: * platform/qt-mac/Skipped: 2012-04-04 Noel Gordon Unreviewed. Layout Test fast/canvas/canvas-toDataURL-webp.html is crashing https://bugs.webkit.org/show_bug.cgi?id=81735 Test expectations update. Fixed in http://crrev.com/129144. * platform/chromium/test_expectations.txt: 2012-04-04 Nikolas Zimmermann Implement animatedPathSegList support for SVGPathElement https://bugs.webkit.org/show_bug.cgi?id=83140 Reviewed by Zoltan Herczeg. Update all tests animating the SVGPathElement's 'd' attribute to verify 'animatedPathSegList' now gets animated, not 'pathSegList'. * svg/animations/animate-path-animation-Cc-Ss-expected.txt: * svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt: * svg/animations/animate-path-animation-Qq-Tt-expected.txt: * svg/animations/animate-path-animation-cC-sS-inverse-expected.txt: * svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt: * svg/animations/animate-path-animation-qQ-tT-inverse-expected.txt: * svg/animations/animate-path-to-animation-expected.txt: * svg/animations/script-tests/animate-path-animation-Cc-Ss.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-animation-Qq-Tt.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js: (checkBaseVal): (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-path-to-animation.js: (checkBaseVal): (sample1): (sample2): (sample3): * svg/animations/script-tests/svgpath-animation-1.js: (checkBaseVal): (sample1): (sample2): (sample3): * svg/animations/script-tests/svgtransform-animation-1.js: * svg/animations/svgpath-animation-1-expected.txt: 2012-04-04 Philippe Normand Unreviewed, GTK inspector gardening. * platform/gtk/test_expectations.txt: 2012-04-04 Allan Sandfeld Jensen Best zoomable area does not balance intersection with target area. https://bugs.webkit.org/show_bug.cgi?id=83148 Reviewed by Kenneth Rohde Christiansen. * touchadjustment/zoom-fatfinger-expected.txt: Added. * touchadjustment/zoom-fatfinger.html: Added. 2012-04-04 Dominik Röttsches [EFL][DRT] FrameloaderClientEfl needs to handle media content correctly https://bugs.webkit.org/show_bug.cgi?id=83020 Reviewed by Hajime Morita. * platform/efl/Skipped: Unskipping those MediaDocument related cases which now pass. 2012-04-04 Andrey Kosyakov Web Inspector: make padding and client window width part of timeline calculator's state https://bugs.webkit.org/show_bug.cgi?id=83122 Reviewed by Pavel Feldman. - re-enable 4 injspector tests skipped after previous landing attempt. * platform/gtk/Skipped: 2012-04-04 Zoltan Arvai [Qt] Unreviewed gardening https://bugs.webkit.org/show_bug.cgi?id=83057 New test flakey on Qt Linux Release introduced in r113086 * platform/qt/Skipped: fast/dom/inline-event-attributes-release.html 2012-04-04 Philippe Normand Unreviewed, GTK inspector gardening. * platform/gtk/test_expectations.txt: 2012-04-04 Philippe Normand Unreviewed, GTK inspector gardening. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: 2012-04-04 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip a new _crashing_ test and unskip a non-existing test. * platform/qt/Skipped: * platform/qt/fast/forms/label/labelable-elements-expected.txt: Added after r113148 and r113137. 2012-04-04 Philippe Normand Unreviewed, GTK baseline for test added in r112816. * platform/gtk/fast/text/international/text-spliced-font-expected.txt: Added. 2012-04-04 Pavel Feldman Not reviewed: expectations updated for chromium. * platform/chromium-linux/fast/forms/datalist/input-list-expected.png: Added. * platform/chromium-linux/fast/forms/datalist/input-selectedoption-expected.png: Added. * platform/chromium-mac-leopard/fast/forms/datalist/input-selectedoption-expected.png: Added. * platform/chromium-mac/fast/forms/datalist/input-list-expected.png: Added. * platform/chromium-mac/fast/forms/datalist/input-list-expected.txt: Added. * platform/chromium-mac/fast/forms/datalist/input-selectedoption-expected.png: Added. * platform/chromium-mac/fast/forms/datalist/input-selectedoption-expected.txt: Added. * platform/chromium-win/fast/forms/datalist/input-list-expected.png: Added. * platform/chromium-win/fast/forms/datalist/input-list-expected.txt: Added. * platform/chromium-win/fast/forms/datalist/input-selectedoption-expected.png: Added. * platform/chromium-win/fast/forms/datalist/input-selectedoption-expected.txt: Added. 2012-04-04 Yuta Kitamura Unreviewed, update platform test expectations for worker-reload.html. * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: 2012-04-04 Philippe Normand Unreviewed, rebaseline after r113137 and skip some more flaky inspector tests on GTK. * fast/forms/label/labelable-elements-expected.txt: * platform/gtk/test_expectations.txt: 2012-04-04 Adam Barth The baseline for this test is V8-specific. This patch moves the baseline to the chromium directory and places the JSC result in the cross-platform directory. * http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Replaced. * platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt: Copied from LayoutTests/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt. 2012-04-03 Adam Barth Implement