2012-09-24 Filip Pizlo Nested try/finally should not confuse the finally unpopper in BytecodeGenerator::emitComplexJumpScopes https://bugs.webkit.org/show_bug.cgi?id=97508 Reviewed by Sam Weinig. * fast/js/jsc-test-list: * fast/js/script-tests/try-try-return-finally-finally.js: Added. (foo): * fast/js/try-try-return-finally-finally-expected.txt: Added. * fast/js/try-try-return-finally-finally.html: Added. 2012-09-24 Nikhil Bansal [EFL][WK2] TestRunner needs touch events support. https://bugs.webkit.org/show_bug.cgi?id=96465 Reviewed by Kenneth Rohde Christiansen. Touch events support added in WebKitTestRunner for layout tests. * platform/efl-wk2/TestExpectations: 2012-09-24 Filip Pizlo ValueToInt32 bool case does bad things to registers https://bugs.webkit.org/show_bug.cgi?id=97505 Reviewed by Mark Hahnenberg. * fast/js/dfg-bool-to-int32-reuse-expected.txt: Added. * fast/js/dfg-bool-to-int32-reuse.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-bool-to-int32-reuse.js: Added. (foo): 2012-09-24 Filip Pizlo JSArray::putByIndex asserts with readonly property on prototype https://bugs.webkit.org/show_bug.cgi?id=97435 Reviewed by Geoffrey Garen. * fast/js/concat-while-having-a-bad-time.html: Added. * fast/js/concat-while-having-a-bad-time-expected.txt: Added. * fast/js/jsc-test-list: * fast/js/script-tests/concat-while-having-a-bad-time.js: Added. 2012-09-24 Roger Fong Unreviewed. Skip flaky http/tests/security/cookies/xmlhttprequest.html test on Windows. https://bugs.webkit.org/show_bug.cgi?id=95803 * platform/win/Skipped: 2012-09-24 Christophe Dumez [WK2] TestRunner does not support overridePreference with value "0" https://bugs.webkit.org/show_bug.cgi?id=97457 Reviewed by Alexey Proskuryakov. Unskip fast/regions/css-regions-disabled.html test case for WebKit2 now that WebKitTestRunner actually supports overriding a boolean preference with "0" value (to disable it). * platform/efl-wk2/TestExpectations: * platform/gtk-wk2/TestExpectations: * platform/mac-wk2/Skipped: * platform/qt-5.0-wk2/Skipped: 2012-09-24 Roger Fong Unreviewed. Mark http/tests/security/inactive-document-with-empty-security-origin.html while Geoff Garen investigates in https://bugs.webkit.org/show_bug.cgi?id=95530 in order to get the bots green. * platform/win/Skipped: 2012-09-24 Roger Fong Unreviewed. http/tests/security/sandboxed-iframe-form-top.html fails on Windows. https://bugs.webkit.org/show_bug.cgi?id=97485 This test actually "passes" but is producing wrong output in whichever test proceeds it, thus causing that test to fail. * platform/win/Skipped: 2012-09-24 Dirk Pranke Narrow Chromium TestExpectations for some hidpi failures to be Linux-only. crbug.com/150682 Unreviewed, expectations change. Also remove a no-longer-failing Mac expectation for compositing/overflow/overflow-scaled-descendant-overlapping.html * platform/chromium/TestExpectations: 2012-09-24 Tony Chang flex-grow should be 1 when omitted from flex shorthand https://bugs.webkit.org/show_bug.cgi?id=97480 Reviewed by Ojan Vafai. Update tests due to default CSS value changes. * css3/flexbox/flex-algorithm-expected.txt: * css3/flexbox/flex-algorithm.html: Add test case using -webkit-flex: auto. * css3/flexbox/flex-property-parsing-expected.txt: * css3/flexbox/flex-property-parsing.html: 2012-09-24 Hans Muller [CSS Exclusions] ExclusionShape API should use logical coordinates for input/output https://bugs.webkit.org/show_bug.cgi?id=96156 Reviewed by Dirk Schulze. Verify that shape-inside respects the writing-mode, notably the vertical writing-modes. * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-vertical-text.html: Added. 2012-09-24 Alec Flett Rebaseline for r129389 https://bugs.webkit.org/show_bug.cgi?id=97473 Unreviewed. * platform/chromium-mac-snowleopard/fast/text/emphasis-expected.png: * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.png: * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.txt: * platform/chromium-mac/fast/text/emphasis-expected.png: * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.png: * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.txt: 2012-09-24 Dimitri Glazkov Remove unbaked support for :scope pseudo-class. https://bugs.webkit.org/show_bug.cgi?id=97467 Reviewed by Antti Koivisto. It turns out, the Selectors 4 require ":scope" to match contextual reference element set, which would be the root node in querySelector: http://dev.w3.org/csswg/selectors4/#the-scope-pseudo Right now, we simply make ":scope" equivalent to ":root", which is not correct. Let's remove the partial implementation until we have time/energy to fully implement it. * fast/css/style-scoped/scope-pseudo-expected.txt: Removed. * fast/css/style-scoped/scope-pseudo.html: Removed. 2012-09-24 Sheriff Bot Unreviewed, rolling out r129388. http://trac.webkit.org/changeset/129388 https://bugs.webkit.org/show_bug.cgi?id=97477 Caused an assertion in a WebKit2 unit test (Requested by abarth on #webkit). * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed. * fast/loader/display-image-unset-allows-cached-image-load.html: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/resources/image1.html: Removed. * fast/loader/resources/image2.html: Removed. * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: * platform/wk2/Skipped: 2012-09-24 Erik Arvidsson DOM4 remove method https://bugs.webkit.org/show_bug.cgi?id=73885 Reviewed by Ojan Vafai. This adds the DOM 4 remove method. http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-childnode-remove The remove method removes the node from its parent if it has a parent. * fast/dom/Comment/remove-expected.txt: Added. * fast/dom/Comment/remove.html: Added. * fast/dom/DocumentType/remove-expected.txt: Added. * fast/dom/DocumentType/remove.html: Added. * fast/dom/Element/remove-expected.txt: Added. * fast/dom/Element/remove.html: Added. * fast/dom/Text/remove-expected.txt: Added. * fast/dom/Text/remove.html: Added. 2012-09-24 Roger Fong Unreviewed. accessibility/svg-bounds.html crashes on Windows due to use of AX role which hasn't been properly implemented on Windows. * platform/win/Skipped: 2012-09-24 Roger Fong Unreviewed. Removing Windows specific results for fast/text/international/float-as-only-child-of-isolate-crash that were added in https://bugs.webkit.org/show_bug.cgi?id=87998. Test now passes properly. * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed. * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed. 2012-09-24 Tommy Widenflycht MediaStream API: Fix the incorrectly spelled RTCPeerConnection::onnegotiationneeded callback https://bugs.webkit.org/show_bug.cgi?id=97456 Reviewed by Adam Barth. Renamed onnegotationneeded to onnegotiationneeded. * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: 2012-09-24 Dominik Röttsches [EFL][DRT] Enable Regions support https://bugs.webkit.org/show_bug.cgi?id=83897 Reviewed by Kenneth Rohde Christiansen. New baselines for CSS regions, some CSS regions test still in TestExpectations. * platform/efl-wk2/TestExpectations: fast/regions/css-regions-disabled.html still failing on wk2. * platform/efl/TestExpectations: Some remaining CSS regions cases still skipped. * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/autoheight-regions-mark-expected.png: Added. * platform/efl/fast/regions/autoheight-regions-mark-expected.txt: Added. * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Added. * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added. * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added. * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Added. * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Added. * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Added. * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-vertical-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Added. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.png: Added. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Added. * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Added. * platform/efl/fast/regions/hit-test-float-expected.txt: Added. * platform/efl/fast/regions/hit-test-region-expected.txt: Added. * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Added. * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Added. * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Added. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/no-split-line-box-expected.txt: Added. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added. * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added. * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Added. * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added. * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Added. * platform/efl/fast/regions/region-element-display-change-expected.txt: Added. * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Added. * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Added. * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Added. * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Added. * platform/efl/fast/regions/region-style-block-background-color-expected.png: Added. * platform/efl/fast/regions/region-style-block-background-color-expected.txt: Added. * platform/efl/fast/regions/region-style-block-background-color2-expected.png: Added. * platform/efl/fast/regions/region-style-block-background-color2-expected.txt: Added. * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Added. * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/select-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Added. * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Added. * platform/efl/fast/regions/text-region-breaks-expected.txt: Added. * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Added. * platform/efl/fast/regions/text-region-split-expected.txt: Added. * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Added. * platform/efl/fast/regions/text-region-split-small-pagination-expected.png: Added. * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Added. * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Added. * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Added. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-collection-crash-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-collection-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-no-regions-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-target-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-to-null-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-existing-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-flow-added-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-get-content-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-get-regions-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-invalid-name-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-modified-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-name-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-overset-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-removed-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-same-object-expected.txt: Added. * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Added. * platform/efl/fast/regions/webkit-region-rule-expected.txt: Added. 2012-09-24 Roger Fong Unreviewed. [Win] Failing test http/tests/inspector/network/network-xhr-replay.html https://bugs.webkit.org/show_bug.cgi?id=96942 * platform/win/Skipped: Skipping a test for the newly added feature. 2012-09-24 Zan Dobersek [Gtk] Unskip the Shadow DOM layout tests https://bugs.webkit.org/show_bug.cgi?id=90776 Reviewed by Ryosuke Niwa. Unskip Shadow DOM layout tests, adding two required baselines and failure expectations for tests that still fail. * platform/gtk/TestExpectations: * platform/gtk/fast/dom/shadow/form-in-shadow-expected.txt: Added. * platform/gtk/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added. 2012-09-24 Joshua Bell [Chromium] Unreviewed gardening - re-enable IDB test that's now passing. https://bugs.webkit.org/show_bug.cgi?id=92776 * platform/chromium/TestExpectations: 2012-09-24 Dan Bernstein Reveted r129176 and r129185. Rubber-stamped by Anders Carlsson. * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt: * platform/mac/fast/text/emphasis-expected.png: * platform/mac/fast/text/emphasis-expected.txt: * platform/mac/fast/text/sticky-typesetting-features-expected.png: * platform/mac/fast/text/sticky-typesetting-features-expected.txt: * platform/mac/fast/text/thai-combining-mark-positioning-expected.png: * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: * platform/mac/fast/writing-mode/text-orientation-basic-expected.png: * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: 2012-09-24 Bo Liu Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations https://bugs.webkit.org/show_bug.cgi?id=97055 Reviewed by Adam Barth. Relanding 128780, 128676, 128645. Was reverted in 128914 due to performance regression in Chromium. New changes in addition to previously reverted patches: Refactored CachedResource::requestResource, loadResource, and revalidateResource. Moved CachedResource::load method to end of requestResource so there is one place where load is called for all resources. Added a enum parameter for requestResource and determineRevalidationPolicy so that FrameLoaderClient::allowImage call do not need to be called multiple times. Removed CachedImage::load call in requestImage so it is not called twice. Removed unnecessary Frame.h includes in CachedResource and CachedImage. Removed dead load() method declaration in CachedImage. Updated text expectation for two image-permissions tests to reflect the removed calls to allowImage. * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added. * fast/loader/display-image-unset-allows-cached-image-load.html: Added. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added. * fast/loader/resources/image1.html: Added. * fast/loader/resources/image2.html: Added. * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: * platform/wk2/Skipped: 2012-09-24 Emil A Eklund Unreviewed chromium linux/windows rebaseline for r129370. * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed. * platform/chromium-win/media/video-zoom-controls-expected.txt: 2012-09-24 David Grogan Unprefix IndexedDB https://bugs.webkit.org/show_bug.cgi?id=96548 Reviewed by Adam Barth. * storage/indexeddb/resources/unprefix.js: Added. (test): * storage/indexeddb/unprefix-expected.txt: Added. * storage/indexeddb/unprefix-workers-expected.txt: Added. * storage/indexeddb/unprefix-workers.html: Added. * storage/indexeddb/unprefix.html: Added. 2012-09-24 W. James MacLean [chromium] Rebaseline gesture highlight test expectation images. https://bugs.webkit.org/show_bug.cgi?id=97248 Reviewed by Yuta Kitamura. Updating image baselines for gesture highlight tests. There are subtle changes in the rendering of text in the target links, impercetable to the eye but ImageDiff picks them up. * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png: 2012-09-24 Raphael Kubo da Costa [EFL] Unreviewed gardening. Skip a few tests unskipped in r129372 and r129375 that still fail on the bots. * platform/efl/TestExpectations: 2012-09-24 Joshua Bell IndexedDB: Modernize some esoteric tests https://bugs.webkit.org/show_bug.cgi?id=97368 Reviewed by Tony Chang. Change the logging - but not the flow or assertions - of some of our more complex tests, to take advantage of our newer helper functions. * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/resources/factory-deletedatabase-interactions.js: * storage/indexeddb/resources/open-close-version.js: 2012-09-24 Emil A Eklund Unreviewed chromium rebaseline for video-zoom-controls for r129370. * platform/chromium-linux/media/video-zoom-controls-expected.txt: Added. * platform/chromium-mac/media/video-zoom-controls-expected.txt: 2012-09-24 Raphael Kubo da Costa [EFL] Unreviewed gardening. Move some inspector tests from Skipped to TestExpectations with a proper explanation and related bug report. * platform/efl/Skipped: * platform/efl/TestExpectations: 2012-09-24 Raphael Kubo da Costa [EFL] Unreviewed gardening. Move a test that is failing on both WK1 and WK2 to the common TestExpectations file. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2012-09-24 Raphael Kubo da Costa [EFL] Unreviewed gardening. * platform/efl/TestExpectations: Unskip passing inspector test. 2012-09-24 Raphael Kubo da Costa [EFL] Unreviewed gardening. * platform/efl/Skipped: Unskip a few inspector-related tests which are currently passing. 2012-09-20 Emil A Eklund snapToSize rounds the incorrectly for negative locations https://bugs.webkit.org/show_bug.cgi?id=97265 Reviewed by Eric Seidel. Add test for snapSizeToPixel handling of negative locations. Skipped on platforms that do not enable subpixel layout. * fast/sub-pixel/snap-negative-location-expected.html: Added. * fast/sub-pixel/snap-negative-location.html: Added. * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-09-24 Zan Dobersek REGRESSION (r129211-r129218): http/tests/loading/redirect-with-no-location-crash.html failing on GTK Linux 64-bit Release WK2 (Tests) https://bugs.webkit.org/show_bug.cgi?id=97404 Reviewed by Philippe Normand. Remove WebKit2-specific failure expectation and GTK-specific baseline for the test in title. * platform/gtk-wk2/TestExpectations: * platform/gtk/http/tests/loading/redirect-with-no-location-crash-expected.txt: Removed. 2012-09-24 Christophe Dumez [EFL] Rebaseline several test cases in Skipped list https://bugs.webkit.org/show_bug.cgi?id=97452 Unreviewed EFL rebaseline. Rebaseline several test cases in the EFL Skipped file and unskip them. * platform/efl/Skipped: * platform/efl/fast/table/prepend-in-anonymous-table-expected.png: * platform/efl/fast/table/prepend-in-anonymous-table-expected.txt: * platform/efl/fast/text/basic/011-expected.png: * platform/efl/fast/text/basic/011-expected.txt: * platform/efl/fast/text/basic/013-expected.png: * platform/efl/fast/text/basic/013-expected.txt: * platform/efl/fast/text/bidi-embedding-pop-and-push-same-expected.png: * platform/efl/fast/text/capitalize-boundaries-expected.png: * platform/efl/fast/text/capitalize-boundaries-expected.txt: * platform/efl/fast/text/cg-fallback-bolding-expected.png: * platform/efl/fast/text/drawBidiText-expected.png: * platform/efl/fast/text/emphasis-vertical-expected.png: * platform/efl/fast/text/emphasis-vertical-expected.txt: * platform/efl/fast/text/fallback-traits-fixup-expected.png: * platform/efl/fast/text/fallback-traits-fixup-expected.txt: * platform/efl/fast/text/firstline/001-expected.png: * platform/efl/fast/text/firstline/001-expected.txt: * platform/efl/fast/text/firstline/002-expected.png: * platform/efl/fast/text/firstline/003-expected.png: * platform/efl/fast/text/format-control-expected.png: * platform/efl/fast/text/format-control-expected.txt: * platform/efl/fast/text/hyphens-expected.png: * platform/efl/fast/text/hyphens-expected.txt: * platform/efl/fast/text/in-rendered-text-rtl-expected.png: * platform/efl/fast/text/international/001-expected.png: * platform/efl/fast/text/international/001-expected.txt: * platform/efl/fast/text/international/002-expected.png: * platform/efl/fast/text/international/002-expected.txt: * platform/efl/fast/text/international/003-expected.png: * platform/efl/fast/text/international/003-expected.txt: * platform/efl/fast/text/international/bidi-L2-run-reordering-expected.png: * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.png: * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.png: * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/efl/fast/text/international/bidi-european-terminators-expected.png: * platform/efl/fast/text/international/bidi-explicit-embedding-expected.png: * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: * platform/efl/fast/text/international/bidi-innertext-expected.png: * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.png: * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added. * platform/efl/fast/text/international/bidi-listbox-expected.png: * platform/efl/fast/text/international/bidi-listbox-expected.txt: Added. * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added. * platform/efl/fast/text/international/bidi-override-expected.png: * platform/efl/fast/text/international/bidi-override-expected.txt: Added. * platform/efl/fast/text/international/rtl-caret-expected.png: * platform/efl/fast/text/international/rtl-white-space-pre-wrap-expected.png: * platform/efl/fast/text/international/rtl-white-space-pre-wrap-expected.txt: * platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: * platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: * platform/efl/fast/text/international/wrap-CJK-001-expected.png: * platform/efl/fast/text/international/wrap-CJK-001-expected.txt: * platform/efl/fast/text/midword-break-hang-expected.png: * platform/efl/fast/text/midword-break-hang-expected.txt: * platform/efl/fast/text/trailing-white-space-2-expected.png: * platform/efl/fast/text/trailing-white-space-expected.png: * platform/efl/fast/text/whitespace/024-expected.png: * platform/efl/fast/text/whitespace/024-expected.txt: * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: * platform/efl/fast/writing-mode/border-vertical-lr-expected.png: * platform/efl/fast/writing-mode/border-vertical-lr-expected.txt: * platform/efl/fast/writing-mode/fallback-orientation-expected.png: * platform/efl/fast/writing-mode/fallback-orientation-expected.txt: * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.png: Added. * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.txt: * platform/efl/svg/as-border-image/svg-as-border-image-expected.png: Added. * platform/efl/svg/as-border-image/svg-as-border-image-expected.txt: 2012-09-24 Zoltan Arvai [Qt] Unreviwed gardening. Skip new failing test. https://bugs.webkit.org/show_bug.cgi?id=97451 * platform/qt/Skipped: Skip inspector-protocol/css-getSupportedCSSProperties.html. 2012-09-24 Christophe Dumez [EFL][WK2] Mark fast/forms/select/select-state-restore.html as flaky https://bugs.webkit.org/show_bug.cgi?id=97449 Unreviewed EFL gardening. fast/forms/select/select-state-restore.html sometimes times out on the WebKit2 EFL debug build bot. Add it to TestExpectations. * platform/efl-wk2/TestExpectations: 2012-09-24 Vsevolod Vlasov Web Inspector: Open resource dialog has too many false positive matches. https://bugs.webkit.org/show_bug.cgi?id=97332 Reviewed by Alexander Pavlov. * inspector/filtered-item-selection-dialog-filtering-expected.txt: * inspector/filtered-item-selection-dialog-filtering.html: 2012-09-24 Christophe Dumez [EFL] Rebaseline several test cases in Skipped list https://bugs.webkit.org/show_bug.cgi?id=97448 Unreviewed EFL rebaseline. Rebaseline several test cases in the Skipped file and unskip them. * platform/efl/Skipped: * platform/efl/svg/as-image/animated-svg-as-image-expected.png: Added. * platform/efl/svg/as-image/animated-svg-as-image-expected.txt: * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added. * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png: Added. * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.txt: * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: * platform/efl/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. * platform/efl/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: * platform/efl/svg/as-image/same-image-two-instances-expected.png: Added. * platform/efl/svg/as-image/same-image-two-instances-expected.txt: * platform/efl/svg/as-image/svg-image-change-content-size-expected.png: Added. * platform/efl/svg/as-image/svg-image-change-content-size-expected.txt: * platform/efl/svg/batik/masking/maskRegions-expected.png: Added. * platform/efl/svg/batik/masking/maskRegions-expected.txt: * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Added. * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: * platform/efl/svg/css/path-gradient-stroke-shadow-expected.png: Added. * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: * platform/efl/svg/dom/css-transforms-expected.png: Added. * platform/efl/svg/dom/css-transforms-expected.txt: Added. * platform/efl/svg/hixie/error/012-expected.png: Added. * platform/efl/svg/hixie/error/012-expected.txt: * platform/efl/svg/hixie/error/013-expected.png: Added. * platform/efl/svg/hixie/error/013-expected.txt: * platform/efl/svg/hixie/mixed/003-expected.png: Added. * platform/efl/svg/hixie/mixed/003-expected.txt: * platform/efl/svg/hixie/mixed/004-expected.png: Added. * platform/efl/svg/hixie/mixed/004-expected.txt: * platform/efl/svg/hixie/mixed/005-expected.png: Added. * platform/efl/svg/hixie/mixed/005-expected.txt: * platform/efl/svg/hixie/mixed/006-expected.png: Added. * platform/efl/svg/hixie/mixed/006-expected.txt: * platform/efl/svg/hixie/mixed/007-expected.png: Added. * platform/efl/svg/hixie/mixed/007-expected.txt: * platform/efl/svg/hixie/mixed/008-expected.png: Added. * platform/efl/svg/hixie/mixed/008-expected.txt: * platform/efl/svg/hixie/mixed/009-expected.png: Added. * platform/efl/svg/hixie/mixed/009-expected.txt: * platform/efl/svg/hixie/mixed/010-expected.png: Added. * platform/efl/svg/hixie/mixed/010-expected.txt: * platform/efl/svg/hixie/mixed/011-expected.png: Added. * platform/efl/svg/hixie/mixed/011-expected.txt: * platform/efl/svg/hixie/perf/007-expected.png: Added. * platform/efl/svg/hixie/perf/007-expected.txt: * platform/efl/svg/hixie/processing-model/003-expected.png: Added. * platform/efl/svg/hixie/processing-model/003-expected.txt: * platform/efl/svg/hixie/processing-model/004-expected.png: Added. * platform/efl/svg/hixie/processing-model/004-expected.txt: * platform/efl/svg/hixie/rendering-model/003-expected.png: Added. * platform/efl/svg/hixie/rendering-model/003-expected.txt: * platform/efl/svg/hixie/rendering-model/004-expected.png: Added. * platform/efl/svg/hixie/rendering-model/004-expected.txt: * platform/efl/svg/hixie/text/003-expected.png: Added. * platform/efl/svg/hixie/text/003-expected.txt: * platform/efl/svg/in-html/by-reference-expected.png: Added. * platform/efl/svg/in-html/by-reference-expected.txt: * platform/efl/svg/in-html/circle-expected.png: Added. * platform/efl/svg/in-html/circle-expected.txt: * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.png: Added. * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.txt: * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added. * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png: Added. * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.txt: * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.png: Added. * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: * platform/efl/svg/transforms/svg-css-transforms-expected.png: Added. * platform/efl/svg/transforms/svg-css-transforms-expected.txt: * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added. * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added. * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: * platform/efl/svg/wicd/rightsizing-grid-expected.png: Added. * platform/efl/svg/wicd/rightsizing-grid-expected.txt: * platform/efl/svg/wicd/test-rightsizing-a-expected.png: Added. * platform/efl/svg/wicd/test-rightsizing-a-expected.txt: * platform/efl/svg/wicd/test-rightsizing-b-expected.png: Added. * platform/efl/svg/wicd/test-rightsizing-b-expected.txt: * platform/efl/svg/wicd/test-scalable-background-image1-expected.png: Added. * platform/efl/svg/wicd/test-scalable-background-image1-expected.txt: * platform/efl/svg/wicd/test-scalable-background-image2-expected.png: Added. * platform/efl/svg/wicd/test-scalable-background-image2-expected.txt: 2012-09-24 Christophe Dumez [EFL] Unskip proper shadow dom test case https://bugs.webkit.org/show_bug.cgi?id=97445 Unreviewed EFL gardening. Skip again fast/dom/shadow/shadowdom-for-object-without-shadow.html and unskip fast/dom/shadow/shadowdom-for-object-only-shadow.html instead. * platform/efl/TestExpectations: 2012-09-24 Vivek Galatage Web Inspector: implement testing harness for pure protocol tests. https://bugs.webkit.org/show_bug.cgi?id=90675 Reviewed by Yury Semikhatsky. Adding the resources required for the dummy frontend page to load minimal frontend. These resources provide the mechanism to talk to the Inspector Backend. Adding the inspector-protocol folder to host the relevant test cases utilizing the inspector protocol test harness. Added an example test case for getting all supported CSS properties using the inspector protocol and searching for a particular property being supported. * http/tests/inspector-protocol: Added. * http/tests/inspector-protocol/resources: Added. * http/tests/inspector-protocol/resources/InspectorTest.js: Added. (InspectorTest.sendCommand): (WebInspector.dispatchMessageFromBackend): (InspectorTest.log): (InspectorTest.completeTest): * http/tests/inspector-protocol/resources/protocol-test.html: Added. * http/tests/inspector-protocol/resources/protocol-test.js: Added. (log): (closeTest): (runTest): * inspector-protocol: Added. * inspector-protocol/css-getSupportedCSSProperties-expected.txt: Added. * inspector-protocol/css-getSupportedCSSProperties.html: Added. 2012-09-24 Keishi Hattori REGRESSION(r127727): Calendar picker focus doesn't loop in calendar-picker.html https://bugs.webkit.org/show_bug.cgi?id=97183 Reviewed by Kent Tamura. * fast/forms/date/calendar-picker-key-operations-expected.txt: * fast/forms/date/calendar-picker-key-operations.html: 2012-09-24 Yury Semikhatsky Unreviewed. Update pixel results for 18 tests on Win. * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Removed. * platform/chromium-win-xp/fast/invalid/residual-style-expected.txt: Removed. * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Removed. * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Removed. * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png: Removed. * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Removed. * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-002-expected.png: Removed. * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-010-expected.png: Removed. * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png: Removed. * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Removed. * platform/chromium-win-xp/tables/mozilla/bugs/bug56563-expected.png: Removed. * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png: Removed. * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win/fast/css/shadow-multiple-expected.png: * platform/chromium-win/fast/invalid/residual-style-expected.txt: * platform/chromium-win/fast/multicol/shadow-breaking-expected.png: * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png: * platform/chromium-win/fast/text/stroking-decorations-expected.png: * platform/chromium-win/fast/text/stroking-expected.png: * platform/chromium-win/fast/transforms/shadows-expected.png: * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png: * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png: * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png: * platform/chromium-win/svg/css/composite-shadow-text-expected.png: * platform/chromium-win/svg/css/shadow-changes-expected.png: * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: * platform/chromium-win/svg/css/text-shadow-multiple-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png: * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png: 2012-09-21 Andrey Kosyakov Web Inspector: support saving HAR with resources content https://bugs.webkit.org/show_bug.cgi?id=97341 Reviewed by Vsevolod Vlasov. - moved StringOutputStream to inspector-test.js for reuse; - added test for HARWriter and response content in HAR. * http/tests/inspector/inspector-test.js: (initialize_InspectorTest): (initialize_InspectorTest.): * http/tests/inspector/network/har-content-expected.txt: Added. * http/tests/inspector/network/har-content.html: Added. * inspector/timeline/timeline-test.js: (initialize_Timeline): 2012-09-24 Yury Semikhatsky Unreviewed. Updated test expectations for webaudio/biquad-getFrequencyResponse.html * platform/chromium/TestExpectations: 2012-09-24 Christophe Dumez [EFL] Rebaseline several test cases in Skipped list https://bugs.webkit.org/show_bug.cgi?id=97437 Unreviewed EFL rebaseline. Rebaseline several test cases from EFL Skipped list and unskip them. * platform/efl/Skipped: * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added. * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added. * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added. * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt: * platform/efl/svg/batik/text/textOnPath-expected.png: Added. * platform/efl/svg/batik/text/textOnPath-expected.txt: * platform/efl/svg/batik/text/textProperties2-expected.png: Added. * platform/efl/svg/batik/text/textProperties2-expected.txt: * platform/efl/svg/hixie/perf/004-expected.png: Added. * platform/efl/svg/hixie/perf/005-expected.png: Added. * platform/efl/svg/hixie/perf/006-expected.png: Added. * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added. * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: * platform/efl/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added. * platform/efl/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/efl/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added. * platform/efl/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added. * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: 2012-09-24 Christophe Dumez [EFL] Unskip test cases that started passing after r129303 https://bugs.webkit.org/show_bug.cgi?id=97433 Unreviewed EFL gardening. Unskip several ref tests that are marked as unexpected passes after r129303. r129303 fixed detection of ref tests that are passing unexpectedly. * platform/efl/TestExpectations: 2012-09-24 Matt Falkenhagen Skeleton implementation of dialog.showModal() https://bugs.webkit.org/show_bug.cgi?id=97425 Reviewed by Kent Tamura. Add a test that showModal() opens the dialog or throws an error in the cases specified in the spec. * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt: Added. * fast/dom/HTMLDialogElement/dialog-show-modal.html: Added. 2012-09-23 Gavin Barraclough Sorting a non-array creates propreties (spec-violation) https://bugs.webkit.org/show_bug.cgi?id=25477 Reviewed by Oliver Hunt. Added test cases. * fast/js/array-sort-sparse-expected.txt: Added. * fast/js/array-sort-sparse.html: Added. * fast/js/script-tests/array-sort-sparse.js: Added. (testSort): 2012-09-22 Zan Dobersek Unreviewed GTK gardening. Adding a failure expectation for http/tests/loading/redirect-with-no-location-crash.html, the test started failing on the WebKit2 builder after it was unskipped in r129213. * platform/gtk-wk2/TestExpectations: 2012-09-22 Dominic Mazzoni AX: Layout tests would be easier to write if AccessibilityController could find an element by id https://bugs.webkit.org/show_bug.cgi?id=97301 Reviewed by Chris Fleizach. Modifies an existing test to use the new accessibleElementById method of AccessibilityController, enabling the test to pass on both Mac and Chromium. * accessibility/aria-hidden-with-elements.html: * platform/chromium/TestExpectations: 2012-09-22 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, unskip now passing tests. * platform/qt/TestExpectations: 2012-09-22 Dominik Röttsches [EFL] Garden IETestCenter Bugs https://bugs.webkit.org/show_bug.cgi?id=97392 Unreviewed EFL gardening. Unskip a couple of IETestCenter bugs now that they pass. * platform/efl/TestExpectations: 2012-09-22 Mihnea Ovidenie [CSSRegions]Add test for accelerating compositing of elements in RenderFlowThread https://bugs.webkit.org/show_bug.cgi?id=97387 Reviewed by Dirk Schulze. At this moment, accelerated compositing is disabled for elements inside a RenderFlowThread. This patch adds a specific test in compositing/regions that is expected to fail until https://bugs.webkit.org/show_bug.cgi?id=84900 is fixed. The code for the new test is taken out of the existing fast/regions/webkit-flow-renderer-layer.html. * compositing/regions/webkit-flow-renderer-layer-compositing-expected.html: Added. * compositing/regions/webkit-flow-renderer-layer-compositing.html: Added. * fast/regions/webkit-flow-renderer-layer-expected.html: * fast/regions/webkit-flow-renderer-layer.html: * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/Skipped: 2012-09-22 Zan Dobersek Unreviewed GTK gardening. Marking mathml/presentation/subsup.xhtml as flaky, the flakiness being observable after r128837. Adding image failure expectation for fast/text/word-space-with-kerning-2.html, introduced in r129233. * platform/gtk/TestExpectations: 2012-09-22 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, unskip now passing tests. * platform/qt-5.0-wk1/Skipped: * platform/qt/Skipped: 2012-09-21 Dan Bernstein [Qt] New fast/text/kerning-with-TextLayout.html fails https://bugs.webkit.org/show_bug.cgi?id=97388 Moved this test into platform/mac, as it is not platform-independent, and TextLayout is currently used only on OS X. * fast/text/kerning-with-TextLayout-expected.html: Removed. * fast/text/kerning-with-TextLayout.html: Removed. * platform/mac/fast/text/kerning-with-TextLayout-expected.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout-expected.html. * platform/mac/fast/text/kerning-with-TextLayout.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout.html. 2012-09-21 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, skip new failing tests. * platform/qt-5.0-wk2/Skipped: * platform/qt/Skipped: 2012-09-21 Geoffrey Garen Optimized closures that capture arguments https://bugs.webkit.org/show_bug.cgi?id=97358 Reviewed by Oliver Hunt. * fast/js/dfg-arguments-alias-activation-expected.txt: * fast/js/dfg-arguments-alias-activation.html: 2012-09-21 Adam Klein Remove bogus assertions from ChildListMutationScope https://bugs.webkit.org/show_bug.cgi?id=97372 Reviewed by Ryosuke Niwa. * fast/mutation/added-out-of-order-expected.txt: Added. * fast/mutation/added-out-of-order.html: Added. * fast/mutation/removed-out-of-order-expected.txt: Added. * fast/mutation/removed-out-of-order.html: Added. 2012-09-21 Dan Bernstein REGRESSION (r129176): Incorrect line breaking when kerning occurs between a space and the following character https://bugs.webkit.org/show_bug.cgi?id=97377 Reviewed by Enrica Casucci. * fast/text/kerning-with-TextLayout-expected.html: Added. * fast/text/kerning-with-TextLayout.html: Added. 2012-09-21 Gavin Barraclough instanceof should not get the prototype for non-default HasInstance https://bugs.webkit.org/show_bug.cgi?id=68656 Reviewed by Oliver Hunt. * fast/js/function-bind-expected.txt: - check in passing result. 2012-09-21 Benjamin Poulain fast/dom/Geolocation/disconnected-frame.html test asserts https://bugs.webkit.org/show_bug.cgi?id=97376 Reviewed by Alexey Proskuryakov. * platform/wk2/Skipped: 2012-09-21 Roger Fong Unreviewed. Skip this test because it relies on sandboxed-iframe-origin-add.html which was removed in http://trac.webkit.org/changeset/129262. * platform/win/Skipped: 2012-09-21 Roger Fong Unreviewed. Fix Windows specific accessibility test results. Missed some new lines in http://trac.webkit.org/changeset/129255. * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: * platform/win/accessibility/canvas-fallback-content-2-expected.txt: * platform/win/accessibility/img-fallsback-to-title-expected.txt: * platform/win/accessibility/svg-image-expected.txt: 2012-09-21 Brandon Jones Add support for OES_vertex_array_object in chromium https://bugs.webkit.org/show_bug.cgi?id=96578 Reviewed by Kenneth Russell. Brought over KHRONOS conformance test for OES_vertex_array_object * fast/canvas/webgl/oes-vertex-array-object-expected.txt: Added. * fast/canvas/webgl/oes-vertex-array-object.html: Added. * platform/efl/Skipped: * platform/gtk-wk2/Skipped: * platform/mac/Skipped: * platform/wk2/Skipped: 2012-09-21 Kenichi Ishibashi [Chromium] Use OpenTypeVerticalData on Linux https://bugs.webkit.org/show_bug.cgi?id=97277 Reviewed by Tony Chang. Rebaselined vertical writing test expectations. * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: * platform/chromium-linux/fast/dynamic/text-combine-expected.png: * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png: * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png: * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png: * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png: * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png: * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png: * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png: * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: 2012-09-21 Benjamin Poulain Skip fast/dom/Geolocation/disconnected-frame.html until the assertion is fixed Unreviewed. The test assert in Debug, skip it until this has been fixed. * platform/wk2/Skipped: 2012-09-21 Filip Pizlo DFG CSE assumes that a holy PutByVal does not interfere with GetArrayLength, when it clearly does https://bugs.webkit.org/show_bug.cgi?id=97373 Reviewed by Mark Hahnenberg. * fast/js/dfg-holy-put-by-val-interferes-with-get-array-length-expected.txt: Added. * fast/js/dfg-holy-put-by-val-interferes-with-get-array-length.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-holy-put-by-val-interferes-with-get-array-length.js: Added. (foo): 2012-09-21 Roger Fong Unreviewed. Skipping http/tests/security/sandboxed-iframe-origin-add.html. https://bugs.webkit.org/show_bug.cgi?id=97271 * platform/win/Skipped: 2012-09-21 Chris Rogers Add Web Audio support for deprecated/legacy APIs https://bugs.webkit.org/show_bug.cgi?id=97050 Reviewed by Eric Carlson. * webaudio/audiobuffersource-playbackrate.html: * webaudio/audiobuffersource.html: * webaudio/resources/note-grain-on-testing.js: (playGrain): * webaudio/resources/oscillator-testing.js: (generateExponentialOscillatorSweep): 2012-09-21 Roger Fong Unreviewed. As in https://bugs.webkit.org/show_bug.cgi?id=92916, Windows specific results need to be added for various accessibility tests. * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added. * platform/win/accessibility/canvas-fallback-content-2-expected.txt: Added. * platform/win/accessibility/img-fallsback-to-title-expected.txt: Added. * platform/win/accessibility/svg-image-expected.txt: Added. 2012-09-21 Roger Fong Unreviewed. Creating some Windows specific tests. http://trac.webkit.org/changeset/128652 changed results for these tests on Mac but Windows results should stay the same. * platform/win/fast/block/positioning: Added. * platform/win/fast/block/positioning/016-expected.txt: Added. * platform/win/fast/block/positioning/025-expected.txt: Added. * platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. 2012-09-21 Chris Fleizach WebKit exposes incorrect bounds for embedded SVG in HTML https://bugs.webkit.org/show_bug.cgi?id=96168 Reviewed by Eric Seidel. * accessibility/svg-bounds.html: Added. * platform/chromium/TestExpectations: * platform/mac/accessibility/svg-bounds-expected.txt: Added. 2012-09-21 Benjamin Poulain [WK2] Add basic testing support for Geolocation https://bugs.webkit.org/show_bug.cgi?id=97278 Reviewed by Kenneth Rohde Christiansen. * platform/wk2/Skipped: Unskip the passing tests. 2012-09-21 Joanmarie Diggs REGRESSION (r127882): accessibility/spinbutton-value.html failing on GTK https://bugs.webkit.org/show_bug.cgi?id=96196 Reviewed by Martin Robinson. The "regression" is that a new test was added but the support was missing in the Gtk port for spin buttons. * platform/gtk/TestExpectations: Unskip the new test. * platform/gtk/accessibility/spinbutton-value-expected.txt: Added. 2012-09-21 Joanmarie Diggs [GTK] [Stable] Infinite recursion in WebCore::AXObjectCache::getOrCreate https://bugs.webkit.org/show_bug.cgi?id=96932 Reviewed by Martin Robinson. Added a new test which replicates the recursion and crash. * platform/gtk/accessibility/remapped-aria-crash-expected.txt: Added. * platform/gtk/accessibility/remapped-aria-crash.html: Added. 2012-09-21 Gavin Barraclough Global Math object should be configurable but isn't https://bugs.webkit.org/show_bug.cgi?id=55343 Reviewed by Oliver Hunt. Added test case. * fast/js/math-expected.txt: * fast/js/script-tests/math.js: - Added test case. 2012-09-21 Marcelo Lira [Qt] REGRESSION: 5 tests started to fail with newer Qt5 https://bugs.webkit.org/show_bug.cgi?id=90687 Reviewed by Luiz Agostini. When sending null data via POST method in XMLHttpRequest the expected Content-Type "application/x-www-form-urlencoded", instead of "application/octet-stream". In fact that was the previously expected value for Qt, but was changed to conform to Qt 4.8 results. The cookie test result was updated to follow RFC 6265 behavior, as already does chromium, gtk, and efl. * platform/qt-5.0/Skipped: * platform/qt/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added. * platform/qt/http/tests/xmlhttprequest/methods-expected.txt: * platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt: * platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt: * platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: 2012-09-21 Dan Bernstein REGRESSION (r126763): Incorrect line breaking when both kerning and word spacing are enabled https://bugs.webkit.org/show_bug.cgi?id=97280 Reviewed by Adele Peterson. * fast/text/word-space-with-kerning-2-expected.html: Added. * fast/text/word-space-with-kerning-2.html: Added. 2012-09-21 Sudarsana Nagineni [EFL] Skip flaky tests to make the bots green https://bugs.webkit.org/show_bug.cgi?id=97340 Unreviewed EFL gardening. Skip flaky tests in order to make the bots green. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: 2012-09-21 Zoltan Herczeg [Qt] Unreviewed gardening. Skip a test because layoutTestController.setBackingScaleFactor() is missing on Qt. This test timeouts at the moment, which considerably increase the testing time. * platform/qt/Skipped: 2012-09-21 Christophe Dumez [WK2][WKTR] EventSender needs to implement scheduleAsynchronousClick https://bugs.webkit.org/show_bug.cgi?id=97326 Reviewed by Kenneth Rohde Christiansen. Unskip fast/events/popup-blocking-click-in-iframe.html for WebKit2 now that WKTR's EventSender implements scheduleAsynchronousClick. * platform/efl-wk2/TestExpectations: * platform/gtk-wk2/TestExpectations: * platform/mac-wk2/Skipped: * platform/qt-5.0-wk2/Skipped: 2012-09-20 Andrey Kosyakov Web Inspector: [refactoring] simplify interface to FileOutputStream https://bugs.webkit.org/show_bug.cgi?id=97226 Reviewed by Yury Semikhatsky. - adjust tests to new FileOutputStream interface; * inspector/profiler/heap-snapshot-loader.html: * inspector/timeline/timeline-load.html: * inspector/timeline/timeline-test.js: (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start): (initialize_Timeline.InspectorTest.StringOutputStream): (initialize_Timeline.InspectorTest.StringOutputStream.prototype.write): (initialize_Timeline.InspectorTest.StringOutputStream.prototype.close): (initialize_Timeline): 2012-09-21 Alexandru Chiculita -webkit-clip-path is applied on elements that are not descendant of the container https://bugs.webkit.org/show_bug.cgi?id=97217 Reviewed by Dirk Schulze. Added a test to check that the clip-path is removed from the GraphicsContext in the second paint call. clip-path-circle-relative-overflow had incorrect result before, so I've udpated the results on Mac and added test expectations for the others. * css3/masking/clip-path-restore-expected.html: Added. * css3/masking/clip-path-restore.html: Added. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/css3/masking/clip-path-circle-relative-overflow-expected.png: * platform/qt/TestExpectations: * platform/win/Skipped: 2012-09-21 Mikhail Pozdnyakov WebKitTestRunner needs to print frame load delegate information https://bugs.webkit.org/show_bug.cgi?id=42705 Reviewed by Kenneth Rohde Christiansen. Unskipped corresponding test cases from wk2/Skipped, put those which still fail to an appropriate group in wk2/Skipped. Moved couple of http/tests/loading tests from platform/efl-wk1/TestExpectations to platform/efl/TestExpectations as they actually fail for both WK1 EFL and WK2 EFL. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: * platform/wk2/Skipped: 2012-09-21 Christophe Dumez [EFL] EventSender should mimic CTRL+o emacs shortcut https://bugs.webkit.org/show_bug.cgi?id=97224 Reviewed by Kenneth Rohde Christiansen. Rebaseline editing/input/emacs-ctrl-o.html test now that EFL's EventSender supports mimicking CTRL+o emacs keyboard shortcut and unskip the test for EFL WK2 now that the output matches the one for EFL WK1. * platform/efl-wk2/TestExpectations: * platform/efl/editing/input/emacs-ctrl-o-expected.png: * platform/efl/editing/input/emacs-ctrl-o-expected.txt: 2012-09-21 Sudarsana Nagineni [EFL] Gardening of failing tests https://bugs.webkit.org/show_bug.cgi?id=97317 Unreviewed EFL gardening. * platform/efl/TestExpectations: * platform/efl/fast/text/atsui-rtl-override-selection-expected.png: * platform/efl/fast/text/atsui-rtl-override-selection-expected.txt: 2012-09-21 Christophe Dumez [EFL] Move frame flattening tests to WK1 specific TestExpectations https://bugs.webkit.org/show_bug.cgi?id=97315 Unreviewed EFL gardening. Generate baselines for frame flattening tests using WK2 since the tests are passing with it, and move the tests to WebKit1-specific TestExpectations. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added. * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added. * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png: Added. * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added. * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png: Added. * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. * platform/efl/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added. * platform/efl/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added. * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png: Added. * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added. 2012-09-21 Yury Semikhatsky Unreviewed. Changed fast/text/international/hebrew-selection.html expectation from Failure to ImageOnlyFailure to match the actual results. * platform/chromium/TestExpectations: 2012-09-21 Yury Semikhatsky Unreviewed. Mark accessibility/loading-iframe-updates-axtree.html as crashing intermittently on Linux in addition to Win and Mac. * platform/chromium/TestExpectations: 2012-09-21 Zan Dobersek Unreviewed GTK gardening. Rebaselining MathML tests after r129146. * platform/gtk/mathml/presentation/attributes-expected.png: * platform/gtk/mathml/presentation/attributes-expected.txt: * platform/gtk/mathml/presentation/fenced-expected.png: * platform/gtk/mathml/presentation/fenced-expected.txt: * platform/gtk/mathml/presentation/fenced-mi-expected.png: * platform/gtk/mathml/presentation/fenced-mi-expected.txt: * platform/gtk/mathml/presentation/fractions-expected.png: * platform/gtk/mathml/presentation/fractions-expected.txt: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/gtk/mathml/presentation/mo-expected.png: * platform/gtk/mathml/presentation/mo-expected.txt: * platform/gtk/mathml/presentation/mo-stretch-expected.png: * platform/gtk/mathml/presentation/mo-stretch-expected.txt: * platform/gtk/mathml/presentation/mroot-pref-width-expected.png: * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt: * platform/gtk/mathml/presentation/over-expected.png: * platform/gtk/mathml/presentation/over-expected.txt: * platform/gtk/mathml/presentation/roots-expected.png: * platform/gtk/mathml/presentation/roots-expected.txt: * platform/gtk/mathml/presentation/row-alignment-expected.png: * platform/gtk/mathml/presentation/row-alignment-expected.txt: * platform/gtk/mathml/presentation/row-expected.png: * platform/gtk/mathml/presentation/row-expected.txt: * platform/gtk/mathml/presentation/style-expected.png: * platform/gtk/mathml/presentation/style-expected.txt: * platform/gtk/mathml/presentation/sub-expected.txt: * platform/gtk/mathml/presentation/subsup-expected.png: * platform/gtk/mathml/presentation/subsup-expected.txt: * platform/gtk/mathml/presentation/sup-expected.png: * platform/gtk/mathml/presentation/sup-expected.txt: * platform/gtk/mathml/presentation/tokenElements-expected.png: * platform/gtk/mathml/presentation/tokenElements-expected.txt: * platform/gtk/mathml/presentation/under-expected.txt: * platform/gtk/mathml/presentation/underover-expected.png: * platform/gtk/mathml/presentation/underover-expected.txt: * platform/gtk/mathml/xHeight-expected.png: * platform/gtk/mathml/xHeight-expected.txt: 2012-09-20 Kenichi Ishibashi [Chromium] Unreviewed test expectation update. * platform/chromium/TestExpectations: Assigned new bug entry for fast/text/international/hebrew-selection.html 2012-09-20 John Mellor Text Autosizing: Cluster text at flow roots, for consistency and to avoid autosizing headers/footers. https://bugs.webkit.org/show_bug.cgi?id=97025 Reviewed by Julien Chaffraix. Added 6 tests (cluster*.html). Updated various other tests to have enough text so that they continue to pass, or that if they fail, it's for the reason that was being tested, not just because clustering decided they had insufficient text. * fast/text-autosizing/cluster-narrow-in-wide-expected.html: Added. * fast/text-autosizing/cluster-narrow-in-wide.html: Copied from LayoutTests/fast/text-autosizing/em-margin-border-padding.html. * fast/text-autosizing/cluster-wide-in-narrow-expected.html: Added. * fast/text-autosizing/cluster-wide-in-narrow.html: Added. * fast/text-autosizing/clusters-insufficient-text-expected.html: Added. * fast/text-autosizing/clusters-insufficient-text.html: Added. * fast/text-autosizing/clusters-insufficient-width-expected.html: Added. * fast/text-autosizing/clusters-insufficient-width.html: Added. * fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html: Added. * fast/text-autosizing/clusters-sufficient-text-except-in-root.html: Added. * fast/text-autosizing/clusters-sufficient-width-expected.html: Added. * fast/text-autosizing/clusters-sufficient-width.html: Added. * fast/text-autosizing/constrained-and-overflow-auto-ancestor-expected.html: * fast/text-autosizing/constrained-and-overflow-auto-ancestor.html: * fast/text-autosizing/constrained-and-overflow-hidden-ancestor-expected.html: * fast/text-autosizing/constrained-and-overflow-hidden-ancestor.html: * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor-expected.html: * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor.html: * fast/text-autosizing/constrained-and-overflow-scroll-ancestor-expected.html: * fast/text-autosizing/constrained-and-overflow-scroll-ancestor.html: * fast/text-autosizing/constrained-height-ancestor-expected.html: * fast/text-autosizing/constrained-height-ancestor.html: * fast/text-autosizing/constrained-maxheight-ancestor-expected.html: * fast/text-autosizing/constrained-maxheight-ancestor.html: * fast/text-autosizing/constrained-maxheight-expected.html: * fast/text-autosizing/constrained-maxheight.html: * fast/text-autosizing/constrained-percent-maxheight-expected.html: * fast/text-autosizing/constrained-percent-maxheight.html: * fast/text-autosizing/constrained-percent-of-viewport-maxheight-expected.html: * fast/text-autosizing/constrained-percent-of-viewport-maxheight.html: * fast/text-autosizing/constrained-then-overflow-ancestors-expected.html: * fast/text-autosizing/constrained-then-overflow-ancestors.html: * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html: * fast/text-autosizing/constrained-then-position-absolute-ancestors.html: * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html: * fast/text-autosizing/constrained-then-position-fixed-ancestors.html: * fast/text-autosizing/constrained-within-overflow-ancestor-expected.html: * fast/text-autosizing/constrained-within-overflow-ancestor.html: * fast/text-autosizing/em-margin-border-padding-expected.html: * fast/text-autosizing/em-margin-border-padding.html: * fast/text-autosizing/narrow-child-expected.html: * fast/text-autosizing/narrow-child.html: * fast/text-autosizing/wide-child-expected.html: * fast/text-autosizing/wide-child.html: * fast/text-autosizing/wide-iframe-expected.html: * fast/text-autosizing/wide-iframe.html: 2012-09-20 Yury Semikhatsky Unreviewed. Mark fast/text/international/hebrew-selection.html as failing on Windows in addition to Linux. The test was introduced in r129175 and marked as failing on Linux from the very beginning. * platform/chromium/TestExpectations: 2012-09-20 Christophe Dumez [EFL] Several MathML tests need rebaseline after r129146 https://bugs.webkit.org/show_bug.cgi?id=97293 Unreviewed EFL gardening. Rebaseline several MathML tests due to r129146. * platform/efl/mathml/presentation/attributes-expected.png: * platform/efl/mathml/presentation/attributes-expected.txt: * platform/efl/mathml/presentation/fenced-expected.png: * platform/efl/mathml/presentation/fenced-expected.txt: * platform/efl/mathml/presentation/fenced-mi-expected.png: * platform/efl/mathml/presentation/fenced-mi-expected.txt: * platform/efl/mathml/presentation/fractions-expected.png: * platform/efl/mathml/presentation/fractions-expected.txt: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/efl/mathml/presentation/mo-stretch-expected.png: * platform/efl/mathml/presentation/mo-stretch-expected.txt: * platform/efl/mathml/presentation/mroot-pref-width-expected.png: * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: * platform/efl/mathml/presentation/roots-expected.png: * platform/efl/mathml/presentation/roots-expected.txt: * platform/efl/mathml/presentation/row-alignment-expected.png: * platform/efl/mathml/presentation/row-alignment-expected.txt: * platform/efl/mathml/presentation/style-expected.png: * platform/efl/mathml/presentation/style-expected.txt: * platform/efl/mathml/presentation/sub-expected.png: * platform/efl/mathml/presentation/sub-expected.txt: * platform/efl/mathml/presentation/subsup-expected.png: * platform/efl/mathml/presentation/subsup-expected.txt: * platform/efl/mathml/presentation/sup-expected.png: * platform/efl/mathml/presentation/sup-expected.txt: * platform/efl/mathml/presentation/tokenElements-expected.png: * platform/efl/mathml/presentation/tokenElements-expected.txt: * platform/efl/mathml/presentation/under-expected.png: * platform/efl/mathml/presentation/under-expected.txt: * platform/efl/mathml/presentation/underover-expected.png: * platform/efl/mathml/presentation/underover-expected.txt: * platform/efl/mathml/xHeight-expected.png: * platform/efl/mathml/xHeight-expected.txt: 2012-09-20 Yury Semikhatsky Unreviewed. Provided Chromium-specific test expectations after r129176. * platform/chromium-mac-snowleopard/fast/text/emphasis-expected.png: * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.png: * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.txt: * platform/chromium-mac/fast/text/emphasis-expected.png: * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.png: * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.txt: 2012-09-20 Luke Macpherson Fix bug when using a variable to specify a -webkit-filter. https://bugs.webkit.org/show_bug.cgi?id=97153 Reviewed by Abhishek Arya. Use a variable in a -webkit-filter css property. * fast/css/variables/var-filter-expected.txt: Added. * fast/css/variables/var-filter.html: Added. 2012-09-20 Noel Gordon Unreviewed test expectations edit. * platform/mac/TestExpectations: Expectations format change. 2012-09-20 Dan Bernstein Updated Lion-specific results after r129176. * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt: 2012-09-20 Kent Tamura [Win] Update test expectation https://bugs.webkit.org/show_bug.cgi?id=97274 * platform/win/Skipped: Add fast/forms/number/number-spinbutton-click-in-iframe.html because Apple Win port doesn't have spin button in testing. 2012-09-20 Dan Bernstein Kerning never occurs between a space and the following glyph https://bugs.webkit.org/show_bug.cgi?id=97269 Reviewed by Tim Horton. * platform/mac/fast/text/emphasis-expected.png: * platform/mac/fast/text/emphasis-expected.txt: * platform/mac/fast/text/sticky-typesetting-features-expected.png: * platform/mac/fast/text/sticky-typesetting-features-expected.txt: * platform/mac/fast/text/thai-combining-mark-positioning-expected.png: * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: * platform/mac/fast/writing-mode/text-orientation-basic-expected.png: * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: 2012-09-20 Kenichi Ishibashi [Chromium] Improve glyph selection of HarfBuzzShaper https://bugs.webkit.org/show_bug.cgi?id=97164 Reviewed by Tony Chang. Added a test for complex text selection. * fast/text/international/hebrew-selection-expected.html: Added. * fast/text/international/hebrew-selection.html: Added. 2012-09-20 Dirk Pranke make Skip, WontFix be the only expectations on a line https://bugs.webkit.org/show_bug.cgi?id=97225 Unreviewed, expectations change. This change updates all of the expectations files, but doesn't actually change the code to issue warnings in this case (that will come in a subsequent patch). * platform/chromium-android/TestExpectations: * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk-wk2/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt-arm/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: 2012-09-20 Marcelo Lira [Qt] Remove entries for deleted tests from Skipped list https://bugs.webkit.org/show_bug.cgi?id=97213 Reviewed by Simon Hausmann. * platform/qt/Skipped: 2012-09-20 Mike West CSP reports should send an empty "blocked-uri" rather than nothing. https://bugs.webkit.org/show_bug.cgi?id=97256 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Updating test expectations to include an explicitly empty "blocked-uri" as opposed to leaving it off entirely. 2012-09-20 Simon Fraser media/track/track-cue-rendering-inner-timestamps.html times out. https://bugs.webkit.org/show_bug.cgi?id=97259 * platform/mac/TestExpectations: 2012-09-20 Simon Fraser Mark plugins/netscape-dom-access-and-reload.html as flakey https://bugs.webkit.org/show_bug.cgi?id=82752 * platform/mac/TestExpectations: 2012-09-20 Ryosuke Niwa run-perf-tests should record individual value instead of statistics https://bugs.webkit.org/show_bug.cgi?id=97155 Reviewed by Hajime Morita. The expected result now contains individual value. * fast/harness/perftests/runs-per-second-log-expected.txt: 2012-09-20 Geoffrey Garen Refactored the interpreter and JIT so they don't dictate closure layout https://bugs.webkit.org/show_bug.cgi?id=97221 Reviewed by Oliver Hunt. * fast/js/dfg-arguments-alias-activation-expected.txt: Added. * fast/js/dfg-arguments-alias-activation.html: Added. 2012-09-20 Tony Chang Implement absolutely positioned flex items https://bugs.webkit.org/show_bug.cgi?id=93798 Reviewed by Ojan Vafai. Fix position of absolute flex items and add some additional tests. * css3/flexbox/align-absolute-child-expected.txt: * css3/flexbox/align-absolute-child.html: New test cases and update expectations. * css3/flexbox/position-absolute-child.html: Update expectations. * css3/flexbox/position-absolute-children-expected.txt: Added. * css3/flexbox/position-absolute-children.html: Added. Tests having only absolutely positioned children. 2012-09-20 Ojan Vafai Remove now passing test. * platform/chromium/TestExpectations: 2012-09-20 Simon Fraser Marking http/tests/media/video-referer.html as flakey in TestExpectations https://bugs.webkit.org/show_bug.cgi?id=34331 * platform/mac/TestExpectations: 2012-09-20 Mike West CSP reports should send an empty 'referrer' rather than nothing. https://bugs.webkit.org/show_bug.cgi?id=97233 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Adding the empty 'referrer' attribute to the expectations. 2012-09-20 Simon Fraser Add WK2-specific result for this frame-flattening test (seems to be a scrollbars difference). Tracked by https://bugs.webkit.org/show_bug.cgi?id=97240. * platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. 2012-09-20 David Barton [MathML] Increase visual space around fraction parts, italic variables, and operators https://bugs.webkit.org/show_bug.cgi?id=97228 Reviewed by Eric Seidel. * platform/mac/mathml/presentation/attributes-expected.png: * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/fenced-expected.png: * platform/mac/mathml/presentation/fenced-expected.txt: * platform/mac/mathml/presentation/fenced-mi-expected.png: * platform/mac/mathml/presentation/fenced-mi-expected.txt: * platform/mac/mathml/presentation/fractions-expected.png: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-expected.png: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/mroot-pref-width-expected.png: * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: * platform/mac/mathml/presentation/over-expected.png: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.png: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/mathml/presentation/style-expected.png: * platform/mac/mathml/presentation/style-expected.txt: * platform/mac/mathml/presentation/sub-expected.txt: * platform/mac/mathml/presentation/subsup-expected.png: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/sup-expected.png: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/tokenElements-expected.png: * platform/mac/mathml/presentation/tokenElements-expected.txt: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.png: * platform/mac/mathml/presentation/underover-expected.txt: * platform/mac/mathml/xHeight-expected.png: * platform/mac/mathml/xHeight-expected.txt: 2012-09-20 Mike West Support paths in Content Security Policy directives. https://bugs.webkit.org/show_bug.cgi?id=89750 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt: * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html: * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt: * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html: The behavior of these tests changes based on the new functionality. * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01-expected.txt: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html: Added. New tests for various path cases. 2012-09-20 Joshua Bell IndexedDB: Rewrite confusing call sequence layout tests https://bugs.webkit.org/show_bug.cgi?id=97051 Reviewed by Tony Chang. Rewrite some convoluted and hard to understand/maintain tests in a more idiomatic fashion. This patch maintains the bulk of the non-standard output to verify that the tests have not changed in behavior; follow-ups will make the output more standard and split the tests into separate files. * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/resources/factory-deletedatabase-interactions.js: * storage/indexeddb/resources/open-close-version.js: 2012-09-20 Joanmarie Diggs [GTK] ControlsPanel string is not localized in LocalizedStringsGtk https://bugs.webkit.org/show_bug.cgi?id=96502 Reviewed by Chris Fleizach. Added a new test to verify that the accessible object associated with the MediaControlsPanel has the expected accessible name. * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Added. * platform/gtk/accessibility/media-controls-panel-title.html: Added. 2012-09-17 Jon Lee Safari 6 notifications' onclick handlers can't call window.open() https://bugs.webkit.org/show_bug.cgi?id=96959 Reviewed by Darin Adler. The test shows and clicks a platform notification. The onclick handler calls window.open(), which in turn calls a function on the main page to confirm that a window was opened. * http/tests/notifications/legacy/window-show-on-click-expected.txt: Added. * http/tests/notifications/legacy/window-show-on-click.html: Added. * http/tests/notifications/resources/window-show-on-click.html: Added. * http/tests/notifications/window-show-on-click-expected.txt: Added. * http/tests/notifications/window-show-on-click.html: Added. 2012-09-20 Csaba Osztrogonác [Qt] Unreviewed gardening. Unskip fast/exclusions tests, because they pass now. * platform/qt/Skipped: 2012-09-20 Zoltan Arvai [Qt][WK2] Unreviwed gardening. Skip test failing with timeout. https://bugs.webkit.org/show_bug.cgi?id=96397 * platform/qt-5.0-wk2/Skipped: skip fast/spatial-navigation/snav-media-elements.html. 2012-09-20 Ryuan Choi [EFL] Rebase and move compositing/geometry/fixed-position.html https://bugs.webkit.org/show_bug.cgi?id=97207 Unreviewed EFL gardening. Rebase and move fixed-position.html to efl-wk1 TestExpectations since it does not fail on the WebKit2 bots with rebased. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/efl/compositing/geometry/fixed-position-expected.png: Added. * platform/efl/compositing/geometry/fixed-position-expected.txt: Rebased. 2012-09-20 Mike West [chromium] Skip tests that will be broken by an upcoming V8 roll. https://bugs.webkit.org/show_bug.cgi?id=97206 Unreviewed preemptive gardening. These three tests will be broken by an upcoming V8 roll. I plan on rebaselining them along with webkit.org/b/94332. * platform/chromium/TestExpectations: 2012-09-20 Csaba Osztrogonác [Qt] Enable CSS regions by default https://bugs.webkit.org/show_bug.cgi?id=97196 Add Qt specific expected results for non-reftests, results are compared to Mac results manually. Reviewed by Dirk Schulze. * platform/qt/Skipped: Unskip passing fast/regions tests, skip 3 failing reftest. * platform/qt/fast/regions/autoheight-regions-mark-expected.png: Added. * platform/qt/fast/regions/autoheight-regions-mark-expected.txt: Added. * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added. * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added. * platform/qt/fast/regions/flow-content-basic-expected.png: Added. * platform/qt/fast/regions/flow-content-basic-expected.txt: Added. * platform/qt/fast/regions/flow-content-basic-vertical-expected.png: Added. * platform/qt/fast/regions/flow-content-basic-vertical-expected.txt: Added. * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.png: Added. * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added. * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.png: Added. * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Added. * platform/qt/fast/regions/flows-dependency-same-flow-expected.txt: Added. * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added. * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added. * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added. * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added. * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added. * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added. * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added. * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added. * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png: Added. * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added. * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. * platform/qt/fast/regions/region-style-block-background-color-expected.png: Added. * platform/qt/fast/regions/region-style-block-background-color-expected.txt: Added. * platform/qt/fast/regions/region-style-block-background-color2-expected.png: Added. * platform/qt/fast/regions/region-style-block-background-color2-expected.txt: Added. * platform/qt/fast/regions/text-region-split-small-pagination-expected.png: Added. * platform/qt/fast/regions/text-region-split-small-pagination-expected.txt: Added. * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.png: Added. * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added. * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added. * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added. * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added. * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added. * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added. 2012-09-20 Sheriff Bot Unreviewed, rolling out r129091. http://trac.webkit.org/changeset/129091 https://bugs.webkit.org/show_bug.cgi?id=97205 It broke perf tests everywhere (Requested by Ossy on #webkit). * fast/harness/perftests/runs-per-second-log-expected.txt: 2012-09-20 Andrey Adaikin Web Inspector: setPropertyValue does not work for non-finite numbers https://bugs.webkit.org/show_bug.cgi?id=97016 Reviewed by Vsevolod Vlasov. Expands the test with non-finite numbers case. * inspector/runtime/runtime-setPropertyValue-expected.txt: * inspector/runtime/runtime-setPropertyValue.html: 2012-09-20 Marcelo Lira [Qt] [WK1] Spaces missing in output of fast/forms/mailto/advanced-{get,put}.html https://bugs.webkit.org/show_bug.cgi?id=92551 Reviewed by Adam Barth. The problem here is that the text input boxes are rendered differently in chromium and qt/gtk/efl, causing the text dump to also differ. There are 4 adjacent input boxes in a page 800 pixel wide, the width of these inputs is unspecified, as it should since this is unrelated to purpose of the test, and left for the port to decide. Chromium puts the four in the same line, qt/gtk/efl breaks the line before the fourth input, causing an extra space to appear in the text dump. The test was corrected by defining a fixed width for the input elements, ensuring the text dumps will be identical in all platforms, eliminating the need for special expected files. * fast/forms/mailto/advanced-get.html: * fast/forms/mailto/advanced-put.html: * platform/efl/fast/forms/mailto/advanced-get-expected.txt: Removed. * platform/efl/fast/forms/mailto/advanced-put-expected.txt: Removed. * platform/gtk/fast/forms/mailto/advanced-get-expected.txt: Removed. * platform/gtk/fast/forms/mailto/advanced-put-expected.txt: Removed. * platform/qt-5.0-wk1/Skipped: * platform/qt-5.0-wk2/fast/forms/mailto/advanced-get-expected.txt: Removed. * platform/qt-5.0-wk2/fast/forms/mailto/advanced-put-expected.txt: Removed. * platform/qt-mac/Skipped: 2012-09-20 Otto Derek Cheung Web Inspector: Cookie info in Network Resources Cookies tab are incorrect https://bugs.webkit.org/show_bug.cgi?id=95491 Reviewed by Vsevolod Vlasov. Changed test expectation. If a cookie has an expired value, session should return false. * inspector/cookie-parser-expected.txt: 2012-09-20 Mikhail Pozdnyakov [EFL][WK2] Unskip fast/frames/flattening/iframe-tiny.html https://bugs.webkit.org/show_bug.cgi?id=97191 Unreviewed gardening. Test fast/frames/flattening/iframe-tiny.html shall be unskipped as it was fixed in r129046. * platform/efl-wk2/TestExpectations: 2012-09-20 Zan Dobersek Unreviewed GTK gardening. Adding failure expectations for tests added in r129068 and r129106. Removing flaky crasher expectations for tests that were fixed in r129065. * platform/gtk/TestExpectations: 2012-09-20 Michał Pakuła vel Rutka [EFL][DRT]DumpRenderTree needs to reset focus state when test starts. https://bugs.webkit.org/show_bug.cgi?id=97087 Reviewed by Gyuyoung Kim. Remove two flaky tests from TestExpectations as they pass after setting focus on settings reset. * platform/efl-wk1/TestExpectations: 2012-09-20 Mikhail Pozdnyakov [EFL] Rebaseline after r129074 https://bugs.webkit.org/show_bug.cgi?id=97181 Unreviewed rebaseline. Following tests are rebased after r129074 svg/W3C-I18N/text-dirRTL-ubNone.svg svg/W3C-I18N/tspan-direction-rtl.svg * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt: 2012-09-20 Keishi Hattori REGRESSION(r127727): Can't navigate between months with arrow keys in calendar picker https://bugs.webkit.org/show_bug.cgi?id=97166 Reviewed by Kent Tamura. * fast/forms/date/calendar-picker-key-operations-expected.txt: Added. * fast/forms/date/calendar-picker-key-operations.html: Added. 2012-09-20 Mikhail Pozdnyakov [EFL] Rebaseline after r129050 https://bugs.webkit.org/show_bug.cgi?id=97180 Unreviewed rebaseline. Rebase of following tests after r129050 fast/text/atsui-multiple-renderers.html fast/text/atsui-spacing-features.html fast/text/wide-zero-width-space.html * platform/efl/fast/text/atsui-multiple-renderers-expected.txt: * platform/efl/fast/text/atsui-spacing-features-expected.txt: * platform/efl/fast/text/wide-zero-width-space-expected.txt: 2012-09-20 Allan Sandfeld Jensen [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts https://bugs.webkit.org/show_bug.cgi?id=96397 Reviewed by Antonio Gomes. Use the js-test-post.js as intended to protect against race-conditions. * fast/spatial-navigation/snav-media-elements.html: * platform/qt-5.0-wk2/Skipped: 2012-09-20 Allan Sandfeld Jensen [Qt] Add eventSender.gestureTap https://bugs.webkit.org/show_bug.cgi?id=66173 Reviewed by Kenneth Rohde Christiansen. Change test to only being skipped in Qt WebKit2. * platform/qt-5.0-wk2/Skipped: * platform/qt/Skipped: 2012-09-20 Yury Semikhatsky Unreviewed. Mark http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html as flaky. * platform/chromium/TestExpectations: 2012-09-19 Christophe Dumez [EFL] Unskip JS tests that are no longer crashing after r129065 https://bugs.webkit.org/show_bug.cgi?id=97174 Unreviewed EFL gardening. Unskip several JS tests that are no longer crashing now that the fix has landed. * platform/efl/TestExpectations: 2012-09-19 Noel Gordon Unreviewed test expectations update. * platform/mac/TestExpectations: Change bug number reference. 2012-09-19 Ryosuke Niwa run-perf-tests should record indivisual value instead of statistics https://bugs.webkit.org/show_bug.cgi?id=97155 Reviewed by Hajime Morita. The expected result now contains indivisual value. * fast/harness/perftests/runs-per-second-log-expected.txt: 2012-09-19 David Grogan IndexedDB: Print console warning about setVersion https://bugs.webkit.org/show_bug.cgi?id=96575 Reviewed by Tony Chang. * http/tests/inspector/indexeddb/database-data-expected.txt: * http/tests/inspector/indexeddb/database-structure-expected.txt: * http/tests/inspector/indexeddb/resources-panel-expected.txt: * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-null-name-expected.txt: * storage/indexeddb/cursor-added-bug-expected.txt: * storage/indexeddb/cursor-advance-expected.txt: * storage/indexeddb/cursor-continue-dir-expected.txt: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-continue-validity-expected.txt: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-inconsistency-expected.txt: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-key-order-expected.txt: * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: * storage/indexeddb/cursor-primary-key-order-expected.txt: * storage/indexeddb/cursor-reverse-bug-expected.txt: * storage/indexeddb/cursor-skip-deleted-expected.txt: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/cursor-update-value-argument-required-expected.txt: * storage/indexeddb/cursor-value-expected.txt: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-close-expected.txt: * storage/indexeddb/database-closepending-flag-expected.txt: * storage/indexeddb/database-deletepending-flag-expected.txt: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/delete-range-expected.txt: * storage/indexeddb/deleteIndex-expected.txt: * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: * storage/indexeddb/deleteObjectStore-null-name-expected.txt: * storage/indexeddb/deleted-objects-expected.txt: * storage/indexeddb/deletedatabase-transaction-expected.txt: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/error-causes-abort-by-default-expected.txt: * storage/indexeddb/exception-in-event-aborts-expected.txt: * storage/indexeddb/exceptions-expected.txt: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/get-keyrange-expected.txt: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics-workers-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-cursor-expected.txt: * storage/indexeddb/index-duplicate-keypaths-expected.txt: * storage/indexeddb/index-get-key-argument-required-expected.txt: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-population-expected.txt: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/intversion-and-setversion-expected.txt: * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: * storage/indexeddb/intversion-long-queue-expected.txt: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-sort-order-across-types-expected.txt: * storage/indexeddb/key-sort-order-date-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-infinity-expected.txt: * storage/indexeddb/keypath-arrays-expected.txt: * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keypath-fetch-key-expected.txt: * storage/indexeddb/keypath-intrinsic-properties-expected.txt: * storage/indexeddb/lazy-index-population-expected.txt: * storage/indexeddb/legacy-constants-expected.txt: * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/metadata-expected.txt: * storage/indexeddb/mozilla/add-twice-failure-expected.txt: * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: * storage/indexeddb/mozilla/bad-keypath-expected.txt: * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/delete-result-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/object-cursors-expected.txt: * storage/indexeddb/mozilla/object-identity-expected.txt: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/objectstorenames-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/put-get-values-expected.txt: * storage/indexeddb/mozilla/readonly-transactions-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/remove-index-expected.txt: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/mozilla/versionchange-expected.txt: * storage/indexeddb/mutating-cursor-expected.txt: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/objectStore-required-arguments-expected.txt: * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/objectstore-clear-expected.txt: * storage/indexeddb/objectstore-count-expected.txt: * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/opencursor-key-expected.txt: * storage/indexeddb/pending-activity-expected.txt: * storage/indexeddb/pending-activity-workers-expected.txt: * storage/indexeddb/pending-version-change-on-exit-expected.txt: * storage/indexeddb/persistence-expected.txt: * storage/indexeddb/prefetch-bugfix-108071-expected.txt: * storage/indexeddb/queued-commands-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/request-continue-abort-expected.txt: * storage/indexeddb/request-event-propagation-expected.txt: * storage/indexeddb/setVersion-null-expected.txt: * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/set_version_queue-expected.txt: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/three-setversion-calls-expected.txt: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-active-flag-expected.txt: * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: * storage/indexeddb/transaction-complete-workers-expected.txt: * storage/indexeddb/transaction-crash-on-abort-expected.txt: * storage/indexeddb/transaction-error-expected.txt: * storage/indexeddb/transaction-event-propagation-expected.txt: * storage/indexeddb/transaction-read-only-expected.txt: * storage/indexeddb/transaction-rollback-expected.txt: * storage/indexeddb/transaction-storeNames-required-expected.txt: * storage/indexeddb/tutorial-expected.txt: * storage/indexeddb/two-version-changes-expected.txt: * storage/indexeddb/value-undefined-expected.txt: * storage/indexeddb/values-odd-types-expected.txt: * storage/indexeddb/version-change-abort-expected.txt: * storage/indexeddb/version-change-exclusive-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: 2012-09-19 Noel Gordon Add partial load test for PNG images with no alpha https://bugs.webkit.org/show_bug.cgi?id=96064 Reviewed by Simon Fraser. Partial load test for a PNG image with no alpha: receive a partial number of image bytes and stall forever. The partial image should be decoded and drawn and the green background should be visible. * fast/images/resources/lenna.png: Added: this PNG image has no alpha. * http/tests/images/png-partial-load-no-alpha-expected.png: Added. * http/tests/images/png-partial-load-no-alpha-expected.txt: Added. * http/tests/images/png-partial-load-no-alpha.html: Added. * platform/chromium/http/tests/images/png-partial-load-no-alpha-expected.png: Added. * platform/mac/TestExpectations: Add an IMAGE failure for the mac port. 2012-09-19 Simon Fraser Attempt to unskip some tests by removing them from the Skipped list. Added new baselines for those that need them. * platform/mac/Skipped: * platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: * platform/mac/fast/layers/video-layer-expected.txt: * platform/mac/fast/table/cell-pref-width-invalidation-expected.txt: * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt: * platform/mac/media/video-empty-source-expected.txt: * platform/mac/tables/mozilla/bugs/bug2123-expected.txt: * platform/mac/tables/mozilla/bugs/bug2509-expected.txt: * platform/mac/tables/mozilla/bugs/bug34176-expected.txt: * platform/mac/tables/mozilla/bugs/bug44505-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: 2012-09-19 Dirk Pranke [chromium] Fix expectation conflict on fast/hidpi/video-controls-in-hidpi.html Unreviewed, exepectations change. * platform/chromium/TestExpectations: 2012-09-19 Dirk Pranke Fix v8 bug urls after syntax conversion Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-19 James Simonsen [Chromium] Disable resource load scheduling https://bugs.webkit.org/show_bug.cgi?id=97131 Reviewed by Nate Chapin. The preload scanner loads resources sooner and these tests are affected. * platform/chromium/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Added. * platform/chromium/http/tests/inspector/network/network-initiator-expected.txt: Added. 2012-09-19 Dirk Pranke fix MISSING after TestExpectations conversion https://bugs.webkit.org/show_bug.cgi?id=97148 Unreviewed, expectations change. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt-mac/TestExpectations: 2012-09-19 Dan Bernstein When kerning is enabled, word spacing is doubly accounted for in RenderText::computePreferredLogicalWidths https://bugs.webkit.org/show_bug.cgi?id=97146 Reviewed by Anders Carlsson. * fast/text/word-space-with-kerning-expected.html: Added. * fast/text/word-space-with-kerning.html: Added. 2012-09-19 Dirk Pranke Fix lines missed (??) in mac-wk2/TestExpectations https://bugs.webkit.org/show_bug.cgi?id=97143 Unreviewed, expectations change. * platform/mac-wk2/TestExpectations: 2012-09-19 Dirk Pranke convert chromium android TestExpectations to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97145 Unreviewed, expectations change. Files converted with Tools/Scripts/convert-test-expectations. * platform/chromium-android/TestExpectations: 2012-09-19 Dirk Pranke nrwt: convert chromium TestExpectations to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97139 Reviewed by Ryosuke Niwa. Actually land the file supposedly landed below :). * platform/chromium/TestExpectations: 2012-09-19 Dirk Pranke convert apple win TestExpectations files to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97144 Unreviewed, expectations change. Files converted with Tools/Scripts/convert-test-expectations. * platform/win-wk2/TestExpectations: * platform/win-xp/TestExpectations: * platform/win/TestExpectations: 2012-09-19 Dirk Pranke convert apple mac TestExpectations files to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97143 Unreviewed, expectations change. Files converted with Tools/Scripts/convert-test-expectations. * platform/mac-lion/TestExpectations: * platform/mac-snowleopard/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/mac/TestExpectations: 2012-09-19 Dirk Pranke convert Efl TestExpectations to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97142 Unreviewed, expectations change. Files converted with Tools/Scripts/convert-test-expectations. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2012-09-19 Dirk Pranke convert Gtk TestExpectations files to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97141 Unreviewed, expectations change. Files converted with Tools/Scripts/convert-test-expectations. * platform/gtk-wk2/TestExpectations: * platform/gtk/TestExpectations: 2012-09-19 Dirk Pranke nrwt: convert Qt TestExpectations to the new format https://bugs.webkit.org/show_bug.cgi?id=97140 Unreviewed, expectations change. Files were converted using Tools/Scripts/convert-test-expectations. * platform/qt-4.8/TestExpectations: * platform/qt-5.0-wk2/TestExpectations: * platform/qt-arm/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: 2012-09-19 Dirk Pranke nrwt: convert chromium TestExpectations to the new syntax https://bugs.webkit.org/show_bug.cgi?id=97139 Reviewed by Ryosuke Niwa. This does a wholesale change of the file from BUGS MODIFIERS : test = EXPECTATIONS to Bugs [ Modifiers] test [ Expectations ] as per the new syntax. * platform/chromium/TestExpectations: 2012-09-19 Joshua Bell Unreviewed - remove debugging code from a pair of tests. During development these tests had their own timers to terminate early rather than timing out, so partial script output could be seen. Removing, as it could cause the tests to flake under load. * storage/indexeddb/lazy-index-population.html: * storage/indexeddb/resources/cursor-finished.js: 2012-09-19 Terry Anderson [chromium] Store the contents scale factor in PlatformContextSkia on initialization https://bugs.webkit.org/show_bug.cgi?id=96137 Reviewed by Stephen White. These tests will fail due to a font hinting/rasterization issue with chromium DRT pixel tests having a page/device scale factor of 2. See crbug.com/150682. * platform/chromium/TestExpectations: 2012-09-19 Dirk Pranke nrwt: replace TEXT, AUDIO, and IMAGE+TEXT with FAIL https://bugs.webkit.org/show_bug.cgi?id=96845 Reviewed by Ojan Vafai. In preparation for the new TestExpectations syntax, we replace all TEXT, IMAGE+TEXT, and AUDIO failures with FAIL. This will make switching to the new syntax lossless (i.e., we lose information now, not then). * platform/chromium-android/TestExpectations: * platform/chromium/TestExpectations: * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt-arm/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: 2012-09-19 Robert Flack [chromium] compositing/geometry/fixed-position-iframe-composited-page-scale-down test needs rebaseline for r129023. https://bugs.webkit.org/show_bug.cgi?id=97130 Reviewed by Nate Chapin. Rebaseline compositing/geometry/fixed-position-iframe-composited-page-scale-down.html. * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: 2012-09-19 Joshua Bell IndexedDB: Free up resources used by completed cursors earlier https://bugs.webkit.org/show_bug.cgi?id=97023 Reviewed by Tony Chang. Test to exercise cursor methods after the cursor has been run to the end. * storage/indexeddb/cursor-finished-expected.txt: Added. * storage/indexeddb/cursor-finished.html: Added. * storage/indexeddb/resources/cursor-finished.js: Added. (test): (prepareDatabase): (onDeleteSuccess): (onUpgradeNeeded): (onOpenSuccess): (onCursorSuccess): 2012-09-19 David Grogan IndexedDB: fire upgradeneeded even without an explicit integer version https://bugs.webkit.org/show_bug.cgi?id=96444 Reviewed by Tony Chang. Mostly updating expectations about getting an upgradeneeded on a new database and the default version being 1 instead of "". * http/tests/inspector/indexeddb/database-structure-expected.txt: * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/cursor-overloads.html: * storage/indexeddb/dont-commit-on-blocked-expected.txt: * storage/indexeddb/dont-commit-on-blocked.html: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/intversion-and-setversion-expected.txt: Remove test that setVersion fires an error if an int version is set. Change it to testing that an int version can replace a string version that replaced an int version. * storage/indexeddb/intversion-bad-parameters-expected.txt: * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: Removed. setVersion is no longer invalid so this test can be deleted. * storage/indexeddb/intversion-omit-parameter-expected.txt: We now fully pass this test. * storage/indexeddb/intversion-two-opens-no-versions-expected.txt: Added. * storage/indexeddb/intversion-two-opens-no-versions.html: Renamed from LayoutTests/storage/indexeddb/intversion-invalid-setversion-has-no-side-effects.html. * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/noblobs.html: * storage/indexeddb/open-during-transaction-expected.txt: This test had a bug in it AND its behavior is changed. It was trying to open one database twice and another once but was actually opening three different databases. The behavior change is that now the transaction finishes while the last call to open is firing upgradeneeded. * storage/indexeddb/pending-activity-expected.txt: * storage/indexeddb/pending-activity-workers-expected.txt: * storage/indexeddb/resources/intversion-and-setversion.js: (deleteSuccess): (initialUpgradeNeeded): (openSuccess): (firstUpgradeNeeded): (transactionCompleted): (firstOpenWithVersion): (secondSetVersionCallback): (setIntVersion2): (versionChangeGoingFromStringToInt): (version2ConnectionBlocked): (version2ConnectionSuccess): (errorWhenTryingLowVersion): * storage/indexeddb/resources/intversion-invalid-setversion-has-no-side-effects.js: Removed. * storage/indexeddb/resources/intversion-two-opens-no-versions.js: Added. (test): (deleteSuccess): (connection1UpgradeNeeded): (connection1OpenSuccess): (connection2UpgradeNeeded): (connection2OpenSuccess): * storage/indexeddb/resources/list-ordering.js: * storage/indexeddb/resources/open-during-transaction.js: (startTransaction.trans.oncomplete): (startTransaction): (tryOpens.openreq3.onsuccess): (tryOpens): * storage/indexeddb/resources/pending-activity.js: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: 2012-09-19 Dominic Mazzoni AX: A few control types are returning the wrong answer for isReadOnly https://bugs.webkit.org/show_bug.cgi?id=96735 Reviewed by Chris Fleizach. Adds a new test to make sure that readonly is exposed correctly on all elements. * platform/chromium/accessibility/readonly-expected.txt: Added. * platform/chromium/accessibility/readonly.html: Added. * platform/mac/accessibility/form-control-value-settable-expected.txt: Added. * platform/mac/accessibility/form-control-value-settable.html: Added. 2012-09-19 Nate Chapin Chromium gardening. A test is mistakenly marked as both SLOW and TIMEOUT. * platform/chromium/TestExpectations: 2012-09-19 Brent Fulgham [WinCairo] Unreviewed build correction to update Skipped list to match current Windows list. * platform/wincairo/Skipped: Updated to match Apple build. 2012-09-19 Nate Chapin Chromium gardening. Mark a consistently passing test as such, tweak flakiness of several tests based on recent build results. * platform/chromium/TestExpectations: 2012-09-19 Nate Chapin Chromium gardening, remove flaky tests that don't appear to actually be flaky. https://bugs.webkit.org/show_bug.cgi?id=78725 * platform/chromium/TestExpectations: 2012-09-19 Christophe Dumez [EFL][WK2] fast/forms/select-writing-direction-natural.html is failing https://bugs.webkit.org/show_bug.cgi?id=97082 Reviewed by Kenneth Rohde Christiansen. Rebaseline fast/forms/select-writing-direction-natural.html and unskip it for efl-wk2. * platform/efl-wk2/TestExpectations: * platform/efl/fast/forms/select-writing-direction-natural-expected.png: 2012-09-18 Dirk Schulze Implement 'mask-type' for https://bugs.webkit.org/show_bug.cgi?id=97011 Reviewed by Andreas Kling. Added new tests for switching the masking mode on element with 'mask-type'. * svg/css/mask-type-expected.txt: Added. * svg/css/mask-type.html: Added. * svg/masking/mask-type-alpha-expected.svg: Added. * svg/masking/mask-type-alpha.svg: Added. * svg/masking/mask-type-luminance-expected.svg: Added. * svg/masking/mask-type-luminance.svg: Added. * svg/masking/mask-type-not-set-expected.svg: Added. * svg/masking/mask-type-not-set.svg: Added. 2012-09-19 Nate Chapin Chromium gardening. fast/filesystem/workers/detached-frame-crash.html does not appear to be flakily crashing anymore. * platform/chromium/TestExpectations: 2012-09-19 Nate Chapin chromium TestExpectations update. fast/filesystem/file-writer-write-overlapped.html and fast/filesystem/workers/file-writer-write-overlapped.html are flaky in WIN DEBUG only. * platform/chromium/TestExpectations: 2012-09-19 Nate Chapin TextExpectations update, remove entries for consistently passing tests. https://bugs.webkit.org/show_bug.cgi?id=74746 * platform/chromium/TestExpectations: 2012-09-19 Zan Dobersek Unreviewed GTK gardening. Adding another flaky crasher expectation after r128802. * platform/gtk/TestExpectations: 2012-09-19 Zan Dobersek Unreviewed GTK gardening. Adding another flaky crasher expectation after r128802. Adding platform-specific baselines after r128861. * platform/gtk/TestExpectations: * platform/gtk/fast/regions/autoheight-regions-mark-expected.png: Added. * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt: Added. 2012-09-19 Christophe Dumez [EFL] Rebaseline a few mozilla/table/bugs tests that were missed https://bugs.webkit.org/show_bug.cgi?id=97107 Unreviewed EFL rebaseline. Rebaseline a few tables/mozilla/bugs tests that were forgotten during my massive tables/mozilla rebaseline. * platform/efl/TestExpectations: * platform/efl/tables/mozilla/bugs/45621-expected.png: * platform/efl/tables/mozilla/bugs/bug9072-expected.png: * platform/efl/tables/mozilla/bugs/bug9123-1-expected.png: * platform/efl/tables/mozilla/bugs/bug9123-2-expected.png: * platform/efl/tables/mozilla/bugs/bug92143-expected.png: * platform/efl/tables/mozilla/bugs/bug92647-2-expected.png: * platform/efl/tables/mozilla/bugs/bug9271-1-expected.png: * platform/efl/tables/mozilla/bugs/bug9271-2-expected.png: * platform/efl/tables/mozilla/bugs/bug92868-expected.png: * platform/efl/tables/mozilla/bugs/bug93363-expected.png: * platform/efl/tables/mozilla/bugs/bug963-expected.png: * platform/efl/tables/mozilla/bugs/bug96334-expected.png: * platform/efl/tables/mozilla/bugs/bug96343-expected.png: * platform/efl/tables/mozilla/bugs/bug965-expected.png: * platform/efl/tables/mozilla/bugs/bug97138-expected.png: * platform/efl/tables/mozilla/bugs/bug98196-expected.png: * platform/efl/tables/mozilla/bugs/bug9879-1-expected.png: * platform/efl/tables/mozilla/bugs/bug99923-expected.png: * platform/efl/tables/mozilla/bugs/bug99948-expected.png: 2012-09-19 Jochen Eisinger [chromium] Update test expectation for indexeddb test that is currently only run using content_browsertests Unreviewed gardening. * storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt: 2012-09-19 Rick Byers Do touch adjustment on GestureTapDown https://bugs.webkit.org/show_bug.cgi?id=96677 Reviewed by Antonio Gomes. Make a few tweaks to the touchadjustment.js infrastructure to make it simpler and easier to use. Add a test for touch-adjustment of GestureTapDown events (based on touch-links-longpress). * touchadjustment/resources/touchadjustment.js: (touchPoint.return.left.x.radiusX.top.y.radiusY.width.radiusX.2.height.radiusY.2.get x): (touchPoint.return.get y): (touchPoint): (offsetTouchPoint): * touchadjustment/touch-links-active-expected.txt: Added. * touchadjustment/touch-links-active.html: Added. 2012-09-19 Christophe Dumez [EFL] Skip fast/dom/message-port-deleted-by-accessor.html https://bugs.webkit.org/show_bug.cgi?id=97105 Unreviewed EFL gardening. Add fast/dom/message-port-deleted-by-accessor.html to TestExpectations because it sometimes crashes on debug build bots after r128802. * platform/efl/TestExpectations: 2012-09-19 Christophe Dumez [EFL] EFL's DRT does not support overriding 'WebKitCSSRegionsEnabled' preference https://bugs.webkit.org/show_bug.cgi?id=97100 Reviewed by Gyuyoung Kim. Rebaseline and unskip several test cases now that EFL's DRT supports overriding 'WebKitCSSRegionsEnabled' preference. * platform/efl/Skipped: * platform/efl/TestExpectations: * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png: * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt: * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: * platform/efl/fast/repaint/region-painting-invalidation-expected.png: Added. * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Added. * platform/efl/fast/repaint/region-painting-via-layout-expected.txt: 2012-09-19 Andrey Adaikin Web Inspector: [WebGL] -> [Canvas] Rename WebGLAgent to CanvasAgent https://bugs.webkit.org/show_bug.cgi?id=96917 Reviewed by Vsevolod Vlasov. * inspector/profiler/webgl/webgl-profiler-get-error.html: * inspector/profiler/webgl/webgl-profiler-test.js: (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent): (initialize_CanvasWebGLProfilerTest): 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 6) https://bugs.webkit.org/show_bug.cgi?id=97098 Unreviewed EFL rebaseline. Rebaseline remaining tables/mozilla tests. * platform/efl/tables/mozilla/bugs/bug40828-expected.png: * platform/efl/tables/mozilla/bugs/bug4093-expected.png: * platform/efl/tables/mozilla/bugs/bug41890-expected.png: * platform/efl/tables/mozilla/bugs/bug42187-expected.png: * platform/efl/tables/mozilla/bugs/bug42443-expected.png: * platform/efl/tables/mozilla/bugs/bug4284-expected.png: * platform/efl/tables/mozilla/bugs/bug43039-expected.png: * platform/efl/tables/mozilla/bugs/bug43204-expected.png: * platform/efl/tables/mozilla/bugs/bug4382-expected.png: * platform/efl/tables/mozilla/bugs/bug4385-expected.png: * platform/efl/tables/mozilla/bugs/bug43854-1-expected.png: * platform/efl/tables/mozilla/bugs/bug43854-2-expected.png: * platform/efl/tables/mozilla/bugs/bug4427-expected.png: * platform/efl/tables/mozilla/bugs/bug4429-expected.png: * platform/efl/tables/mozilla/bugs/bug44505-expected.png: * platform/efl/tables/mozilla/bugs/bug44523-expected.png: * platform/efl/tables/mozilla/bugs/bug4501-expected.png: * platform/efl/tables/mozilla/bugs/bug45055-2-expected.png: * platform/efl/tables/mozilla/bugs/bug45055-expected.png: * platform/efl/tables/mozilla/bugs/bug4520-expected.png: * platform/efl/tables/mozilla/bugs/bug4523-expected.png: * platform/efl/tables/mozilla/bugs/bug4527-expected.png: * platform/efl/tables/mozilla/bugs/bug45350-expected.png: * platform/efl/tables/mozilla/bugs/bug45486-expected.png: * platform/efl/tables/mozilla/bugs/bug4576-expected.png: * platform/efl/tables/mozilla/bugs/bug46268-1-expected.png: * platform/efl/tables/mozilla/bugs/bug46268-2-expected.png: * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png: * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png: * platform/efl/tables/mozilla/bugs/bug46268-expected.png: * platform/efl/tables/mozilla/bugs/bug46368-1-expected.png: * platform/efl/tables/mozilla/bugs/bug46368-2-expected.png: * platform/efl/tables/mozilla/bugs/bug46480-1-expected.png: * platform/efl/tables/mozilla/bugs/bug46480-2-expected.png: * platform/efl/tables/mozilla/bugs/bug46623-1-expected.png: * platform/efl/tables/mozilla/bugs/bug46623-2-expected.png: * platform/efl/tables/mozilla/bugs/bug46924-expected.png: * platform/efl/tables/mozilla/bugs/bug46944-expected.png: * platform/efl/tables/mozilla/bugs/bug4739-expected.png: * platform/efl/tables/mozilla/bugs/bug47432-expected.png: * platform/efl/tables/mozilla/bugs/bug48028-1-expected.png: * platform/efl/tables/mozilla/bugs/bug48028-2-expected.png: * platform/efl/tables/mozilla/bugs/bug4803-expected.png: * platform/efl/tables/mozilla/bugs/bug4849-2-expected.png: * platform/efl/tables/mozilla/bugs/bug4849-expected.png: * platform/efl/tables/mozilla/bugs/bug48827-expected.png: * platform/efl/tables/mozilla/bugs/bug50695-1-expected.png: * platform/efl/tables/mozilla/bugs/bug51037-expected.png: * platform/efl/tables/mozilla/bugs/bug51140-expected.png: * platform/efl/tables/mozilla/bugs/bug51727-expected.png: * platform/efl/tables/mozilla/bugs/bug5188-expected.png: * platform/efl/tables/mozilla/bugs/bug52505-expected.png: * platform/efl/tables/mozilla/bugs/bug52506-expected.png: * platform/efl/tables/mozilla/bugs/bug53690-2-expected.png: * platform/efl/tables/mozilla/bugs/bug53891-expected.png: * platform/efl/tables/mozilla/bugs/bug54450-expected.png: * platform/efl/tables/mozilla/bugs/bug5538-expected.png: * platform/efl/tables/mozilla/bugs/bug55527-expected.png: * platform/efl/tables/mozilla/bugs/bug55545-expected.png: * platform/efl/tables/mozilla/bugs/bug55694-expected.png: * platform/efl/tables/mozilla/bugs/bug55789-expected.png: * platform/efl/tables/mozilla/bugs/bug56201-expected.png: * platform/efl/tables/mozilla/bugs/bug56405-expected.png: * platform/efl/tables/mozilla/bugs/bug56563-expected.png: * platform/efl/tables/mozilla/bugs/bug57300-expected.png: * platform/efl/tables/mozilla/bugs/bug57378-expected.png: * platform/efl/tables/mozilla/bugs/bug57828-2-expected.png: * platform/efl/tables/mozilla/bugs/bug57828-expected.png: * platform/efl/tables/mozilla/bugs/bug5797-expected.png: * platform/efl/tables/mozilla/bugs/bug5798-expected.png: * platform/efl/tables/mozilla/bugs/bug5799-expected.png: * platform/efl/tables/mozilla/bugs/bug5835-expected.png: * platform/efl/tables/mozilla/bugs/bug5838-expected.png: * platform/efl/tables/mozilla/bugs/bug58402-1-expected.png: * platform/efl/tables/mozilla/bugs/bug59354-expected.png: * platform/efl/tables/mozilla/bugs/bug60013-expected.png: * platform/efl/tables/mozilla/bugs/bug60749-expected.png: * platform/efl/tables/mozilla/bugs/bug60804-expected.png: * platform/efl/tables/mozilla/bugs/bug60807-expected.png: * platform/efl/tables/mozilla/bugs/bug60992-expected.png: * platform/efl/tables/mozilla/bugs/bug6184-expected.png: * platform/efl/tables/mozilla/bugs/bug625-expected.png: * platform/efl/tables/mozilla/bugs/bug6304-expected.png: * platform/efl/tables/mozilla/bugs/bug63785-expected.png: * platform/efl/tables/mozilla/bugs/bug6404-expected.png: * platform/efl/tables/mozilla/bugs/bug641-1-expected.png: * platform/efl/tables/mozilla/bugs/bug641-2-expected.png: * platform/efl/tables/mozilla/bugs/bug650-expected.png: * platform/efl/tables/mozilla/bugs/bug6674-expected.png: * platform/efl/tables/mozilla/bugs/bug67864-expected.png: * platform/efl/tables/mozilla/bugs/bug67915-1-expected.png: * platform/efl/tables/mozilla/bugs/bug68912-expected.png: * platform/efl/tables/mozilla/bugs/bug68998-expected.png: * platform/efl/tables/mozilla/bugs/bug69187-expected.png: * platform/efl/tables/mozilla/bugs/bug69382-1-expected.png: * platform/efl/tables/mozilla/bugs/bug69382-2-expected.png: * platform/efl/tables/mozilla/bugs/bug709-expected.png: * platform/efl/tables/mozilla/bugs/bug7112-1-expected.png: * platform/efl/tables/mozilla/bugs/bug7112-2-expected.png: * platform/efl/tables/mozilla/bugs/bug7121-1-expected.png: * platform/efl/tables/mozilla/bugs/bug72359-expected.png: * platform/efl/tables/mozilla/bugs/bug727-expected.png: * platform/efl/tables/mozilla/bugs/bug73321-expected.png: * platform/efl/tables/mozilla/bugs/bug7342-expected.png: * platform/efl/tables/mozilla/bugs/bug7471-expected.png: * platform/efl/tables/mozilla/bugs/bug75250-expected.png: * platform/efl/tables/mozilla/bugs/bug7714-expected.png: * platform/efl/tables/mozilla/bugs/bug78162-expected.png: * platform/efl/tables/mozilla/bugs/bug8032-1-expected.png: * platform/efl/tables/mozilla/bugs/bug80762-1-expected.png: * platform/efl/tables/mozilla/bugs/bug81934-expected.png: * platform/efl/tables/mozilla/bugs/bug82946-1-expected.png: * platform/efl/tables/mozilla/bugs/bug82946-2-expected.png: * platform/efl/tables/mozilla/bugs/bug8361-expected.png: * platform/efl/tables/mozilla/bugs/bug83786-expected.png: * platform/efl/tables/mozilla/bugs/bug8381-expected.png: * platform/efl/tables/mozilla/bugs/bug8411-expected.png: * platform/efl/tables/mozilla/bugs/bug86220-expected.png: * platform/efl/tables/mozilla/bugs/bug86708-expected.png: * platform/efl/tables/mozilla/bugs/bug88035-1-expected.png: * platform/efl/tables/mozilla/bugs/bug88035-2-expected.png: * platform/efl/tables/mozilla/bugs/bug88524-expected.png: * platform/efl/tables/mozilla/bugs/bug8858-expected.png: * platform/efl/tables/mozilla/bugs/bug8950-expected.png: * platform/efl/tables/mozilla/other/body_col-expected.png: * platform/efl/tables/mozilla/other/cell_widths-expected.png: * platform/efl/tables/mozilla/other/cellspacing-expected.png: * platform/efl/tables/mozilla/other/move_row-expected.png: * platform/efl/tables/mozilla/other/ms-expected.png: * platform/efl/tables/mozilla/other/nested2-expected.png: * platform/efl/tables/mozilla/other/nestedTables-expected.png: * platform/efl/tables/mozilla/other/padding-expected.png: * platform/efl/tables/mozilla/other/test3-expected.png: * platform/efl/tables/mozilla/other/test6-expected.png: * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 5) https://bugs.webkit.org/show_bug.cgi?id=97096 Unreviewed EFL rebaseline. Rebaseline part of tables/mozilla/bugs/ test cases for EFL port. * platform/efl/tables/mozilla/bugs/bug10009-expected.png: * platform/efl/tables/mozilla/bugs/bug100334-expected.png: * platform/efl/tables/mozilla/bugs/bug10036-expected.png: * platform/efl/tables/mozilla/bugs/bug10039-expected.png: * platform/efl/tables/mozilla/bugs/bug101201-expected.png: * platform/efl/tables/mozilla/bugs/bug101674-expected.png: * platform/efl/tables/mozilla/bugs/bug102145-1-expected.png: * platform/efl/tables/mozilla/bugs/bug102145-2-expected.png: * platform/efl/tables/mozilla/bugs/bug102145-3-expected.png: * platform/efl/tables/mozilla/bugs/bug102145-4-expected.png: * platform/efl/tables/mozilla/bugs/bug10269-1-expected.png: * platform/efl/tables/mozilla/bugs/bug10269-2-expected.png: * platform/efl/tables/mozilla/bugs/bug10296-1-expected.png: * platform/efl/tables/mozilla/bugs/bug10296-2-expected.png: * platform/efl/tables/mozilla/bugs/bug1055-1-expected.png: * platform/efl/tables/mozilla/bugs/bug10565-expected.png: * platform/efl/tables/mozilla/bugs/bug106158-1-expected.png: * platform/efl/tables/mozilla/bugs/bug106158-2-expected.png: * platform/efl/tables/mozilla/bugs/bug10633-expected.png: * platform/efl/tables/mozilla/bugs/bug1067-1-expected.png: * platform/efl/tables/mozilla/bugs/bug1067-2-expected.png: * platform/efl/tables/mozilla/bugs/bug106816-expected.png: * platform/efl/tables/mozilla/bugs/bug108340-expected.png: * platform/efl/tables/mozilla/bugs/bug109043-expected.png: * platform/efl/tables/mozilla/bugs/bug11026-expected.png: * platform/efl/tables/mozilla/bugs/bug110566-expected.png: * platform/efl/tables/mozilla/bugs/bug11321-expected.png: * platform/efl/tables/mozilla/bugs/bug113235-1-expected.png: * platform/efl/tables/mozilla/bugs/bug113235-2-expected.png: * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png: * platform/efl/tables/mozilla/bugs/bug113424-expected.png: * platform/efl/tables/mozilla/bugs/bug11384q-expected.png: * platform/efl/tables/mozilla/bugs/bug11384s-expected.png: * platform/efl/tables/mozilla/bugs/bug1163-1-expected.png: * platform/efl/tables/mozilla/bugs/bug1188-expected.png: * platform/efl/tables/mozilla/bugs/bug11944-expected.png: * platform/efl/tables/mozilla/bugs/bug119786-expected.png: * platform/efl/tables/mozilla/bugs/bug12008-expected.png: * platform/efl/tables/mozilla/bugs/bug120364-expected.png: * platform/efl/tables/mozilla/bugs/bug1220-expected.png: * platform/efl/tables/mozilla/bugs/bug1224-expected.png: * platform/efl/tables/mozilla/bugs/bug12268-expected.png: * platform/efl/tables/mozilla/bugs/bug12384-expected.png: * platform/efl/tables/mozilla/bugs/bug123862-expected.png: * platform/efl/tables/mozilla/bugs/bug1261-expected.png: * platform/efl/tables/mozilla/bugs/bug126742-expected.png: * platform/efl/tables/mozilla/bugs/bug12709-expected.png: * platform/efl/tables/mozilla/bugs/bug127267-expected.png: * platform/efl/tables/mozilla/bugs/bug128229-expected.png: * platform/efl/tables/mozilla/bugs/bug12908-1-expected.png: * platform/efl/tables/mozilla/bugs/bug12910-expected.png: * platform/efl/tables/mozilla/bugs/bug1296-expected.png: * platform/efl/tables/mozilla/bugs/bug1302-expected.png: * platform/efl/tables/mozilla/bugs/bug131020-expected.png: * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.png: * platform/efl/tables/mozilla/bugs/bug13105-expected.png: * platform/efl/tables/mozilla/bugs/bug13118-expected.png: * platform/efl/tables/mozilla/bugs/bug1318-expected.png: * platform/efl/tables/mozilla/bugs/bug13196-expected.png: * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png: * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png: * platform/efl/tables/mozilla/bugs/bug13484-expected.png: * platform/efl/tables/mozilla/bugs/bug13526-expected.png: * platform/efl/tables/mozilla/bugs/bug137388-2-expected.png: * platform/efl/tables/mozilla/bugs/bug138725-expected.png: * platform/efl/tables/mozilla/bugs/bug139524-1-expected.png: * platform/efl/tables/mozilla/bugs/bug139524-2-expected.png: * platform/efl/tables/mozilla/bugs/bug139524-3-expected.png: * platform/efl/tables/mozilla/bugs/bug139524-4-expected.png: * platform/efl/tables/mozilla/bugs/bug14159-1-expected.png: * platform/efl/tables/mozilla/bugs/bug14159-3-expected.png: * platform/efl/tables/mozilla/bugs/bug1430-expected.png: * platform/efl/tables/mozilla/bugs/bug14323-expected.png: * platform/efl/tables/mozilla/bugs/bug145572-expected.png: * platform/efl/tables/mozilla/bugs/bug1474-expected.png: * platform/efl/tables/mozilla/bugs/bug149275-1-expected.png: * platform/efl/tables/mozilla/bugs/bug149275-2-expected.png: * platform/efl/tables/mozilla/bugs/bug14929-expected.png: * platform/efl/tables/mozilla/bugs/bug15247-expected.png: * platform/efl/tables/mozilla/bugs/bug154780-expected.png: * platform/efl/tables/mozilla/bugs/bug15544-expected.png: * platform/efl/tables/mozilla/bugs/bug157890-expected.png: * platform/efl/tables/mozilla/bugs/bug159108-expected.png: * platform/efl/tables/mozilla/bugs/bug15933-expected.png: * platform/efl/tables/mozilla/bugs/bug16012-expected.png: * platform/efl/tables/mozilla/bugs/bug16252-expected.png: * platform/efl/tables/mozilla/bugs/bug17130-1-expected.png: * platform/efl/tables/mozilla/bugs/bug17130-2-expected.png: * platform/efl/tables/mozilla/bugs/bug17138-expected.png: * platform/efl/tables/mozilla/bugs/bug17168-expected.png: * platform/efl/tables/mozilla/bugs/bug175455-4-expected.png: * platform/efl/tables/mozilla/bugs/bug17548-expected.png: * platform/efl/tables/mozilla/bugs/bug17587-expected.png: * platform/efl/tables/mozilla/bugs/bug1800-expected.png: * platform/efl/tables/mozilla/bugs/bug1802-expected.png: * platform/efl/tables/mozilla/bugs/bug1802s-expected.png: * platform/efl/tables/mozilla/bugs/bug1809-expected.png: * platform/efl/tables/mozilla/bugs/bug1818-5-expected.png: * platform/efl/tables/mozilla/bugs/bug1828-expected.png: * platform/efl/tables/mozilla/bugs/bug18359-expected.png: * platform/efl/tables/mozilla/bugs/bug18558-expected.png: * platform/efl/tables/mozilla/bugs/bug18664-expected.png: * platform/efl/tables/mozilla/bugs/bug18955-expected.png: * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png: * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png: * platform/efl/tables/mozilla/bugs/bug19356-expected.png: * platform/efl/tables/mozilla/bugs/bug194024-expected.png: * platform/efl/tables/mozilla/bugs/bug19599-expected.png: * platform/efl/tables/mozilla/bugs/bug2050-expected.png: * platform/efl/tables/mozilla/bugs/bug20579-expected.png: * platform/efl/tables/mozilla/bugs/bug2065-expected.png: * platform/efl/tables/mozilla/bugs/bug20804-expected.png: * platform/efl/tables/mozilla/bugs/bug2123-expected.png: * platform/efl/tables/mozilla/bugs/bug21299-expected.png: * platform/efl/tables/mozilla/bugs/bug215629-expected.png: * platform/efl/tables/mozilla/bugs/bug21918-expected.png: * platform/efl/tables/mozilla/bugs/bug22019-expected.png: * platform/efl/tables/mozilla/bugs/bug220536-expected.png: * platform/efl/tables/mozilla/bugs/bug221784-1-expected.png: * platform/efl/tables/mozilla/bugs/bug221784-2-expected.png: * platform/efl/tables/mozilla/bugs/bug22246-2-expected.png: * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.png: * platform/efl/tables/mozilla/bugs/bug22246-3-expected.png: * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.png: * platform/efl/tables/mozilla/bugs/bug222846-expected.png: * platform/efl/tables/mozilla/bugs/bug22513-expected.png: * platform/efl/tables/mozilla/bugs/bug2267-expected.png: * platform/efl/tables/mozilla/bugs/bug227123-expected.png: * platform/efl/tables/mozilla/bugs/bug2296-expected.png: * platform/efl/tables/mozilla/bugs/bug23072-expected.png: * platform/efl/tables/mozilla/bugs/bug23151-expected.png: * platform/efl/tables/mozilla/bugs/bug23235-expected.png: * platform/efl/tables/mozilla/bugs/bug23299-expected.png: * platform/efl/tables/mozilla/bugs/bug24200-expected.png: * platform/efl/tables/mozilla/bugs/bug24503-expected.png: * platform/efl/tables/mozilla/bugs/bug24627-expected.png: * platform/efl/tables/mozilla/bugs/bug24661-expected.png: * platform/efl/tables/mozilla/bugs/bug2469-expected.png: * platform/efl/tables/mozilla/bugs/bug2479-1-expected.png: * platform/efl/tables/mozilla/bugs/bug2479-2-expected.png: * platform/efl/tables/mozilla/bugs/bug2479-3-expected.png: * platform/efl/tables/mozilla/bugs/bug2479-4-expected.png: * platform/efl/tables/mozilla/bugs/bug24880-expected.png: * platform/efl/tables/mozilla/bugs/bug25004-expected.png: * platform/efl/tables/mozilla/bugs/bug25074-expected.png: * platform/efl/tables/mozilla/bugs/bug25086-expected.png: * platform/efl/tables/mozilla/bugs/bug2509-expected.png: * platform/efl/tables/mozilla/bugs/bug2516-expected.png: * platform/efl/tables/mozilla/bugs/bug25367-expected.png: * platform/efl/tables/mozilla/bugs/bug25663-expected.png: * platform/efl/tables/mozilla/bugs/bug2585-expected.png: * platform/efl/tables/mozilla/bugs/bug26178-expected.png: * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Added. * platform/efl/tables/mozilla/bugs/bug2684-expected.png: * platform/efl/tables/mozilla/bugs/bug27038-1-expected.png: * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png: * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png: * platform/efl/tables/mozilla/bugs/bug275625-expected.png: * platform/efl/tables/mozilla/bugs/bug2757-expected.png: * platform/efl/tables/mozilla/bugs/bug2763-expected.png: * platform/efl/tables/mozilla/bugs/bug2773-expected.png: * platform/efl/tables/mozilla/bugs/bug278266-expected.png: * platform/efl/tables/mozilla/bugs/bug278385-expected.png: * platform/efl/tables/mozilla/bugs/bug27993-1-expected.png: * platform/efl/tables/mozilla/bugs/bug28341-expected.png: * platform/efl/tables/mozilla/bugs/bug2886-2-expected.png: * platform/efl/tables/mozilla/bugs/bug2886-expected.png: * platform/efl/tables/mozilla/bugs/bug28928-expected.png: * platform/efl/tables/mozilla/bugs/bug29058-1-expected.png: * platform/efl/tables/mozilla/bugs/bug29058-3-expected.png: * platform/efl/tables/mozilla/bugs/bug29157-expected.png: * platform/efl/tables/mozilla/bugs/bug29314-expected.png: * platform/efl/tables/mozilla/bugs/bug29326-expected.png: * platform/efl/tables/mozilla/bugs/bug29429-expected.png: * platform/efl/tables/mozilla/bugs/bug2947-expected.png: * platform/efl/tables/mozilla/bugs/bug2962-expected.png: * platform/efl/tables/mozilla/bugs/bug2973-expected.png: * platform/efl/tables/mozilla/bugs/bug2981-1-expected.png: * platform/efl/tables/mozilla/bugs/bug2981-2-expected.png: * platform/efl/tables/mozilla/bugs/bug2997-expected.png: * platform/efl/tables/mozilla/bugs/bug30273-expected.png: * platform/efl/tables/mozilla/bugs/bug30332-1-expected.png: * platform/efl/tables/mozilla/bugs/bug30332-2-expected.png: * platform/efl/tables/mozilla/bugs/bug3037-1-expected.png: * platform/efl/tables/mozilla/bugs/bug3037-2-expected.png: * platform/efl/tables/mozilla/bugs/bug30418-expected.png: * platform/efl/tables/mozilla/bugs/bug30559-expected.png: * platform/efl/tables/mozilla/bugs/bug30692-expected.png: * platform/efl/tables/mozilla/bugs/bug30985-expected.png: * platform/efl/tables/mozilla/bugs/bug3103-expected.png: * platform/efl/tables/mozilla/bugs/bug3191-expected.png: * platform/efl/tables/mozilla/bugs/bug32205-2-expected.png: * platform/efl/tables/mozilla/bugs/bug32205-3-expected.png: * platform/efl/tables/mozilla/bugs/bug32205-5-expected.png: * platform/efl/tables/mozilla/bugs/bug32447-expected.png: * platform/efl/tables/mozilla/bugs/bug3260-expected.png: * platform/efl/tables/mozilla/bugs/bug3263-expected.png: * platform/efl/tables/mozilla/bugs/bug32841-expected.png: * platform/efl/tables/mozilla/bugs/bug3309-1-expected.png: * platform/efl/tables/mozilla/bugs/bug3309-2-expected.png: * platform/efl/tables/mozilla/bugs/bug33137-expected.png: * platform/efl/tables/mozilla/bugs/bug33855-expected.png: * platform/efl/tables/mozilla/bugs/bug34176-expected.png: * platform/efl/tables/mozilla/bugs/bug34538-expected.png: * platform/efl/tables/mozilla/bugs/bug3454-expected.png: * platform/efl/tables/mozilla/bugs/bug35662-expected.png: * platform/efl/tables/mozilla/bugs/bug3681-1-expected.png: * platform/efl/tables/mozilla/bugs/bug3681-2-expected.png: * platform/efl/tables/mozilla/bugs/bug3718-expected.png: * platform/efl/tables/mozilla/bugs/bug38916-expected.png: * platform/efl/tables/mozilla/bugs/bug39209-expected.png: * platform/efl/tables/mozilla/bugs/bug3977-expected.png: 2012-09-19 Sergio Villar Senin Unreviewed GTK gardening. Updated expectations for the WK2 GTK bot. * platform/gtk-wk2/TestExpectations: 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 3) https://bugs.webkit.org/show_bug.cgi?id=97090 Unreviewed EFL gardening. Rebaseline pixel tests expectations for tables/mozilla/marvin/x_* tests. * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.png: * platform/efl/tables/mozilla/marvin/x_caption_class-expected.png: * platform/efl/tables/mozilla/marvin/x_caption_id-expected.png: * platform/efl/tables/mozilla/marvin/x_caption_style-expected.png: * platform/efl/tables/mozilla/marvin/x_col_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_col_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_col_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_col_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_col_span-expected.png: * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_col_width_pct-expected.png: * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.png: * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: * platform/efl/tables/mozilla/marvin/x_table-expected.png: * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: * platform/efl/tables/mozilla/marvin/x_table_border-expected.png: * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.png: * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.png: * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.png: * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png: * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.png: * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png: * platform/efl/tables/mozilla/marvin/x_table_class-expected.png: * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.png: * platform/efl/tables/mozilla/marvin/x_table_id-expected.png: * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.png: * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.png: * platform/efl/tables/mozilla/marvin/x_table_style-expected.png: * platform/efl/tables/mozilla/marvin/x_table_width_pct-expected.png: * platform/efl/tables/mozilla/marvin/x_table_width_px-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: * platform/efl/tables/mozilla/marvin/x_td_class-expected.png: * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.png: * platform/efl/tables/mozilla/marvin/x_td_height-expected.png: * platform/efl/tables/mozilla/marvin/x_td_id-expected.png: * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.png: * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.png: * platform/efl/tables/mozilla/marvin/x_td_style-expected.png: * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_td_width-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: * platform/efl/tables/mozilla/marvin/x_th_class-expected.png: * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.png: * platform/efl/tables/mozilla/marvin/x_th_height-expected.png: * platform/efl/tables/mozilla/marvin/x_th_id-expected.png: * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.png: * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.png: * platform/efl/tables/mozilla/marvin/x_th_style-expected.png: * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_th_width-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_class-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_id-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_style-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_align_center-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_align_left-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_align_right-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_class-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_id-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_style-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.png: 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 4) https://bugs.webkit.org/show_bug.cgi?id=97091 Unreviewed EFL gardening. Rebaseline remaining pixel test expectations for tables/mozilla/marvin/ tests. * platform/efl/tables/mozilla/marvin/backgr_index-expected.png: * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png: * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png: * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: * platform/efl/tables/mozilla/marvin/body_col-expected.png: * platform/efl/tables/mozilla/marvin/body_tbody-expected.png: * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png: * platform/efl/tables/mozilla/marvin/body_thead-expected.png: * platform/efl/tables/mozilla/marvin/col_span-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_span-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.png: * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.png: * platform/efl/tables/mozilla/marvin/table_frame_border-expected.png: * platform/efl/tables/mozilla/marvin/table_frame_box-expected.png: * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png: * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.png: * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.png: * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.png: * platform/efl/tables/mozilla/marvin/table_rules_all-expected.png: * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png: * platform/efl/tables/mozilla/marvin/table_rules_none-expected.png: * platform/efl/tables/mozilla/marvin/tables_align_center-expected.png: * platform/efl/tables/mozilla/marvin/tables_align_left-expected.png: * platform/efl/tables/mozilla/marvin/tables_align_right-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png: * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tables_border_0-expected.png: * platform/efl/tables/mozilla/marvin/tables_border_1-expected.png: * platform/efl/tables/mozilla/marvin/tables_border_2-expected.png: * platform/efl/tables/mozilla/marvin/tables_border_3-expected.png: * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.png: * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.png: * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.png: * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.png: * platform/efl/tables/mozilla/marvin/tables_class-expected.png: * platform/efl/tables/mozilla/marvin/tables_default-expected.png: * platform/efl/tables/mozilla/marvin/tables_id-expected.png: * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: * platform/efl/tables/mozilla/marvin/tables_style-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_height-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.png: * platform/efl/tables/mozilla/marvin/tables_td_width-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_height-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.png: * platform/efl/tables/mozilla/marvin/tables_th_width-expected.png: * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.png: * platform/efl/tables/mozilla/marvin/tables_width_px-expected.png: * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.png: * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.png: * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.png: * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.png: * platform/efl/tables/mozilla/marvin/tbody_char-expected.png: * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/td_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_char-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/th_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/thead_align_center-expected.png: * platform/efl/tables/mozilla/marvin/thead_align_char-expected.png: * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.png: * platform/efl/tables/mozilla/marvin/thead_align_left-expected.png: * platform/efl/tables/mozilla/marvin/thead_align_right-expected.png: * platform/efl/tables/mozilla/marvin/thead_char-expected.png: * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png: * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png: * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.png: * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.png: * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.png: * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.png: 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 2) https://bugs.webkit.org/show_bug.cgi?id=97089 Unreviewed EFL gardening. Rebaseline remaining tables/mozilla/ tests and unskip them. * platform/efl/Skipped: * platform/efl/tables/mozilla/bugs/45621-expected.txt: * platform/efl/tables/mozilla/bugs/bug101674-expected.txt: * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt: * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt: * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug1188-expected.txt: * platform/efl/tables/mozilla/bugs/bug119786-expected.txt: * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug12384-expected.txt: * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug1302-expected.txt: * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug1318-expected.txt: * platform/efl/tables/mozilla/bugs/bug138725-expected.txt: * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug14929-expected.txt: * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug18359-expected.txt: * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug194024-expected.txt: * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug2123-expected.txt: * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug222846-expected.txt: * platform/efl/tables/mozilla/bugs/bug24200-expected.txt: * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/efl/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/efl/tables/mozilla/bugs/bug2509-expected.txt: * platform/efl/tables/mozilla/bugs/bug26178-expected.txt: * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug28928-expected.txt: * platform/efl/tables/mozilla/bugs/bug29058-3-expected.txt: * platform/efl/tables/mozilla/bugs/bug29157-expected.txt: * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug29326-expected.txt: * platform/efl/tables/mozilla/bugs/bug2947-expected.txt: * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug30559-expected.txt: * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug33855-expected.txt: * platform/efl/tables/mozilla/bugs/bug34176-expected.txt: * platform/efl/tables/mozilla/bugs/bug38916-expected.txt: * platform/efl/tables/mozilla/bugs/bug39209-expected.txt: * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug4382-expected.txt: * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug4429-expected.txt: * platform/efl/tables/mozilla/bugs/bug4527-expected.txt: * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug51037-expected.txt: * platform/efl/tables/mozilla/bugs/bug51727-expected.txt: * platform/efl/tables/mozilla/bugs/bug52505-expected.txt: * platform/efl/tables/mozilla/bugs/bug52506-expected.txt: * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug55545-expected.txt: * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug5838-expected.txt: * platform/efl/tables/mozilla/bugs/bug59354-expected.txt: * platform/efl/tables/mozilla/bugs/bug60749-expected.txt: * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug6304-expected.txt: * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: * platform/efl/tables/mozilla/bugs/bug7342-expected.txt: * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug8381-expected.txt: * platform/efl/tables/mozilla/bugs/bug86708-expected.txt: * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt: * platform/efl/tables/mozilla/bugs/bug9271-2-expected.txt: * platform/efl/tables/mozilla/bugs/bug96334-expected.txt: * platform/efl/tables/mozilla/bugs/bug99948-expected.txt: Added. * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Added. * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt: * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt: * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt: * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt: * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt: * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Added. * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Added. * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: * platform/efl/tables/mozilla/marvin/x_caption_class-expected.txt: * platform/efl/tables/mozilla/marvin/x_caption_id-expected.txt: * platform/efl/tables/mozilla/marvin/x_caption_style-expected.txt: * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Added. * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt: * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Added. * platform/efl/tables/mozilla/other/move_row-expected.txt: * platform/efl/tables/mozilla/other/test3-expected.txt: * platform/efl/tables/mozilla/other/test6-expected.txt: * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: 2012-09-19 Tommy Widenflycht MediaStream API: Rename the RTCIceServer uri parameter to url. https://bugs.webkit.org/show_bug.cgi?id=97086 Reviewed by Hajime Morita. * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/RTCPeerConnection.html: * fast/mediastream/constructors-expected.txt: * fast/mediastream/constructors.html: 2012-09-19 Balazs Ankes [Qt] REGRESSION(r128910): inspector/extensions/extensions-panel.html fails https://bugs.webkit.org/show_bug.cgi?id=97084 Unreviewed gardeing. * platform/qt/Skipped: 2012-09-19 Sheriff Bot Unreviewed, rolling out r128976. http://trac.webkit.org/changeset/128976 https://bugs.webkit.org/show_bug.cgi?id=97083 Breaks compilation on QT, Apple WIn (Requested by vsevik on #webkit). * inspector/profiler/webgl/webgl-profiler-get-error.html: * inspector/profiler/webgl/webgl-profiler-test.js: (initialize_WebGLProfilerTest.InspectorTest.enableWebGLAgent): (initialize_WebGLProfilerTest): 2012-09-19 Sergio Villar Senin Unreviewed GTK gardening. Updated the recently added TestExpectations file for WK2 with the actual failures from the bot. * platform/gtk-wk2/TestExpectations: 2012-09-19 Andrey Adaikin Web Inspector: [WebGL] -> [Canvas] Rename WebGLAgent to CanvasAgent https://bugs.webkit.org/show_bug.cgi?id=96917 Reviewed by Vsevolod Vlasov. * inspector/profiler/webgl/webgl-profiler-get-error.html: * inspector/profiler/webgl/webgl-profiler-test.js: (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent): (initialize_CanvasWebGLProfilerTest): 2012-09-19 Christophe Dumez [EFL] tables/mozilla tests need rebaseline (Part 1) https://bugs.webkit.org/show_bug.cgi?id=97079 Unreviewed EFL gardening. Rebaseline a first part of the tables/mozilla tests and unskip them. * platform/efl/Skipped: * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.png: * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.png: * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.png: * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: * platform/efl/tables/mozilla/core/bloomberg-expected.png: * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Added. * platform/efl/tables/mozilla/core/borders-expected.png: * platform/efl/tables/mozilla/core/box_sizing-expected.png: * platform/efl/tables/mozilla/core/captions-expected.png: * platform/efl/tables/mozilla/core/captions-expected.txt: * platform/efl/tables/mozilla/core/cell_heights-expected.png: * platform/efl/tables/mozilla/core/cell_heights-expected.txt: * platform/efl/tables/mozilla/core/col_span-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Added. * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.png: * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_auto-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.png: * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.png: * platform/efl/tables/mozilla/core/margins-expected.png: * platform/efl/tables/mozilla/core/margins-expected.txt: * platform/efl/tables/mozilla/core/misc-expected.png: * platform/efl/tables/mozilla/core/misc-expected.txt: Added. * platform/efl/tables/mozilla/core/nested1-expected.png: * platform/efl/tables/mozilla/core/one_row-expected.png: * platform/efl/tables/mozilla/core/row_span-expected.png: * platform/efl/tables/mozilla/core/row_span-expected.txt: Added. * platform/efl/tables/mozilla/core/table_frame-expected.png: * platform/efl/tables/mozilla/core/table_heights-expected.png: * platform/efl/tables/mozilla/core/table_rules-expected.png: * platform/efl/tables/mozilla/core/table_rules-expected.txt: * platform/efl/tables/mozilla/core/table_widths-expected.png: * platform/efl/tables/mozilla/dom/appendCol2-expected.png: * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.png: * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png: * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.png: * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.png: * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.png: * platform/efl/tables/mozilla/dom/deleteCol1-expected.png: * platform/efl/tables/mozilla/dom/deleteCol2-expected.png: * platform/efl/tables/mozilla/dom/deleteCol3-expected.png: * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.png: * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.png: * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.png: * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.png: * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.png: * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.png: * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.png: * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.png: * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.png: * platform/efl/tables/mozilla/dom/insertColGroups1-expected.png: * platform/efl/tables/mozilla/dom/insertColGroups2-expected.png: * platform/efl/tables/mozilla/dom/insertCols1-expected.png: * platform/efl/tables/mozilla/dom/insertCols2-expected.png: * platform/efl/tables/mozilla/dom/insertCols3-expected.png: * platform/efl/tables/mozilla/dom/insertCols4-expected.png: * platform/efl/tables/mozilla/dom/insertCols5-expected.png: * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.png: * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.png: * platform/efl/tables/mozilla/dom/tableDom-expected.png: * platform/efl/tables/mozilla/dom/tableDom-expected.txt: 2012-09-19 Christophe Dumez [EFL] Skip inspector/extensions/extensions-panel.html https://bugs.webkit.org/show_bug.cgi?id=97078 Unreviewed EFL gardening. Skip inspector/extensions/extensions-panel.html for EFL port since it started failing after r128910. * platform/efl-wk1/TestExpectations: 2012-09-18 Christophe Dumez [EFL] Skip several JS tests that crash after r128802 https://bugs.webkit.org/show_bug.cgi?id=97074 Unreviewed EFL gardening. Move several JS test cases to TestExpectations because they are consistently crashing on our debug bots after r128802. * platform/efl/TestExpectations: 2012-09-18 Christophe Dumez [EFL] Generate baseline for media/video-controls-visible-audio-only.html https://bugs.webkit.org/show_bug.cgi?id=97073 Unreviewed EFL gardening. Generate missing baseline for media/video-controls-visible-audio-only.html on EFL port. * platform/efl/media/video-controls-visible-audio-only-expected.txt: Added. 2012-09-18 Christophe Dumez [EFL] Move several test cases to efl-wk1 TestExpectations https://bugs.webkit.org/show_bug.cgi?id=97072 Unreviewed EFL gardening. Move several test cases to efl-wk1 TestExpectations since they don't fail on the WebKit2 bots. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: 2012-09-18 Sailesh Agrawal Chromium: Scrollbar with tickmarks doesn't respond to clicks https://bugs.webkit.org/show_bug.cgi?id=96049 Reviewed by Beth Dakin. * fast/scrolling/scrollbar-tickmarks-hittest-expected.txt: Added. * fast/scrolling/scrollbar-tickmarks-hittest.html: Added. 2012-09-18 Noel Gordon Add partial load tests for PNG images https://bugs.webkit.org/show_bug.cgi?id=95707 Reviewed by Adam Barth. Partial load test: receive a partial number of image bytes and stall forever. The partial image should be decoded and drawn and the blue background should be visible. Progressive load test: receive a partial number of image bytes, stall for 1 second and then continue to receive all the image bytes. The entire test image should be decoded and drawn and the blue background should be visible. * fast/images/resources/dice.png: Added: test image has alpha transparency. * http/tests/images/png-partial-load-expected.png: Added. * http/tests/images/png-partial-load-expected.txt: Added. * http/tests/images/png-partial-load.html: Added. * http/tests/images/png-progressive-load-expected.png: Added. * http/tests/images/png-progressive-load-expected.txt: Added. * http/tests/images/png-progressive-load.html: Added. * platform/chromium/http/tests/images/png-partial-load-expected.png: Added. * platform/mac/http/tests/images/png-partial-load-expected.png: Added. 2012-09-18 Kentaro Hara [V8] Notification.requestPermission(function() {alert();}) crashes https://bugs.webkit.org/show_bug.cgi?id=94462 Reviewed by Adam Barth. The added test checks if Notification.requestPermission() does not crash. * http/tests/notifications/notification-request-permission-expected.txt: Added. * http/tests/notifications/notification-request-permission.html: Added. 2012-09-18 Dirk Pranke Adjust expectation for fast/workers/storage/interrupt-database.html https://bugs.webkit.org/show_bug.cgi?id=84696 Unreviewed, expectations change. It looks like this test is just kinda slow and probably won't timeout if we mark it SLOW. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] word-spacing-characters{,-complex} no longer fail on Mac. https://bugs.webkit.org/show_bug.cgi?id=94008 https://bugs.webkit.org/show_bug.cgi?id=94003 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] gradient-with-scaled-ancestor passes on mac lion gpu http://bugs.webkit.org/show_bug.cgi?id=96441 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] Adjust expectation for fast/css/sticky/sticky-left-percentage.html http://webkit.org/b/95136 Unreviewed, expectations change. The test is only failing on win and linux now. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] overflow-auto-with-touch-toggle is no longer failing. https://bugs.webkit.org/show_bug.cgi?id=94353 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] fast/css/nested-rounded-corners.html is no longer failing. https://bugs.webkit.org/show_bug.cgi?id=94063 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] font-scale-factor.html and simple-paragraph.html are no longer failing. https://bugs.webkit.org/show_bug.cgi?id=90741 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] fast/table/border-collapsing/cached-69296.html is no longer failing. https://bugs.webkit.org/show_bug.cgi?id=70298 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] fast/js/kde/GlobalObject.html is no longer failing. https://bugs.webkit.org/show_bug.cgi?id=75468 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] Mark LayoutTests/fullscreen/exit-full-screen-iframe.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=90704 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke [chromium] 2d.imageData.object.round and canvas-ImageData-behavior are no longer failing https://bugs.webkit.org/show_bug.cgi?id=94246 Unreviewed, expectations change. [chromium] The following suppressions appear to be no longer needed (the tests are passing), so I'm removing them: BUGWK94246 : canvas/philip/tests/2d.imageData.object.round.html = TEXT BUGWK94246 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.imageData.object.round.html = TEXT BUGWK94246 : fast/canvas/canvas-ImageData-behaviour.html = TEXT BUGWK94246 : platform/chromium/virtual/gpu/fast/canvas/canvas-ImageData-behaviour.html = TEXT * platform/chromium/TestExpectations: 2012-09-18 Dirk Pranke fast/dom/Window/anonymous-slot-with-changes.html is no longer failing. http://code.google.com/p/chromium/issues/detail?id=33538 Unreviewed, expectations change. * platform/chromium/TestExpectations: 2012-09-18 Byungwoo Lee Title string should be changed when document.title is set to ''. https://bugs.webkit.org/show_bug.cgi?id=96793 Reviewed by Kenneth Rohde Christiansen. Added layout tests for assigning empty string to title text. And modified expected results according to the change of dumpTitleChanges. * fast/dom/title-text-property-2-expected.txt: Modified expected result. * fast/dom/title-text-property-assigning-empty-string-expected.txt: Added. * fast/dom/title-text-property-assigning-empty-string.html: Added. * fast/dom/title-text-property-expected.txt: Modified expected result. * fast/dom/title-text-property.html: Apply modified dumpTitleChanges. 2012-09-18 Julien Chaffraix More unreviewed rebaseline after r128906. * platform/chromium-mac/fast/invalid/residual-style-expected.txt: * platform/chromium-win-xp/fast/invalid/residual-style-expected.txt: Added. * platform/chromium-win-xp/tables/mozilla/bugs/bug56563-expected.png: Added. 2012-09-18 Ojan Vafai http://trac.webkit.org/changeset/128912 caused these tests to start failing. Looks like a garden-o-matic/webkit-patch bug. * platform/chromium-linux/css3/filters/filter-change-repaint-composited-expected.png: Added. * platform/chromium-linux/css3/filters/filter-change-repaint-expected.png: Added. * platform/chromium-linux/css3/filters/filter-repaint-child-layers-expected.png: Added. * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added. * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-expected.png: Added. 2012-09-18 Filip Pizlo Unreviewed gardening after http://trac.webkit.org/changeset/128928 * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/Skipped: 2012-09-18 John Mellor Text Autosizing: Ignore constrained heights in certain circumstances. https://bugs.webkit.org/show_bug.cgi?id=96848 Reviewed by Julien Chaffraix. Added 3 tests, updated 2, and removed 1. See below. * fast/text-autosizing/constrained-height-body-expected.html: Added. * fast/text-autosizing/constrained-height-body.html: Added. Checks that constrained height html & body are ignored. * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: Removed. * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: Removed. Removed because this situation is no longer possible now that heightless position:absolute elements are always unconstrained. * fast/text-autosizing/constrained-out-of-flow-expected.html: Added. * fast/text-autosizing/constrained-out-of-flow.html: Added. Checks that floats and out-of-flow positioned elements do not ignore constraints on themselves. * fast/text-autosizing/constrained-then-float-ancestors-expected.html: Added. * fast/text-autosizing/constrained-then-float-ancestors.html: Added. Checks that floats ignore constraints on ancestors. * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html: * fast/text-autosizing/constrained-then-position-absolute-ancestors.html: Added position:relative to emphasize that the ancestor's constrained height is actually being ignored, not just skipped over; and updated explanation. * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html: * fast/text-autosizing/constrained-then-position-fixed-ancestors.html: Updated explanation (since the test still passes, but for a different reason). 2012-09-18 Alexey Proskuryakov Layout Test svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg is failing https://bugs.webkit.org/show_bug.cgi?id=93589 * platform/mac/Skipped: Skipping the test on Mac. 2012-09-18 Joshua Bell [Chromium] Unreviewed, add missing newline to expectation for test only run as part of chromium's content_browsertests. * storage/indexeddb/basics-shared-workers-expected.txt: 2012-09-18 Ojan Vafai Remove lines for tests that haven't failed on any Chromium bot for the last 500 runs. * platform/chromium/TestExpectations: 2012-09-18 Julien Chaffraix Rebaseline after r128906. All the differences were expected. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: * platform/gtk/fast/invalid/residual-style-expected.txt: * platform/mac/fast/invalid/residual-style-expected.txt: 2012-09-18 Ojan Vafai Complete some forgotten rebaselines. The new results match other ports/platforms. * fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/024-expected.txt. * fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/025-expected.txt. * fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt. * fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt. * platform/chromium-mac-snowleopard/fast/block/float/024-expected.png: * platform/chromium-mac-snowleopard/fast/block/margin-collapse/empty-clear-blocks-expected.png: * platform/chromium-mac/fast/block/float/024-expected.png: * platform/chromium-mac/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/024-expected.txt. * platform/chromium-mac/fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt. * platform/chromium-mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt. * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.png: * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt. * platform/chromium/TestExpectations: 2012-09-18 Bo Liu Revert 128780, 128676, 128645 https://bugs.webkit.org/show_bug.cgi?id=97022 Reviewed by Adam Barth. I made these revisions to add in-place reload behavior to ImagesEnabled setting. Reverting this for now due to them causing performance regression in chromium, possibly caused by increased calls to PermissionClient::imageAllowed. * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed. * fast/loader/display-image-unset-allows-cached-image-load.html: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/resources/image1.html: Removed. * fast/loader/resources/image2.html: Removed. * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: * platform/wk2/Skipped: 2012-09-18 Sergio Villar Senin [GTK] [WK2] Replace Skipped with TestExpectations https://bugs.webkit.org/show_bug.cgi?id=97029 Reviewed by Martin Robinson. Replace the Skipped file with a TestExpectations file which adds lots of semantics. * platform/gtk-wk2/Skipped: Removed. * platform/gtk-wk2/TestExpectations: Added. 2012-09-18 Ojan Vafai Rebaseline tests. Mostly failing due to slight pixel differences. * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png: * platform/chromium-win/css3/filters/effect-brightness-expected.png: These two results are darker now, but this matches the mac/linux results. * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Added. * platform/chromium-win/css3/filters/filter-change-repaint-expected.png: Added. * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png: Added. * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added. * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png: Added. * platform/chromium/TestExpectations: 2012-09-18 Roger Fong Unreviewed. Skipping large number of tests that have been failing on Windows. https://bugs.webkit.org/show_bug.cgi?id=97026 Due to the state of the windows bots a large number of tests have been failing for quite some time and it is difficult to tell when the failure started. For now I'm adding these tests to the skip list to get the bots greener and will come back to them later. * platform/win/Skipped: 2012-09-18 John J. Barton Web Inspector: Set focus on the ExtensionPanel's iframe when it is selected https://bugs.webkit.org/show_bug.cgi?id=96148 Reviewed by Vsevolod Vlasov. Add one line to verify that the panel's document has focus after show * inspector/extensions/extensions-panel-expected.txt: * inspector/extensions/extensions-panel.html: 2012-09-18 Ojan Vafai Rebaseline tests failing due to expected slight pixel differences. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-mac/css3/filters/effect-combined-expected.png: * platform/chromium-mac/css3/filters/effect-opacity-expected.png: * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-win/css3/filters/effect-combined-expected.png: * platform/chromium-win/css3/filters/effect-opacity-expected.png: * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium/TestExpectations: 2012-09-18 Julien Chaffraix Tables without any descendant and auto logical width should have a 0px logical width https://bugs.webkit.org/show_bug.cgi?id=95521 Reviewed by Abhishek Arya. * fast/table/empty-table-should-take-no-space-expected.html: Added. * fast/table/empty-table-should-take-no-space.html: Added. * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout-expected.html: Added. * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout.html: Added. 2 new tests to check that empty tables have 0px logical width. * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.txt: * platform/mac/tables/mozilla/bugs/bug56563-expected.txt: * platform/qt/tables/mozilla/bugs/bug56563-expected.txt: * tables/mozilla/bugs/bug56563-expected.txt: Progression. The table now is 2px wide as it has a 1px right & left border. * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Progression. The changes are due to the tables shrinking which is expected. * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt: * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt: * platform/chromium-win-xp/fast/forms/file-input-disabled-expected.txt: * platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt: * platform/chromium-win/fast/invalid/017-expected.txt: * platform/chromium-win/fast/invalid/018-expected.txt: * platform/chromium-win/fast/invalid/020-expected.txt: * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug23994-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.txt: * platform/efl/fast/forms/file/file-input-disabled-expected.txt: * platform/efl/fast/invalid/017-expected.txt: * platform/efl/fast/invalid/018-expected.txt: * platform/efl/fast/invalid/020-expected.txt: * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt: * platform/efl/fast/invalid/table-residual-style-crash-expected.txt: * platform/efl/tables/mozilla/bugs/bug23994-expected.txt: * platform/efl/tables/mozilla/bugs/bug56405-expected.txt: * platform/gtk/fast/forms/file/file-input-disabled-expected.txt: * platform/gtk/fast/invalid/017-expected.txt: * platform/gtk/fast/invalid/018-expected.txt: * platform/gtk/fast/invalid/020-expected.txt: * platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt: * platform/gtk/fast/invalid/table-residual-style-crash-expected.txt: * platform/gtk/tables/mozilla/bugs/bug23994-expected.txt: * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt: * platform/mac/fast/forms/file/file-input-disabled-expected.txt: * platform/mac/fast/invalid/017-expected.txt: * platform/mac/fast/invalid/018-expected.txt: * platform/mac/fast/invalid/020-expected.txt: * platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt: * platform/mac/fast/invalid/table-residual-style-crash-expected.txt: * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug23994-expected.txt: * platform/mac/tables/mozilla/bugs/bug56405-expected.txt: * platform/qt/fast/forms/file/file-input-disabled-expected.txt: * platform/qt/fast/invalid/017-expected.txt: * platform/qt/fast/invalid/018-expected.txt: * platform/qt/fast/invalid/020-expected.txt: * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt: * platform/qt/fast/invalid/table-residual-style-crash-expected.txt: * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt: * platform/qt/tables/mozilla/bugs/bug23994-expected.txt: * platform/qt/tables/mozilla/bugs/bug56405-expected.txt: * platform/win/fast/forms/file-input-disabled-expected.txt: * platform/win/fast/forms/file/file-input-disabled-expected.txt: * tables/mozilla/bugs/bug113235-2-expected.txt: Progression. The tables now have a 0px logical width. In some cases, we add the border-spacing in the block-flow direction if we have a row. This is not consistently handled by browsers and not very well defined in CSS. 2012-09-18 Zan Dobersek Unreviewed GTK gardening. Adding expectations for flakily-crashing tests, these failures are a regression from r128802. * platform/gtk/TestExpectations: 2012-09-18 Raphael Kubo da Costa [EFL] Gardening. Move fast/events/dont-loose-last-event.html from Skipped to TestExpectations now that it has a proper bug tracking the failure. * platform/efl/Skipped: * platform/efl/TestExpectations: 2012-09-18 Andrey Kosyakov Unreviewed. Avoid using a deprecated extension API parameter in test to avoid console warning, that break expectations on EFL due to EFL's DRT logging inspector console output to test expectations. * inspector/extensions/extensions-audits-api.html: * platform/efl/TestExpectations: 2012-09-18 Raphael Kubo da Costa [EFL] Gardening. * platform/efl/TestExpectations: Skip inspector/extensions/extensions-audits-api.html while we do not solve the associated bug. 2012-09-18 Raphael Kubo da Costa [EFL] Unreviewed daily gardening. Re-skip a few tests which were unskipped in r128880 and r128882 and still fail both on my machine and on the bots. * platform/efl/Skipped: * platform/efl/TestExpectations: 2012-09-18 Raphael Kubo da Costa [EFL] Unskip the right ietestcenter tests after r128802. * platform/efl/TestExpectations: 2012-09-18 Christophe Dumez [EFL] Rebaseline several test cases in Skipped list https://bugs.webkit.org/show_bug.cgi?id=97000 Unreviewed EFL gardening. Rebaseline several test cases an unskip them. * platform/efl/Skipped: * platform/efl/TestExpectations: * platform/efl/animations/additive-transform-animations-expected.txt: Added. * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png: Added. * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt: Added. * platform/efl/fast/events/offsetX-offsetY-expected.txt: Removed. * platform/efl/fast/events/pointer-events-2-expected.png: * platform/efl/fast/events/pointer-events-2-expected.txt: * platform/efl/fast/forms/001-expected.png: * platform/efl/fast/forms/001-expected.txt: * platform/efl/fast/forms/float-before-fieldset-expected.png: * platform/efl/fast/forms/float-before-fieldset-expected.txt: * platform/efl/fast/forms/form-element-geometry-expected.png: * platform/efl/fast/forms/form-element-geometry-expected.txt: * platform/efl/fast/forms/input-baseline-expected.png: * platform/efl/fast/forms/input-baseline-expected.txt: * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png: * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: * platform/efl/fast/forms/mailto/advanced-get-expected.txt: Added. * platform/efl/fast/forms/mailto/advanced-put-expected.txt: Added. * platform/efl/fast/forms/placeholder-position-expected.png: * platform/efl/fast/forms/placeholder-position-expected.txt: * platform/efl/fast/forms/placeholder-pseudo-style-expected.png: * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt: * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png: * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/efl/fast/gradients/generated-gradients-expected.png: * platform/efl/fast/gradients/generated-gradients-expected.txt: * platform/efl/fast/gradients/radial-centered-expected.png: * platform/efl/fast/gradients/radial-centered-expected.txt: * platform/efl/fast/inline-block/contenteditable-baseline-expected.png: * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt: * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png: * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt: * platform/efl/fast/inline/inline-box-background-expected.png: * platform/efl/fast/inline/inline-box-background-expected.txt: * platform/efl/fast/inline/inline-box-background-long-image-expected.png: * platform/efl/fast/inline/inline-box-background-long-image-expected.txt: * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png: * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt: * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png: * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt: * platform/efl/fast/invalid/nestedh3s-expected.png: * platform/efl/fast/invalid/nestedh3s-expected.txt: * platform/efl/fast/overflow/overflow-float-stacking-expected.png: * platform/efl/fast/overflow/overflow-float-stacking-expected.txt: * platform/efl/fast/overflow/overflow-stacking-expected.png: * platform/efl/fast/overflow/overflow-stacking-expected.txt: * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png: * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt: * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.txt: * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png: * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.txt: * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png: * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt: * platform/efl/fast/repaint/moving-shadow-on-path-expected.png: * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt: * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.png: Added. * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt: Added. * platform/efl/fast/repaint/table-section-repaint-expected.txt: * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png: * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt: * platform/efl/fast/replaced/width100percent-searchfield-expected.png: * platform/efl/fast/replaced/width100percent-searchfield-expected.txt: * platform/efl/fast/table/027-expected.png: * platform/efl/fast/table/027-expected.txt: * platform/efl/fast/table/027-vertical-expected.png: * platform/efl/fast/table/027-vertical-expected.txt: * platform/efl/fast/table/032-expected.png: * platform/efl/fast/table/032-expected.txt: * platform/efl/fast/table/040-expected.png: * platform/efl/fast/table/040-expected.txt: * platform/efl/fast/table/040-vertical-expected.png: * platform/efl/fast/table/040-vertical-expected.txt: * platform/efl/fast/table/absolute-table-at-bottom-expected.png: * platform/efl/fast/table/absolute-table-at-bottom-expected.txt: * platform/efl/fast/table/border-collapsing/004-expected.png: * platform/efl/fast/table/border-collapsing/004-expected.txt: * platform/efl/fast/table/border-collapsing/004-vertical-expected.png: * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt: * platform/efl/fast/table/dynamic-caption-add-before-child-expected.png: * platform/efl/fast/table/dynamic-caption-add-before-child-expected.txt: * platform/efl/fast/table/frame-and-rules-expected.png: * platform/efl/fast/table/frame-and-rules-expected.txt: * platform/efl/fast/table/multiple-captions-display-expected.png: Added. * platform/efl/fast/table/multiple-captions-display-expected.txt: * platform/efl/media/video-colorspace-yuv420-expected.png: Added. * platform/efl/media/video-colorspace-yuv420-expected.txt: Added. * platform/efl/media/video-colorspace-yuv422-expected.png: Added. * platform/efl/media/video-colorspace-yuv422-expected.txt: Added. * platform/efl/perf/nested-combined-selectors-expected.txt: Added. * platform/efl/userscripts/script-run-at-end-expected.txt: Added. 2012-09-18 Raphael Kubo da Costa [EFL] Gardening after r128802. * platform/efl/TestExpectations: Temporarily skip a few JS tests which are crashing after r128802. 2012-09-18 Christophe Dumez [EFL] min-device-width failures in media tests https://bugs.webkit.org/show_bug.cgi?id=96920 Reviewed by Kenneth Rohde Christiansen. Unskip several test cases which should pass on the build bots now that we return a realistic screen resolution whenever it cannot be detected. * platform/efl/TestExpectations: 2012-09-18 Christophe Dumez [EFL][WK2] Clarify TestExpectations file https://bugs.webkit.org/show_bug.cgi?id=97003 Unreviewed EFL gardening. Slight reorganization and bug numbers updating in EFL WK2 TestExpectations for clarity. * platform/efl-wk2/TestExpectations: 2012-09-18 Csaba Osztrogonác REGRESSION(r128802): It made some JS tests crash https://bugs.webkit.org/show_bug.cgi?id=97001 Unreviewed gardening, skip the new _crashing_ tests to paint the bots green. * platform/qt/Skipped: 2012-09-14 Andrey Kosyakov Web Inspector: [Extensions API] explicitly manage extension audit progress https://bugs.webkit.org/show_bug.cgi?id=96803 Reviewed by Alexander Pavlov. * inspector/extensions/extensions-audits-api-expected.txt: Added AuditResults.updateProgress() * inspector/extensions/extensions-audits.html: Added a call to updateProgress() 2012-09-18 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update some pixel expectations after a long time. japanese-lr-selection-expected.png now actually shows a selection background, some shadows are displayed properly and some fonts have had rendering adjustments. * platform/efl/fast/writing-mode/basic-vertical-line-expected.png: * platform/efl/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png: * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png: * platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png: * platform/efl/fast/writing-mode/english-bt-text-expected.png: * platform/efl/fast/writing-mode/english-rl-text-expected.png: * platform/efl/fast/writing-mode/fieldsets-expected.png: * platform/efl/fast/writing-mode/japanese-lr-selection-expected.png: 2012-09-18 Raphael Kubo da Costa [EFL] Gardening after r128802. * platform/efl/TestExpectations: Unskip test that is now passing. 2012-09-18 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update MathML expectations after r128837. * platform/efl/mathml/presentation/attributes-expected.txt: * platform/efl/mathml/presentation/fenced-expected.txt: * platform/efl/mathml/presentation/fenced-mi-expected.png: * platform/efl/mathml/presentation/fenced-mi-expected.txt: * platform/efl/mathml/presentation/fractions-expected.txt: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/efl/mathml/presentation/mo-stretch-expected.png: * platform/efl/mathml/presentation/mo-stretch-expected.txt: * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: * platform/efl/mathml/presentation/roots-expected.txt: * platform/efl/mathml/presentation/row-alignment-expected.png: * platform/efl/mathml/presentation/row-alignment-expected.txt: * platform/efl/mathml/presentation/style-expected.txt: * platform/efl/mathml/presentation/sub-expected.txt: * platform/efl/mathml/presentation/subsup-expected.png: * platform/efl/mathml/presentation/subsup-expected.txt: * platform/efl/mathml/presentation/sup-expected.txt: * platform/efl/mathml/presentation/tables-expected.png: * platform/efl/mathml/presentation/tables-expected.txt: * platform/efl/mathml/presentation/tokenElements-expected.txt: * platform/efl/mathml/presentation/under-expected.txt: * platform/efl/mathml/presentation/underover-expected.txt: * platform/efl/mathml/xHeight-expected.txt: 2012-09-18 Christophe Dumez [EFL] Unskip fast/js/global-constructors.html https://bugs.webkit.org/show_bug.cgi?id=96984 Unreviewed EFL gardening. Generate baseline for fast/js/global-constructors.html and unskip test. The only differences in the expected output are due to webkit prefix. * fast/js/global-constructors-expected.txt: Added. * platform/efl/Skipped: 2012-09-18 Szilard Ledan [Qt] Skipped failing tests because eventSender.gestureTap is not implemented on Qt, ENABLE(SHADOW_DOM) is disabled and WebKitDisplayImagesKey is not supported. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-09-18 Zan Dobersek Unreviewed GTK gardening. Rebaselining MathML tests' baselines after r128837. * platform/gtk/mathml/presentation/attributes-expected.png: * platform/gtk/mathml/presentation/attributes-expected.txt: * platform/gtk/mathml/presentation/fenced-expected.txt: * platform/gtk/mathml/presentation/fenced-mi-expected.png: * platform/gtk/mathml/presentation/fenced-mi-expected.txt: * platform/gtk/mathml/presentation/fractions-expected.png: * platform/gtk/mathml/presentation/fractions-expected.txt: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/gtk/mathml/presentation/mo-expected.png: * platform/gtk/mathml/presentation/mo-expected.txt: * platform/gtk/mathml/presentation/mo-stretch-expected.png: * platform/gtk/mathml/presentation/mo-stretch-expected.txt: * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt: * platform/gtk/mathml/presentation/over-expected.png: * platform/gtk/mathml/presentation/over-expected.txt: * platform/gtk/mathml/presentation/roots-expected.png: * platform/gtk/mathml/presentation/roots-expected.txt: * platform/gtk/mathml/presentation/row-alignment-expected.png: * platform/gtk/mathml/presentation/row-alignment-expected.txt: * platform/gtk/mathml/presentation/row-expected.png: * platform/gtk/mathml/presentation/row-expected.txt: * platform/gtk/mathml/presentation/style-expected.png: * platform/gtk/mathml/presentation/style-expected.txt: * platform/gtk/mathml/presentation/sub-expected.png: * platform/gtk/mathml/presentation/sub-expected.txt: * platform/gtk/mathml/presentation/subsup-expected.png: * platform/gtk/mathml/presentation/subsup-expected.txt: * platform/gtk/mathml/presentation/sup-expected.png: * platform/gtk/mathml/presentation/sup-expected.txt: * platform/gtk/mathml/presentation/tables-expected.png: * platform/gtk/mathml/presentation/tables-expected.txt: * platform/gtk/mathml/presentation/tokenElements-expected.txt: * platform/gtk/mathml/presentation/under-expected.png: * platform/gtk/mathml/presentation/under-expected.txt: * platform/gtk/mathml/presentation/underover-expected.png: * platform/gtk/mathml/presentation/underover-expected.txt: * platform/gtk/mathml/xHeight-expected.png: Added. * platform/gtk/mathml/xHeight-expected.txt: 2012-09-18 Mihnea Ovidenie [CSSRegions]Flag auto-height regions https://bugs.webkit.org/show_bug.cgi?id=96267 Reviewed by Julien Chaffraix. The regions having auto logical height should be flagged so that their height will computed as part of a 2 pass-layout mechanism. Added a test that checks whether a region in several situations is marked properly. * fast/regions/autoheight-regions-mark.html: Added. * platform/mac/fast/regions/autoheight-regions-mark-expected.png: Added. * platform/mac/fast/regions/autoheight-regions-mark-expected.txt: Added. * platform/chromium/TestExpectations: 2012-09-18 Shinya Kawanaka Disable adding an AuthorShadowRoot to replaced elements. https://bugs.webkit.org/show_bug.cgi?id=96978 Reviewed by Hajime Morita. Since we don't support AuthorShadowRoot for replaced elements for now, we enable a flat to support AuthorShadowRoot in these tests. Also, we have a test to check to reject adding ShadowRoot to repalced elements. * fast/dom/shadow/select-image-with-shadow.html: * fast/dom/shadow/shadow-disable-expected.txt: * fast/dom/shadow/shadow-disable.html: Checks WebKit rejects adding ShadowRoot to repalced elements. * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html: * fast/dom/shadow/shadowdom-for-image-alt-update.html: * fast/dom/shadow/shadowdom-for-image-alt.html: * fast/dom/shadow/shadowdom-for-image-content.html: * fast/dom/shadow/shadowdom-for-image-dynamic.html: * fast/dom/shadow/shadowdom-for-image-event-click.html: * fast/dom/shadow/shadowdom-for-image-event.html: * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: * fast/dom/shadow/shadowdom-for-image-map.html: * fast/dom/shadow/shadowdom-for-image-style.html: * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: * fast/dom/shadow/shadowdom-for-image.html: * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html: * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html: * fast/dom/shadow/shadowdom-for-meter-dynamic.html: * fast/dom/shadow/shadowdom-for-meter-multiple.html: * fast/dom/shadow/shadowdom-for-meter-with-style.html: * fast/dom/shadow/shadowdom-for-meter-without-appearance.html: * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html: * fast/dom/shadow/shadowdom-for-meter.html: * fast/dom/shadow/shadowdom-for-object-only-shadow.html: * fast/dom/shadow/shadowdom-for-progress-dynamic.html: * fast/dom/shadow/shadowdom-for-progress-multiple.html: * fast/dom/shadow/shadowdom-for-progress-with-style.html: * fast/dom/shadow/shadowdom-for-progress-without-appearance.html: * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html: * fast/dom/shadow/shadowdom-for-progress.html: * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html: * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html: * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: * fast/dom/shadow/shadowdom-for-textarea.html: 2012-09-17 Zan Dobersek [GTK] fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html failing after r128645 https://bugs.webkit.org/show_bug.cgi?id=96899 Reviewed by Martin Robinson. Remove failure expectation for the test in title. * platform/gtk/TestExpectations: 2012-09-17 Shinya Kawanaka [Chromium] Unreviewed gardening, mark perf/nested-combined-selectors.html is flaky perf/nested-combined-selectors.html is flaky on Chromium Mac 10.6 * platform/chromium/TestExpectations: 2012-09-17 Stephanie Lewis Rebaseline after http://trac.webkit.org/projects/webkit/changeset/128837. Unreviewed. * http/tests/xmlviewer/dumpAsText/mathml-expected.txt: * platform/mac/accessibility/math-alttext-expected.txt: 2012-09-17 Shinya Kawanaka Unreviewed gardening, more rebaseline after r128811 * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added. 2012-09-17 Shinya Kawanaka Unreviewed gardening, rebaseline after r128811 * platform/chromium-linux-x86/fast/writing-mode/english-lr-text-expected.png: Removed. * platform/chromium-linux-x86/transitions/svg-text-shadow-transition-expected.png: Removed. * platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Added. * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added. * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png: * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png: * platform/chromium-win-xp/fast/text/stroking-expected.png: * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added. * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png: * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-002-expected.png: Added. * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-010-expected.png: Added. * platform/chromium-win-xp/svg/css/composite-shadow-text-expected.png: * platform/chromium-win-xp/svg/css/shadow-changes-expected.png: * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png: * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Added. * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png: * platform/gtk/transitions/svg-text-shadow-transition-expected.png: Removed. * transitions/svg-text-shadow-transition-expected.png: Renamed from LayoutTests/platform/efl/transitions/svg-text-shadow-transition-expected.png. 2012-09-17 David Barton Convert MathML to use flexboxes https://bugs.webkit.org/show_bug.cgi?id=96843 Reviewed by Eric Seidel. * mathml/EmptyMFracCrash-expected.txt: * mathml/EmptyMunderOverCrash-expected.txt: * mathml/empty-mroot-crash-expected.txt: * mathml/fenced-whitespace-separators-crash-expected.txt: * mathml/msub-anonymous-child-render-crash-expected.txt: * mathml/msubsup-no-grandchild-expected.txt: * mathml/msubsup-remove-children-expected.txt: * mathml/munderover-remove-children-expected.txt: * mathml/presentation/fenced.xhtml: * mathml/presentation/mo.xhtml: * mathml/presentation/row.xhtml: * mathml/xHeight.xhtml: - The
s are wrapped in elements to make them valid in MathML, with the intended layout. * platform/mac/mathml/presentation/attributes-expected.png: * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/fenced-expected.txt: * platform/mac/mathml/presentation/fenced-mi-expected.png: * platform/mac/mathml/presentation/fenced-mi-expected.txt: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-expected.png: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: * platform/mac/mathml/presentation/over-expected.png: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.png: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/mathml/presentation/style-expected.png: * platform/mac/mathml/presentation/style-expected.txt: * platform/mac/mathml/presentation/sub-expected.png: * platform/mac/mathml/presentation/sub-expected.txt: * platform/mac/mathml/presentation/subsup-expected.png: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/tables-expected.png: * platform/mac/mathml/presentation/tables-expected.txt: * platform/mac/mathml/presentation/tokenElements-expected.txt: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.png: * platform/mac/mathml/presentation/underover-expected.txt: * platform/mac/mathml/xHeight-expected.txt: 2012-09-17 Shinya Kawanaka [Chromium] Unreviewed gardening, test expectations update. fast/js/cross-frame-really-bad-time-with-__proto__.html is failing from the beginning (r128816) * platform/chromium/TestExpectations: 2012-09-17 Shinya Kawanaka [Chromium] Unreviewed gardening, test expectations update. fast/js/cross-frame-really-bad-time.html is failing from the beginning (r128816) * platform/chromium/TestExpectations: 2012-09-17 Shinya Kawanaka [Chromium] Unreviewed, test expectations update. These tests are failing from the beginning (r128802) fast/js/array-bad-time.html fast/js/array-slow-put.html fast/js/cross-frame-bad-time.html fast/js/object-bad-time.html fast/js/object-slow-put.html * platform/chromium/TestExpectations: 2012-09-17 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=96688 Rubber-stamped by Alexey Proskuryakov. These platform-specific results are not necessary. They are identical to the cross-platform results. * platform/mac/compositing/rtl: Removed. * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Removed. * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed. 2012-09-17 Filip Pizlo We don't have a bad enough time if an object's prototype chain crosses global objects https://bugs.webkit.org/show_bug.cgi?id=96962 Reviewed by Geoffrey Garen. * fast/js/cross-frame-really-bad-time-expected.txt: Added. * fast/js/cross-frame-really-bad-time-with-__proto__-expected.txt: Added. * fast/js/cross-frame-really-bad-time-with-__proto__.html: Added. * fast/js/cross-frame-really-bad-time.html: Added. * fast/js/script-tests/cross-frame-really-bad-time-with-__proto__.js: Added. (foo): (evil): (bar): (done): * fast/js/script-tests/cross-frame-really-bad-time.js: Added. (Cons): (foo): (evil): (bar): (done): 2012-09-17 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=96945 REGRESSION (r128678): Several tests fail on WK2 bots (compositing/rtl/rtl-fixed-overflow.html, compositing/rtl/rtl-fixed.html, fast/regions/float-pushed-width-change.html, fast/repaint/fixed-move-after-keyboard-scroll.html) Reviewed by Tim Horton. These tests are failing after https://bugs.webkit.org/show_bug.cgi?id=96688 They are failing on WK2 only because that change only forces compositing mode for fixed position elements in WK2, not WK1. This one is a ref test where the expectation used fixed positioning. We can avoid using fixed pos and avoid that fact that that creates a layer in WK2 and use absolute pos instead. * fast/regions/float-pushed-width-change-expected.html: These tests just need updated results in the mac-wk2 directory. * platform/mac-wk2/compositing/rtl: Added. * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt: Added. * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: Added. * platform/mac-wk2/fast/repaint: Added. * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added. * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added. 2012-09-17 Nate Chapin Unreviewed, test expectations update. * platform/chromium/TestExpectations: Mark http/tests/inspector/network/network-xhr-replay.html as timing out on chromium win. 2012-09-17 Filip Pizlo If a prototype has indexed setters and its instances have indexed storage, then all put_by_val's should have a bad time https://bugs.webkit.org/show_bug.cgi?id=96596 Reviewed by Gavin Barraclough. Removed failing expectation for primitive-property-access-edge-cases, and added more tests to cover the numerical-setter-on-prototype cases. * fast/js/array-bad-time-expected.txt: Added. * fast/js/array-bad-time.html: Added. * fast/js/array-slow-put-expected.txt: Added. * fast/js/array-slow-put.html: Added. * fast/js/cross-frame-bad-time-expected.txt: Added. * fast/js/cross-frame-bad-time.html: Added. * fast/js/jsc-test-list: * fast/js/object-bad-time-expected.txt: Added. * fast/js/object-bad-time.html: Added. * fast/js/object-slow-put-expected.txt: Added. * fast/js/object-slow-put.html: Added. * fast/js/script-tests/array-bad-time.js: Added. * fast/js/script-tests/array-slow-put.js: Added. (foo): * fast/js/script-tests/cross-frame-bad-time.js: Added. (foo): * fast/js/script-tests/object-bad-time.js: Added. (Cons): * fast/js/script-tests/object-slow-put.js: Added. (Cons): (foo): * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Removed. 2012-09-17 Tony Chang [chromium] Unreviewed, updating some bug numbers in TestExpectations. * platform/chromium/TestExpectations: 2012-09-17 Joshua Bell IndexedDB: Result of IDBFactory.deleteDatabase() should be undefined, not null https://bugs.webkit.org/show_bug.cgi?id=96538 Reviewed by Tony Chang. Check result of IDBFactory.deleteDatabase() - one updated assertion, one added assertion. * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/intversion-long-queue-expected.txt: * storage/indexeddb/resources/factory-deletedatabase.js: Add new assertion. (reopenDatabase): * storage/indexeddb/resources/intversion-long-queue.js: Update existing assertion. (deleteDatabaseSuccessCallback): 2012-09-17 Alexey Proskuryakov https://bugs.webkit.org/show_bug.cgi?id=96942 [Mac] Failing test http/tests/inspector/network/network-xhr-replay.html * platform/mac/Skipped: Skipping a test for the newly added feature. 2012-09-17 Bear Travis [CSS Exclusions] Enable shape-inside for percentage lengths based on logical height https://bugs.webkit.org/show_bug.cgi?id=93547 Reviewed by Levi Weintraub. Test that shape percentage-based measurements resolve correctly. Some testing is already covered by shape-inside-percentage-auto.html. * fast/exclusions/shape-inside/shape-inside-percentage-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-percentage.html: Added. 2012-09-17 Ojan Vafai Cleanup the final instance of BUGUSERNAME. * platform/chromium/TestExpectations: 2012-09-17 Csaba Osztrogonác [Qt] Unreviewed gardening, skip one more crashy test to paint the bot green. * platform/qt/Skipped: 2012-09-17 Bo Liu Fix LoadImagesAutomatically cache behavior https://bugs.webkit.org/show_bug.cgi?id=96829 Reviewed by Adam Barth. I broke the caching behavior of LoadImagesAutomatically in http://trac.webkit.org/changeset/128645 This restores the original behavior that AutoLoadImage does not block loads from memory cache. * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added. * fast/loader/display-image-unset-allows-cached-image-load.html: Added. * fast/loader/resources/image1.html: Added. * fast/loader/resources/image2.html: Added. * platform/wk2/Skipped: 2012-09-17 János Badics [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert https://bugs.webkit.org/show_bug.cgi?id=96907 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Skip new crashing tests. 2012-09-17 Christophe Dumez [EFL] Skip again tests that were unskipped recently https://bugs.webkit.org/show_bug.cgi?id=96923 Unreviewed EFL gardening. Skip again several test cases that were unskipped in r128753 but don't seem to pass on the bots for some reason. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: 2012-09-17 Christophe Dumez [EFL] Clean up Skipped list https://bugs.webkit.org/show_bug.cgi?id=96918 Unreviewed EFL gardening. Unskip several test cases that are now passing for EFL port. * platform/efl/Skipped: * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png: Added. * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt: Added. * platform/efl/editing/unsupported-content/list-delete-001-expected.png: * platform/efl/editing/unsupported-content/list-type-after-expected.png: * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png: * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt: 2012-09-17 Allan Sandfeld Jensen [TouchAdjustment] Adjusted point outside bounds for non-rectilinear targets https://bugs.webkit.org/show_bug.cgi?id=96098 Reviewed by Antonio Gomes. Expands the test of rotated nodes to also perform checks of the validity of the adjusted points. * touchadjustment/resources/touchadjustment.js: (adjustTouchPoint): * touchadjustment/rotated-node-expected.txt: * touchadjustment/rotated-node.html: 2012-09-17 Christophe Dumez [EFL] Clean up Skipped list https://bugs.webkit.org/show_bug.cgi?id=96914 Unreviewed EFL gardening. Clean up the EFL Skipped list. Unskip several test cases that are now passing and provide baselines for some of them. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/efl/TestExpectations: * platform/efl/fast/text/emphasis-expected.png: Added. * platform/efl/fast/text/emphasis-expected.txt: Added. * platform/efl/fast/text/international/vertical-text-metrics-test-expected.txt: Added. * platform/efl/fast/writing-mode/text-orientation-basic-expected.png: Added. * platform/efl/fast/writing-mode/text-orientation-basic-expected.txt: Added. * platform/efl/mathml/presentation/style-expected.png: Added. * platform/efl/mathml/presentation/style-expected.txt: Added. 2012-09-17 Christophe Dumez [EFL] autoscroll-in-textarea.html fails on EFL https://bugs.webkit.org/show_bug.cgi?id=94150 Reviewed by Kenneth Rohde Christiansen. Unskip several test cases that are passing now that textareas are rendered correctly. Rebaseline several test cases due to the textarea rendering change. * platform/efl/TestExpectations: * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png: * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt: * platform/efl/fast/block/margin-collapse/103-expected.png: * platform/efl/fast/block/margin-collapse/103-expected.txt: * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: * platform/efl/fast/dynamic/008-expected.png: * platform/efl/fast/dynamic/008-expected.txt: * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt: * platform/efl/fast/forms/textAreaLineHeight-expected.png: * platform/efl/fast/forms/textAreaLineHeight-expected.txt: * platform/efl/fast/forms/textarea-align-expected.png: * platform/efl/fast/forms/textarea-align-expected.txt: * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png: * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png: * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: * platform/efl/fast/forms/textarea-scroll-height-expected.png: Added. * platform/efl/fast/forms/textarea-scroll-height-expected.txt: Added. * platform/efl/fast/forms/textarea-scrollbar-expected.png: * platform/efl/fast/forms/textarea-scrollbar-expected.txt: * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Added. * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Added. * platform/efl/fast/forms/textarea-setinnerhtml-expected.png: * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt: * platform/efl/fast/forms/textarea-width-expected.png: * platform/efl/fast/forms/textarea-width-expected.txt: * platform/efl/fast/overflow/overflow-x-y-expected.png: * platform/efl/fast/overflow/overflow-x-y-expected.txt: * platform/efl/fast/parser/entity-comment-in-textarea-expected.png: * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: * platform/efl/fast/parser/open-comment-in-textarea-expected.png: * platform/efl/fast/parser/open-comment-in-textarea-expected.txt: * platform/efl/fast/replaced/width100percent-textarea-expected.png: * platform/efl/fast/replaced/width100percent-textarea-expected.txt: * platform/efl/fast/table/003-expected.png: * platform/efl/fast/table/003-expected.txt: * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png: * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: 2012-09-17 Vsevolod Vlasov Web Inspector: XHR replay fixes: should remove replayed xhr from memory cache, should not assert. https://bugs.webkit.org/show_bug.cgi?id=96904 Reviewed by Yury Semikhatsky. Re-enabled http/tests/inspector/network/network-xhr-replay.html test. * http/tests/inspector/network/network-xhr-replay.html: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html_disabled. 2012-09-17 Alejandro Piñeiro AX: Regression (r126369) - toggle buttons no longer return accessible titles https://bugs.webkit.org/show_bug.cgi?id=94858 Reviewed by Chris Fleizach. Added a test to verify that a toggle button exposes the title. * accessibility/aria-toggle-button-with-title.html: Added. * platform/chromium/accessibility/aria-toggle-button-with-title-expected.txt: Added. * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added. * platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Added. 2012-09-17 Christophe Dumez [JSC] http/tests/security/cross-frame-access-put.html failing after r123145 https://bugs.webkit.org/show_bug.cgi?id=91843 Reviewed by Adam Barth. Since r123145, window.top is not longer replaceable in JSC, to bring it in line with other browsers. The http/tests/security/cross-frame-access-put.html now needs to be updated because it is still testing the window.top setter. Thanks to this fix, we can now get rid of the platform-specific results for ports using JSC. * http/tests/security/cross-frame-access-put-expected.txt: * http/tests/security/cross-frame-access-put.html: * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt: * platform/efl/TestExpectations: Unskip test case. * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed. * platform/mac/Skipped: Unskip test case. * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed. 2012-09-14 Alexander Pavlov Web Inspector: Group selectors to highlight matched selector in the Styles pane of Elements Panel https://bugs.webkit.org/show_bug.cgi?id=96626 Reviewed by Vsevolod Vlasov. * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles.buildMarkedSelectors): (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Let tests get matched selector markings in dumped data * inspector/styles/styles-add-new-rule-expected.txt: * inspector/styles/styles-add-new-rule.html: 2012-09-17 Christophe Dumez [EFL] Unskip css3/flexbox/anonymous-block.html test case https://bugs.webkit.org/show_bug.cgi?id=96909 Unreviewed EFL gardening. Unskip css3/flexbox/anonymous-block.html for EFL port now that it has been fixed in r121687. * platform/efl/TestExpectations: 2012-09-17 Zan Dobersek Unreviewed GTK gardening. Adding a platform-specific baseline required after r128376. * platform/gtk/accessibility/svg-image-expected.txt: Added. 2012-09-17 Mike West Don't GC img elements blocked by CSP until error events fire. https://bugs.webkit.org/show_bug.cgi?id=94677 Reviewed by Jochen Eisinger. * fast/events/onerror-img-after-gc.html: * fast/events/onerror-img-after-gc-expected.txt: * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html: * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash-expected.txt: Explicitly triggering GC before the error in the hopes of proving that we don't crash anymore. * platform/gtk/TestExpectations: * platform/qt/Skipped: Unskipping no-longer-crashing test. 2012-09-17 Philip Rogers Make SVGPathSegList.append O(1) instead of O(n) https://bugs.webkit.org/show_bug.cgi?id=94048 Reviewed by Nikolas Zimmermann. Add performance test to prove this patch works. The rest of SVGPathSegList.append should be covered in existing tests. * perf/svg-path-appenditem-expected.txt: Added. * perf/svg-path-appenditem.html: Added. 2012-09-17 Christophe Dumez [EFL] Add baseline for text/shaping tests https://bugs.webkit.org/show_bug.cgi?id=96902 Unreviewed EFL gardening. Add baseline for text/shaping test cases and unskip them for EFL port now that the issue has been fixed in r122562. * platform/efl/TestExpectations: * platform/efl/fast/text/shaping/shaping-script-order-expected.png: Added. * platform/efl/fast/text/shaping/shaping-script-order-expected.txt: Added. * platform/efl/fast/text/shaping/shaping-selection-rect-expected.png: Added. * platform/efl/fast/text/shaping/shaping-selection-rect-expected.txt: Added. 2012-09-17 Christophe Dumez [EFL] fast/multicol/span/generated-child-split-flow-crash.html fails https://bugs.webkit.org/show_bug.cgi?id=88031 Unreviewed EFL gardening. Add platform specific expectation for fast/multicol/span/generated-child-split-flow-crash.html. Several other ports are doing the same already and the pixel test already passes anyway. * platform/efl/TestExpectations: * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Added. 2012-09-17 Zan Dobersek Unreviewed GTK gardening. Removing stale expectations for already fixed regressions. Adding two failure expectations for tests added in r128645 and r128713. Rebaselining fast/css/word-space-extra.html after r128692. * platform/gtk/TestExpectations: * platform/gtk/fast/css/word-space-extra-expected.txt: 2012-09-17 Christophe Dumez [EFL] Several CSS tests need rebaseline after r126911 https://bugs.webkit.org/show_bug.cgi?id=96898 Unreviewed EFL gardening. Rebaseline 3 CSS tests due to r126911. * platform/efl/TestExpectations: * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added. * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added. * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added. 2012-09-16 Christophe Dumez [EFL] Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html https://bugs.webkit.org/show_bug.cgi?id=96895 Unreviewed EFL gardening. Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html for EFL port since it sometimes asserts in MessagePort::contextDestroyed. * platform/efl/TestExpectations: 2012-09-16 Christophe Dumez [EFL][WK2] Mark inspector/elements/delete-from-document.html as flaky https://bugs.webkit.org/show_bug.cgi?id=96897 Unreviewed EFL gardening. Mark inspector/elements/delete-from-document.html as flaky. It sometimes times out of the WK2-EFL bot. * platform/efl-wk2/TestExpectations: 2012-09-16 Shinya Kawanaka Unreviewed gardening. Rebaseline after r128691 https://bugs.webkit.org/show_bug.cgi?id=96892 Rebaseline fast/css/word-space-extra.html for chromium. * platform/chromium-linux/fast/css/word-space-extra-expected.txt: Added. 2012-09-16 Dan Bernstein REGRESSION (r126763): css1/pseudo/firstline.html fails when using the complex text code path https://bugs.webkit.org/show_bug.cgi?id=96890 Reviewed by Sam Weinig. * fast/text/stale-TextLayout-from-first-line-expected.html: Added. * fast/text/stale-TextLayout-from-first-line.html: Added. 2012-09-16 Christophe Dumez [EFL] Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html https://bugs.webkit.org/show_bug.cgi?id=96884 Unreviewed EFL gardening. Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html because EFL's DRT does not support overriding 'WebKitDisplayImagesKey' preference yet. * platform/efl-wk1/TestExpectations: 2012-09-16 Christophe Dumez [EFL] Update TestExpectations for tests requiring plugins support https://bugs.webkit.org/show_bug.cgi?id=96882 Unreviewed EFL gardening. Regroup all test requiring plugins support in TestExpectation file and update their bug number. * platform/efl/Skipped: * platform/efl/TestExpectations: 2012-09-16 Christophe Dumez [EFL] Mark inspector/debugger/dynamic-script-tag.html as flaky https://bugs.webkit.org/show_bug.cgi?id=96887 Unreviewed EFL gardening. Mark inspector/debugger/dynamic-script-tag.html as flaky in EFL's TestExpectations. * platform/efl/TestExpectations: 2012-09-16 Christophe Dumez [EFL] 3 spatial navigation tests can be unskipped after r128644 https://bugs.webkit.org/show_bug.cgi?id=96880 Unreviewed EFL gardening. Unskip 3 spatial navigation tests that have been fixed in r128644. * platform/efl/TestExpectations: 2012-09-16 Christophe Dumez [EFL] Skip fast/events/message-port-constructor-for-deleted-document.html https://bugs.webkit.org/show_bug.cgi?id=96885 Unreviewed EFL gardening. Causes assertion failure in MessagePort::contextDestroyed in http/tests/security/MessagePort/event-listener-context.html, usually attributed to later tests. We need to skip the test for now. * platform/efl/TestExpectations: 2012-09-15 Mike West Break on inline scripts blocked by CSP. https://bugs.webkit.org/show_bug.cgi?id=93865 Reviewed by Pavel Feldman. * inspector/debugger/debugger-pause-on-blocked-event-handler-expected.txt: Added. * inspector/debugger/debugger-pause-on-blocked-event-handler.html: Added. * inspector/debugger/debugger-pause-on-blocked-script-injection-expected.txt: Added. * inspector/debugger/debugger-pause-on-blocked-script-injection.html: Added. * inspector/debugger/debugger-pause-on-blocked-script-url-expected.txt: Added. * inspector/debugger/debugger-pause-on-blocked-script-url.html: Added. * inspector/debugger/resources/pause-on-blocked-by-csp.js: Added. (test.setStatus): (test.step1): (test.step2): (test): * inspector/debugger/resources/pause-on-blocked-event-handler.js: Added. (testAction): * inspector/debugger/resources/pause-on-blocked-script-injection.js: Added. (testAction): * inspector/debugger/resources/pause-on-blocked-script-url.js: Added. (testAction): 2012-09-15 Florin Malita not working when the SVG doc is embedded as data https://bugs.webkit.org/show_bug.cgi?id=96816 Reviewed by Dirk Schulze. * svg/custom/object-data-href-expected.html: Added. * svg/custom/object-data-href.html: Added. 2012-09-15 Andreas Kling REGRESSION(r127438): Google Docs to renders text too small. Reviewed by Antti Koivisto. Add a test that an element that shared its inline style with another element works as expected after the other element is destroyed. * fast/dom/shared-inline-style-after-node-removal-expected.txt: Added. * fast/dom/shared-inline-style-after-node-removal.html: Added. 2012-09-15 Dan Bernstein REGRESSION (r125578): The monospace code path in RenderText::widthFromCache disagrees with Font::width on word spacing https://bugs.webkit.org/show_bug.cgi?id=96869 Reviewed by Eric Seidel. * fast/text/word-space-monospace-expected.html: Added. * fast/text/word-space-monospace.html: Added. * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters.html. * platform/mac/fast/css/word-space-extra-expected.png: Updated. * platform/mac/fast/css/word-space-extra-expected.txt: Updated. 2012-09-15 Dan Bernstein REGRESSION (r125578): Word spacing not applied to newline and tab characters that are treated as spaces https://bugs.webkit.org/show_bug.cgi?id=96865 Reviewed by Sam Weinig. * fast/text/atsui-negative-spacing-features.html: Reverted changes made in r128691, now that both code paths handle newlines correctly. * fast/text/atsui-spacing-features.html: Ditto. * platform/mac/TestExpectations: Removed fast/css/word-space-extra.html. 2012-09-15 Dan Bernstein REGRESSION (r125578): The Mac complex text code path disagrees with the fast path on word spacing https://bugs.webkit.org/show_bug.cgi?id=96857 Reviewed by Anders Carlsson. * fast/text/atsui-negative-spacing-features.html: Removed some newlines from this test, because now that the complex text code path matches the fast path, it too suffers from a bug where word spacing is not added at a newline. * fast/text/atsui-spacing-features.html: Ditto. * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters-complex-text.html. 2012-09-15 Kent Tamura [Chromium] Update test expectation * platform/chromium/TestExpectations: Don't run an inspector test on Mac. 2012-09-15 Csaba Osztrogonác [Qt][WK2] Unreviewed weekend gardening. Skip 4 new failing tests to paint the bot green. * platform/qt-5.0-wk2/Skipped: 2012-09-15 Csaba Osztrogonác [Qt] Unreviewed weekend gardening. Skip 2 new tests, because TestRunner::overridePreference() does not support the 'WebKitDisplayImagesKey' preference * platform/qt/Skipped: 2012-09-14 James Robinson Unreviewed gardening - more position:fixed stacking context rebaselines. * fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/016-expected.txt. * fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/025-expected.txt. * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed. * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed. * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed. * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed. * platform/chromium-mac/fast/block/positioning/016-expected.txt: Removed. * platform/chromium-mac/fast/block/positioning/025-expected.txt: Removed. * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed. * platform/chromium-win/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.png. * platform/chromium-win/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.png. * platform/chromium-win/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png. * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt. * platform/chromium/fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.txt. * platform/chromium/fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.txt. * platform/chromium/fast/block/positioning/fixed-position-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt. * platform/efl/fast/block/positioning/016-expected.txt: Removed. * platform/efl/fast/block/positioning/025-expected.txt: Removed. * platform/gtk/fast/block/positioning/016-expected.txt: Removed. * platform/gtk/fast/block/positioning/025-expected.txt: Removed. * platform/qt/fast/block/positioning/016-expected.txt: Removed. * platform/qt/fast/block/positioning/025-expected.txt: Removed. 2012-09-14 Julien Chaffraix Revert r127457 and following fixes due to several hit-testing regressions https://bugs.webkit.org/show_bug.cgi?id=96830 Reviewed by Antonio Gomes. This change reverts r127457, r127863 and r128505. As the tests relies on the extended API after r127457, we cannot keep them. * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Removed. * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Removed. * fast/dom/nodesFromRect/resources/child-frame.html: Removed. * fast/dom/nodesFromRect/resources/nodesFromRect.js: (check): (checkShadowContent): * touchadjustment/iframe-boundary-expected.txt: Removed. * touchadjustment/iframe-boundary.html: Removed. * touchadjustment/resources/inner-content-page.html: Removed. * touchadjustment/resources/inner-navigation-frame.html: Removed. 2012-09-14 Bo Liu Skip image load tests that requires queueReload in WebKit2 https://bugs.webkit.org/show_bug.cgi?id=96832 Tests added in reivison 128645. Reviewed by Adam Barth. * platform/wk2/Skipped: 2012-09-14 Joshua Bell IndexedDB: Calling close() during upgradeneeded handler should fire error at open request https://bugs.webkit.org/show_bug.cgi?id=96807 Reviewed by Tony Chang. Update the test to match the spec behavior. * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js: (deleteSuccess): (upgradeNeeded.transaction.oncomplete): (upgradeNeeded): (openError): 2012-09-14 Ojan Vafai Mark svg/carto.net/selectionlist.svg as flaky because it depends on svg/carto.net/button.svg running first in order to pass. * platform/chromium/TestExpectations: 2012-09-14 Ojan Vafai The cr-linux-ews thinks http/tests/cache/post-redirect-get.php and http/tests/cache/post-with-cached-subresources.php are MISSING results https://bugs.webkit.org/show_bug.cgi?id=95215 Reviewed by Adam Barth. Apparently, marking these as missing did not fix the EWS problem, so remove them from TestExpectations. * platform/chromium/TestExpectations: 2012-09-14 Mike West JSC should throw a more descriptive exception when blocking 'eval' via CSP. https://bugs.webkit.org/show_bug.cgi?id=94331 Reviewed by Geoffrey Garen. * http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt: * http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt: 2012-09-14 Ojan Vafai Mark compositing/geometry/fixed-position-transform-composited-page-scale.html flaky as it's flaky on all the Chromium bots. * platform/chromium/TestExpectations: 2012-09-14 Ojan Vafai Add expectations for tests that depend on other tests running before them. Filed a bug for each with information on which test it depends on. * platform/chromium/TestExpectations: 2012-09-14 Michelangelo De Simone [CSS Shaders] u_textureSize uniform should be set to the size of the texture. https://bugs.webkit.org/show_bug.cgi?id=95914 Reviewed by Dean Jackson. Tests for the following uniform variables: uniform vec2 u_textureSize uniform vec4 u_meshBox uniform vec2 u_tileSize uniform vec2 u_meshSize The relevant section of the specification is: http://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Added. * css3/filters/custom/custom-filter-u-mesh-box.html: Added. * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Added. * css3/filters/custom/custom-filter-u-mesh-size.html: Added. * css3/filters/custom/custom-filter-u-texture-size-expected.html: Added. * css3/filters/custom/custom-filter-u-texture-size.html: Added. * css3/filters/custom/custom-filter-u-tile-size-expected.html: Added. * css3/filters/custom/custom-filter-u-tile-size.html: Added. * css3/filters/resources/u-mesh-box-is-unit-square.fs: Added. * css3/filters/resources/u-mesh-size.fs: Added. * css3/filters/resources/u-texture-size.fs: Added. * css3/filters/resources/u-tile-size.fs: Added. 2012-09-14 Alexey Proskuryakov Unreviewed. A small improvement to this flaky test: use a correct URL, so that the test fails quickly and understandably instead of timing out. This code path didn't use to be taken before, so the URL was always wrong. * fast/loader/resources/submit-form-while-parsing-subframe.html: 2012-09-14 Stephanie Lewis new fast/loader tests from r128645 fail on Mac-wk2. https://bugs.webkit.org/show_bug.cgi?id=96832. Unreviewed. Update TestExpectations * platform/mac-wk2/TestExpectations: 2012-09-14 Ojan Vafai Add expectations for tests that depend on other tests running before them. Filed a bug for each with information on which test it depends on. * platform/chromium/TestExpectations: 2012-09-14 James Robinson Unreviewed gardening. Update fixpos layout test results. Chromium currently doesn't set the fixpos-forms-stacking-context setting in DumpRenderTree. * fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/efl/fast/block/positioning/016-expected.png. * fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/025-expected.png. * platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. * platform/chromium-linux-x86/fast/block/positioning/016-expected.txt: Added. * platform/chromium-linux-x86/fast/block/positioning/025-expected.txt: Added. * platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. * platform/chromium-linux/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/016-expected.png. * platform/chromium-linux/fast/block/positioning/016-expected.txt: Added. * platform/chromium-linux/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/025-expected.png. * platform/chromium-linux/fast/block/positioning/025-expected.txt: Added. * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/016-expected.png. * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. * platform/chromium-mac/fast/block/positioning/016-expected.png: Added. * platform/chromium-mac/fast/block/positioning/016-expected.txt: Added. * platform/chromium-mac/fast/block/positioning/025-expected.png: Added. * platform/chromium-mac/fast/block/positioning/025-expected.txt: Added. * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added. * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. 2012-09-14 Adam Barth Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=96577 Reviewed by Ojan Vafai. Update tests to rely only upon the unprefixed API. * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js: (wrapSend): (wrapFailSend): * fast/dom/Window/post-message-crash.html: * fast/dom/Window/window-postmessage-args-expected.txt: * fast/dom/Window/window-postmessage-args.html: * fast/events/message-port.html: * fast/events/resources/message-port-multi.js: * fast/workers/resources/worker-call.js: * fast/workers/worker-call-expected.txt: 2012-09-14 Simon Fraser REGRESSION: transition doesn’t always override transition-property https://bugs.webkit.org/show_bug.cgi?id=96658 Reviewed by Dean Jackson. Test with longhand transition-property rule, followed by shorthand with missing property value. This test should pass, and not assert. * transitions/longhand-vs-shorthand-initial-expected.txt: Added. * transitions/longhand-vs-shorthand-initial.html: Added. 2012-09-14 Tom Sepez ImageLoader can't be cleared when video element poster attribute removed. https://bugs.webkit.org/show_bug.cgi?id=96301 Reviewed by Abhishek Arya. Added test case. * fast/dom/beforeload/clear-video-poster-in-beforeload-listener-expected.txt: Added. * fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html: Added. 2012-09-14 Jeffrey Pfau Allow third-party storage blocking setting to change while a page is loaded https://bugs.webkit.org/show_bug.cgi?id=95790 Reviewed by Brady Eidson. Tested combinations of loosening and strengthening the storage blocking policy on various types of storage. * http/tests/security/resources/iframe-for-storage-blocking-changed-local-storage.html: Added. * http/tests/security/resources/iframe-for-storage-blocking-changed-shared-worker.html: Added. * http/tests/security/resources/iframe-for-storage-blocking-changed-websql.html: Added. * http/tests/security/storage-blocking-loosened-local-storage-expected.txt: Added. * http/tests/security/storage-blocking-loosened-local-storage.html: Added. * http/tests/security/storage-blocking-loosened-plugin-expected.txt: Added. * http/tests/security/storage-blocking-loosened-plugin.html: Added. * http/tests/security/storage-blocking-loosened-private-browsing-plugin-expected.txt: Added. * http/tests/security/storage-blocking-loosened-private-browsing-plugin.html: Added. * http/tests/security/storage-blocking-loosened-shared-worker-expected.txt: Added. * http/tests/security/storage-blocking-loosened-shared-worker.html: Added. * http/tests/security/storage-blocking-loosened-websql-expected.txt: Added. * http/tests/security/storage-blocking-loosened-websql.html: Added. * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt: Added. * http/tests/security/storage-blocking-strengthened-local-storage.html: Added. * http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added. * http/tests/security/storage-blocking-strengthened-plugin.html: Added. * http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added. * http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html: Added. * http/tests/security/storage-blocking-strengthened-shared-worker-expected.txt: Added. * http/tests/security/storage-blocking-strengthened-shared-worker.html: Added. * http/tests/security/storage-blocking-strengthened-websql-expected.txt: Added. * http/tests/security/storage-blocking-strengthened-websql.html: Added. * platform/chromium/TestExpectations: Skip shared worker and plugin tests. * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added. * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added. 2012-09-14 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=96688 Put position:fixed elements in their own layers and allow them to create a stacking context -and corresponding- Reviewed by Simon Fraser. A few test result differences. These first three tests actually render differently now. * platform/mac/fast/block/positioning/016-expected.png: * platform/mac/fast/block/positioning/016-expected.txt: * platform/mac/fast/block/positioning/025-expected.png: * platform/mac/fast/block/positioning/025-expected.txt: * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added. * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. These tests just have different layer trees. * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. * platform/mac/compositing/rtl: Added. * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added. * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added. 2012-09-14 Bo Liu Add in-place reload behavior to ImagesEnabled setting https://bugs.webkit.org/show_bug.cgi?id=95478 Add tests to check autoLoadImages and imagesEnabled can block images and can reload them in place when setting is set to unblock. image-permissions tests are updated to reflect that onerror will no longer be called when images are blocked. Reviewed by Adam Barth. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added. * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: 2012-09-14 Emil A Eklund https://bugs.webkit.org/show_bug.cgi?id=96226 REGRESSION (r128006): Three spatial navigation tests are failing Reviewed by Ryosuke Niwa. Remove spatial navigation tests from Skipped list. * platform/mac/Skipped: 2012-09-14 James Robinson Unreviewed, rolling out r128627. http://trac.webkit.org/changeset/128627 https://bugs.webkit.org/show_bug.cgi?id=96575 Breaks indexeddb content_browsertests in chromium * http/tests/inspector/indexeddb/database-data-expected.txt: * http/tests/inspector/indexeddb/database-structure-expected.txt: * http/tests/inspector/indexeddb/resources-panel-expected.txt: * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-null-name-expected.txt: * storage/indexeddb/cursor-added-bug-expected.txt: * storage/indexeddb/cursor-advance-expected.txt: * storage/indexeddb/cursor-continue-dir-expected.txt: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-continue-validity-expected.txt: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-inconsistency-expected.txt: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-key-order-expected.txt: * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: * storage/indexeddb/cursor-primary-key-order-expected.txt: * storage/indexeddb/cursor-reverse-bug-expected.txt: * storage/indexeddb/cursor-skip-deleted-expected.txt: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/cursor-update-value-argument-required-expected.txt: * storage/indexeddb/cursor-value-expected.txt: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-close-expected.txt: * storage/indexeddb/database-closepending-flag-expected.txt: * storage/indexeddb/database-deletepending-flag-expected.txt: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/delete-range-expected.txt: * storage/indexeddb/deleteIndex-expected.txt: * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: * storage/indexeddb/deleteObjectStore-null-name-expected.txt: * storage/indexeddb/deleted-objects-expected.txt: * storage/indexeddb/deletedatabase-transaction-expected.txt: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/error-causes-abort-by-default-expected.txt: * storage/indexeddb/exception-in-event-aborts-expected.txt: * storage/indexeddb/exceptions-expected.txt: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/get-keyrange-expected.txt: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics-workers-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-cursor-expected.txt: * storage/indexeddb/index-duplicate-keypaths-expected.txt: * storage/indexeddb/index-get-key-argument-required-expected.txt: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-population-expected.txt: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/intversion-and-setversion-expected.txt: * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: * storage/indexeddb/intversion-long-queue-expected.txt: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-sort-order-across-types-expected.txt: * storage/indexeddb/key-sort-order-date-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-infinity-expected.txt: * storage/indexeddb/keypath-arrays-expected.txt: * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keypath-fetch-key-expected.txt: * storage/indexeddb/keypath-intrinsic-properties-expected.txt: * storage/indexeddb/lazy-index-population-expected.txt: * storage/indexeddb/legacy-constants-expected.txt: * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/metadata-expected.txt: * storage/indexeddb/mozilla/add-twice-failure-expected.txt: * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: * storage/indexeddb/mozilla/bad-keypath-expected.txt: * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/delete-result-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/object-cursors-expected.txt: * storage/indexeddb/mozilla/object-identity-expected.txt: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/objectstorenames-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/put-get-values-expected.txt: * storage/indexeddb/mozilla/readonly-transactions-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/remove-index-expected.txt: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/mozilla/versionchange-expected.txt: * storage/indexeddb/mutating-cursor-expected.txt: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/objectStore-required-arguments-expected.txt: * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/objectstore-clear-expected.txt: * storage/indexeddb/objectstore-count-expected.txt: * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/opencursor-key-expected.txt: * storage/indexeddb/pending-activity-expected.txt: * storage/indexeddb/pending-activity-workers-expected.txt: * storage/indexeddb/pending-version-change-on-exit-expected.txt: * storage/indexeddb/persistence-expected.txt: * storage/indexeddb/prefetch-bugfix-108071-expected.txt: * storage/indexeddb/queued-commands-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/request-continue-abort-expected.txt: * storage/indexeddb/request-event-propagation-expected.txt: * storage/indexeddb/setVersion-null-expected.txt: * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/set_version_queue-expected.txt: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/three-setversion-calls-expected.txt: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-active-flag-expected.txt: * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: * storage/indexeddb/transaction-complete-workers-expected.txt: * storage/indexeddb/transaction-crash-on-abort-expected.txt: * storage/indexeddb/transaction-error-expected.txt: * storage/indexeddb/transaction-event-propagation-expected.txt: * storage/indexeddb/transaction-read-only-expected.txt: * storage/indexeddb/transaction-rollback-expected.txt: * storage/indexeddb/transaction-storeNames-required-expected.txt: * storage/indexeddb/tutorial-expected.txt: * storage/indexeddb/two-version-changes-expected.txt: * storage/indexeddb/value-undefined-expected.txt: * storage/indexeddb/values-odd-types-expected.txt: * storage/indexeddb/version-change-abort-expected.txt: * storage/indexeddb/version-change-exclusive-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: 2012-09-14 Ojan Vafai Comment out bug URL. This fixes a lint warning. * platform/qt/Skipped: 2012-09-14 Ojan Vafai Update all the MISSING lines in chromium's TestExpectations. If the test always passed, removed the line. In some cases, they just needed obvious rebaselines. In others, they haven't reported MISSING in the past 500 runs on the bots, so removed that expectation. * platform/chromium-linux-x86/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added. * platform/chromium-linux-x86/fast/overflow/paged-x-with-column-gap-expected.txt: Added. * platform/chromium-linux/css3/masking/clip-path-circle-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-polygon-evenodd-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-polygon-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-polygon-nonzero-expected.png: Added. * platform/chromium-linux/css3/masking/clip-path-rectangle-expected.png: Added. * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.png: Added. * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added. * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.png: Added. * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.txt: Added. * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added. * platform/chromium-mac-snowleopard/fast/frames/iframe-scaling-with-scroll-expected.png: Added. * platform/chromium-mac-snowleopard/fast/overflow/paged-x-div-with-column-gap-expected.png: Added. * platform/chromium-mac-snowleopard/fast/overflow/paged-x-with-column-gap-expected.png: Added. * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-circle-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png: Added. * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png: Added. * platform/chromium-mac/fast/frames/iframe-scaling-with-scroll-expected.png: Added. * platform/chromium-mac/fast/overflow/paged-x-div-with-column-gap-expected.png: Added. * platform/chromium-mac/fast/overflow/paged-x-with-column-gap-expected.png: Added. * platform/chromium-win-xp/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added. * platform/chromium-win-xp/fast/overflow/paged-x-with-column-gap-expected.txt: Added. * platform/chromium-win/css3/masking/clip-path-circle-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-polygon-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png: Added. * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png: Added. * platform/chromium-win/fast/frames/iframe-scaling-with-scroll-expected.png: Added. * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.png: Added. * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added. * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.png: Added. * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.txt: Added. * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added. * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added. * platform/chromium/TestExpectations: * platform/chromium/perf/nested-combined-selectors-expected.txt: Added. 2012-09-14 Ojan Vafai Complete forgotten rebaseline. See https://bugs.webkit.org/show_bug.cgi?id=96751. The results all look like they pass. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt. * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt. 2012-09-14 Ojan Vafai Complete some forgotten rebaselines. See https://bugs.webkit.org/show_bug.cgi?id=94916. All the differences were anti-aliasing/form-controls. * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added. * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added. * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed. * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added. * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added. * platform/chromium/TestExpectations: 2012-09-14 David Grogan IndexedDB: Print console warning about setVersion https://bugs.webkit.org/show_bug.cgi?id=96575 Reviewed by Tony Chang. * http/tests/inspector/indexeddb/database-data-expected.txt: * http/tests/inspector/indexeddb/database-structure-expected.txt: * http/tests/inspector/indexeddb/resources-panel-expected.txt: * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-null-name-expected.txt: * storage/indexeddb/cursor-added-bug-expected.txt: * storage/indexeddb/cursor-advance-expected.txt: * storage/indexeddb/cursor-continue-dir-expected.txt: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-continue-validity-expected.txt: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-inconsistency-expected.txt: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-key-order-expected.txt: * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: * storage/indexeddb/cursor-primary-key-order-expected.txt: * storage/indexeddb/cursor-reverse-bug-expected.txt: * storage/indexeddb/cursor-skip-deleted-expected.txt: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/cursor-update-value-argument-required-expected.txt: * storage/indexeddb/cursor-value-expected.txt: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-close-expected.txt: * storage/indexeddb/database-closepending-flag-expected.txt: * storage/indexeddb/database-deletepending-flag-expected.txt: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/delete-range-expected.txt: * storage/indexeddb/deleteIndex-expected.txt: * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: * storage/indexeddb/deleteObjectStore-null-name-expected.txt: * storage/indexeddb/deleted-objects-expected.txt: * storage/indexeddb/deletedatabase-transaction-expected.txt: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/error-causes-abort-by-default-expected.txt: * storage/indexeddb/exception-in-event-aborts-expected.txt: * storage/indexeddb/exceptions-expected.txt: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/get-keyrange-expected.txt: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics-workers-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-cursor-expected.txt: * storage/indexeddb/index-duplicate-keypaths-expected.txt: * storage/indexeddb/index-get-key-argument-required-expected.txt: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-population-expected.txt: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/intversion-and-setversion-expected.txt: * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: * storage/indexeddb/intversion-long-queue-expected.txt: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-sort-order-across-types-expected.txt: * storage/indexeddb/key-sort-order-date-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-infinity-expected.txt: * storage/indexeddb/keypath-arrays-expected.txt: * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keypath-fetch-key-expected.txt: * storage/indexeddb/keypath-intrinsic-properties-expected.txt: * storage/indexeddb/lazy-index-population-expected.txt: * storage/indexeddb/legacy-constants-expected.txt: * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/metadata-expected.txt: * storage/indexeddb/mozilla/add-twice-failure-expected.txt: * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: * storage/indexeddb/mozilla/bad-keypath-expected.txt: * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/delete-result-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/object-cursors-expected.txt: * storage/indexeddb/mozilla/object-identity-expected.txt: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/objectstorenames-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/put-get-values-expected.txt: * storage/indexeddb/mozilla/readonly-transactions-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/remove-index-expected.txt: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/mozilla/versionchange-expected.txt: * storage/indexeddb/mutating-cursor-expected.txt: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/objectStore-required-arguments-expected.txt: * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/objectstore-clear-expected.txt: * storage/indexeddb/objectstore-count-expected.txt: * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/opencursor-key-expected.txt: * storage/indexeddb/pending-activity-expected.txt: * storage/indexeddb/pending-activity-workers-expected.txt: * storage/indexeddb/pending-version-change-on-exit-expected.txt: * storage/indexeddb/persistence-expected.txt: * storage/indexeddb/prefetch-bugfix-108071-expected.txt: * storage/indexeddb/queued-commands-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/request-continue-abort-expected.txt: * storage/indexeddb/request-event-propagation-expected.txt: * storage/indexeddb/setVersion-null-expected.txt: * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/set_version_queue-expected.txt: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/three-setversion-calls-expected.txt: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-active-flag-expected.txt: * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: * storage/indexeddb/transaction-complete-workers-expected.txt: * storage/indexeddb/transaction-crash-on-abort-expected.txt: * storage/indexeddb/transaction-error-expected.txt: * storage/indexeddb/transaction-event-propagation-expected.txt: * storage/indexeddb/transaction-read-only-expected.txt: * storage/indexeddb/transaction-rollback-expected.txt: * storage/indexeddb/transaction-storeNames-required-expected.txt: * storage/indexeddb/tutorial-expected.txt: * storage/indexeddb/two-version-changes-expected.txt: * storage/indexeddb/value-undefined-expected.txt: * storage/indexeddb/values-odd-types-expected.txt: * storage/indexeddb/version-change-abort-expected.txt: * storage/indexeddb/version-change-exclusive-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: 2012-09-14 Michelangelo De Simone Use arrays in shaders https://bugs.webkit.org/show_bug.cgi?id=95223 Reviewed by Dean Jackson. New tests have been added for checking the correctness of array() within shaders. * css3/filters/custom/custom-filter-array-expected.html: Added. * css3/filters/custom/custom-filter-array.html: Added. * css3/filters/custom/custom-filter-property-computed-style-expected.txt: * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: * css3/filters/resources/fragment-color.fs: Added. * css3/filters/script-tests/custom-filter-property-computed-style.js: * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt: 2012-09-14 Christophe Dumez WebKitTestRunner needs layoutTestController.dumpDatabaseCallbacks https://bugs.webkit.org/show_bug.cgi?id=57570 Reviewed by Kenneth Rohde Christiansen. Unskip several test cases which require implementation of testRunner.dumpDatabaseCallbacks in WebKitTestRunner. * platform/wk2/Skipped: 2012-09-14 Sudarsana Nagineni [EFL] Gardening of the WK2 Debug Bot failing tests https://bugs.webkit.org/show_bug.cgi?id=96795 Unreviewed EFL gardening. * platform/efl-wk2/TestExpectations: 2012-09-14 Sergio Villar Senin [GTK] [WK2] Unreviewed gardening. Added a bunch of tests failing in the WK2 tests bot to the Skipped list with the proper links to each bug. * platform/gtk-wk2/Skipped: 2012-09-14 Rick Byers Gesture events sent to wrong node when page is scrolled https://bugs.webkit.org/show_bug.cgi?id=96788 Reviewed by Antonio Gomes. Add layout test based on gesture-events.html which tests the case when the document is scrolled (so that client co-ordinates don't equal page co-ordinates). * platform/chromium/plugins/gesture-events-scrolled-expected.txt: Added. * platform/chromium/plugins/gesture-events-scrolled.html: Added. 2012-09-14 Sudarsana Nagineni [EFL][WK2] Unskip test cases that are now passing https://bugs.webkit.org/show_bug.cgi?id=96762 Unreviewed EFL gardening, unskip now passing tests. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2012-09-14 Christophe Dumez WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads https://bugs.webkit.org/show_bug.cgi?id=42691 Reviewed by Kenneth Rohde Christiansen. Unskip fast/loader/stop-provisional-loads.html now that WebKitTestRunner implements testrunner.setStopProvisionalFrameLoads(). * platform/wk2/Skipped: 2012-09-14 Mikhail Pozdnyakov [EFL] Attempt to create a theme for 0 sized element leads to assertion hit https://bugs.webkit.org/show_bug.cgi?id=96743 Reviewed by Kenneth Rohde Christiansen. RenderThemeEfl was not supposed to be created for the elements with '0' size and had an assertion on that causing crash in debug mode. * fast/forms/range/slider-zero-size-crash-expected.txt: Added. * fast/forms/range/slider-zero-size-crash.html: Added. 2012-09-14 Sudarsana Nagineni [EFL] Gardening of failing tests https://bugs.webkit.org/show_bug.cgi?id=96646 Unreviewed EFL gardening of flaky tests on wk1. * platform/efl-wk1/TestExpectations: 2012-09-14 Sudarsana Nagineni WebKitTestRunner needs layoutTestController.setTabKeyCyclesThroughElements https://bugs.webkit.org/show_bug.cgi?id=42687 Reviewed by Kenneth Rohde Christiansen. fast/events/keypress-insert-tab.html is passing now on wk2. So, unskip in common skipped files and re-skip it on efl-wk1 until WK82864 is fixed. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/wk2/Skipped: 2012-09-14 Sudarsana Nagineni EventSendingController::keyDown does not support non-array modifier arguments https://bugs.webkit.org/show_bug.cgi?id=96727 Reviewed by Kenneth Rohde Christiansen. Unskip passing test fast/forms/legend-access-key.html * platform/efl-wk2/TestExpectations: * platform/gtk-wk2/Skipped: 2012-09-14 Vsevolod Vlasov Unreviewed skipping failing test. * http/tests/inspector/network/network-xhr-replay.html_disabled: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html. 2012-09-14 Mikhail Pozdnyakov WebKitTestRunner needs layoutTestController.setCustomPolicyDelegate https://bugs.webkit.org/show_bug.cgi?id=42546 Reviewed by Kenneth Rohde Christiansen. Unskipped corresponding test cases. Distributed those which still not passing to appropriate groups in Skipped file. * platform/wk2/Skipped: 2012-09-14 Keishi Hattori Make time input lang attribute aware for testing https://bugs.webkit.org/show_bug.cgi?id=96728 Reviewed by Kent Tamura. * fast/forms/resources/common.js: (getUserAgentShadowTextContent): Used to get the text inside an input element. * fast/forms/time-multiple-fields/time-multiple-fields-localization.html: Added. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Added. * platform/chromium/TestExpectations: 2012-09-14 Yoshifumi Inoue REGRESSION(r128575): fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html is failed on Chromium-Win https://bugs.webkit.org/show_bug.cgi?id=96754 Reviewed by Kent Tamura. The root cause of this failure is Chromium-Win port has a second field event if step=60 due by Windows platform API. This patch changes test sample to have a second field to get rid of such difference. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updates expectation. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to add "step=1" to test sample and to add a second field value to expectation. 2012-09-14 Christophe Dumez [WK2][WKTR] TestRunner is not dumping some frame load callbacks information https://bugs.webkit.org/show_bug.cgi?id=96740 Reviewed by Kenneth Rohde Christiansen. Unskip test cases which were failing due to missing frame load callbacks information dumping with WebKitTestRunner. * platform/wk2/Skipped: 2012-09-14 Vsevolod Vlasov Web Inspector: Add ability to replay XHR in network panel. https://bugs.webkit.org/show_bug.cgi?id=95187 Reviewed by Yury Semikhatsky. Added XHR replay test. * http/tests/inspector/network/network-xhr-replay-expected.txt: Added. * http/tests/inspector/network/network-xhr-replay.html: Added. 2012-09-14 Christophe Dumez [WK2] Move globalhistory tests to their correct section in Skipped list https://bugs.webkit.org/show_bug.cgi?id=96738 Unreviewed gardening. Move 2 globalhistory tests to their correct section in WK2 Skipped list. * platform/wk2/Skipped: 2012-09-14 Yoshifumi Inoue [Forms] multiple fields time input UI should save/restore its value even if it has an empty field. https://bugs.webkit.org/show_bug.cgi?id=96714 Reviewed by Kent Tamura. This patch changes time-multiple-fields-preserve-value-after-history-back.html to check partial value is saved and restored rather than resetting value. This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updated for new expectation. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to check partially populated fields of input element. 2012-09-13 Vsevolod Vlasov Web Inspector: [Tests] Extract a common method for sending XHRs from tests. https://bugs.webkit.org/show_bug.cgi?id=96662 Reviewed by Alexander Pavlov. Extracted InspectorTest.makeXHR() methods to simplify tests. * http/tests/inspector/appcache/appcache-swap-expected.txt: * http/tests/inspector/appcache/appcache-swap.html: * http/tests/inspector/console-xhr-logging-async-expected.txt: * http/tests/inspector/console-xhr-logging-async.html: * http/tests/inspector/console-xhr-logging.html: * http/tests/inspector/network-test.js: (xhrLoadedCallback): (initialize_NetworkTest.InspectorTest.makeSimpleXHR): (initialize_NetworkTest.InspectorTest.makeSimpleXHRWithPayload): (initialize_NetworkTest.InspectorTest.makeXHR.innerCallback): (initialize_NetworkTest.InspectorTest.makeXHR): (doSimpleXHR): (doSimpleXHRWithPayload): (doXHR): (makeXHR): * http/tests/inspector/network/async-xhr-json-mime-type-expected.txt: * http/tests/inspector/network/async-xhr-json-mime-type.html: * http/tests/inspector/network/network-clear-cache.html-disabled: * http/tests/inspector/network/network-clear-cookies.html-disabled: * http/tests/inspector/network/network-content-replacement-xhr-expected.txt: * http/tests/inspector/network/network-content-replacement-xhr.html: * http/tests/inspector/network/network-cyrillic-xhr-expected.txt: * http/tests/inspector/network/network-cyrillic-xhr.html: * http/tests/inspector/network/network-disable-cache-xhrs-expected.txt: * http/tests/inspector/network/network-disable-cache-xhrs.html: * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt: * http/tests/inspector/network/network-disabling-check-no-memory-leak.html: * http/tests/inspector/network/network-empty-xhr-expected.txt: * http/tests/inspector/network/network-empty-xhr.html: * http/tests/inspector/network/network-sidebar-width-expected.txt: * http/tests/inspector/network/network-sidebar-width.html: * http/tests/inspector/network/network-size-sync.html: * http/tests/inspector/network/network-xhr-async-double-expected.txt: * http/tests/inspector/network/network-xhr-async-double.html: * http/tests/inspector/network/network-xhr-async-expected.txt: * http/tests/inspector/network/network-xhr-async.html: * http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt: * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html: * http/tests/inspector/network/network-xhr-sync-expected.txt: * http/tests/inspector/network/network-xhr-sync.html: * http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt: * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html: * platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt: * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: 2012-09-13 Csaba Osztrogonác [Qt] Unreviewed gardening, remove an unnecessary expected file. * platform/qt/fast/events/keyevent-iframe-removed-crash-expected.txt: Removed. 2012-09-13 Luciano Wolf [Qt][WK2] qt-5.0-wk2 Skipped file can be updated after bug #73917 got fixed https://bugs.webkit.org/show_bug.cgi?id=96675 Reviewed by Simon Hausmann. Update Skipped list after userAgent proper support. * platform/qt-5.0-wk2/Skipped: 2012-09-13 Kent Tamura [Chromium] Test expectation update * platform/chromium/TestExpectations: Fix an error in the previous change. 2012-09-13 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96725 * platform/chromium/TestExpectations: http/tests/media/media-source/video-media-source-state-changes.html is flaky 2012-09-13 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=93589 * platform/chromium/TestExpectations: script-change-externalResourcesRequired-while-loading.svg is flaky on all platforms. 2012-09-13 Kent Tamura [Chromium] Test expectation udpate. https://bugs.webkit.org/show_bug.cgi?id=96720 * platform/chromium/TestExpectations: time-multiple-fields-preserve-value-after-history-back.html is flaky. 2012-09-13 Filip Pizlo DFG: Dead GetButterfly's shouldn't be subject to CSE https://bugs.webkit.org/show_bug.cgi?id=96707 Reviewed by Oliver Hunt. * fast/js/dfg-dead-redundant-get-array-length-expected.txt: Added. * fast/js/dfg-dead-redundant-get-array-length.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-dead-redundant-get-array-length.js: Added. (foo): 2012-09-13 Ojan Vafai Test rebaselines after http://trac.webkit.org/changeset/128517. * fast/table/height-percent-test-expected.txt: * platform/chromium-mac-snowleopard/fast/table/height-percent-test-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/core/cell_heights-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug19526-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-mac/fast/table/height-percent-test-expected.png: * platform/chromium-mac/tables/mozilla/core/cell_heights-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/chromium-win/fast/table/height-percent-test-expected.png: * platform/chromium-win/tables/mozilla/core/cell_heights-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/efl/fast/table/height-percent-test-expected.txt: Removed. * platform/gtk/TestExpectations: * platform/gtk/fast/table/height-percent-test-expected.txt: Removed. * platform/gtk/tables/mozilla/core/cell_heights-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Removed. * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/mac/TestExpectations: * platform/mac/tables/mozilla/core/cell_heights-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: * platform/qt/TestExpectations: * platform/qt/fast/table/height-percent-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt. * platform/qt/tables/mozilla/core/cell_heights-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/win-future/fast/table/height-percent-test-expected.txt: Copied from LayoutTests/fast/table/height-percent-test-expected.txt. * tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt. 2012-09-13 Ojan Vafai Rebaseline fast/css/percentage-height-auto-sized-body-quirks.html after http://trac.webkit.org/changeset/128517. The results are now consistent across platforms. * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed. * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed. * platform/mac/TestExpectations: * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed. 2012-09-13 Ojan Vafai Remove lines for fast/table/bad-replaced-sizing-preferred-logical-widths.html fixed in http://trac.webkit.org/changeset/128528. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: 2012-09-13 James Robinson Unreviewed gardening for r128516/r128517: remove the now-unnecessary cr-mac expectations for fast/writing-mode test. fix baseline for fast/table/bad-replaced-sizing-preferred-logical-widths.html * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed. 2012-09-13 Tom Sepez ASSERT(!eventDispatchForbidden()) firest when removed plugin re-inserted as part of readyStateChange. https://bugs.webkit.org/show_bug.cgi?id=93639 Reviewed by Ryosuke Niwa. Add a new testcase to cover this issue. Test passes if assert doesn't fire in debug builds. * plugins/plugin-remove-readystatechange-expected.txt: Added. * plugins/plugin-remove-readystatechange.html: Added. 2012-09-13 Ojan Vafai percentage heights in quirks mode with auto-sized body are computed incorrectly https://bugs.webkit.org/show_bug.cgi?id=96426 Reviewed by Tony Chang. * fast/css/percentage-height-auto-sized-body-quirks-expected.txt: Added. * fast/css/percentage-height-auto-sized-body-quirks.html: Added. Verified that this matches IE9, FF15 and Opera12. * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: * platform/chromium-linux/fast/table/height-percent-test-expected.png: * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-win/tables/mozilla/core/cell_heights-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/mac/fast/table/height-percent-test-expected.txt: Verified that all the changes match FF15. 2012-09-13 Ojan Vafai fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL https://bugs.webkit.org/show_bug.cgi?id=96594 Reviewed by Tony Chang. Remove the text so that this test gets metrics the same across platforms. * fast/table/bad-replaced-sizing-preferred-logical-widths.html: 2012-09-13 James Robinson Unreviewed gardening. Fix lint error in my last TestExpectations patch - whoops! * platform/chromium/TestExpectations: 2012-09-13 Adrienne Walker Hide all ancestors of the full screen element when going full screen https://bugs.webkit.org/show_bug.cgi?id=96332 Reviewed by James Robinson. This test has an all red image that (without this patch) incorrectly sorts on top of the full screen element. With this patch, the all green full screen element appears on top. * fullscreen/full-screen-fixed-pos-parent-expected.png: Added. * fullscreen/full-screen-fixed-pos-parent-expected.txt: Added. * fullscreen/full-screen-fixed-pos-parent.html: Added. * fullscreen/resources/green.html: Added. 2012-09-13 Adam Barth REGRESSION(r125126): It made fast/events/keyevent-iframe-removed-crash.html assert https://bugs.webkit.org/show_bug.cgi?id=93654 Reviewed by Eric Seidel. * fast/dom/content-document-prototype-expected.txt: Added. * fast/dom/content-document-prototype.html: Added. - Check that HTMLFrameElement.contentDocument ends up with the right prototype chain. This is a tricky case because not only the prototype chain of the property different from the holder, we never actually touch the DOMWindow in this test case so the prototype chain leads to a global object that doesn't even exist yet! * fast/events/keyevent-iframe-removed-crash.html: - Add a call to gc() so that this test will ASSERT reliabily if we cause a similar problem in the future. 2012-09-13 James Robinson Unreviewed gardening - upstream some skia_test_expectations.txt entries. * platform/chromium/TestExpectations: 2012-09-13 John Mellor Text Autosizing: Add explanations to tests. https://bugs.webkit.org/show_bug.cgi?id=96673 Reviewed by Julien Chaffraix. Replaces some of the lorem ipsum filler text in Text Autosizing tests with explanations of why the result is expected (and other minor tweaks to tests). * fast/text-autosizing/font-scale-factor-expected.html: * fast/text-autosizing/font-scale-factor.html: * fast/text-autosizing/narrow-iframe-expected.html: * fast/text-autosizing/narrow-iframe-flattened-expected.html: * fast/text-autosizing/narrow-iframe-flattened.html: * fast/text-autosizing/narrow-iframe.html: * fast/text-autosizing/nested-em-line-height-expected.html: * fast/text-autosizing/nested-em-line-height.html: * fast/text-autosizing/simple-paragraph-expected.html: * fast/text-autosizing/simple-paragraph.html: * fast/text-autosizing/span-child-expected.html: * fast/text-autosizing/span-child.html: * fast/text-autosizing/various-font-sizes-expected.html: * fast/text-autosizing/various-font-sizes.html: * fast/text-autosizing/wide-block-expected.html: * fast/text-autosizing/wide-block.html: 2012-09-13 Sudarsana Nagineni [WK2][WTR] WebKitTestRunner needs testRunner.callShouldCloseOnWebView https://bugs.webkit.org/show_bug.cgi?id=96366 Reviewed by Anders Carlsson. Unskip passing test fast/events/onbeforeunload-focused-iframe.html * platform/wk2/Skipped: 2012-09-13 Tony Chang Flexitem margins should be based on content width, not width https://bugs.webkit.org/show_bug.cgi?id=96674 Reviewed by Ojan Vafai. Add a test case where contentWidth != width. * css3/flexbox/percent-margins-expected.txt: * css3/flexbox/percent-margins.html: 2012-09-13 Joshua Bell IndexedDB: Properties of IDBKeyRange should default to undefined https://bugs.webkit.org/show_bug.cgi?id=96401 Reviewed by Adam Barth. Update test expectations. * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/resources/keyrange.js: (checkLowerBoundKeyRange): (checkUpperBoundKeyRange): 2012-09-13 Lauro Neto [Qt][WK2] fast/forms/access-key-for-all-elements.html fails https://bugs.webkit.org/show_bug.cgi?id=73917 Reviewed by Simon Hausmann. Access-key tests were failing due to hardcoded Mac OS X in the Qt WK2 user agent string. This commit moves the WK1 implementation to a shared one to be used by both versions. Unskip now passing tests. * platform/qt-5.0-wk2/Skipped: 2012-09-13 Mikhail Pozdnyakov [EFL][WK2] Gardening after r128393 https://bugs.webkit.org/show_bug.cgi?id=96640 Unreviewed gardening. Corrected expectations for the following files: fast/dom/HTMLAnchorElement/anchor-nodownload-set.html fast/dom/HTMLAnchorElement/anchor-download.html * platform/efl-wk2/TestExpectations: 2012-09-13 Ilya Tikhonovsky Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html https://bugs.webkit.org/show_bug.cgi?id=96653 * inspector/profiler/memory-instrumentation-cached-images.html: * inspector/profiler/memory-instrumentation-cached-images-expected.txt: 2012-09-13 Allan Sandfeld Jensen REGRESSION: hit test doesn't take iframe scroll position into account https://bugs.webkit.org/show_bug.cgi?id=96541 Reviewed by Antonio Gomes. Test written by Rick Byers. Test that scroll position is taken into account in hit testing. * fast/events/touch/resources/touch-inside-iframe-scrolled2.html: Added. * fast/events/touch/touch-inside-iframe-scrolled-expected.txt: Added. * fast/events/touch/touch-inside-iframe-scrolled.html: Added. 2012-09-13 Kenneth Rohde Christiansen [EFL][DRT] Implement LayoutTestController::layerTreeAsText https://bugs.webkit.org/show_bug.cgi?id=82294 Reviewed by Gyuyoung Kim. The tests are no longer failing because of missing layerTreeAsText but due to accelerated compositing not being enabled. * platform/efl/TestExpectations: 2012-09-13 Zan Dobersek Unreviewed GTK gardening. Specifying a few slow tests on the debug configuration that pass when given sufficient time to do so. Branching expectations for three spellcheck test failures, on release configuration they time out while on the debug configuration they have enough time to fail. * platform/gtk/TestExpectations: 2012-09-13 Mikhail Pozdnyakov [EFL] Gardening after r128375, r128431 https://bugs.webkit.org/show_bug.cgi?id=96630 Unreviewed gardening. * platform/efl/TestExpectations: Unskip fast/overflow/overflow-height-float-not-removed-crash.html. * platform/efl/fast/table/height-percent-test-vertical-expected.png: Rebase. * platform/efl/fast/table/height-percent-test-vertical-expected.txt: Ditto. * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. Rebase. 2012-09-13 Kristóf Kosztyó [Qt][WK2] New fast/forms/number/number-spinbutton-click-in-iframe.html fails https://bugs.webkit.org/show_bug.cgi?id=96634 Unreviewed gardening. * platform/qt-5.0-wk2/Skipped: skip the failing test. 2012-09-13 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Unskip a now passing test, and add a missing URL. * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Updated. 2012-09-13 Ádám Kallai [Qt] Unreviewed gardening. Rebaseline after 128433. It hasn't been updated correctly in the previous revision. * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: 2012-09-13 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96628 * platform/chromium/TestExpectations: calculate-order.html is flaky on Lion. 2012-09-13 Kent Tamura [Chromium] Test expectation update * platform/chromium/TestExpectations: sandboxed-iframe-navigation-parent.html is slow on Lion too. 2012-09-13 Michał Pakuła vel Rutka [EFL][Qt][WK2] Implement shared undo controller for EFL and Qt port. https://bugs.webkit.org/show_bug.cgi?id=92504 Reviewed by Kenneth Rohde Christiansen. Unskip the editing/undo category now that the tests are passing. Also add missing expected results. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/Skipped: * platform/efl/editing/undo/4063751-expected.txt: Added. * platform/efl/editing/undo/5378473-expected.txt: Added. * platform/efl/editing/undo/redo-typing-001-expected.txt: Added. * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt: Added. * platform/efl/editing/undo/undo-combined-delete-expected.txt: Added. * platform/efl/editing/undo/undo-delete-boundary-expected.txt: Added. * platform/efl/editing/undo/undo-delete-expected.txt: Added. * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt: Added. * platform/efl/editing/undo/undo-forward-delete-expected.txt: Added. * platform/efl/editing/undo/undo-misspellings-expected.txt: Added. * platform/efl/editing/undo/undo-typing-001-expected.txt: Added. 2012-09-13 Yoshifumi Inoue [Tests] We should have tests for preserving/resetting values of input type "time" after browser navigation https://bugs.webkit.org/show_bug.cgi?id=96595 Reviewed by Kent Tamura. This patch adds two tests for preserving/resetting values input type "time" with multiple fields input UI after page reload, backward and forward browser navigation. This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Added for checking value is preserved after history backward and forward navigation. * fast/forms/time-multiple-fields/time-multiple-fields-reset-value-after-reload-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-reset-preserve-value-after-reload.html: Added for checking values are resetted after page reload. 2012-09-13 Ádám Kallai [Qt] Unreviewed gardening. Skip a failing test. Added platform specific expectations after r128375. * platform/qt/Skipped: After r128400. * platform/qt/fast/table/height-percent-test-vertical-expected.txt: Added r128375. * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added r128375.. 2012-09-13 Mikhail Pozdnyakov [EFL] Gardening after r128270, r128400, r128389, r128393, r128274 https://bugs.webkit.org/show_bug.cgi?id=96613 Unreviewed gardening. Adding failing test to TestExpectations. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: 2012-09-13 Yoshifumi Inoue [Tests] We should have test for clicking spin button in iframe. https://bugs.webkit.org/show_bug.cgi?id=96612 Reviewed by Kent Tamura. This patch adds two tests for clicking spin button in iframe for input type "number" and input type "time" with multiple fields UI. These tests are added for catching regression caused by r127876. * fast/forms/number/number-spinbutton-click-in-iframe-expected.txt: Added. * fast/forms/number/number-spinbutton-click-in-iframe.html: Added. * fast/forms/resources/common-spinbutton-click-in-iframe.js: Added. (getSpinButton): Extracts spin button in shadow DOM tree. (mouseClick): Simulates mouse click. (mouseMoveTo): Simulates mouse pointer move. (runIFrameLoaded): Checking spin button clicked. (testClickSpinButtonInIFrame): Creates and populates iframe. * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html: Added. 2012-09-13 Zan Dobersek Unreviewed GTK gardening. Rebaselining two tests after r128375. * platform/gtk/TestExpectations: * platform/gtk/fast/table/height-percent-test-vertical-expected.png: Added. * platform/gtk/fast/table/height-percent-test-vertical-expected.txt: * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. 2012-09-13 Zan Dobersek Unreviewed GTK gardening. Removing expectation for fast/canvas/canvas-css-crazy.html, the test was fixed in r128411. Marking fast/events/popup-blocking-timers.html as slow and adding a timeout expectation for touchadjustment/iframe-boundary.html. * platform/gtk/TestExpectations: 2012-09-13 Raul Hudea [CSSRegions][CSSOM] Implement Element.getRegionFlowRanges https://bugs.webkit.org/show_bug.cgi?id=78493 Reviewed by David Hyatt. Add tests for getRegionFlowRanges call. * fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added. * fast/regions/get-region-flow-ranges-absolute-pos.html: Added. * fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added. * fast/regions/get-region-flow-ranges-content-nodes.html: Added. * fast/regions/get-region-flow-ranges-display-none-expected.txt: Added. * fast/regions/get-region-flow-ranges-display-none.html: Added. * fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added. * fast/regions/get-region-flow-ranges-empty-regions.html: Added. * fast/regions/get-region-flow-ranges-expected.txt: Added. * fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added. * fast/regions/get-region-flow-ranges-fixed-pos.html: Added. * fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added. * fast/regions/get-region-flow-ranges-horiz-bt.html: Added. * fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added. * fast/regions/get-region-flow-ranges-inline-only.html: Added. * fast/regions/get-region-flow-ranges-text-expected.txt: Added. * fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added. * fast/regions/get-region-flow-ranges-text-vert-lr.html: Added. * fast/regions/get-region-flow-ranges-text.html: Added. * fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added. * fast/regions/get-region-flow-ranges-vert-lr.html: Added. * fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added. * fast/regions/get-region-flow-ranges-vert-rl.html: Added. * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added. * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr.html: Added. * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added. * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr.html: Added. * fast/regions/get-region-flow-ranges.html: Added. * fast/regions/resources/helper.js: (getName): (getRangeAt): (compareArrays): 2012-09-13 Zan Dobersek [GTK][NRWT] Lower timeout value to 6 seconds (12 for debug configuration) https://bugs.webkit.org/show_bug.cgi?id=96506 Reviewed by Dirk Pranke. Create a new section for slow tests. Tests listed here pass (or at least work as expected or reliably) but require more than 6 or 12 seconds to run. More tests are added into the timeout section. These are primarily tests that used to take half a minute to run just to be interrupted by the watchdog in DumpRenderTree and were then reported as text mismatch failures. Now they will be timing out which is (arguably) a more proper way for them to fail. * platform/gtk/TestExpectations: 2012-09-13 Stephanie Lewis fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL. https://bugs.webkit.org/show_bug.cgi?id=96594. Unreviewed. Update TestExpectations. * platform/mac/TestExpectations: 2012-09-12 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96308 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Rebaseline for http://trac.webkit.org/changeset/128375. 2012-09-12 Zan Dobersek Unreviewed GTK gardening. Removing crash expectations for accessibility tests that were added in r128342. The offending commit was reverted in r128353. Adding text mismatch expectations for two tests that probably require rebaselining, failing since r128375. Adding failure expectations for other regressions: - fast/canvas/canvas-css-crazy.html after r128374 - fast/table/bad-replaced-sizing-preferred-logical-widths.html after r128389 - fast/js/primitive-property-access-edge-cases.html after r128400 * platform/gtk/TestExpectations: 2012-09-12 Alexander Pavlov Web Inspector: [Styles] Styles not updated when there is a heavy stream of DOM updates https://bugs.webkit.org/show_bug.cgi?id=96482 Reviewed by Vsevolod Vlasov. * inspector/styles/force-pseudo-state.html: * inspector/styles/force-pseudo-state-expected.txt: 2012-09-12 Stephanie Lewis css3/filters/custom/filter-fallback-to-software.html fails. https://bugs.webkit.org/show_bug.cgi?id=94372. Unreviewed. Update TestExpectations. * platform/mac-wk2/TestExpectations: 2012-09-12 Yoshifumi Inoue New time input needs accessibility https://bugs.webkit.org/show_bug.cgi?id=96032 Reviewed by Chris Fleizach. This patch adds two tests for checking accessibility functionalities in multiple fields time input UI. This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS. * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html: Added to check ARIA attributes used in multiple fields time input UI. * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html: Added to check accessibility notification supports in multiple fields time input UI. 2012-09-12 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96308 * platform/chromium-win/fast/table/height-percent-test-vertical-expected.png: Rebaseline for http://trac.webkit.org/changeset/128375. 2012-09-12 Filip Pizlo JSC should have property butterflies https://bugs.webkit.org/show_bug.cgi?id=91933 Reviewed by Geoffrey Garen. Modify the JSON test to indicate that iterating over properties now returns indexed properties first. This is a behavior change that makes us more compliant with other implementations. Also check in new expected file for the edge cases of indexed property access with prototype accessors. This changeset introduces a known regression in that department, which is tracked here: https://bugs.webkit.org/show_bug.cgi?id=96596 * fast/js/resources/JSON-stringify.js: * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Added. 2012-09-12 Kent Tamura [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96594 * platform/chromium/TestExpectations: fast/table/bad-replaced-sizing-preferred-logical-widths.html fails on Mac. 2012-09-12 David Grogan Fix indexeddb/basics-shared-workers-expected.txt https://bugs.webkit.org/show_bug.cgi?id=96591 Reviewed by Kent Tamura. Needed to pass IndexedDBLayoutTest.BasicTests in content_browsertests after 128370. * storage/indexeddb/basics-shared-workers-expected.txt: 2012-09-12 Stephanie Lewis fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html fails on Mac. https://bugs.webkit.org/show_bug.cgi?id=96583 Unreviewed. Update TestExpectations * platform/mac/TestExpectations: 2012-09-12 Kangil Han [WK2][WTR] Set waitUntilDone watchdog timer value equal to WK1. https://bugs.webkit.org/show_bug.cgi?id=81606 Reviewed by Tim Horton. Unskip jQuery tests which will now consistently pass due to the increased waitUntilDone timeout. * platform/wk2/Skipped: 2012-09-12 KyungTae Kim [EFL] Support download attribute feature https://bugs.webkit.org/show_bug.cgi?id=96462 Reviewed by Gyuyoung Kim. * platform/efl/Skipped: Unskip test cases related to download attributes. * platform/efl-wk2/TestExpectations: Add test cases related to download attributes because they are still failed for WK2 2012-09-12 Stephanie Lewis css3/filters/custom/filter-fallback-to-software.html fails on Debug WK2. https://bugs.webkit.org/show_bug.cgi?id=94372. Unreviewed. * platform/mac-wk2/TestExpectations: 2012-09-12 Julien Chaffraix REGRESSION(r122501): replaced elements with percent width are wrongly size when inserted inside an auto-table layout https://bugs.webkit.org/show_bug.cgi?id=95892 Reviewed by Ojan Vafai. * fast/replaced/vertical-writing-mode-max-logical-width-replaced-expected.txt: Added. * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html: Added. * fast/table/bad-replaced-sizing-preferred-logical-widths-expected.txt: Added. * fast/table/bad-replaced-sizing-preferred-logical-widths.html: Added. * fast/table/resources/iframe.html: Added. 2012-09-12 Brady Eidson Assert in NetscapePlugin::destroy() with async plugin init and https://bugs.webkit.org/show_bug.cgi?id=96576 Reviewed by Anders Carlsson. * platform/mac-wk2/plugins/destroy-during-async-npp-new-expected.txt: Added. * platform/mac-wk2/plugins/destroy-during-async-npp-new.html: Added. 2012-09-12 James Robinson Rebaseline chromium-mac pixel results for 128375 * platform/chromium-mac-snowleopard/fast/table/height-percent-test-vertical-expected.png: * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. 2012-09-12 Tony Chang flex item sized incorrectly in a column flexbox with height set via top/bottom https://bugs.webkit.org/show_bug.cgi?id=94855 Reviewed by Ojan Vafai. Test where the height of a column flexbox is set via top and bottom. * css3/flexbox/columns-height-set-via-top-bottom-expected.txt: Added. * css3/flexbox/columns-height-set-via-top-bottom.html: Added. 2012-09-12 Alexandru Chiculita [CSS Shaders] Implement transform parameter animations for CSS Custom Filters https://bugs.webkit.org/show_bug.cgi?id=94980 Reviewed by Dean Jackson. Based on patch from Joshua Netterfield . Added test transform animations in css3/filters/custom/custom-filter-transform-animation.html. * animations/resources/animation-test-helpers.js: (customFilterParameterMatch): Extracted the parameter matching from filterParametersMatch and added function parameters matching. This should work for all functions that have number parameters, ie. arrays, mat4 functions. (filterParametersMatch): * css3/filters/custom/custom-filter-transforms-animation-expected.txt: Added. * css3/filters/custom/custom-filter-transforms-animation.html: Added. * css3/filters/resources/custom-filter-parser.js: Fixed function parsing. (TokenStream.prototype.skip): 2012-09-12 Chris Fleizach AX: svg:image not accessible https://bugs.webkit.org/show_bug.cgi?id=96341 Reviewed by Adele Peterson. * accessibility/svg-image.html: Added. * platform/mac/accessibility/svg-image-expected.txt: Added. 2012-09-12 Ojan Vafai percentage widths rendered wrong in vertical writing mode with orthogonal parent https://bugs.webkit.org/show_bug.cgi?id=96308 Reviewed by Tony Chang. * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt: Added. * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html: Added. * fast/writing-mode/percentage-height-orthogonal-writing-modes.html: Added. 2012-09-12 Adam Barth [v8] document.getCSSCanvasContext doesn't need to be custom https://bugs.webkit.org/show_bug.cgi?id=96560 Reviewed by Eric Seidel. Test that document.getCSSCanvasContext returns null for a bogus canvas type. * fast/canvas/canvas-css-crazy-expected.txt: Added. * fast/canvas/canvas-css-crazy.html: Added. 2012-09-12 Joshua Bell IndexedDB: The |source| property of IDBFactory.open() request should be null https://bugs.webkit.org/show_bug.cgi?id=96551 Reviewed by Tony Chang. Already tested for in several places, so just update expectations/assertions. * storage/indexeddb/basics-expected.txt: * storage/indexeddb/basics-workers-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/resources/event-source.js: Updated assertion. (openSuccess): * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/resources/basics.js: Updated assertion. (test): (openCallback): 2012-09-12 Sheriff Bot Unreviewed, rolling out r128353. http://trac.webkit.org/changeset/128353 https://bugs.webkit.org/show_bug.cgi?id=96565 Re-land change that broke tests on Chromium. Tests are now disabled, will rebaseline after this rolls. (Requested by dmazzoni on #webkit). * accessibility/canvas-fallback-content-2-expected.txt: Added. * accessibility/canvas-fallback-content-2.html: Added. 2012-09-12 Ojan Vafai Update some stale expectations. * platform/chromium/TestExpectations: Update to match what the bots are actually seeing. * platform/gtk/TestExpectations: Remove tests that no longer exist. 2012-09-12 Stephanie Lewis fast/events/dispatch-message-string-data.html fails on mac wk2 https://bugs.webkit.org/show_bug.cgi?id=96552 Unreviewed. Add to TestExpectations. * platform/mac-wk2/TestExpectations: 2012-09-12 Levi Weintraub More unreviewed gardening after r128346. * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png: 2012-09-12 Eric Seidel Sync html5lib tests with latest sources (and sort the tests alphabetically in runner.html) https://bugs.webkit.org/show_bug.cgi?id=96544 Reviewed by Adam Barth. * html5lib/resources/adoption01.dat: * html5lib/resources/domjs-unsafe.dat: Added. * html5lib/resources/scripted/ark.dat: Added. * html5lib/runner.html: 2012-09-12 Adam Klein Widen CRASH expectations for fast/replaced/border-radius-clip.html Unreviewed gardening. * platform/chromium/TestExpectations: 2012-09-12 Levi Weintraub Unreviewed gardening. Updated test expectations following r128346. * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: 2012-09-12 Adam Klein Unreviewed gardening. Mark seek-to-end-after-duration-change.html as flaky. * platform/chromium/TestExpectations: 2012-09-12 Adam Klein Unreviewed gardening. Mark some new hidpi tests as failing after r128348. * platform/chromium/TestExpectations: 2012-09-12 Sheriff Bot Unreviewed, rolling out r128318 and r128332. http://trac.webkit.org/changeset/128318 http://trac.webkit.org/changeset/128332 https://bugs.webkit.org/show_bug.cgi?id=96547 Caused accessibility test failures on snow leopard (Requested by jamesr_ on #webkit). * accessibility/canvas-fallback-content-2-expected.txt: Removed. * accessibility/canvas-fallback-content-2.html: Removed. 2012-09-12 Alex Sakhartchouk [chromium] Add a virtual test suite for fast/hidpi https://bugs.webkit.org/show_bug.cgi?id=90192 Reviewed by Dirk Pranke. Making sure the new virtual tests have matching expectations to non-gpu ones * platform/chromium/TestExpectations: * platform/chromium/virtual/gpu/fast/hidpi/README.txt: Added. 2012-09-12 Sami Kyostila Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING https://bugs.webkit.org/show_bug.cgi?id=96251 Reviewed by Simon Fraser. Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe the feature it controls. * platform/chromium/TestExpectations: 2012-09-12 Levi Weintraub Inline repainting can be off-by-one with sub-pixel enabled https://bugs.webkit.org/show_bug.cgi?id=95882 Reviewed by Eric Seidel. Test that we properly repaint selection gaps inside tables with sub-pixel offsets. * fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added. * fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html: Added. * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added. * platform/chromium/TestExpectations: * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-09-12 Zan Dobersek Unreviewed GTK gardening. Adding crash or other failure expectations for plenty of accessibility tests as required after r128318. * platform/gtk/TestExpectations: 2012-09-12 Christophe Dumez [WK2][WKTR] TestRunner needs to implement originsWithApplicationCache https://bugs.webkit.org/show_bug.cgi?id=96496 Reviewed by Kenneth Rohde Christiansen. Unskip http/tests/appcache/origins-with-appcache.html now that WebKitTestRunner implements originsWithApplicationCache. * platform/wk2/Skipped: 2012-09-12 Bear Travis [CSS Exclusions] Test incremental layout https://bugs.webkit.org/show_bug.cgi?id=91879 Reviewed by Julien Chaffraix. Adding tests to make sure that text and shape can be set dynamically, and that content will still layout while respecting shape-inside. * fast/exclusions/shape-inside/shape-inside-dynamic-shape-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-dynamic-shape.html: Added. * fast/exclusions/shape-inside/shape-inside-dynamic-text-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-dynamic-text.html: Added. 2012-09-12 Max Vujovic [CSS Shaders] Remove direct texture access via u_texture https://bugs.webkit.org/show_bug.cgi?id=93871 Reviewed by Dean Jackson. Add tests to verify that the "u_texture" sampler is no longer accessible to author shader code because it was removed. These tests also verify that shaders with unbound samplers do not execute. Add tests to verify that the internal "css_u_texture" sampler is not accessible to author shader code. These tests check that this is true whether or not the author is using the CSS mix function and whether or not the author attempts to define css_u_texture is his or her shader. * css3/filters/custom/custom-filter-no-element-texture-access-expected.html: Added. * css3/filters/custom/custom-filter-no-element-texture-access.html: Added. * css3/filters/resources/sample-defined-css-u-texture-mix.fs: Added. * css3/filters/resources/sample-defined-css-u-texture.fs: Added. * css3/filters/resources/sample-u-texture-mix.fs: Added. * css3/filters/resources/sample-u-texture.fs: Added. * css3/filters/resources/sample-undefined-css-u-texture-mix.fs: Added. * css3/filters/resources/sample-undefined-css-u-texture.fs: Added. 2012-09-12 Christophe Dumez [WK2][WKTR] TestRunner needs to implement dumpApplicationCacheDelegateCallbacks https://bugs.webkit.org/show_bug.cgi?id=96374 Reviewed by Kenneth Rohde Christiansen. Unskip test cases that are passing now that WebKitTestRunner implements dumpApplicationCacheDelegateCallbacks and disallowIncreaseForApplicationCacheQuota. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/wk2/Skipped: 2012-09-12 Andrei Onea [CSSRegions]Use RefPtr's instead of weak references on DOMNamedFlowCollection https://bugs.webkit.org/show_bug.cgi?id=95311 Reviewed by Andreas Kling. Added test for crash which occurs when there is a raw pointer to a NamedFlow (in a NamedFlowCollection) which has been freed. * fast/regions/webkit-named-flow-collection-crash-expected.txt: Added. * fast/regions/webkit-named-flow-collection-crash.html: Added. 2012-09-12 MORITA Hajime [Shadow DOM] Unpolished elements should reject author shadows https://bugs.webkit.org/show_bug.cgi?id=96404 Reviewed by Dimitri Glazkov. - Added setAuthorShadowDOMForAnyElementEnabled() calls to make tests works. - UPdated shadow-disable.html to capture the disabled elements. * fast/dom/shadow/shadow-disable-expected.txt: * fast/dom/shadow/shadow-disable.html: * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html: * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html: * fast/dom/shadow/shadowdom-for-media.html: * platform/chromium/TestExpectations: 2012-09-12 Dominic Mazzoni AX: Refactor most AccessibilityRenderObject code into AccessibilityNodeObject https://bugs.webkit.org/show_bug.cgi?id=96323 Reviewed by Chris Fleizach. New test that compares accessibility attributes of lots of elements inside and outside of canvas fallback content, to make sure they're the same. Designed to be cross-platform because it just asserts the attributes are the same in both contexts, rather than expecting specific values. * accessibility/canvas-fallback-content-2-expected.txt: Added. * accessibility/canvas-fallback-content-2.html: Added. 2012-09-12 John Mellor Text Autosizing: Don't autosize text in constrained height elements. https://bugs.webkit.org/show_bug.cgi?id=96143 Reviewed by Julien Chaffraix. Added tests with various kinds, orders and nestings of constrained height, overflow-y and positioned elements. * fast/text-autosizing/constrained-and-overflow-auto-ancestor-expected.html: Added. * fast/text-autosizing/constrained-and-overflow-auto-ancestor.html: Added. * fast/text-autosizing/constrained-and-overflow-hidden-ancestor-expected.html: Added. * fast/text-autosizing/constrained-and-overflow-hidden-ancestor.html: Added. * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor-expected.html: Added. * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor.html: Added. * fast/text-autosizing/constrained-and-overflow-scroll-ancestor-expected.html: Added. * fast/text-autosizing/constrained-and-overflow-scroll-ancestor.html: Added. * fast/text-autosizing/constrained-height-ancestor-expected.html: Added. * fast/text-autosizing/constrained-height-ancestor.html: Added. * fast/text-autosizing/constrained-maxheight-ancestor-expected.html: Added. * fast/text-autosizing/constrained-maxheight-ancestor.html: Added. * fast/text-autosizing/constrained-maxheight-expected.html: Added. * fast/text-autosizing/constrained-maxheight.html: Added. * fast/text-autosizing/constrained-percent-maxheight-expected.html: Added. * fast/text-autosizing/constrained-percent-maxheight.html: Added. * fast/text-autosizing/constrained-percent-of-viewport-maxheight-expected.html: Added. * fast/text-autosizing/constrained-percent-of-viewport-maxheight.html: Added. * fast/text-autosizing/constrained-then-overflow-ancestors-expected.html: Added. * fast/text-autosizing/constrained-then-overflow-ancestors.html: Added. * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: Added. * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: Added. * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html: Added. * fast/text-autosizing/constrained-then-position-absolute-ancestors.html: Added. * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html: Added. * fast/text-autosizing/constrained-then-position-fixed-ancestors.html: Added. * fast/text-autosizing/constrained-within-overflow-ancestor-expected.html: Added. * fast/text-autosizing/constrained-within-overflow-ancestor.html: Added. 2012-09-12 Adam Klein Mark new test fast/filesystem/workers/detached-frame-crash.html as flakily crashing in cr-win & cr-linux debug builds. Unreviewed gardening. * platform/chromium/TestExpectations: 2012-09-12 Zan Dobersek Unreviewed GTK gardening. Adding baseline for an accessibility test introduced in r128227. Adding a text mismatch failure expectation for fast/events/popup-blocking-timers.html that started failing after the test was refactored in r128270. * platform/gtk/TestExpectations: * platform/gtk/accessibility/img-fallsback-to-title-expected.txt: Added. 2012-09-12 Florin Malita getScreenCTM returns different values depending on zoom https://bugs.webkit.org/show_bug.cgi?id=96361 Reviewed by Dirk Schulze. * svg/zoom/page/zoom-get-screen-ctm-expected.txt: Added. * svg/zoom/page/zoom-get-screen-ctm.html: Added. 2012-09-12 Allan Sandfeld Jensen Unreviewed gardening. These tests should have been unskipped when fixed. https://bugs.webkit.org/show_bug.cgi?id=93246 * platform/qt/Skipped: 2012-09-12 Sheriff Bot Unreviewed, rolling out r128221. http://trac.webkit.org/changeset/128221 https://bugs.webkit.org/show_bug.cgi?id=96504 The rollout was incorrect. (Requested by zdobersek on #webkit). * http/tests/misc/non-utf8-header-name-expected.txt: Added. * http/tests/misc/non-utf8-header-name.php: Added. 2012-09-12 Sheriff Bot Unreviewed, rolling out r128280. http://trac.webkit.org/changeset/128280 https://bugs.webkit.org/show_bug.cgi?id=96498 it broke compilation on windows debug bot (Requested by loislo on #webkit). * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/wk2/Skipped: 2012-09-12 Andrei Poenaru Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event https://bugs.webkit.org/show_bug.cgi?id=93443 Reviewed by Alexander Pavlov. Validate "regionLayoutUpdate" event. * inspector/styles/protocol-css-regions-commands-expected.txt: * inspector/styles/protocol-css-regions-commands.html: 2012-09-12 Alexander Pavlov Web Inspector: [Elements] Sidebar panes not updated on style changes due to "class" attribute modifications https://bugs.webkit.org/show_bug.cgi?id=95722 Reviewed by Vsevolod Vlasov. * inspector/elements/edit-style-attribute.html: Renamed events on which to listen. * inspector/styles/override-screen-size.html: Drive-by: fixed race condition that was resulting in this test's failures. * inspector/styles/styles-update-from-js-expected.txt: * inspector/styles/styles-update-from-js.html: Added test cases for style updates on ancestor and sibling attributes' changes. 2012-09-12 Csaba Osztrogonác [Qt][WK2] Unreviewed gardening, skip a new failing test to paint the bot green. * platform/qt-5.0-wk2/Skipped: 2012-09-12 Christophe Dumez [WK2][WKTR] TestRunner needs to implement dumpApplicationCacheDelegateCallbacks https://bugs.webkit.org/show_bug.cgi?id=96374 Reviewed by Kenneth Rohde Christiansen. Unskip test cases that are passing now that WebKitTestRunner implements dumpApplicationCacheDelegateCallbacks and disallowIncreaseForApplicationCacheQuota. * platform/efl-wk1/TestExpectations: * platform/efl/Skipped: * platform/wk2/Skipped: 2012-09-12 Mikhail Pozdnyakov [WK2] [WTR] WebKitTestRunner needs TestRunner.workerThreadCount https://bugs.webkit.org/show_bug.cgi?id=96388 Reviewed by Kenneth Rohde Christiansen. Unskipped corresponding tests. * platform/wk2/Skipped: 2012-09-12 Jochen Eisinger [chromium] Only allow one user-gesture gated action per user action. https://bugs.webkit.org/show_bug.cgi?id=96373 Reviewed by Adam Barth. * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-expected.txt: Added. * platform/chromium/fast/events/popup-allowed-from-gesture-only-once.html: Added. 2012-09-12 Jochen Eisinger Change fast/events/popup-blocking-timers.html to generate a user action for each popup https://bugs.webkit.org/show_bug.cgi?id=96475 Reviewed by Adam Barth. The chromium port only allows one user gesture gated action per user gesture. * fast/events/popup-blocking-timers-expected.txt: * fast/events/popup-blocking-timers.html: 2012-09-11 Kent Tamura [Chromium] Test expectation update Assign new bug for fast/text/international/vertical-text-*.html * platform/chromium/TestExpectations: 2012-09-11 Taiju Tsuiki WebFrameImpl::client() needs NULL check in WebWorkerClientImpl::openFileSystem https://bugs.webkit.org/show_bug.cgi?id=96354 Reviewed by Kent Tamura. Ensure non-NULL before using WebFrameImpl::client(). * fast/filesystem/workers/detached-frame-crash-expected.txt: Added. * fast/filesystem/workers/detached-frame-crash.html: Added. * fast/filesystem/workers/resources/detached-frame-crash-frame.html: Added. * fast/filesystem/workers/resources/detached-frame-crash-worker.js: Added. 2012-09-11 Stephanie Lewis Skip spatial-navigation tests on mac-wk2 because they are all failing. https://bugs.webkit.org/show_bug.cgi?id=96438. Unreviewed. * platform/mac-wk2/TestExpectations: 2012-09-11 Adam Klein Unreviewed, rolling out r128075 https://bugs.webkit.org/show_bug.cgi?id=96435 * platform/chromium-mac/platform/chromium/media/controls-video-sizes-expected.png: Removed. * platform/chromium/TestExpectations: * platform/chromium/media/controls-audio-sizes-expected.txt: Removed. * platform/chromium/media/controls-audio-sizes.html: Removed. * platform/chromium/media/controls-video-sizes-expected.txt: Removed. * platform/chromium/media/controls-video-sizes-padding-expected.txt: Removed. * platform/chromium/media/controls-video-sizes-padding.html: Removed. * platform/chromium/media/controls-video-sizes.html: Removed. 2012-09-11 Adam Klein Unreviewed gardening. Suppress image failures for gradient-with-scaled-ancestor.html due to scrollbar diffs. * platform/chromium/TestExpectations: 2012-09-11 James Robinson Unreviewed gardening. Update some expectations to reference specific bugs. * platform/chromium/TestExpectations: 2012-09-11 Chris Fleizach AX: title attribute is not exposed as the AXDescription on AXImage when there is no other fallback content https://bugs.webkit.org/show_bug.cgi?id=96412 Reviewed by Jon Honeycutt. * accessibility/img-fallsback-to-title.html: Added. * platform/mac/accessibility/img-fallsback-to-title-expected.txt: Added. 2012-09-11 Stephen White [chromium] Mark some tests as needing a rebaseline due to SVG filters change. https://bugs.webkit.org/show_bug.cgi?id=95238 Reviewed by Dirk Schulze. * platform/chromium/TestExpectations: 2012-09-11 Kevin Ellis Crash on a long press gesture when touch adjustment is enabled. https://bugs.webkit.org/show_bug.cgi?id=96313 Reviewed by Antonio Gomes. Add test to ensure that a long-press on a shadow DOM element does not trigger a crash when determining if an element provides a context menu. * touchadjustment/context-menu-shadow-node-expected.txt: Added. * touchadjustment/context-menu-shadow-node.html: Added. 2012-09-11 Zan Dobersek Unreviewed, manually rolling out r128175. The patch is causing crashes in debug builds. http://trac.webkit.org/changeset/128175 https://bugs.webkit.org/show_bug.cgi?id=96284 * http/tests/misc/non-utf8-header-name-expected.txt: Removed. * http/tests/misc/non-utf8-header-name.php: Removed. 2012-09-11 Adam Klein Unreviewed chromium gardening. Remove bogus rebaseline added in r128105, and remove "flaky" expectation (since tests seems non-flaky). * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed. * platform/chromium/TestExpectations: 2012-09-11 Adam Klein Unreviewed chromium gardening. Mark compositing/overflow/overflow-scaled-descendant-overflapping as failing on cr-mac after r127789 and remove bad rebaselines. * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed. * platform/chromium-mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed. * platform/chromium/TestExpectations: 2012-09-11 Mike West Improve console error messages when 'document.domain' blocks cross-origin script access. https://bugs.webkit.org/show_bug.cgi?id=96247 Reviewed by Adam Barth. * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-protocol-expected.txt: * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: * http/tests/security/view-source-no-javascript-url-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: * platform/chromium/http/tests/security/inactive-document-with-empty-security-origin-expected.txt: * platform/chromium/http/tests/security/window-named-proto-expected.txt: Updating error message. 2012-09-11 Sergio Villar Senin [GTK] WebKitGtk+ crashes with non-UTF8 HTTP header names https://bugs.webkit.org/show_bug.cgi?id=96284 Reviewed by Gustavo Noronha Silva. Added a new test to make sure that WebKitGtk+ does not crash when a non-UTF8 character is sent as part of a HTTP header name. * http/tests/misc/non-utf8-header-name-expected.txt: Added. * http/tests/misc/non-utf8-header-name.php: Added. 2012-09-11 Csaba Osztrogonác [Qt][WK2] Unreviewed gardening, skip new failing tests to paint the bot green. * platform/qt-5.0-wk2/Skipped: 2012-09-11 Sheriff Bot Unreviewed, rolling out r128175. http://trac.webkit.org/changeset/128175 https://bugs.webkit.org/show_bug.cgi?id=96395 broke hunders of tests for EFL and GTK (Requested by rakuco on #webkit). * http/tests/misc/non-utf8-header-name-expected.txt: Removed. * http/tests/misc/non-utf8-header-name.php: Removed. 2012-09-11 Luciano Wolf [Qt] [WK2] editing/inserting/typing-tab-designmode tests are failing https://bugs.webkit.org/show_bug.cgi?id=91988 Reviewed by Kenneth Rohde Christiansen. Unskip related tests. * platform/qt-5.0-wk2/Skipped: 2012-09-11 Mikhail Pozdnyakov [WK2][WTR] WebKitTestRunner needs testRunner.setSpatialNavigationEnabled https://bugs.webkit.org/show_bug.cgi?id=96269 Reviewed by Kenneth Rohde Christiansen. Unskipped fast/spatial-navigation tests. Put those which still fail to an appropriate group. * platform/wk2/Skipped: 2012-09-11 Philippe Liard Support LayoutTests on non-rooted Android devices. https://bugs.webkit.org/show_bug.cgi?id=95346 Reviewed by Dirk Pranke. http/tests/cache/resources/subresource-test.js was assuming that the client and server clocks are the same which is no longer true since we are getting rid of host/device clock synchronization. * http/tests/cache/resources/cache-simulator.cgi: * http/tests/cache/resources/current-time.cgi: Added. * http/tests/cache/resources/subresource-test.js: (getServerDate): (nextTest): (testComplete): (runTests): 2012-09-11 Sergio Villar Senin [GTK] WebKitGtk+ crashes with non-UTF8 HTTP header names https://bugs.webkit.org/show_bug.cgi?id=96284 Reviewed by Gustavo Noronha Silva. Added a new test to make sure that WebKitGtk+ does not crash when a non-UTF8 character is sent as part of a HTTP header name. * http/tests/misc/non-utf8-header-name-expected.txt: Added. * http/tests/misc/non-utf8-header-name.php: Added. 2012-09-11 Christophe Dumez [WK2][WKTR] TestRunner needs to implement clearApplicationCacheForOrigin https://bugs.webkit.org/show_bug.cgi?id=96372 Reviewed by Kenneth Rohde Christiansen. Refresh Skipped list now that clearApplicationCacheForOrigin is implemented in TestRunner. Some tests were also marked as failing due to clearAllApplicationCaches() being missing despite the fact that it is already implemented. * platform/wk2/Skipped: 2012-09-11 Mikhail Pozdnyakov [WK2][WTR] WebKitTestRunner needs layoutTestController.setMinimumTimerInterval https://bugs.webkit.org/show_bug.cgi?id=96256 Reviewed by Kenneth Rohde Christiansen. Unskipped corresponding fast/dom/ tests. * platform/wk2/Skipped: 2012-09-11 Szilard Ledan [Qt] New fast/canvas/canvas-lineDash.html introduced in r128116 fails. https://bugs.webkit.org/show_bug.cgi?id=96360 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-09-11 Tommy Widenflycht MediaStream API: add RTCPeerConnection::onnegotiationneeded https://bugs.webkit.org/show_bug.cgi?id=96097 Reviewed by Adam Barth. * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added. * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: Added. 2012-09-11 Christophe Dumez WTR needs an implementation of applicationCacheDiskUsageForOrigin https://bugs.webkit.org/show_bug.cgi?id=87188 Reviewed by Kenneth Rohde Christiansen. Unskip test cases that require an implementation of applicationCacheDiskUsageForOrigin in WebKitTestRunner. * platform/efl/Skipped: * platform/wk2/Skipped: 2012-09-11 Mihnea Ovidenie [CSS Regions] Auto width is not working for Regions https://bugs.webkit.org/show_bug.cgi?id=74135 Reviewed by Julien Chaffraix. Add tests for width: auto and modify the existing region tests that were having width: auto so that they do not fail after the changes. * fast/regions/autowidth-abspos-expected.html: Added. * fast/regions/autowidth-abspos-regionchain-expected.html: Added. * fast/regions/autowidth-abspos-regionchain.html: Added. * fast/regions/autowidth-abspos.html: Added. * fast/regions/autowidth-attachedinvalidregion-expected.txt: Added. * fast/regions/autowidth-attachedinvalidregion.html: Added. * fast/regions/autowidth-float-expected.html: Added. * fast/regions/autowidth-float.html: Added. * fast/regions/autowidth-inlineblock-expected.html: Added. * fast/regions/autowidth-inlineblock.html: Added. * fast/regions/autowidth-nonreplaced-abspos-expected.html: Added. * fast/regions/autowidth-nonreplaced-abspos.html: Added. * fast/regions/autowidth-nonreplacedblock-normalflow-expected.html: Added. * fast/regions/autowidth-nonreplacedblock-normalflow.html: Added. * fast/regions/autowidth-normalflow-expected.html: Added. * fast/regions/autowidth-normalflow-maxwidth-expected.html: Added. * fast/regions/autowidth-normalflow-maxwidth.html: Added. * fast/regions/autowidth-normalflow-minmaxwidth-expected.html: Added. * fast/regions/autowidth-normalflow-minmaxwidth.html: Added. * fast/regions/autowidth-normalflow-minwidth-expected.html: Added. * fast/regions/autowidth-normalflow-minwidth.html: Added. * fast/regions/autowidth-normalflow-vertrl-expected.html: Added. * fast/regions/autowidth-normalflow-vertrl.html: Added. * fast/regions/autowidth-normalflow.html: Added. * fast/regions/bottom-overflow-out-of-first-region.html: * fast/regions/flows-dependency-dynamic-remove.html: * fast/regions/flows-dependency-same-flow.html: * fast/regions/render-region-renderer-expected.html: * fast/regions/top-overflow-out-of-second-region.html: 2012-09-11 Zan Dobersek Unreviewed GTK gardening. Removing crashing expectations for two editing tests after they were fixed in r128074. Rebaselining accessibility/legend.html after r128140. * platform/gtk/TestExpectations: * platform/gtk/accessibility/legend-expected.txt: 2012-09-10 Yoshifumi Inoue REGRESSION (r127226): Calling DateTimeEditElement::layout() in focus handler should not dispatch blur event https://bugs.webkit.org/show_bug.cgi?id=96232 Reviewed by Kent Tamura. This patch adds a new test for checking layout changing of multiple fields time input UI in focus handler doesn't dispatch blur event. This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS. * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur.html: Added. 2012-09-10 Joanmarie Diggs Properly expose elements to ATs https://bugs.webkit.org/show_bug.cgi?id=84137 Reviewed by Chris Fleizach. Created a new WebCore Accessibility Role, LegendRole. Used it to map to the expected platform role, ATK_ROLE_LABEL. Also established the needed AtkRelation pair, label-for/labelled-by between the legend and fieldset. * accessibility/legend.html: Modified the test to be more platform-agnostic. * platform/gtk/TestExpectations: Removed legend.html from the skipped list. * platform/gtk/accessibility/legend-expected.txt: Added. * platform/mac/accessibility/legend-expected.txt: Updated. 2012-09-10 Philip Rogers Remove unnecessary work in SMILTimeContainer::updateAnimations https://bugs.webkit.org/show_bug.cgi?id=96224 Reviewed by Nikolas Zimmermann. This change should have no functional differences but a test is being added to show that. SMILTimeContainer::updateAnimations contained a comment explaining why a animateTransform needed to be processed last but that is no longer the case (as the test shows). * svg/animations/script-tests/use-animate-transform-and-position.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/use-animate-transform-and-position-expected.txt: Added. * svg/animations/use-animate-transform-and-position.html: Added. 2012-09-10 Jer Noble Unreviewed; rolling out r128081. http://trac.webkit.org/changeset/128081 https://bugs.webkit.org/show_bug.cgi?id=96134 New test http/tests/media/video-donottrack.html fails to run on Apple test bots. * http/tests/media/resources/video-donottrack-check-donottrack.php: Removed. * http/tests/media/video-donottrack-expected.txt: Removed. * http/tests/media/video-donottrack.html: Removed. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/win/Skipped: 2012-09-10 Fady Samuel Mark gradient-with-scaled-ancestor.html as flaky * platform/chromium/TestExpectations: 2012-09-10 Jon Lee Remove stray Changelog message. 2012-09-10 Fady Samuel Unreviewed update to Chromium TestExpectations Skip fast/js/function-dot-arguments-identity.html on Chromium * platform/chromium/TestExpectations: 2012-09-10 Fady Samuel Skip video-donottrack.html on Chromium * platform/chromium/TestExpectations: 2012-09-10 Justin Novosad Implement canvas v5 line dash feature https://bugs.webkit.org/show_bug.cgi?id=82560 Reviewed by Darin Adler. New layout tests for the canvas lineDash feature. -Validate normal behavior of lineDash state change operations. -Validate behavior when attempting invalid state changes. -Validate rendering behavior. * fast/canvas/canvas-lineDash-expected.txt: Added. * fast/canvas/canvas-lineDash-invalid-expected.txt: Added. * fast/canvas/canvas-lineDash-invalid.html: Added. * fast/canvas/canvas-lineDash.html: Added. * fast/canvas/script-tests/canvas-lineDash-invalid.js: Added. (resetLineDash): (trySettingLineDash): (trySettingLineDashWithNoArgs): (trySettingLineDashOffset): * fast/canvas/script-tests/canvas-lineDash.js: Added. (dataToArray): (getPixel): (pixelShouldBe): 2012-09-10 Geoffrey Garen DFG misses arguments tear-off for function.arguments if 'arguments' is used https://bugs.webkit.org/show_bug.cgi?id=96227 Reviewed by Gavin Barraclough. New test, and updated expectations. * fast/js/script-tests/function-dot-arguments.js: * fast/js/function-dot-arguments-expected.txt: Updated for new behavior. * fast/js/dfg-tear-off-function-dot-arguments.html: * fast/js/script-tests/dfg-tear-off-function-dot-arguments.js: Added. New test for bug cited here. * fast/js/function-dot-arguments-identity-expected.txt: * fast/js/function-dot-arguments-identity.html: Added. New test for new behavior. 2012-09-10 Fady Samuel Unreviewed Rebaseline for Chromium Win XP. * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added. 2012-09-10 Fady Samuel Rebaselined for Chromium. * platform/chromium/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added. 2012-09-10 Ojan Vafai Update the css3/filters test expectations to match the bots. 90+ of these tests never failed, so adding the whole css3/filters directory was incorrect. * platform/chromium/TestExpectations: 2012-09-10 Fady Samuel Unreviewed fix of webkit-lint for Chromium gardening * platform/chromium/TestExpectations: 2012-09-10 Alex Sakhartchouk [chromium] gradient-with-scaled-ancestor.html rebaseline https://bugs.webkit.org/show_bug.cgi?id=96110 Reviewed by Adrienne Walker. Fixed a bug in the test, rebaselining the results at proper resolution. * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed. * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png: * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png: * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png: * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed. * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png: * platform/chromium/TestExpectations: 2012-09-10 Brady Eidson Javascript in foreground tabs should not wait synchronously for plug-ins to load and https://bugs.webkit.org/show_bug.cgi?id=96167 Reviewed by Geoff Garen. * platform/mac-wk2/plugins/script-object-access-fails-during-slow-initialization-expected.txt: Added. * platform/mac-wk2/plugins/script-object-access-fails-during-slow-initialization.html: Added. 2012-09-07 Jer Noble