2011-11-16 Dean Jackson Implement filter function shorthands https://bugs.webkit.org/show_bug.cgi?id=68475 Reviewed by Simon Fraser. Test the shorthand functions for filter effects. This includes grayscale, sepia, invert, hue-rotate, saturate, opacity, gamma, drop-shadow and blur. At the moment sharpen and url are not supported. Note that the drop-shadow and blur operations don't yet provide accurate results because they produce an output image that is larger than the input. See https://bugs.webkit.org/show_bug.cgi?id=71929 https://bugs.webkit.org/show_bug.cgi?id=71930 * css3/filters/effect-blur-expected.png: Added. * css3/filters/effect-blur-expected.txt: Added. * css3/filters/effect-blur.html: Added. * css3/filters/effect-combined-expected.png: Added. * css3/filters/effect-combined-expected.txt: Added. * css3/filters/effect-combined.html: Added. * css3/filters/effect-drop-shadow-expected.png: Added. * css3/filters/effect-drop-shadow-expected.txt: Added. * css3/filters/effect-drop-shadow.html: Added. * css3/filters/effect-gamma-expected.png: Added. * css3/filters/effect-gamma-expected.txt: Added. * css3/filters/effect-gamma.html: Added. * css3/filters/effect-grayscale-expected.png: Added. * css3/filters/effect-grayscale-expected.txt: Added. * css3/filters/effect-grayscale.html: Added. * css3/filters/effect-hue-rotate-expected.png: Added. * css3/filters/effect-hue-rotate-expected.txt: Added. * css3/filters/effect-hue-rotate.html: Added. * css3/filters/effect-invert-expected.png: Added. * css3/filters/effect-invert-expected.txt: Added. * css3/filters/effect-invert.html: Added. * css3/filters/effect-opacity-expected.png: Added. * css3/filters/effect-opacity-expected.txt: Added. * css3/filters/effect-opacity.html: Added. * css3/filters/effect-saturate-expected.png: Added. * css3/filters/effect-saturate-expected.txt: Added. * css3/filters/effect-saturate.html: Added. * css3/filters/effect-sepia-expected.png: Added. * css3/filters/effect-sepia-expected.txt: Added. * css3/filters/effect-sepia.html: Added. * css3/filters/resources/reference.png: Added. * css3/filters/script-tests/filter-property-parsing-invalid.js: * css3/filters/script-tests/filter-property-parsing.js: 2011-11-16 James Robinson [chromium] Update more chromium baselines and expectations * platform/chromium-cg-mac-snowleopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added. * platform/chromium-linux/fast/repaint/block-selection-gap-in-composited-layer-expected.png: * platform/chromium-mac-leopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added. * platform/chromium-win/fast/repaint/block-selection-gap-in-composited-layer-expected.png: * platform/chromium/test_expectations.txt: 2011-11-16 James Robinson [chromium] Update baselines for compositing tests with video and canvas * platform/chromium-cg-mac-leopard/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-cg-mac-leopard/compositing/self-painting-layers-expected.png: Added. * platform/chromium-cg-mac-snowleopard/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-cg-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-cg-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-cg-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-cg-mac/compositing/geometry/clipped-video-controller-expected.png: Removed. * platform/chromium-cg-mac/compositing/geometry/video-opacity-overlay-expected.png: Removed. * platform/chromium-gpu-cg-mac/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-gpu-cg-mac/compositing/geometry/video-fixed-scrolling-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/compositing/geometry/video-fixed-scrolling-expected.png. * platform/chromium-gpu-cg-mac/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-gpu-cg-mac/compositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-gpu-cg-mac/compositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-gpu-cg-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-gpu-cg-mac/compositing/self-painting-layers-expected.png: Added. * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-linux/compositing/self-painting-layers-expected.png: * platform/chromium-mac-leopard/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-mac-leopard/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac-leopard/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac-leopard/compositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-mac-leopard/compositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-mac-leopard/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac-leopard/compositing/self-painting-layers-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-mac/compositing/geometry/clipped-video-controller-expected.png: Removed. * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png: Removed. * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png: Removed. * platform/chromium-mac/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Removed. * platform/chromium-win/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-win/compositing/self-painting-layers-expected.png: * platform/chromium/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/chromium/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium/compositing/self-painting-layers-expected.png: * platform/chromium/compositing/video-page-visibility-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac-lion/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt. * platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Removed. 2011-11-16 James Robinson [chromium] Fix duplicate expectations for chromium mac leopard * platform/chromium/test_expectations.txt: 2011-11-16 Jay Civelli Make sure MHTML documents use the domain of the MHTML file. https://bugs.webkit.org/show_bug.cgi?id=72445 Reviewed by Adam Barth. * mhtml/check_domain-expected.txt: Added. * mhtml/check_domain.mht: Added. 2011-11-11 Adrienne Walker [chromium] Expose mock scrollbars to window.internals https://bugs.webkit.org/show_bug.cgi?id=72195 Reviewed by James Robinson. Change a small number of initial tests that are failing on Chromium due to small scrollbar pixel differences to use mock scrollbars. These tests will be rebaselined once they have run through the bots. * compositing/geometry/fixed-position.html: * compositing/geometry/horizontal-scroll-composited.html: * compositing/geometry/vertical-scroll-composited.html: * compositing/overflow/fixed-position-ancestor-clip.html: * compositing/resources/mock_scrollbars.js: Added. 2011-11-16 Michael Nordman ApplicationCache manifest should work with any MIME type. https://bugs.webkit.org/show_bug.cgi?id=72082 Update the wrong-content-type test to expect the appcache to succeed given a text/plain contentType. Reviewed by Alexey Proskuryakov. * http/tests/appcache/wrong-content-type-expected.txt: * http/tests/appcache/wrong-content-type.html: * platform/chromium/test_expectations.txt: Temporarily skip this test in chromium. * platform/chromium-cg-mac/http/tests/appcache/wrong-content-type-expected.txt: Removed. * platform/chromium-mac/http/tests/appcache/wrong-content-type-expected.txt: Removed. * platform/chromium-win/http/tests/appcache/wrong-content-type-expected.txt: Removed. 2011-11-16 Tony Chang Skip failing ref tests on gtk and mac. * platform/gtk/Skipped: * platform/mac/Skipped: 2011-11-16 Tim Horton Implement CSS3 Images cross-fade() image function https://bugs.webkit.org/show_bug.cgi?id=52162 Reviewed by Simon Fraser. Add tests of -webkit-cross-fade, ensuring that simple cross-fades between two images work correctly. Adjust fast/css/getComputedStyle/computed-style-cross-fade.html to test fractional and out-of-range cross-fade percentage values. * css3/images/cross-fade-invalidation.html: Added. * css3/images/cross-fade-simple.html: Added. * css3/images/cross-fade-sizing.html: Added. * css3/images/cross-fade-tiled.html: Added. * css3/images/resources/blue-10.png: Added. * css3/images/resources/blue-100.png: Added. * css3/images/resources/green-10.png: Added. * css3/images/resources/green-100.png: Added. * css3/images/resources/green-circle.svg: Added. * css3/images/resources/red-10.png: Added. * css3/images/resources/red-100.png: Added. * fast/css/getComputedStyle/computed-style-cross-fade-expected.txt: * fast/css/getComputedStyle/computed-style-cross-fade.html: * platform/mac/css3/images/cross-fade-invalidation-expected.png: Added. * platform/mac/css3/images/cross-fade-invalidation-expected.txt: Added. * platform/mac/css3/images/cross-fade-simple-expected.png: Added. * platform/mac/css3/images/cross-fade-simple-expected.txt: Added. * platform/mac/css3/images/cross-fade-sizing-expected.png: Added. * platform/mac/css3/images/cross-fade-sizing-expected.txt: Added. * platform/mac/css3/images/cross-fade-tiled-expected.png: Added. * platform/mac/css3/images/cross-fade-tiled-expected.txt: Added. 2011-11-16 James Robinson [chromium] Enable video and canvas 2d compositing triggers by default for layout tests in the compositing directory https://bugs.webkit.org/show_bug.cgi?id=72562 Reviewed by Dirk Pranke. * platform/chromium/test_expectations.txt: 2011-11-16 Ben Wells Seaming on border corners with mixed colour alpha borders https://bugs.webkit.org/show_bug.cgi?id=70471 Reviewed by Simon Fraser. * fast/borders/border-mixed-alpha.html: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/borders/border-mixed-alpha-expected.png: Added. * platform/mac/fast/borders/border-mixed-alpha-expected.txt: Added. 2011-11-16 Peter Kasting [chromium] Clean up some animations/ expectations. https://bugs.webkit.org/show_bug.cgi?id=66953 Rebaselines some tests that clearly just needed that, tries to condense a number of other flaky tests onto one bug, updates the set of bots that are actually failing for some expectations. Unreviewed, gardening. * platform/chromium-cg-mac/animations/missing-values-first-keyframe-expected.png: Removed. * platform/chromium-cg-mac/animations/missing-values-last-keyframe-expected.png: Removed. * platform/chromium-cg-mac/animations/opacity-transform-animation-expected.png: Removed. * platform/chromium-linux/animations/missing-values-first-keyframe-expected.png: Added. * platform/chromium-linux/animations/missing-values-last-keyframe-expected.png: Added. * platform/chromium-linux/animations/opacity-transform-animation-expected.png: Added. * platform/chromium-mac-leopard/animations/missing-values-first-keyframe-expected.png: Added. * platform/chromium-mac-leopard/animations/missing-values-last-keyframe-expected.png: Added. * platform/chromium-mac-leopard/animations/opacity-transform-animation-expected.png: Added. * platform/chromium-mac-snowleopard/animations/missing-values-first-keyframe-expected.png: Added. * platform/chromium-mac-snowleopard/animations/missing-values-last-keyframe-expected.png: Added. * platform/chromium-mac-snowleopard/animations/opacity-transform-animation-expected.png: Added. * platform/chromium-win/animations/missing-values-first-keyframe-expected.png: * platform/chromium-win/animations/missing-values-last-keyframe-expected.png: * platform/chromium-win/animations/opacity-transform-animation-expected.png: * platform/chromium/test_expectations.txt: 2011-11-16 Filip Pizlo DFG global variable CSE mishandles the cross-global-object inlining corner case https://bugs.webkit.org/show_bug.cgi?id=72542 Reviewed by Geoff Garen. * fast/js/cross-global-object-inline-global-var-expected.txt: Added. * fast/js/cross-global-object-inline-global-var.html: Added. * fast/js/script-tests/cross-global-object-inline-global-var.js: Added. (foo): (done): (doit): 2011-11-16 James Robinson [chromium] Update text baselines for mq-transform-0[23] tests * platform/chromium-mac-snowleopard/fast/media/mq-transform-02-expected.txt: * platform/chromium-mac-snowleopard/fast/media/mq-transform-03-expected.txt: 2011-11-16 Peter Kasting [chromium] Attempt to rebaseline a test. https://bugs.webkit.org/show_bug.cgi?id=54322 Unreviewed, gardening. * platform/chromium-cg-mac-leopard/transforms/no_transform_hit_testing-expected.png: Added. * platform/chromium-mac-leopard/transforms/no_transform_hit_testing-expected.png: * platform/chromium/test_expectations.txt: 2011-11-16 Florin Malita Platform specific results for svg/foreignObject/{clip,filter,mask}.html https://bugs.webkit.org/show_bug.cgi?id=72532 Reviewed by Steve Block. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/clip-expected.png: Added. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/filter-expected.png: Added. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/mask-expected.png: Added. 2011-11-16 Joshua Bell IndexedDB: Reduce nested key depth threshold, re-enable flaky test https://bugs.webkit.org/show_bug.cgi?id=72529 Reviewed by Adam Barth. Re-enable flaky test, and drop the maximum depth tested to avoid crashes/timeouts on test boxes when prepping the test. * platform/chromium/test_expectations.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-array.html: 2011-11-16 Nate Chapin Remove CRASH expectation for http/tests/multipart/invalid-image-data.html. https://bugs.webkit.org/show_bug.cgi?id=72436 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2011-11-16 Justin Schuh Clear SVG filter client when its node is detached https://bugs.webkit.org/show_bug.cgi?id=71741 Reviewed by Eric Seidel. * svg/filters/reparent-animated-filter-target-expected.txt: Added. * svg/filters/reparent-animated-filter-target.html: Added. 2011-11-16 Peter Kasting [chromium] Mark some CoreAnimation plugin model tests as WONTFIX on Win/ Linux, and as expected to fail for now on Mac; remove current expected Mac baselines. https://bugs.webkit.org/show_bug.cgi?id=47925 Unreviewed, gardening. * platform/chromium-mac/compositing/plugins/composited-plugin-expected.txt: Removed. * platform/chromium-mac/compositing/plugins/small-to-large-composited-plugin-expected.txt: Removed. * platform/chromium-win/compositing/plugins/1x1-composited-plugin-expected.txt: Removed. * platform/chromium-win/compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed. * platform/chromium-win/compositing/plugins/small-to-large-composited-plugin-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-11-16 James Robinson [chromium] Update chromium expectations for fast/media/mq-transform-0[23].html to reflect that chromium DRT has 2d and 3d transforms enabled * platform/chromium-cg-mac-leopard/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/media/mq-transform-02-expected.txt: Added. * platform/chromium-cg-mac-leopard/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-cg-mac-snowleopard/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/media/mq-transform-02-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-gpu-cg-mac/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-gpu-cg-mac/fast/media/mq-transform-02-expected.txt: Added. * platform/chromium-gpu-cg-mac/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-gpu-cg-mac/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-linux-x86/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-linux-x86/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-02-expected.txt. * platform/chromium-linux-x86/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-linux-x86/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-linux/fast/media/mq-transform-02-expected.png: * platform/chromium-linux/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-02-expected.txt. * platform/chromium-linux/fast/media/mq-transform-03-expected.png: * platform/chromium-linux/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-mac-leopard/fast/media/mq-transform-02-expected.png: * platform/chromium-mac-leopard/fast/media/mq-transform-02-expected.txt: Added. * platform/chromium-mac-leopard/fast/media/mq-transform-03-expected.png: * platform/chromium-mac-leopard/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-mac-snowleopard/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-mac-snowleopard/fast/media/mq-transform-02-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-mac-snowleopard/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-win-vista/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-win-vista/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-02-expected.txt. * platform/chromium-win-vista/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-win-vista/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-win-xp/fast/media/mq-transform-02-expected.png: Added. * platform/chromium-win-xp/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-02-expected.txt. * platform/chromium-win-xp/fast/media/mq-transform-03-expected.png: Added. * platform/chromium-win-xp/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/media/mq-transform-03-expected.txt. * platform/chromium-win/fast/media/mq-transform-02-expected.png: * platform/chromium-win/fast/media/mq-transform-02-expected.txt: * platform/chromium-win/fast/media/mq-transform-03-expected.png: * platform/chromium-win/fast/media/mq-transform-03-expected.txt: * platform/chromium/test_expectations.txt: 2011-11-16 Sheriff Bot Unreviewed, rolling out r100473. http://trac.webkit.org/changeset/100473 https://bugs.webkit.org/show_bug.cgi?id=72534 "Broke the Mac Build" (Requested by mwenge2 on #webkit). * css2.1/20110323/border-collapse-offset-002.htm: Removed. * platform/chromium-linux-x86/css2.1/20110323/border-collapse-offset-002-expected.png: Removed. * platform/chromium-linux-x86/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed. * platform/chromium-linux/fast/dom/HTMLTableElement/colSpan-expected.png: * platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.png: * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.txt: * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt: * platform/mac/fast/repaint/table-section-repaint-expected.txt: 2011-11-16 Chris Fleizach WebKitTestRunner needs to support accessibility-related DRT APIs https://bugs.webkit.org/show_bug.cgi?id=42131 Cleanup tests and skip lists so that accessibility tests can run in WK2. This mostly involved handling returned elements that might be nil, something that did not happen in DRT. Reviewed by Beth Dakin. * accessibility/aria-labelledby-overrides-label-expected.txt: * accessibility/aria-labelledby-overrides-label.html: * accessibility/non-data-table-cell-title-ui-element.html: * accessibility/th-as-title-ui.html: Make sure a nil titleUIElement is accounted for in these tests. * platform/gtk-wk2/Skipped: * platform/mac/accessibility/aria-expanded-notifications-expected.txt: * platform/mac/accessibility/aria-expanded-notifications.html: * platform/mac/accessibility/aria-invalid-expected.txt: * platform/mac/accessibility/aria-invalid.html: * platform/mac/accessibility/aria-liveregions-addedelement-expected.txt: * platform/mac/accessibility/aria-liveregions-addedelement.html: * platform/mac/accessibility/aria-liveregions-changedalt-expected.txt: * platform/mac/accessibility/aria-liveregions-changedalt.html: * platform/mac/accessibility/aria-liveregions-changedtext-expected.txt: * platform/mac/accessibility/aria-liveregions-changedtext.html: * platform/mac/accessibility/aria-liveregions-removedelement-expected.txt: * platform/mac/accessibility/aria-liveregions-removedelement.html: All the preceeding layout tests use alert() to output the results of notifications. This is causing re-ordering issues on WK2, so I've moved them all to output that notification data to a separate element from "console". * platform/mac/accessibility/html-section-elements-expected.txt: * platform/mac/accessibility/html-section-elements.html: Remove nil element access that is unnecessary. * platform/mac/accessibility/html-slider-indicator-expected.txt: * platform/mac/accessibility/html-slider-indicator.html: * platform/mac/accessibility/search-predicate.html: Add an alt tag to so that it always shows up in the AX tree. * platform/mac/accessibility/selection-value-changes-for-aria-textbox.html: * platform/mac/accessibility/textbox-role-reports-notifications-expected.txt: Remove the notification listener properly (was causing flakiness). * platform/mac/accessibility/textbox-role-reports-notifications.html: * platform/mac/accessibility/update-children-when-aria-role-changes-expected.txt: * platform/mac/accessibility/update-children-when-aria-role-changes.html: Account for when element's returned are nil. * platform/win-wk2/Skipped: Skip all accessibility tests on win. * platform/wk2/Skipped: Skip all accessibility tests on gtk. 2011-11-16 Sergio Villar Senin [Soup] Somet tests fail with FAIL Unexpected response data received: Wrong method: GET https://bugs.webkit.org/show_bug.cgi?id=69219 Reviewed by Martin Robinson. Unskipped a test that now pass. * platform/gtk/Skipped: unskipped http/tests/local/blob/send-hybrid-blob.html 2011-11-16 Steve Block fast/frames/sandboxed-iframe-navigation-targetlink.html crashes occasionally on Chromium Mac dbg https://bugs.webkit.org/show_bug.cgi?id=72530 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Adam Barth Unskip these tests now that they should pass again. * platform/gtk/Skipped: * platform/qt/Skipped: 2011-11-16 Adam Barth Update test results after tightening up SecurityOrigin logic in http://trac.webkit.org/changeset/100182. These new results are (minor) progressions on these tests. * http/tests/security/cross-frame-access-enumeration-expected.txt: * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: 2011-11-08 Robert Hogan CSS 2.1 failure: border-collapse-offset-002.htm fails https://bugs.webkit.org/show_bug.cgi?id=71705 Table captions now use the width of the table rather than the width of the table minus the borders. This allows captions to center accurately but unfortunately a lot of mozilla table tests need to be rebaselined as many of them use captions for explaining the purpose of individual test files! Add border-collapse-offset-002.htm which now renders correctly. Affected tables/mozilla tests are rebaselined in a follow-up patch. Reviewed by Antti Koivisto. * css2.1/20110323/border-collapse-offset-002.htm: Added. * platform/chromium-linux-x86/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/border-collapse-offset-002-expected.txt: Added. * platform/chromium-linux/fast/dom/HTMLTableElement/colSpan-expected.png: * platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.png: * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.txt: * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt: * platform/mac/fast/repaint/table-section-repaint-expected.txt: 2011-11-16 Sergey Glazunov ScriptController::executeIfJavaScriptURL gets confused by synchronous frame loads https://bugs.webkit.org/show_bug.cgi?id=69777 Reviewed by Adam Barth. * http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt: Added. * http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url.html: Added. 2011-11-16 Yusuke Suzuki String new RegExp('\n').toString() returns is invalid RegularExpressionLiteral https://bugs.webkit.org/show_bug.cgi?id=71572 Reviewed by Gavin Barraclough and Darin Adler. * fast/regex/script-tests/toString.js: (testLineTerminator): * fast/regex/toString-expected.txt: 2011-11-16 Florin Malita Recent svg/foreignObject tests failing on Mac & Win https://bugs.webkit.org/show_bug.cgi?id=72386 Reviewed by Simon Fraser. Drop unnecessary text elements from the svg/FO tests to avoid platform font size variance. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/clip-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/filter-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/svg/foreignObject/mask-expected.png: Removed. * platform/chromium-win/svg/foreignObject/background-render-phase-expected.txt: Removed. * platform/chromium-win/svg/foreignObject/clip-expected.txt: Removed. * platform/chromium-win/svg/foreignObject/filter-expected.txt: Removed. * platform/chromium-win/svg/foreignObject/mask-expected.txt: Removed. * platform/chromium/svg/foreignObject/background-render-phase-expected.txt: Removed. * platform/chromium/svg/foreignObject/clip-expected.txt: Removed. * platform/chromium/svg/foreignObject/filter-expected.txt: Removed. * platform/chromium/svg/foreignObject/mask-expected.txt: Removed. * platform/mac-snowleopard/svg/foreignObject/multiple-foreign-objects-expected.txt: Removed. * platform/qt/svg/foreignObject/background-render-phase-expected.png: Removed. * platform/qt/svg/foreignObject/background-render-phase-expected.txt: Removed. * platform/qt/svg/foreignObject/clip-expected.png: Removed. * platform/qt/svg/foreignObject/clip-expected.txt: Removed. * platform/qt/svg/foreignObject/filter-expected.png: Removed. * platform/qt/svg/foreignObject/filter-expected.txt: Removed. * platform/qt/svg/foreignObject/mask-expected.png: Removed. * platform/qt/svg/foreignObject/mask-expected.txt: Removed. * platform/qt/svg/foreignObject/multiple-foreign-objects-expected.png: Removed. * platform/qt/svg/foreignObject/multiple-foreign-objects-expected.txt: Removed. * svg/foreignObject/background-render-phase-expected.txt: * svg/foreignObject/background-render-phase.html: * svg/foreignObject/clip-expected.png: * svg/foreignObject/clip-expected.txt: * svg/foreignObject/clip.html: * svg/foreignObject/filter-expected.png: * svg/foreignObject/filter-expected.txt: * svg/foreignObject/filter.html: * svg/foreignObject/mask-expected.png: * svg/foreignObject/mask-expected.txt: * svg/foreignObject/mask.html: * svg/foreignObject/multiple-foreign-objects-expected.txt: * svg/foreignObject/multiple-foreign-objects.html: 2011-11-16 Vsevolod Vlasov Web Inspector: Application cache status should be updated after swapCache(). https://bugs.webkit.org/show_bug.cgi?id=72123 Reviewed by Pavel Feldman. * http/tests/inspector/appcache/appcache-iframe-manifests-expected.txt: Added. * http/tests/inspector/appcache/appcache-iframe-manifests.html: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-iframe-manifests.html. * http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file-expected.txt. * http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file.html. * http/tests/inspector/appcache/appcache-swap-expected.txt: Added. * http/tests/inspector/appcache/appcache-swap.html: Added. * http/tests/inspector/appcache/appcache-test.js: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-test.js. (createAndNavigateIFrame): (removeIFrame): (navigateIFrame): (swapFrameCache): (initialize_ApplicationCacheTest.InspectorTest.createAndNavigateIFrame.frameNavigated): (initialize_ApplicationCacheTest.InspectorTest.createAndNavigateIFrame): (initialize_ApplicationCacheTest.InspectorTest.navigateIFrame.frameNavigated): (initialize_ApplicationCacheTest.InspectorTest.navigateIFrame): (initialize_ApplicationCacheTest.InspectorTest.removeIFrame.frameDetached): (initialize_ApplicationCacheTest.InspectorTest.removeIFrame): (initialize_ApplicationCacheTest.InspectorTest.swapFrameCache): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCache): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheTree): (initialize_ApplicationCacheTest.InspectorTest.frameIdToString): (initialize_ApplicationCacheTest.InspectorTest.applicationCacheStatusToString): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel.compareFunc): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel): (initialize_ApplicationCacheTest.InspectorTest.waitForFrameManifestURLAndStatus): (initialize_ApplicationCacheTest.InspectorTest.startApplicationCacheStatusesRecording): (initialize_ApplicationCacheTest.InspectorTest.ensureFrameStatusEventsReceived): (initialize_ApplicationCacheTest): * http/tests/inspector/appcache/resources/manifest.php: Renamed from LayoutTests/http/tests/inspector/resource-tree/resources/manifest.php. * http/tests/inspector/appcache/resources/page-with-manifest.php: Renamed from LayoutTests/http/tests/inspector/resource-tree/resources/page-with-manifest.php. * http/tests/inspector/appcache/resources/versioned-manifest.php: Added. * http/tests/inspector/appcache/resources/with-versioned-manifest.php: Added. * http/tests/inspector/resource-tree/appcache-iframe-manifests-expected.txt: Removed. * platform/chromium/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt: Added. * platform/chromium/http/tests/inspector/resource-tree/appcache-iframe-manifests-expected.txt: Removed. * platform/chromium/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file-expected.txt: Removed. 2011-11-16 Eric Carlson addTrack() must throw an exception if 'kind' is unknown https://bugs.webkit.org/show_bug.cgi?id=71915 Reviewed by Philippe Normand. * media/track/track-addtrack-kind-expected.txt: Added. * media/track/track-addtrack-kind.html: Added. * media/track/track-kind-expected.txt: Added. * media/track/track-kind.html: Added. 2011-11-16 Alexander Pavlov Unreviewed, test fix after http://trac.webkit.org/changeset/100273. "font" property is no longer mapped to DOMCSSValue, so use "font-family" mapped to DOMCSSValueList instead. * platform/mac/plugins/jsobjc-dom-wrappers-expected.txt: * platform/mac/plugins/jsobjc-dom-wrappers.html: 2011-11-16 Balazs Kelemen [Qt] inspector/elements/elements-panel-selection-on-refresh.html crashing https://bugs.webkit.org/show_bug.cgi?id=72504 Unreviewed gardening. Skip crashing test. * platform/qt/Skipped: 2011-11-16 Steve Block LayoutTest animations/animation-direction-normal.html fails on Chromium dbg bots https://bugs.webkit.org/show_bug.cgi?id=72485 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Steve Block Layout Test inspector/styles/svg-style.xhtml is flaky https://bugs.webkit.org/show_bug.cgi?id=72434 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Gabor Rapcsanyi [Qt] Skip new failing tests. Unreviewed gardening. * platform/qt-mac/Skipped: 2011-11-16 Gabor Rapcsanyi [Qt] new test inspector/extensions/extensions-sidebar.html crashing after r100433 https://bugs.webkit.org/show_bug.cgi?id=72493 [Qt] http/tests/misc/onload-remove-iframe-crash-2.html crashing after r100311 https://bugs.webkit.org/show_bug.cgi?id=72491 Unreviewed gardening. * platform/qt/Skipped: 2011-11-16 Sheriff Bot Unreviewed, rolling out r100281 and r100437. http://trac.webkit.org/changeset/100281 http://trac.webkit.org/changeset/100437 https://bugs.webkit.org/show_bug.cgi?id=72496 It made all plugin tests fail with paralel NRWT (Requested by ossy on #webkit). * platform/qt/Skipped: 2011-11-16 Andrey Kosyakov Layout Test inspector/extensions/extensions-events.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72447 Reviewed by Yury Semikhatsky. * inspector/extensions/extensions-events-expected.txt: * inspector/extensions/extensions-events.html: * platform/chromium/test_expectations.txt: 2011-11-16 Csaba Osztrogonác [Qt] Unreviewed gardening after r100281. * platform/qt/Skipped: Skip http/tests/plugins/third-party-cookie-accept-policy.html again, because it makes all plugin related tests fail intermittently. 2011-11-16 Steve Block LayoutTest fast/replaced/width100percent-textarea.html fails on Chromium Mac 10.6 https://bugs.webkit.org/show_bug.cgi?id=72494 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Steve Block Layout Test inspector/extensions/extensions-events.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72447 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Gabor Rapcsanyi [Qt] new test css3/flexbox/line-wrapping.html failing https://bugs.webkit.org/show_bug.cgi?id=72490 Unreviewed gardening. * platform/qt/Skipped: 2011-11-15 Andrey Kosyakov Web Inspector: [Extensions API] drop ExtensionSidebarPane.onUpdated, use callbacks instead https://bugs.webkit.org/show_bug.cgi?id=72388 Reviewed by Pavel Feldman. - split LayoutTests/inspector/extensions.html into extensions-panel.html & extensions-sidebar.html. * inspector/extensions/extensions-panel-expected.txt: Added. * inspector/extensions/extensions-panel.html: Added. * inspector/extensions/extensions-sidebar-expected.txt: Renamed from LayoutTests/inspector/extensions/extensions-expected.txt. * inspector/extensions/extensions-sidebar.html: Renamed from LayoutTests/inspector/extensions/extensions.html. 2011-11-16 Gabor Rapcsanyi [Qt] Update Qt specific expected results. Unreviewed gardening. * platform/qt/fast/loader/file-protocol-fragment-expected.png: Added. * platform/qt/fast/loader/file-protocol-fragment-expected.txt: * platform/qt/inspector: Added. * platform/qt/inspector/console: Added. * platform/qt/inspector/console/console-format-expected.png: Added. * platform/qt/inspector/console/console-format-expected.txt: Added. 2011-11-16 Steve Block Compositing LayoutTests failing on Chromium Mac https://bugs.webkit.org/show_bug.cgi?id=72487 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Steve Block LayoutTest animations/animation-direction-normal.html fails on Chromium dbg bots https://bugs.webkit.org/show_bug.cgi?id=72485 Unreviewed gardening * platform/chromium/test_expectations.txt: 2011-11-16 Gabor Rapcsanyi [Qt][ARMv5] Websocket tests are fail, skip until fix Unreviewed, gardening. * platform/qt-arm/Skipped: 2011-11-16 Per-Erik Brodin [GTK] fast/events/event-creation.html fails creating MediaStreamEvent https://bugs.webkit.org/show_bug.cgi?id=70720 Reviewed by Philippe Normand. * platform/gtk/Skipped: Unskipped fast/events/event-creation.html 2011-11-16 James Robinson [chromium] Update chromium expectations for compositing tests * platform/chromium/test_expectations.txt: 2011-11-16 James Robinson [chromium] Update chromium win and linux compositing baselines https://bugs.webkit.org/show_bug.cgi?id=72402 * platform/chromium-cg-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/compositing/layers-inside-overflow-scroll-expected.png. * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-linux/compositing/self-painting-layers-expected.png: * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: Renamed from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png. * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png: Removed. * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png: Removed. * platform/chromium-mac/compositing/self-painting-layers-expected.png: Removed. * platform/chromium-win/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-win/compositing/self-painting-layers-expected.png: * platform/chromium/compositing/overflow/overflow-compositing-descendant-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/compositing/overflow/overflow-compositing-descendant-expected.png. * platform/chromium/compositing/overflow/scroll-ancestor-update-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/compositing/overflow/scroll-ancestor-update-expected.png. * platform/chromium/compositing/self-painting-layers-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/compositing/self-painting-layers-expected.png. * platform/chromium/test_expectations.txt: 2011-11-15 Alexandru Chiculita [CSSShaders] Implement the style cached resources and computed style for the shader urls https://bugs.webkit.org/show_bug.cgi?id=72378 Reviewed by Dean Jackson. * css3/filters/custom-filter-property-computed-style-expected.txt: Added. * css3/filters/custom-filter-property-computed-style.html: Added. * css3/filters/script-tests/custom-filter-property-computed-style.js: Added. (jsWrapperClass): (expression): (description): 2011-11-15 James Robinson [chromium] Update chromium mac compositing baselines https://bugs.webkit.org/show_bug.cgi?id=72402 * platform/chromium-cg-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.png: Added. * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: Added. * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png: Added. * platform/chromium-cg-mac/animations/3d/matrix-transform-type-animation-expected.png: Removed. * platform/chromium-cg-mac/animations/3d/state-at-end-event-transform-expected.png: Removed. * platform/chromium-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.png: Renamed from LayoutTests/platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png. * platform/chromium-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png. * platform/chromium-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png. * platform/chromium-win/platform/chromium/compositing/child-layer-3d-sorting-expected.txt: Removed. * platform/chromium-win/platform/chromium/compositing/plugins/webplugin-alpha-expected.png: Added. * platform/chromium-win/platform/chromium/compositing/plugins/webplugin-alpha-expected.txt: Added. * platform/chromium-win/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt. * platform/chromium/animations/3d/replace-filling-transform-expected.png: Renamed from LayoutTests/platform/chromium-mac/animations/3d/replace-filling-transform-expected.png. * platform/chromium/animations/3d/state-at-end-event-transform-expected.png: Renamed from LayoutTests/platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png. * platform/chromium/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.png. * platform/chromium/platform/chromium/compositing/child-layer-3d-sorting-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.txt. * platform/chromium/platform/chromium/compositing/layout-width-change-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png. * platform/chromium/platform/chromium/compositing/plugins/webplugin-alpha-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.png. * platform/chromium/platform/chromium/compositing/plugins/webplugin-alpha-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/plugins/webplugin-alpha-expected.txt. * platform/chromium/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/compositing/plugins/webplugin-reflection-expected.txt. * platform/chromium/test_expectations.txt: 2011-11-15 Sergio Villar Senin [WK2] [GTK] fast/css/webkit-mask-crash-fieldset-legend.html asserts WebKitWebProcess https://bugs.webkit.org/show_bug.cgi?id=69510 Reviewed by Simon Fraser. Unskipped tests that are now passing. * platform/gtk/Skipped: * platform/gtk-wk2/Skipped: 2011-11-15 James Robinson [chromium] Land specific expectations for compositing tests https://bugs.webkit.org/show_bug.cgi?id=72402 * platform/chromium/test_expectations.txt: 2011-11-15 James Robinson [chromium] Remove expected PASS expectations for compositing tests. This will result in a temporary spike in the number of unexpected PASSes reported by the bots, but will allow me to add specific expectations for all the compositing tests instead of the current blanket PASS FAIL line. * platform/chromium/test_expectations.txt: 2011-11-15 James Robinson [chromium] Remove failing expectations from various JS tests that now pass. * platform/chromium/test_expectations.txt: 2011-11-15 Anna Cavender Make sure both the video and the track are ready to be tested before testing. https://bugs.webkit.org/show_bug.cgi?id=72269 Reviewed by Eric Carlson. * media/track/track-cues-cuechange.html: * media/track/track-cues-enter-exit.html: * platform/chromium/test_expectations.txt: 2011-11-15 Tony Chang [chromium] fix overlapping expectations https://bugs.webkit.org/show_bug.cgi?id=72458 * platform/chromium/test_expectations.txt: 2011-11-15 Peter Kasting Mark a test as flakily failing. https://bugs.webkit.org/show_bug.cgi?id=66908 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 James Robinson [chromium] Fix overlapping expectations on chromium mac * platform/chromium/test_expectations.txt: 2011-11-15 Julien Chaffraix Add the needed plumbing to parse display: -webkit-inline-grid https://bugs.webkit.org/show_bug.cgi?id=72438 Reviewed by Tony Chang. Integrated testing for display: -webkit-inline-grid into the existing test. * fast/css-grid-layout/display-grid-set-get-expected.txt: * fast/css-grid-layout/display-grid-set-get.html: * fast/css-grid-layout/resources/display-grid-set-get.js: 2011-11-15 Peter Kasting Maybe the reason we're fiddling with line endings is that this file didn't set svn:eol-style. Set it. Unreviewed, gardening. * fast/dom/Orientation/create-event-orientationchange-expected.txt: 2011-11-15 Peter Kasting Mark a test as flakily failing. https://bugs.webkit.org/show_bug.cgi?id=72447 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 Dmitry Lomov Unreviewed; skipping fast/dom/Window/window-postmessage-arrays.html until https://bugs.webkit.org/show_bug.cgi?id=72435 is fixed. * platform/mac/Skipped: * platform/win/Skipped: 2011-11-15 Erik Arvidsson Rebaseline after r100289 Unreviewed. * fast/dom/Orientation/create-event-orientationchange-expected.txt: Fix line endings 2011-11-15 Adam Klein [v8] Use throwError instead of compiling and running script in handleMaxRecursionDepthExceeded https://bugs.webkit.org/show_bug.cgi?id=72432 Reviewed by Adam Barth. Updated test that depends on the error message. The new message is a strict improvement, as it includes the line number at which the too-deep call was triggered. Also, we only expect a single error message; it's not clear why the previous version generated a dup. Also consolidate expectations, as the test does not differ per platform. * platform/chromium-cg-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: Removed. * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: Removed. * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: Removed. * platform/chromium/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: Added. 2011-11-15 Erik Arvidsson JS Test Harness: Remove need to load external css file to reduce flakiness https://bugs.webkit.org/show_bug.cgi?id=72295 Reviewed by Ojan Vafai. Before this patch we pulled in the external CSS file using a link tag. Since this was created dynamically it might not be loaded and applied when we dump the text for the test. Since the CSS contains white-space pre-wrap the output was therefore different depending on this race condition. By changing this to use a style element with the CSS inline there is no longer a race condition. * css3/font-feature-settings-parsing.html: Change the order of script and stylesheets so that the injected style element does not affect the test. * fast/css/counters/counter-cssText.html: Ditto. * fast/css/counters/getCounterValue.html: Ditto. * fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml: Ditto. * traversal/script-tests/exception-forwarding.js: Ditto. * fast/dom/script-tests/domListEnumeration.js: Update the tests to use the right style elements. * fast/js/resources/js-test-pre.js: Insert a style element with the css instead of a link element pointing to an external css file. 2011-11-15 Peter Kasting Mark a test as flakily failing. https://bugs.webkit.org/show_bug.cgi?id=72269 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-10-28 Ojan Vafai implement flex-align for flex-flow: column https://bugs.webkit.org/show_bug.cgi?id=70754 Reviewed by David Hyatt. * css3/flexbox/flex-align-column-expected.txt: Added. * css3/flexbox/flex-align-column.html: Added. Tests the basic flex-align cases with column. * css3/flexbox/line-wrapping-expected.txt: Added. * css3/flexbox/line-wrapping.html: Added. This tests that wrapping inside flexitems uses the correct width. Notably, auto-sizing properly falls back on the initial containing block. 2011-11-15 Peter Kasting Mark another test as flakily crashing. https://bugs.webkit.org/show_bug.cgi?id=59552 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 Peter Kasting r100331 did not seem to commit precisely the right expectation. https://bugs.webkit.org/show_bug.cgi?id=72391 Unreviewed, gardening. * fast/dom/Orientation/create-event-orientationchange-expected.txt: 2011-11-15 James Robinson [chromium] Unreviewed expectations update for compositing tests https://bugs.webkit.org/show_bug.cgi?id=72402 Remove now-unnecessary expectations for compositing tests in chromium-gpu* directories and update test_expectations.txt to un-SKIP compositing tests. Compositing tests are still marked as PASS FAIL in order to ensure they pass on all bots before turning them on. File list removed due to length. 2011-11-15 Tony Chang Skip editing/pasteboard/data-transfer-items-image-png.html, a ref test, on platforms that don't currently support DataTransferItems. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/win/Skipped: 2011-11-15 Peter Kasting Mark a test as flakily crashing. https://bugs.webkit.org/show_bug.cgi?id=72436 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 Ojan Vafai Chromium baselines after http://trac.webkit.org/changeset/100324. * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png: * platform/chromium-win/css3/flexbox/repaint-rtl-column-expected.png: 2011-11-15 James Robinson [chromium] Merge chromium-gpu layout test configurations into non-gpu versions https://bugs.webkit.org/show_bug.cgi?id=72402 Reviewed by Dirk Pranke. * platform/chromium/test_expectations.txt: 2011-11-15 Peter Kasting Mark a test as flakily failing. https://bugs.webkit.org/show_bug.cgi?id=72434 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 Tony Chang Skip failing ref tests on Qt. * platform/qt/Skipped: editing/pasteboard/data-transfer-items-image-png.html and fast/forms/file/file-input-reset.html are failing. See bugs. 2011-11-15 Peter Kasting Mark another test as flakily crashing. https://bugs.webkit.org/show_bug.cgi?id=59552 Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 Julien Chaffraix Add the needed plumbing to parse display: -webkit-grid https://bugs.webkit.org/show_bug.cgi?id=72331 Reviewed by Tony Chang. * fast/css-grid-layout/display-grid-set-get-expected.txt: Added. * fast/css-grid-layout/display-grid-set-get.html: Added. * fast/css-grid-layout/resources/display-grid-set-get.js: Added. Test that setting the display to -webkit-grid (from JS or CSS) works and we get the right value back. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: SKIP the css-grid-layout tests on all platforms for now. 2011-11-15 James Robinson https://bugs.webkit.org/show_bug.cgi?id=72402 Unreviewed expectations shuffle. Copy compositing expectations for chromium-win into their correct locations. File list omitted due to length. 2011-11-15 James Robinson https://bugs.webkit.org/show_bug.cgi?id=72402 Unreviewed expectations shuffle. Copy compositing expectations for chromium-linux and chromium-mac into their correct locations. File list omitted due to length. 2011-11-15 Peter Kasting Fix expectations after r100289. https://bugs.webkit.org/show_bug.cgi?id=72391 fast/dom/Orientation/create-event-orientationchange.html was updated but the expected text was not. Unreviewed, gardening. * fast/dom/Orientation/create-event-orientationchange-expected.txt: 2011-11-15 Ojan Vafai Pixel result accidentally left out of http://trac.webkit.org/changeset/100324. * platform/mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: 2011-11-15 James Robinson https://bugs.webkit.org/show_bug.cgi?id=72402 Unreviewed expectation shuffle. Copy compositing expectations for chromium/ and chromium-cg-mac/ into their correct locations. * platform/chromium-cg-mac/compositing/animation/busy-indicator-expected.png: Added. * platform/chromium-cg-mac/compositing/animation/state-at-end-event-transform-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-cg-mac/compositing/compositing-visible-descendant-expected.png: Added. * platform/chromium-cg-mac/compositing/direct-image-compositing-expected.png: Added. * platform/chromium-cg-mac/compositing/framesets/composited-frame-alignment-expected.png: Added. * platform/chromium-cg-mac/compositing/generated-content-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/abs-position-inside-opacity-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/ancestor-overflow-change-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/clipped-video-controller-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/clipping-foreground-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/composited-html-size-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/fixed-in-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/fixed-position-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/foreground-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/foreground-layer-expected.txt: Added. * platform/chromium-cg-mac/compositing/geometry/horizontal-scroll-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added. * platform/chromium-cg-mac/compositing/geometry/outline-change-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/partial-layout-update-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/repaint-foreground-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/root-layer-update-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/tall-page-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/vertical-scroll-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-cg-mac/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/composited-iframe-alignment-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/composited-iframe-scroll-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/iframe-content-flipping-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/iframe-copy-on-scroll-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. * platform/chromium-cg-mac/compositing/images/content-image-change-expected.png: Added. * platform/chromium-cg-mac/compositing/images/direct-image-background-color-expected.png: Added. * platform/chromium-cg-mac/compositing/images/direct-svg-image-expected.png: Added. * platform/chromium-cg-mac/compositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-cg-mac/compositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-cg-mac/compositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-cg-mac/compositing/masks/multiple-masks-expected.png: Added. * platform/chromium-cg-mac/compositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/ancestor-overflow-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/overflow-positioning-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/overflow-scroll-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/parent-overflow-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/scrollbar-painting-expected.png: Added. * platform/chromium-cg-mac/compositing/overflow/zero-size-overflow-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/backface-hidden-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/compositing-change-inside-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/deeply-nested-reflections-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/masked-reflection-on-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-on-overflow-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-size-change-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transformed-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/reflection-on-composited-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/reflection-ordering-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/reflection-positioning-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/reflection-positioning2-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/remove-add-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/simple-composited-reflections-expected.png: Added. * platform/chromium-cg-mac/compositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/composited-document-element-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/content-into-overflow-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/layer-repaint-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-cg-mac/compositing/repaint/overflow-into-content-expected.png: Added. * platform/chromium-cg-mac/compositing/scaling/tiled-layer-recursion-expected.png: * platform/chromium-cg-mac/compositing/self-painting-layers-expected.png: Added. * platform/chromium-cg-mac/compositing/shadows/shadow-drawing-expected.png: Added. * platform/chromium-cg-mac/compositing/sibling-positioning-expected.png: Added. * platform/chromium-cg-mac/compositing/text-on-large-layer-expected.png: Added. * platform/chromium-cg-mac/compositing/tiling/constrained-layer-size-expected.png: Added. * platform/chromium-cg-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added. * platform/chromium-cg-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. * platform/chromium-cg-mac/compositing/tiling/huge-layer-expected.txt: Added. * platform/chromium-cg-mac/compositing/tiling/huge-layer-img-expected.png: Added. * platform/chromium-cg-mac/compositing/tiling/huge-layer-img-expected.txt: Added. * platform/chromium-cg-mac/compositing/tiling/huge-layer-resize-expected.txt: Added. * platform/chromium-cg-mac/compositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-cg-mac/compositing/transitions/singular-scale-transition-expected.png: Added. * platform/chromium-cg-mac/compositing/webgl/webgl-background-color-expected.png: Added. * platform/chromium-cg-mac/compositing/webgl/webgl-reflection-expected.png: Added. * platform/chromium-cg-mac/compositing/z-order/negative-z-index-expected.png: Added. * platform/chromium/compositing/flat-with-transformed-child-expected.png: Added. * platform/chromium/compositing/geometry/foreground-layer-expected.txt: Added. * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Added. * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt: Added. * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt: Added. * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt: Added. * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/iframe-resize-expected.txt: Added. * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt: Added. * platform/chromium/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. * platform/chromium/compositing/iframes/nested-iframe-scrolling-expected.png: Added. * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added. * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt: Added. * platform/chromium/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added. * platform/chromium/compositing/iframes/resizer-expected.txt: Added. * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt: Added. * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added. * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt: Added. * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt: Added. * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added. * platform/chromium/compositing/overflow/repaint-after-losing-scrollbars-expected.png: Added. * platform/chromium/compositing/overflow/resize-painting-expected.txt: Added. * platform/chromium/compositing/repaint/same-size-invalidation-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-e-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-e-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-e.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-n-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-n-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-n.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-ne.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-nw.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-s-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-s-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-s.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-se.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-sw.html: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-w-expected.png: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-w-expected.txt: Added. * platform/chromium/compositing/rubberbanding/transform-overhang-w.html: Added. * platform/chromium/compositing/tiling/huge-layer-img-expected.txt: Added. * platform/chromium/compositing/webgl/webgl-no-alpha-expected.png: Added. * platform/chromium/compositing/webgl/webgl-no-alpha-expected.txt: Added. * platform/chromium/compositing/webgl/webgl-nonpremultiplied-blend-expected.png: Added. * platform/chromium/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added. * platform/chromium/platform/chromium/compositing/3d-corners-expected.png: Added. * platform/chromium/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added. * platform/chromium/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added. * platform/chromium/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Added. * platform/chromium/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added. * platform/chromium/platform/chromium/compositing/render-surface-alpha-blending-expected.txt: Added. * platform/chromium/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added. 2011-11-15 Ben Wells Rebaseline mac pixel results for complex inner border change https://bugs.webkit.org/show_bug.cgi?id=72355 Reviewed by Julien Chaffraix. * platform/mac/fast/borders/border-radius-complex-inner-expected.png: Added. * platform/mac/fast/borders/border-radius-different-width-001-expected.png: 2011-11-15 Peter Kasting Fix expectations after r100283. https://bugs.webkit.org/show_bug.cgi?id=72137 I'm not sure why one test was only skipped for SNOWLEOPARD RELEASE as it fails on Debug also. Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-10-28 Ojan Vafai Overflow and relayout are broken in the new flexboxes https://bugs.webkit.org/show_bug.cgi?id=71161 Reviewed by David Hyatt. * css3/flexbox/auto-height-dynamic-expected.txt: Added. * css3/flexbox/auto-height-dynamic.html: Added. * css3/flexbox/flex-item-child-overflow-expected.html: Added. * css3/flexbox/flex-item-child-overflow.html: Added. 2011-10-28 Ojan Vafai Overflow and relayout are broken in the new flexboxes https://bugs.webkit.org/show_bug.cgi?id=71161 Reviewed by David Hyatt. * css3/flexbox/auto-height-dynamic-expected.txt: Added. * css3/flexbox/auto-height-dynamic.html: Added. * css3/flexbox/flex-item-child-overflow-expected.html: Added. * css3/flexbox/flex-item-child-overflow.html: Added. 2011-11-15 Peter Kasting Fix expectations after r100276. https://bugs.webkit.org/show_bug.cgi?id=72270 Some lines were commented out to avoid expectation conflicts but this erroneously removed an expectation that some tests would fail on the Leopard (CG) bots. Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2011-11-15 James Robinson Move plugins/invalidate_rect.html to the compositing directory since it is a compositor test https://bugs.webkit.org/show_bug.cgi?id=72410 Reviewed by Simon Fraser. * compositing/plugins/invalidate_rect-expected.txt: Renamed from LayoutTests/plugins/invalidate_rect-expected.txt. * compositing/plugins/invalidate_rect.html: Renamed from LayoutTests/plugins/invalidate_rect.html. 2011-11-15 Tony Chang [chromium] enable regions and exclusions tests, the compile flag was removed a long time ago https://bugs.webkit.org/show_bug.cgi?id=72395 Reviewed by Ojan Vafai. * platform/chromium/test_expectations.txt: 2011-11-15 Sheriff Bot Unreviewed, rolling out r100291. http://trac.webkit.org/changeset/100291 https://bugs.webkit.org/show_bug.cgi?id=72403 For some unexpected reason the behavior is different across platforms, causing test failures (Requested by schenney on #webkit). * svg/custom/zero-path-square-cap-rendering3-expected.png: Removed. * svg/custom/zero-path-square-cap-rendering3-expected.txt: Removed. * svg/custom/zero-path-square-cap-rendering3.svg: Removed. 2011-11-15 Nate Chapin Test udpates for https://bugs.webkit.org/show_bug.cgi?id=71149. The changes to SubresourceLoader slightly change the timings of certain resource load callbacks. https://bugs.webkit.org/show_bug.cgi?id=71149 Reviewed by Adam Barth. * fast/loader/file-protocol-fragment-expected.txt: * platform/chromium-cg-mac/security/block-test-expected.txt: * platform/chromium-mac/security/block-test-expected.txt: * platform/chromium-win/security/block-test-expected.txt: * platform/mac/fast/images/support-broken-image-delegate-expected.txt: * platform/mac/security/block-test-expected.txt: * platform/mac/webarchive/loading/cache-expired-subresource-expected.txt: 2011-11-15 Gavin Barraclough Result of Error.prototype.toString not ES5 conformant https://bugs.webkit.org/show_bug.cgi?id=70889 Reviewed by Oliver Hunt. * fast/js/native-error-prototype-expected.txt: * fast/js/script-tests/native-error-prototype.js: * fast/js/script-tests/toString-recursion.js: * fast/js/toString-recursion-expected.txt: 2011-11-15 Eugene Nalimov Event listener for active DOM object that is also DOM node can be garbage collected prematurely. https://bugs.webkit.org/show_bug.cgi?id=70421 and https://bugs.webkit.org/show_bug.cgi?id=66878 Reviewed by Adam Barth. * media/audio-garbage-collect-expected.txt: Added. * media/audio-garbage-collect.html: Added. 2011-11-15 Robert Hogan Mac results for r100177 Unreviewed gardening. * platform/mac/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-001-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-002-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-margins-001-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt: Added. * platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt: Added. * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt: * platform/mac/fast/table/multiple-captions-display-expected.txt: * platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt: 2011-11-15 Csaba Osztrogonác [Qt] Unreviewed evening gardening after r100289. * platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: 2011-11-15 Anna Cavender Make sure both the video and the track are ready to be tested before testing. https://bugs.webkit.org/show_bug.cgi?id=72399 Reviewed by Eric Carlson. * media/track/track-cues-seeking.html: 2011-11-15 Tony Chang Land chromium win results for flexbox repaint tests. Still waiting on mac results. * platform/chromium-win/css3/flexbox/repaint-expected.png: Added. * platform/chromium-win/css3/flexbox/repaint-rtl-column-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-11-15 Anna Cavender Guarantee tests run in order. https://bugs.webkit.org/show_bug.cgi?id=72398 Reviewed by Eric Carlson. * media/track/track-webvtt-tc013-settings.html: 2011-11-15 Anna Cavender Guarantee tests run in order. https://bugs.webkit.org/show_bug.cgi?id=72369 Reviewed by Eric Carlson. * media/track/track-webvtt-tc003-newlines.html: * platform/chromium/test_expectations.txt: 2011-11-15 Tony Gentilcore editing/pasteboard/drag-drop-dead-frame.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72379 Reviewed by Adam Barth. * editing/pasteboard/drag-drop-dead-frame.html: Wait for iframe to load before running test. * platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt: Rebaseline. * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium. * platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium. * platform/qt/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium. 2011-11-15 Anna Cavender Change layout tests for cuechange, enter, and exit events to check the order rather than the timing of the events (since actual timing can not be guaranteed). https://bugs.webkit.org/show_bug.cgi?id=72269 Reviewed by Tony Gentilcore. * media/track/track-cues-cuechange-expected.txt: * media/track/track-cues-cuechange.html: * media/track/track-cues-enter-exit-expected.txt: * media/track/track-cues-enter-exit.html: * platform/chromium/test_expectations.txt: 2011-11-15 Tony Chang enable new flexbox tests everywhere https://bugs.webkit.org/show_bug.cgi?id=72325 Reviewed by Ojan Vafai. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2011-11-15 Stephen Chenney REGRESSION (r91125): Polyline tool in google docs is broken https://bugs.webkit.org/show_bug.cgi?id=65796 This adds test to ensure that the bug does not reappear unnoticed. Reviewed by Nikolas Zimmermann. * svg/custom/zero-path-square-cap-rendering3-expected.png: Added. * svg/custom/zero-path-square-cap-rendering3-expected.txt: Added. * svg/custom/zero-path-square-cap-rendering3.svg: Added. 2011-11-15 Erik Arvidsson Fix invalid markup in some tests https://bugs.webkit.org/show_bug.cgi?id=72391 Reviewed by Ojan Vafai. These tests had

in them which causes a lot of extra whitespace. * fast/dom/HTMLElement/attr-dir-auto-change-before-text-node-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-change-before-text-node.html: * fast/dom/HTMLElement/attr-dir-auto-change-child-node-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-change-child-node.html: * fast/dom/HTMLElement/attr-dir-auto-change-text-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-change-text-form-control-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-change-text-form-control.html: * fast/dom/HTMLElement/attr-dir-auto-change-text.html: * fast/dom/HTMLElement/attr-dir-auto-children-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-children.html: * fast/dom/HTMLElement/attr-dir-auto-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-remove-add-children-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-remove-add-children.html: * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child.html: * fast/dom/HTMLElement/attr-dir-auto-text-form-control-expected.txt: * fast/dom/HTMLElement/attr-dir-auto-text-form-control.html: * fast/dom/HTMLElement/attr-dir-auto.html: * fast/dom/HTMLElement/attr-dir-value-change-expected.txt: * fast/dom/HTMLElement/attr-dir-value-change.html: * fast/dom/HTMLElement/attr-empty-string-expected.txt: * fast/dom/HTMLElement/attr-empty-string.html: * fast/dom/HTMLElement/attr-false-string-expected.txt: * fast/dom/HTMLElement/attr-false-string.html: * fast/dom/HTMLElement/attr-invalid-string-expected.txt: * fast/dom/HTMLElement/attr-invalid-string.html: * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: * fast/dom/HTMLElement/attr-missing-ancestor-false.html: * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: * fast/dom/HTMLElement/attr-missing-ancestor-true.html: * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: * fast/dom/HTMLElement/attr-missing-parent-false.html: * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: * fast/dom/HTMLElement/attr-missing-parent-true.html: * fast/dom/HTMLElement/attr-true-string-expected.txt: * fast/dom/HTMLElement/attr-true-string.html: * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-expected.txt: * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe-expected.txt: * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe.html: * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit.html: * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor-expected.txt: * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor.html: * fast/dom/HTMLElement/iscontenteditable-designmodeon-expected.txt: * fast/dom/HTMLElement/iscontenteditable-designmodeon.html: * fast/dom/HTMLElement/set-false-expected.txt: * fast/dom/HTMLElement/set-false.html: * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: * fast/dom/HTMLElement/set-inherit-parent-false.html: * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: * fast/dom/HTMLElement/set-inherit-parent-true.html: * fast/dom/HTMLElement/set-invalid-value-expected.txt: * fast/dom/HTMLElement/set-invalid-value.html: * fast/dom/HTMLElement/set-true-expected.txt: * fast/dom/HTMLElement/set-true.html: * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: * fast/dom/HTMLElement/set-value-caseinsensitive.html: * fast/dom/Orientation/create-event-orientationchange.html: 2011-11-15 Philippe Normand Unreviewed, GTK rebaseline. * platform/gtk/fast/dom/Window/window-properties-expected.txt: 2011-11-15 Philip Rogers Implement maxWidth for fillText and strokeText, fixing the canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html test. https://bugs.webkit.org/show_bug.cgi?id=61528 Reviewed by Stephen White. * fast/canvas/2d.text.draw.fill.maxWidth.gradient-expected.txt: Added. * fast/canvas/2d.text.draw.fill.maxWidth.gradient.html: Added. * fast/canvas/2d.text.draw.fill.maxWidth.negative-expected.txt: Added. * fast/canvas/2d.text.draw.fill.maxWidth.negative.html: Added. * fast/canvas/2d.text.draw.fill.maxWidth.veryLarge-expected.txt: Added. * fast/canvas/2d.text.draw.fill.maxWidth.veryLarge.html: Added. * fast/canvas/2d.text.draw.fill.maxWidth.verySmall-expected.txt: Added. * fast/canvas/2d.text.draw.fill.maxWidth.verySmall.html: Added. * platform/chromium/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: * platform/qt/Skipped: * resources/Ahem.ttf: Added. 2011-11-15 Cary Clark [chromium-mac] Enable vertical text using Skia https://bugs.webkit.org/show_bug.cgi?id=72137 Ignore vertical text tests on Skia on Mac for now. Reviewed by Stephen White. * platform/chromium/test_expectations.txt: 2011-11-15 Eric Carlson media-blocked-by-willsendrequest.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72381 Reviewed by Tony Gentilcore. * media/media-blocked-by-willsendrequest.html: Don't assume the media events will be dispatched before the window 'load' event. * platform/chromium/test_expectations.txt: Don't skip media/media-blocked-by-willsendrequest.html. 2011-11-15 Zoltan Arvai [Qt] Enable skipped but now passing tests (http/tests) https://bugs.webkit.org/show_bug.cgi?id=71911 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Unskip 24 tests. 2011-11-15 Philip Rogers Fix SVG hit testing when padding is present https://bugs.webkit.org/show_bug.cgi?id=37325 Reviewed by Nikolas Zimmermann. * svg/hittest/svg-padding-expected.txt: Added. * svg/hittest/svg-padding.xhtml: Added. 2011-11-15 Philippe Normand Unreviewed, marked fast/frames/flattening/frameset-flattening-simple.html as flaky on GTK. * platform/gtk/test_expectations.txt: 2011-11-15 Tony Gentilcore Tests occasionally report missing expectations https://bugs.webkit.org/show_bug.cgi?id=72039 * platform/chromium/test_expectations.txt: Add 3 more tests which flakily report missing. 2011-11-15 Mike Reed [skia] mark to rebaseline aft cr104128 lands (colorfilter optimization) https://bugs.webkit.org/show_bug.cgi?id=72270 Reviewed by NOBODY. * platform/chromium/test_expectations.txt: 2011-11-15 Tony Gentilcore media-blocked-by-willsendrequest.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72381 * platform/chromium/test_expectations.txt: Mark test as flaky. 2011-11-15 Alexander Pavlov font property does not show up as "shorthand" in inspector https://bugs.webkit.org/show_bug.cgi?id=15598 Reviewed by Nikolas Zimmermann. * fast/css/font-shorthand-expected.txt: Added. * fast/css/font-shorthand.html: Added. * fast/inspector-support/style-expected.txt: * fast/inspector-support/style.html: 2011-11-15 Philippe Normand REGRESSION (r100158-r100162): 5 fast tests failing on GTK Linux 64-bit Debug https://bugs.webkit.org/show_bug.cgi?id=72297 Unreviewed, GTK rebaseline after r100159. * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added. * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: 2011-11-15 Philippe Normand Unreviewed, skipping some new GTK test failures. * platform/gtk/Skipped: 2011-11-15 Csaba Osztrogonác REGRESSION(r100182): It broke 2 http/tests/security tests https://bugs.webkit.org/show_bug.cgi?id=72364 * platform/qt/Skipped: Skip failing tests until fix. 2011-11-15 Tony Gentilcore [chromium] fast/forms/file/input-file-label.html is flaky on win https://bugs.webkit.org/show_bug.cgi?id=72376 * platform/chromium/test_expectations.txt: Mark test flaky on win. 2011-11-15 Noel Gordon Rebaseline gray-scale-jpeg-with-color-profile.html https://bugs.webkit.org/show_bug.cgi?id=72240 Reviewed by Eric Seidel. * fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt. * platform/chromium-linux/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/chromium/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed. 2011-11-15 Tony Gentilcore [chromium] perf/document-contains.html is flaky on win https://bugs.webkit.org/show_bug.cgi?id=72372 * platform/chromium/test_expectations.txt: Marking flaky on WIN. 2011-11-15 Sheriff Bot Unreviewed, rolling out r100213. http://trac.webkit.org/changeset/100213 https://bugs.webkit.org/show_bug.cgi?id=72371 "Breaks test_shell_tests" (Requested by tonyg-cr on #webkit). * fast/filesystem/async-operations-expected.txt: * fast/filesystem/not-enough-arguments-expected.txt: * fast/filesystem/read-directory-expected.txt: * fast/filesystem/simple-persistent-expected.txt: * fast/filesystem/simple-readonly-expected.txt: * fast/filesystem/simple-temporary-expected.txt: * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: * fast/frames/sandboxed-iframe-attribute-parsing.html: * fast/frames/sandboxed-iframe-forms-dynamic.html: * fast/frames/sandboxed-iframe-forms.html: * fast/frames/sandboxed-iframe-navigation-top-by-constant-name.html: * fast/frames/sandboxed-iframe-navigation-top-by-constant-name2.html: * fast/frames/sandboxed-iframe-navigation-top-by-name.html: * fast/frames/sandboxed-iframe-navigation-top.html: * media/video-controls-no-scripting.html: 2011-11-15 Csaba Osztrogonác [Qt] Unviewed fix after r100254, because committed results was incorrect. * platform/qt/fast/dom/Window/window-properties-expected.png: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/constructed-objects-prototypes-expected.png: Added. * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Added. * platform/qt/fast/js/global-constructors-expected.png: * platform/qt/fast/js/global-constructors-expected.txt: 2011-11-15 Tony Gentilcore media/track/track-webvtt-tc003-newlines.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72369 * platform/chromium/test_expectations.txt: Marked test flaky. 2011-11-15 Simon Hausmann [Qt] REGRESSION(100123): It made inspector tests crash https://bugs.webkit.org/show_bug.cgi?id=72274 Reviewed by Tor Arne Vestbø. * platform/qt/Skipped: Unskip passing tests. 2011-11-15 Oliver Varga Unviewed gardening after r100159. * platform/qt/fast/dom/Window/window-properties-expected.png: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.png: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/js/global-constructors-expected.png: * platform/qt/fast/js/global-constructors-expected.txt: 2011-11-14 Alexander Pavlov Web Inspector: [Crash] Crash when inspecting namespaced SVG styled via element names https://bugs.webkit.org/show_bug.cgi?id=72261 Reviewed by Pavel Feldman. * inspector/styles/svg-style-expected.txt: Added. * inspector/styles/svg-style.xhtml: Added. 2011-11-15 Czene Tamás [Qt] Platform-specific result for r100157. Unreviewed, gardening. * platform/qt/svg/foreignObject/multiple-foreign-objects-expected.png: Added. * platform/qt/svg/foreignObject/multiple-foreign-objects-expected.txt: Added. 2011-11-15 Renata Hodovan [Qt] Two tests are skipped after r100182 and r100239. Unreviewed gardening. * platform/qt/Skipped: 2011-11-15 Kent Tamura [V8] Fix incorrect handling of JavaScript properties in DOMStringMap https://bugs.webkit.org/show_bug.cgi?id=53578 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: Remove failure expectations of fast/dom/dataset.html and fast/dom/dataset-xhtml.xhtml. 2011-11-14 Pavel Feldman Web Inspector: Command line $x fails for 3 of 4 types of XPath query https://bugs.webkit.org/show_bug.cgi?id=72276 Reviewed by Timothy Hatcher. * inspector/console/console-xpath-expected.txt: Added. * inspector/console/console-xpath.html: Added. 2011-11-14 Peter Kasting r100237 moved some pixel baselines into platform/chromium without also moving the text baselines. As a result all the Chromium Mac "not 10.6 CG" bots were still failing due to MISSING expectations. Unreviewed, gardening. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-001-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-002-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.txt: Removed. * platform/chromium/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.txt. * platform/chromium/css2.1/20110323/table-caption-001-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-001-expected.txt. * platform/chromium/css2.1/20110323/table-caption-002-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-002-expected.txt. * platform/chromium/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt. * platform/chromium/css2.1/20110323/table-caption-margins-001-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.txt. * platform/chromium/css2.1/20110323/table-caption-optional-001-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.txt. * platform/chromium/css2.1/20110323/table-caption-optional-002-expected.txt: Copied from platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.txt. 2011-11-14 Peter Kasting r100196 needed to also rebaseline Windows, not just Linux. Unreviewed, gardening. * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed. * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: 2011-11-14 Dmitry Lomov [V8][Chromium]Serialize dense arrays densly. https://bugs.webkit.org/show_bug.cgi?id=72198 Reviewed by David Levin. * fast/dom/Window/script-tests/postmessage-clone.js: * fast/dom/Window/window-postmessage-arrays-expected.txt: Added. * fast/dom/Window/window-postmessage-arrays.html: Added. 2011-11-14 Peter Kasting [chromium] More rebaselines for r100177 after r100193 did not fully green the Chromium Mac bots. Unreviewed, gardening. * platform/chromium-cg-mac-snowleopard/fast/table/prepend-in-anonymous-table-expected.txt: Removed. * platform/chromium/fast/table/prepend-in-anonymous-table-expected.txt: Added. 2011-11-14 Peter Kasting [chromium] More rebaselines for r100177 after r100193 did not fully green the Chromium Mac bots. Unreviewed, gardening. * platform/chromium-cg-mac-leopard/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium-cg-mac-leopard/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/dynamic-caption-add-before-child-expected.png: * platform/chromium-cg-mac-leopard/fast/table/multiple-captions-display-expected.png: * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-001-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.png: Removed. * platform/chromium-cg-mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/fast/table/multiple-captions-display-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Removed. * platform/chromium-mac-leopard/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium-mac-leopard/fast/table/dynamic-caption-add-before-child-expected.png: * platform/chromium-mac-leopard/fast/table/multiple-captions-display-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.png: * platform/chromium-mac-snowleopard/fast/table/multiple-captions-display-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium/fast/table/dynamic-caption-add-before-child-expected.txt: Added. * platform/chromium/fast/table/multiple-captions-display-expected.txt: Added. * platform/chromium/tables/mozilla_expected_failures/other/test4-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-11-14 Peter Kasting Rebaseline svg/foreignObject/multiple-foreign-objects.html on Snow Leopard and earlier. Unreviewed, gardening. * platform/mac-snowleopard/svg/foreignObject: Added. * platform/mac-snowleopard/svg/foreignObject/multiple-foreign-objects-expected.txt: Added. 2011-11-14 Noel Gordon Test JPEG image decoding RGB pixel endianess https://bugs.webkit.org/show_bug.cgi?id=72234 Reviewed by Kent Tamura. JPEG image RGB pixels should render without color corruption and in strict order, regardless of the underlying machine pixel buffer endianess. * fast/images/resources/rgb-jpeg-blue.jpg: Added. * fast/images/resources/rgb-jpeg-green.jpg: Added. * fast/images/resources/rgb-jpeg-red.jpg: Added. * fast/images/rgb-jpeg-endian-pixels-expected.txt: Added. * fast/images/rgb-jpeg-endian-pixels.html: Added. 2011-11-14 Adam Barth Unique origins shouldn't remember their scheme, host, or port https://bugs.webkit.org/show_bug.cgi?id=72308 Reviewed by Eric Seidel. * fast/filesystem/async-operations-expected.txt: * fast/filesystem/not-enough-arguments-expected.txt: * fast/filesystem/read-directory-expected.txt: * fast/filesystem/simple-persistent-expected.txt: * fast/filesystem/simple-readonly-expected.txt: * fast/filesystem/simple-temporary-expected.txt: - Update test results to show that we no longer leak the scheme in storage identifiers. * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: - Inline script because the sandbox iframe isn't allowed to load local resources. * fast/frames/sandboxed-iframe-attribute-parsing.html: * fast/frames/sandboxed-iframe-forms-dynamic.html: * fast/frames/sandboxed-iframe-forms.html: * fast/frames/sandboxed-iframe-navigation-top-by-constant-name.html: * fast/frames/sandboxed-iframe-navigation-top-by-constant-name2.html: * fast/frames/sandboxed-iframe-navigation-top-by-name.html: * fast/frames/sandboxed-iframe-navigation-top.html: * media/video-controls-no-scripting.html: - Previously sandboxed local iframes still got universal access when we're running with universal access for file URLs! Now that they correctly get unique origins, we need to update these tests to allow-same-origin access in order for them to function properly. 2011-11-14 Julien Chaffraix Test getting / setting display: -webkit-flexbox and -webkit-flexbox-inline https://bugs.webkit.org/show_bug.cgi?id=72318 Reviewed by Tony Chang. Test that covers the change for bug 72296 and also increase our flexbox coverage. * css3/flexbox/display-flexbox-set-get-expected.txt: Added. * css3/flexbox/display-flexbox-set-get.html: Added. * css3/flexbox/resources/display-flexbox-set-get.js: Added. 2011-11-14 Adam Barth Cross-origin drag-and-drop prevention ineffective https://bugs.webkit.org/show_bug.cgi?id=72322 Reviewed by Eric Seidel. Split drag-drop-dead-frame.html into two tests: one that tests for the previous crash and one that tests out data URL drag-and-drop behavior. * editing/pasteboard/drag-drop-dead-frame.html: * editing/pasteboard/drag-drop-to-data-url-expected.txt: Added. * editing/pasteboard/drag-drop-to-data-url.html: Added. 2011-11-14 Tony Chang Remove the CSS3_FLEXBOX compile time flag and enable on all ports https://bugs.webkit.org/show_bug.cgi?id=72196 Reviewed by Ojan Vafai. * fast/css/getComputedStyle/computed-style-expected.txt: * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2011-11-14 Fady Samuel [Chromium] setPageScaleFactor and associated methods should take scaling limits into account https://bugs.webkit.org/show_bug.cgi?id=72176 Reviewed by Darin Fisher. Rebaselined some tests that broke because we now clamp pageScaleFactor to 0.25 (these test at 0.2). Since this is a Chromium only change, the new baselines are only for Chromium. * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.png: * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Added. * platform/chromium/fast/repaint/background-scaling-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/repaint/scale-page-shrink-expected.png. * platform/chromium/fast/repaint/background-scaling-expected.txt: Added. 2011-11-14 Robert Hogan Platform-specific results for r100177 Unreviewed gardening. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-001-expected.txt. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-002-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.txt. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.txt. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.txt. * platform/chromium-cg-mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/table/multiple-captions-display-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/table/multiple-captions-display-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/table/prepend-in-anonymous-table-expected.txt: Copied from LayoutTests/platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Added. * platform/chromium-cg-mac/tables/mozilla_expected_failures/other/test4-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/dynamic-caption-add-before-child-expected.png. * platform/chromium-mac-snowleopard/fast/table/multiple-captions-display-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/multiple-captions-display-expected.png. * platform/chromium-mac-snowleopard/fast/table/prepend-in-anonymous-table-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/prepend-in-anonymous-table-expected.png. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png. * platform/chromium-win/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-win/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/border-spacing-applies-to-015-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-001-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-002-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-margins-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-optional-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.txt. * platform/chromium-win/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium-win/css2.1/20110323/table-caption-optional-002-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.txt. * platform/chromium-win/fast/table/dynamic-caption-add-before-child-expected.png: * platform/chromium-win/fast/table/multiple-captions-display-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png: * platform/gtk/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. * platform/gtk/css2.1/20110323/table-caption-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-001-expected.txt. * platform/gtk/css2.1/20110323/table-caption-002-expected.txt: Added. * platform/gtk/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. * platform/gtk/css2.1/20110323/table-caption-margins-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.txt. * platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.txt. * platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt: Copied from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.txt. * platform/gtk/fast/table/dynamic-caption-add-before-child-expected.txt: * platform/gtk/fast/table/multiple-captions-display-expected.txt: * platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt: * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt: * platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. * platform/qt/css2.1/20110323/table-caption-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-001-expected.txt. * platform/qt/css2.1/20110323/table-caption-002-expected.txt: Added. * platform/qt/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. * platform/qt/css2.1/20110323/table-caption-margins-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.txt. * platform/qt/css2.1/20110323/table-caption-optional-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.txt. * platform/qt/css2.1/20110323/table-caption-optional-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.txt. * platform/qt/fast/table/dynamic-caption-add-before-child-expected.txt: * platform/qt/fast/table/multiple-captions-display-expected.txt: * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt: * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt: 2011-11-14 Erik Arvidsson JS Test Harness: Remove one more reference to non existing js-test-post-function.js https://bugs.webkit.org/show_bug.cgi?id=72307 Reviewed by Ojan Vafai. * storage/indexeddb/mozilla/delete-result.html: 2011-11-14 Julien Chaffraix Crash in RenderTableSection::splitColumn https://bugs.webkit.org/show_bug.cgi?id=70171 Reviewed by David Hyatt. Added a couple of tests where different sections get their m_needsCellRecalc set independently. * fast/table/crash-splitColumn-2-expected.txt: Added. * fast/table/crash-splitColumn-2.html: Added. * fast/table/crash-splitColumn-3-expected.txt: Added. * fast/table/crash-splitColumn-3.html: Added. * fast/table/crash-splitColumn-expected.txt: Added. * fast/table/crash-splitColumn.html: Added. 2011-11-14 Jer Noble Unreviewed; skipping newly failing tests which need rebaselining. Added skipped tests; tracked by https://bugs.webkit.org/show_bug.cgi?id=72297. * platform/gtk/Skipped: 2011-10-10 Robert Hogan CSS 2.1 failure: border-spacing-applies-to-015.htm https://bugs.webkit.org/show_bug.cgi?id=69773 Reviewed by David Hyatt. * css2.1/20110323/border-spacing-applies-to-015.htm: Added. Now passes! * css2.1/20110323/table-caption-001.htm: Added. Passed anyway. * css2.1/20110323/table-caption-002.htm: Added. Now passes! * css2.1/20110323/table-caption-horizontal-alignment-001.htm: Added. Passed anyway. * css2.1/20110323/table-caption-margins-001.htm: Added. Passed anyway. * css2.1/20110323/table-caption-optional-001.htm: Added. Passed anyway. * css2.1/20110323/table-caption-optional-002.htm: Added. Passed anyway. * fast/table/dynamic-caption-add-before-child.xhtml: Extra captions now appear in result so remove their FAIL notices. * fast/table/multiple-captions-crash-expected.txt: Result reflects extra captions. * fast/table/multiple-captions-crash2-expected.txt: Result reflects extra captions. * fast/table/multiple-captions-display.xhtml: Extra captions now appear in result so remove their FAIL notices. * platform/chromium-linux/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. * platform/chromium-linux/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-001-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-001-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-002-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-002-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-margins-001-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-optional-001-expected.txt: Added. * platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.png: Added. * platform/chromium-linux/css2.1/20110323/table-caption-optional-002-expected.txt: Added. * platform/chromium-linux/fast/table/dynamic-caption-add-before-child-expected.png: Result reflects extra captions. * platform/chromium-linux/fast/table/multiple-captions-display-expected.png: Result reflects extra captions. * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png: Result reflects extra caption. * platform/chromium-win/fast/table/dynamic-caption-add-before-child-expected.txt: Result reflects extra captions. * platform/chromium-win/fast/table/multiple-captions-display-expected.txt: Result reflects extra captions. * platform/chromium-win/fast/table/prepend-in-anonymous-table-expected.txt: Result reflects extra caption. * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt: Result reflects extra caption. 2011-11-14 Michael Nordman Update layout tests for new websql error messages and console logging. https://bugs.webkit.org/show_bug.cgi?id=71575 Reviewed by David Levin. * fast/workers/storage/change-version-handle-reuse-worker-expected.txt: * fast/workers/storage/executesql-accepts-only-one-statement-sync.html: * fast/workers/storage/executesql-accepts-only-one-statement-sync-expected.txt: * fast/workers/storage/open-database-creation-callback-sync-expected.txt: * fast/workers/storage/open-database-set-empty-version-sync-expected.txt: * fast/workers/storage/test-authorizer-expected.txt: * fast/workers/storage/transaction-in-transaction-sync.html: * fast/workers/storage/transaction-in-transaction-sync-expected.txt: * storage/change-version-handle-reuse-expected.txt: * storage/open-database-creation-callback-expected.txt: * storage/open-database-set-empty-version-expected.txt: * storage/private-browsing-noread-nowrite-expected.txt: * storage/test-authorizer-expected.txt: 2011-11-14 Erik Arvidsson Remove getParameter from HTMLAnchorElement and Location https://bugs.webkit.org/show_bug.cgi?id=71966 Reviewed by Adam Barth. * fast/dom/HTMLAnchorElement/get-parameter-expected.txt: Removed. * fast/dom/HTMLAnchorElement/get-parameter.html: Removed. * fast/dom/Window/window-appendages-cleared-expected.txt: * fast/dom/Window/window-properties-expected.txt: * fast/dom/anchor-getParameter-expected.txt: Removed. * fast/dom/anchor-getParameter.html: Removed. * http/tests/misc/location-getParameter-expected.txt: Removed. * http/tests/misc/location-getParameter.html: Removed. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/qt-5.0/Skipped: * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/win/fast/dom/Window/window-properties-expected.txt: 2011-11-14 Erik Arvidsson Remove RequiresAllArguments https://bugs.webkit.org/show_bug.cgi?id=71503 Reviewed by Adam Barth. * fast/dom/Window/window-resize-and-move-arguments-expected.txt: * fast/dom/Window/window-resize-and-move-arguments.html: Treat missing arguments as 0. * fast/dom/Window/window-scroll-arguments-expected.txt: * fast/dom/Window/window-scroll-arguments.html: Ditto. * fast/events/drag-and-drop-set-drag-data-arguments-expected.txt: Added. * fast/events/drag-and-drop-set-drag-data-arguments.html: Added. This tests that we get an exception when called with too few arguments. 2011-11-11 Jer Noble Implement MediaController. https://bugs.webkit.org/show_bug.cgi?id=71408 Reviewed by Eric Carlson. * media/media-controller-expected.txt: Added. * media/media-controller-playback-expected.txt: Added. * media/media-controller-playback.html: Added. * media/media-controller.html: Added. * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: 2011-11-14 Andrew Scherkus [Chromium] Skip media layout tests on chromium-gpu-cg-mac-leopard platform https://bugs.webkit.org/show_bug.cgi?id=72147 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2011-11-14 Florin Malita Multiple foreign objects not rendered https://bugs.webkit.org/show_bug.cgi?id=72151 Reviewed by Adam Barth. * html5lib/runner-expected.txt: Rebaselined. * platform/chromium/html5lib/runner-expected.txt: Rebaselined. * svg/custom/use-multiple-on-nested-disallowed-font-expected.txt: Rebaselined. * svg/foreignObject/multiple-foreign-objects-expected.png: Added. * svg/foreignObject/multiple-foreign-objects-expected.txt: Added. * svg/foreignObject/multiple-foreign-objects.html: Added. 2011-11-14 Tony Gentilcore Flaky Test: http/tests/inspector/resource-tree/resource-tree-frame-add.html https://bugs.webkit.org/show_bug.cgi?id=59771 * platform/chromium/test_expectations.txt: Expect test to flakily timeout. 2011-11-14 Tony Gentilcore Tests occasionally report missing expectations https://bugs.webkit.org/show_bug.cgi?id=72039 * platform/chromium/test_expectations.txt: Expect test to flakily report missing expectations. 2011-11-14 Tony Gentilcore media/track/track-webvtt-tc004-magic-header.html flakily times out https://bugs.webkit.org/show_bug.cgi?id=72279 * platform/chromium/test_expectations.txt: Expect test to flakily timeout. 2011-11-14 Brian Salomon Remove expected crashes for skia-gpu canvas from test expectations https://bugs.webkit.org/show_bug.cgi?id=72183 Reviewed by Stephen White. * platform/chromium/test_expectations.txt: 2011-11-14 Tony Gentilcore Tests occasionally report missing expectations https://bugs.webkit.org/show_bug.cgi?id=72039 * platform/chromium/test_expectations.txt: Expect test to flakily report missing expectations. 2011-11-14 Andrey Kosyakov Web Inspector: expose iframe window to the onShown event handler of panels & sidebars https://bugs.webkit.org/show_bug.cgi?id=72268 Reviewed by Pavel Feldman. * inspector/extensions/extensions-api-expected.txt: * inspector/extensions/extensions-events-expected.txt: * inspector/extensions/extensions-events.html: * inspector/extensions/extensions-expected.txt: * platform/chromium/inspector/extensions/extensions-api-expected.txt: 2011-11-14 Csaba Osztrogonác [Qt] Unreviewed evening gardening. Try to make the bot green. * platform/qt/Skipped: Skip failing tets - fast/forms/select-multiple-elements-with-mouse-drag-with-options-less-than-size.html because of missing D&D support - fast/events/drag-text-with-clear.html because of missing D&D support - http/tests/misc/xslt-bad-import.html because of https://bugs.webkit.org/show_bug.cgi?id=72252 - inspector/timeline and inspector/user-metrics.html because of https://bugs.webkit.org/show_bug.cgi?id=72274 - svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html because of https://bugs.webkit.org/show_bug.cgi?id=52810 2011-11-14 Dominic Mazzoni Unreviewed, moving reference to newly-added test that fails on GTK to the accessibility section of the gtk Skipped file. This is not a problem specific to this test, it's a known limitation in GTK's accessibility testing implementation that's affecting many other tests. https://bugs.webkit.org/show_bug.cgi?id=72249 * platform/gtk/Skipped: Skip failing test. 2011-11-14 Tony Gentilcore [chromium] security/crypto-random-values-types.html is flaky on win https://bugs.webkit.org/show_bug.cgi?id=72272 * platform/chromium/test_expectations.txt: Mark test as flaky. 2011-11-14 Tony Gentilcore [chromium] Crash in webkit::npapi::PluginInstance::NPP_SetWindow https://bugs.webkit.org/show_bug.cgi?id=72271 * platform/chromium/test_expectations.txt: Expect test to crash sometimes. 2011-11-14 Tony Gentilcore media/track/track-cues-cuechange.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72269 * platform/chromium/test_expectations.txt: Mark test as flaky. 2011-11-14 Vsevolod Vlasov Unreviewed, unskipping passing test. * platform/chromium/test_expectations.txt: 2011-11-14 Pavel Feldman Web Inspector: console's protocol payload does not have url and line properties. https://bugs.webkit.org/show_bug.cgi?id=72256 Reviewed by Yury Semikhatsky. * inspector/console/console-url-and-line-expected.txt: Added. * inspector/console/console-url-and-line.html: Added. * inspector/protocol/console-agent-expected.txt: 2011-11-14 Tony Gentilcore [chromium] Two inspector tests timeout on mac https://bugs.webkit.org/show_bug.cgi?id=72264 * platform/chromium/test_expectations.txt: Expect appcache-iframe-manifests and script-formatter to timeout on mac. 2011-11-14 Tony Gentilcore Tests occasionally report missing expectations https://bugs.webkit.org/show_bug.cgi?id=72039 * platform/chromium/test_expectations.txt: Expect form-associated-element-crash3 to flakily go MISSING. 2011-11-14 Vsevolod Vlasov http/tests/inspector/resource-tree/appcache-iframe-manifests.html failing on some chromium bots after r99988 https://bugs.webkit.org/show_bug.cgi?id=72177 Reviewed by Tony Gentilcore. Added waitForFrameManifestURLAndStatus() call for the second frame with manifestId=1, fixed sort functions in appcache-test.js * http/tests/inspector/resource-tree/appcache-iframe-manifests.html: * http/tests/inspector/resource-tree/appcache-test.js: (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel.compareFunc): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheStatusesRecords.compareFunc): (initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheStatusesRecords): (initialize_ApplicationCacheTest): * platform/chromium/test_expectations.txt: 2011-11-14 Tony Gentilcore ASSERTION FAILED: fontCache()->generation() == m_generation (running new-run-webkit-tests) https://bugs.webkit.org/show_bug.cgi?id=59552 * platform/chromium/test_expectations.txt: Expect cross-frame-access-custom.html to CRASH or PASS. 2011-11-10 Yury Semikhatsky Web Inspector: function remote objetct should provide access to function position in the script https://bugs.webkit.org/show_bug.cgi?id=71808 Added test for Debugger.getFunctionLocation command. Reviewed by Pavel Feldman. * inspector/debugger/function-location-expected.txt: Added. * inspector/debugger/function-location.html: Added. * platform/chromium/inspector/debugger/function-location-expected.txt: Added. 2011-11-14 Kristóf Kosztyó [Qt] Unreviewed gardening after r100050 https://bugs.webkit.org/show_bug.cgi?id=72251 * platform/qt/Skipped: editing/spelling/spelling-unified-emulation.html 2011-11-14 Rakesh KN Cannot select multiple options by mouse dragging in expands up to 10 items instead of showing 4. https://bugs.webkit.org/show_bug.cgi?id=70765 Reviewed by Darin Adler. * fast/forms/select-clientheight-large-size-expected.txt: Added. * fast/forms/select-clientheight-large-size.html: Added. * fast/forms/select-clientheight-with-multiple-attr-expected.txt: Added. * fast/forms/select-clientheight-with-multiple-attr.html: Added. * platform/chromium/test_expectations.txt: * platform/gtk/fast/forms/listbox-clip-expected.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: * platform/win/test_expectations.txt: 2011-11-08 Chris Evans Crash accessing font fact rule parent https://bugs.webkit.org/show_bug.cgi?id=71860 Reviewed by Adam Barth. * fast/css/css-fontface-rule-crash-expected.txt: Added. * fast/css/css-fontface-rule-crash.html: Added. * resources/gc.js: Added. Add a re-usable best-of-breed gc(). 2011-11-08 Brent Fulgham [WinCairo] Unreviewed skiplist update to match main Windows build, and to skip a few failures. * platform/wincairo/Skipped: Updated. 2011-11-08 Philip Rogers fix REGRESSION: SVG feColorMatrix causes crash https://bugs.webkit.org/show_bug.cgi?id=71287 Reviewed by Simon Fraser. * svg/filters/feColorMatrix-invalid-animation-expected.png: Added. * svg/filters/feColorMatrix-invalid-animation-expected.txt: Added. * svg/filters/feColorMatrix-invalid-animation.svg: Added. 2011-11-08 Ojan Vafai Update the expectations. This test appears to also fail on the chromium mac bots. * platform/chromium/test_expectations.txt: 2011-11-08 Ojan Vafai Rebaseline test failing due to subtle antialiasing differences. Garden-o-matic claims it broke at r99613. * platform/chromium-cg-mac-leopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: * platform/chromium-cg-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added. * platform/chromium-cg-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added. * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed. * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed. 2011-11-08 Ojan Vafai Rebaselines and expectations after r99609 and r99616 and r99613. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-linux-x86/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-linux/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-win-vista/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-win-xp/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/chromium-win/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-11-08 Xiaomei Ji REGRESSION: rtl horizontal scrollbar / resize bug - Body shifts on resize when scrolled all the way to the left https://bugs.webkit.org/show_bug.cgi?id=70395 Reviewed by Tony Chang. * fast/dom/rtl-scroll-to-leftmost-and-resize.html: Added. * platform/chromium/test_expectations.txt: * platform/mac-snowleopard/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png: Added. * platform/mac-snowleopard/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added. 2011-11-08 Dan Bernstein Allow RenderView to have columns https://bugs.webkit.org/show_bug.cgi?id=71840 Reviewed by Simon Fraser. * fast/multicol/pagination-h-horizontal-bt.html: Added. * fast/multicol/pagination-h-horizontal-tb.html: Added. * fast/multicol/pagination-h-vertical-lr.html: Added. * fast/multicol/pagination-h-vertical-rl.html: Added. * fast/multicol/pagination-v-horizontal-bt.html: Added. * fast/multicol/pagination-v-horizontal-tb.html: Added. * fast/multicol/pagination-v-vertical-lr.html: Added. * fast/multicol/pagination-v-vertical-rl.html: Added. * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png: Added. * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.txt: Added. * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png: Added. * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.txt: Added. * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png: Added. * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.txt: Added. * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png: Added. * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.txt: Added. * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png: Added. * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.txt: Added. * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png: Added. * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.txt: Added. * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png: Added. * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.txt: Added. * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png: Added. * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.txt: Added. 2011-11-08 Vineet Chaudhary Document.importNode's 'deep' argument should default to true. https://bugs.webkit.org/show_bug.cgi?id=71190 Reviewed by Adam Barth. Added test to check document.importNode with No deep argument, deep argument true and false. * fast/dom/document-importNode-arguments-expected.txt: Added. * fast/dom/document-importNode-arguments.html: Added. 2011-11-08 Adam Klein WebKitMutationObserver.observe should raise a DOMException if passed invalid arguments https://bugs.webkit.org/show_bug.cgi?id=71596 Reviewed by Ryosuke Niwa. * fast/mutation/observe-exceptions-expected.txt: * fast/mutation/observe-exceptions.html: 2011-11-08 Joshua Bell IndexedDB: implement compound (array) key support https://bugs.webkit.org/show_bug.cgi?id=62284 Reviewed by Tony Chang. * storage/indexeddb/cursor-key-order-expected.txt: Added. * storage/indexeddb/cursor-key-order.html: Added. * storage/indexeddb/factory-cmp-expected.txt: * storage/indexeddb/factory-cmp.html: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics.html: * storage/indexeddb/key-type-array-expected.txt: Added. * storage/indexeddb/key-type-array.html: Added. * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-cursor.html: 2011-11-08 Joshua Bell IndexedDB: reference cycle between IDBDatabase and IDBTransaction https://bugs.webkit.org/show_bug.cgi?id=71749 Reviewed by Tony Chang. Add test case to verify that creating/deleting a store outside a transaction throws same error if store exists. Also fix the test to actually try removing stores. * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/create-and-remove-object-store.html: 2011-11-08 Ojan Vafai Fix expectations mixup. * platform/chromium/test_expectations.txt: 2011-11-07 Ryosuke Niwa Indent command can insert block quote in non editable content https://bugs.webkit.org/show_bug.cgi?id=71754 Reviewed by Enrica Casucci. Add tests to indent two images in a document. * editing/execCommand/indent-images-expected.txt: Added. * editing/execCommand/indent-images.html: Added. * editing/execCommand/indent-images-2-expected.txt: Added. * editing/execCommand/indent-images-2.html: Added. * editing/execCommand/indent-images-3-expected.txt: Added. * editing/execCommand/indent-images-3.html: Added. 2011-11-08 Adam Klein Only walk up the tree in search of MutationObservers if one has been added https://bugs.webkit.org/show_bug.cgi?id=71499 Reviewed by Ojan Vafai. Created a basic test showing that MutationObservers are preserved when a Node switches documents. * fast/mutation/cross-document-expected.txt: Added. * fast/mutation/cross-document.html: Added. 2011-11-08 Ojan Vafai Move regressions from V8 roll to from the downstream expectations file. Add regressions from http://trac.webkit.org/changeset/99561. * platform/chromium/test_expectations.txt: 2011-11-08 Tony Chang [chromium] broaden test failure for zoom-animator-scale-test2.html to include cg-gpu. * platform/chromium/test_expectations.txt: 2011-11-08 Ojan Vafai New tests results after r99539. zoom-replaced-intrinsic-ratio-001-expected.png is just minor antialiasing differences. The rest are all changing to a size that matched the pngs in platform/mac. * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-cg-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed. * platform/chromium-cg-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: * platform/chromium/svg/zoom/page/zoom-background-images-expected.txt: Removed. * platform/chromium/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed. 2011-11-08 Kaustubh Atrawalkar Autofocus inputs don't always honor selector input:focus. https://bugs.webkit.org/show_bug.cgi?id=24093 Already fixed and works on TOT. Adding layout test case for the same. Reviewed by Kent Tamura. * fast/forms/autofocus-input-css-style-change-expected.txt: Added. * fast/forms/autofocus-input-css-style-change.html: Added. 2011-11-08 Hans Wennborg IndexedDB: Start using the onSuccessWithContinuation() callback https://bugs.webkit.org/show_bug.cgi?id=71565 Reviewed by Tony Chang. The cursor-inconsistency.html test now passes completely. * storage/indexeddb/cursor-inconsistency-expected.txt: 2011-11-08 Justin Schuh Document::loader should use documentLoader(), not activeDocumentLoader() https://bugs.webkit.org/show_bug.cgi?id=65895 Reviewed by Brady Eidson. * fast/loader/stateobjects/replacestate-in-onunload-expected.txt: Added. * fast/loader/stateobjects/replacestate-in-onunload.html: Added. 2011-11-08 Philippe Normand [GTK] fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html is flaky https://bugs.webkit.org/show_bug.cgi?id=71774 Reviewed by Martin Robinson. * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html: Trigger the test when the iframe loaded to avoid potential flakyness. 2011-11-08 Nikolas Zimmermann Not reviewed. Rebaseline qt results after the recent SVGImage changes. * platform/qt/Skipped: * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added. * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added. * platform/qt/svg/zoom/page/zoom-background-images-expected.png: Added. * platform/qt/svg/zoom/page/zoom-background-images-expected.txt: Added. * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. 2011-11-08 Nikolas Zimmermann [Qt] 4 new tests fail introduced in r98852 https://bugs.webkit.org/show_bug.cgi?id=71253 Reviewed by Rob Buis. Address some problems seen on Qt/Chromium: - Remove the scaled png which is the source of the problem in zoom-background-images.html, we really only want to test zooming in the SVGImage there. - Don't zoom out more than three times, otherwise its ignored on Mac/DRT, where the minimum zoom factor is clamped to 0.5f. Qt doesn't have this limit, and currently zooms more than Mac does. There's no need to zoom out that often, three times is enough. * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Updated. * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Update. * svg/zoom/page/zoom-background-image-tiled.html: Don't set shouldZoomOut to false, it's the default. * svg/zoom/page/zoom-background-images.html: Don't zoom out more than three times. * svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm: Ditto. * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Ditto. * svg/zoom/page/zoom-svg-as-image.html: There is no shouldZoomIn, just remove it, zooming in is the default. 2011-11-08 Gavin Peters Fix width of m_type in CachedResource https://bugs.webkit.org/show_bug.cgi?id=71727 Reviewed by Nate Chapin. * fast/dom/HTMLLinkElement/cachedresource-types-expected.txt: Added. * fast/dom/HTMLLinkElement/cachedresource-types.html: Added. 2011-11-08 Nikolas Zimmermann [Chromium] SVG test failures after r99539 https://bugs.webkit.org/show_bug.cgi?id=71793 Reviewed by Zoltan Herczeg. It turns out that some of these tests are flakey. Replace elements with . That still tests repaint, but there's no need to run a 100ms animation, and then sample it after 400ms. That cries for problems if the machine is slow or loaded. I left the 400ms sample snapshot for now, we can still relax it later. * fast/backgrounds/resources/animated-rect-relative-size.svg: * svg/as-background-image/resources/animated-rect-relative-size.svg: * svg/as-image/resources/animated-rect-fixed-size.svg: * svg/as-image/resources/animated-rect-relative-size.svg: * svg/as-image/resources/animated-rect-same-image.svg: 2011-11-08 Yuta Kitamura [Chromium] Unreviewed, add three more CG-only failures. * platform/chromium/test_expectations.txt: 2011-11-08 Yuta Kitamura [Chromium] Mark fast/backgrounds/svg-as-mask.html as IMAGE on MAC. * platform/chromium/test_expectations.txt: 2011-11-08 Yuta Kitamura [Chromium] Unreviewed fix of expectation conflict in test_expectations.txt. * platform/chromium/test_expectations.txt: 2011-11-08 Yuta Kitamura [Chromium] Unreviewed, trying to update test_expectations.txt for the tests which started to fail after r99539. * platform/chromium/test_expectations.txt: 2011-11-08 Nikolas Zimmermann Switch SVGImage cache to store ImageBuffers instead of whole SVGImages, including a DOM/Render tree https://bugs.webkit.org/show_bug.cgi?id=71368 Reviewed by Antti Koivisto. Add some layout tests covering repainting of embedded SVG documents triggered by SMIL animations. * platform/chromium/test_expectations.txt: Fix test expectations, as described in bug 71226. * platform/mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added. * platform/mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added. * platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.png: Added. * platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added. * svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size.html: Added. * svg/as-image/animated-svg-as-image-same-image.html: Added. * svg/as-image/resources/animated-rect-same-image.svg: Copied from LayoutTests/svg/as-image/resources/animated-rect-fixed-size.svg. * svg/zoom/page/zoom-coords-viewattr-01-b.svg: Add comment, why scrollbars shouldn't appear anymore here. 2011-11-08 Philippe Normand Unreviewed, skip flaky crasher on GTK. * platform/gtk/Skipped: Skip fast/css/webkit-mask-crash-fieldset-legend.html 2011-11-08 Nándor Huszka [Qt] Some tests are flaky with NRWT https://bugs.webkit.org/show_bug.cgi?id=64002 There can be found the skipped tests: https://bugs.webkit.org/show_bug.cgi?id=71693 https://bugs.webkit.org/show_bug.cgi?id=71695 These 2 tests caused 7 tests timeouting. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Skip culprit tests - http/tests/notifications/icon-does-not-exist.html - http/tests/xmlhttprequest/workers/abort-exception-assert.html * platform/qt/test_expectations.txt: Unskip passing tests. 2011-11-08 Fehér Zsolt [Qt] Unreivewed gardening. Reset test results. * platform/qt-5.0/fast/css/child-style-can-override-visited-style-expected.txt: Added. * platform/qt-5.0/fast/multicol/block-axis-horizontal-bt-expected.txt: Added. * platform/qt-5.0/fast/multicol/block-axis-horizontal-tb-expected.txt: Added. * platform/qt-5.0/fast/multicol/block-axis-vertical-lr-expected.txt: Added. * platform/qt-5.0/fast/multicol/block-axis-vertical-rl-expected.txt: Added. * platform/qt-5.0/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. * platform/qt-5.0/svg/as-image/same-image-two-instances-expected.txt: Added. * platform/qt-5.0/svg/as-image/svg-image-change-content-size-expected.txt: Added. 2011-11-08 Philippe Normand Unreviewed, mark 2 tests flaky in GTK. * platform/gtk/test_expectations.txt: fast/forms/password-placeholder-text-security.html and fast/lists/inlineBoxWrapperNullCheck.html are flaky. 2011-11-08 Yuta Kitamura [Chromium] Unreviewed gardening. Rebaseline tests after r99454. Mark one SVG test as flaky. * platform/chromium-cg-mac-snowleopard/fast/borders/outline-alpha-block-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/fast/borders/outline-alpha-block-expected.png. * platform/chromium-mac-leopard/fast/borders/outline-alpha-block-expected.png: * platform/chromium-mac-snowleopard/fast/borders/outline-alpha-block-expected.png: Added. * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-radius-expected.png: Added. * platform/chromium-mac-snowleopard/fast/layers/self-painting-outline-expected.png: Added. * platform/chromium-mac/fast/borders/outline-alpha-block-expected.png: Removed. * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png: Removed. * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: * platform/chromium-win/fast/layers/self-painting-outline-expected.png: * platform/chromium/test_expectations.txt: 2011-11-07 Kenichi Ishibashi [Chromium] Layout Test platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html is flaky https://bugs.webkit.org/show_bug.cgi?id=71653 Reviewed by Kent Tamura. * platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html: Calls doTest() after iframe is loaded. 2011-11-07 Csaba Osztrogonác [Qt] Unreviewed morning gardening, skip a failing new test: svg/custom/getBBox-path.svg. https://bugs.webkit.org/show_bug.cgi?id=71766 * platform/qt/Skipped: 2011-11-07 Matt Falkenhagen Add layout test for locale-based font selection https://bugs.webkit.org/show_bug.cgi?id=67019 This test relies on overridePreference("WebKit*FontMap"...) which is implemented only on Chromium DumpRenderTree so far. Reviewed by Kent Tamura. * fast/text/international/locale-sensitive-fonts.html: Added. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: Added skip for non-Chromium ports. * platform/gtk-wk2/Skipped: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2011-11-07 Chris Fleizach REGRESSION(r99025-r99037): platform/mac/accessibility/select-element-selection-with-optgroups.html is asserting https://bugs.webkit.org/show_bug.cgi?id=71421 Reviewed by Ryosuke Niwa. Re-enable test after removing an erroneous assert. * platform/mac/test_expectations.txt: 2011-11-07 Ariya Hidayat "use strict" can not contain escape sequences or line continuation https://bugs.webkit.org/show_bug.cgi?id=71532 Reviewed by Darin Adler. * fast/js/basic-strict-mode-expected.txt: * fast/js/script-tests/basic-strict-mode.js: (testLineContinuation): Added. (testEscapeSequence): Added. 2011-11-07 Kentaro Hara Fixed wrong test results of fast/js/custom-constructors.html https://bugs.webkit.org/show_bug.cgi?id=71669 Reviewed by Darin Adler. According to the HTMLOptionElement spec (http://dev.w3.org/html5/spec/the-button-element.html#the-option-element), 'text', 'label' and 'value' have neither [TreatUndefinedAs=EmptyString] nor [TreatNullAs=EmptyString]. Thus, an undefined value should be converted to a string "undefined" and a null value should be converted to a string "null", following the step 3 of the IDL conversion spec (http://dev.w3.org/2006/webapi/WebIDL/#es-DOMString). * fast/dom/element-attribute-js-null-expected.txt: Fixed the test result. * fast/dom/element-attribute-js-null.html: Ditto. * fast/js/custom-constructors-expected.txt: Ditto. * fast/js/script-tests/custom-constructors.js: Ditto. 2011-11-07 Adam Barth WebWorkers fail with document.domain set when accessing from subdomain https://bugs.webkit.org/show_bug.cgi?id=67978 Reviewed by Sam Weinig. Test that a document can still create same-origin workers after setting document.domain. * http/tests/workers/worker-document-domain-security-expected.txt: Added. * http/tests/workers/worker-document-domain-security.html: Added. 2011-11-07 Tony Chang Fix chromium cg results for css2.1/20110323/block-non-replaced-width-008.html * platform/chromium-cg-mac-leopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. * platform/chromium-cg-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/css2.1/20110323/block-non-replaced-width-008-expected.png. 2011-11-07 Tony Chang [chromium] restore original expectation for fast/frames/sandboxed-iframe-navigation-targetlink.html * platform/chromium/test_expectations.txt: 2011-11-07 Tony Chang [chromium] disable 2 tests that are slow in debug * platform/chromium/test_expectations.txt: only run fast/frames/lots-of-iframes.html and fast/frames/lots-of-objects.html in release builds 2011-11-07 Vangelis Kokkevis [chromium] Make compositing for scrollable [i]frames a setting separate from forceCompositingMode. https://bugs.webkit.org/show_bug.cgi?id=71714 Adjust the force-compositing-mode layout tests to explicitly set the new flag. Reviewed by James Robinson. * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html: * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html: * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html: * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html: * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html: * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html: 2011-11-07 Tony Chang Update chromium test_expectations.txt. * platform/chromium-cg-mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Fix result that was attempted to be fixed in r99457. * platform/chromium/test_expectations.txt: Tests that need a baseline after 99454. 2011-11-07 Stephen Chenney Layout Test fast/events/platform-wheelevent-paging-x-in-scrolling-page.html is failing https://bugs.webkit.org/show_bug.cgi?id=71606 Reviewed by Tony Chang. * platform/chromium/test_expectations.txt: Remove the expected failure. 2011-11-07 Dominic Cooney Remove initPopStateEvent method https://bugs.webkit.org/show_bug.cgi?id=71691 Reviewed by Ojan Vafai. * fast/events/fire-popstate-event.html: use 'new PopStateEvent' now 2011-11-07 Adam Barth iframe sandbox treats vertical tab as a valid delimiter https://bugs.webkit.org/show_bug.cgi?id=71704 Reviewed by Eric Seidel. Test which space-like charaters are treating as delimiters. * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt: Added. * fast/frames/sandboxed-iframe-parsing-space-characters.html: Added. 2011-11-07 Ken Buchanan Crash due to mixed direction text runs https://bugs.webkit.org/show_bug.cgi?id=66015 Reviewed by David Hyatt. In some cases extra bidi runs were being added because appendRun() was being called after the last run of the line was already appended. This converts a previous fix for this bug to an ASSERT, because the check is unnecessary, though it is a symptom that text runs have somehow gotten messed up. * rendering/InlineIterator.h: (WebCore::InlineBidiResolver::appendRun): Abort append if we've already appended the last run of the line * rendering/RenderBox.cpp: (WebCore::RenderBox::positionLineBox): Revert the previous patch, change to an assert 2011-11-07 Tim Horton getBBox() on a SVGPathElement with curves incorrectly includes control points https://bugs.webkit.org/show_bug.cgi?id=53512 Reviewed by Oliver Hunt. Add a test that ensures that getBBox does not include control points in the rect it returns. * platform/chromium/test_expectations.txt: * svg/custom/getBBox-path-expected.txt: Added. * svg/custom/getBBox-path.svg: Added. 2011-11-07 vsevik@chromium.org Web Inspector: Suggest box should consume enter key pressed event. https://bugs.webkit.org/show_bug.cgi?id=71700 Reviewed by Pavel Feldman. * http/tests/inspector/inspector-test.js: (initialize_InspectorTest.InspectorTest.evaluateInConsole): 2011-11-07 Robert Hogan [chromium] css2.1/20110323/block-non-replaced-width-008.htm fails on mac 10.5 CG https://bugs.webkit.org/show_bug.cgi?id=71214 Reviewed by Adam Barth. * platform/chromium-cg-mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. 2011-11-07 David Barr Optimize outline rendering to avoid transparency layers https://bugs.webkit.org/show_bug.cgi?id=60750 Rebaseline pixel tests to accommodate subtle change in rounding. Reviewed by Simon Fraser. * platform/chromium-linux/fast/box-shadow/box-shadow-radius-expected.png: Added. * platform/chromium-linux/fast/layers/self-painting-outline-expected.png: Added. 2011-11-07 Tony Chang [chromium] Mark perf/documnet-contians.html as slow. * platform/chromium/test_expectations.txt: 2011-11-07 Dominic Cooney Remove initCloseEvent method https://bugs.webkit.org/show_bug.cgi?id=71374 Reviewed by Ojan Vafai. * fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/win/fast/dom/Window/window-properties-expected.txt: 2011-11-07 Dominic Cooney Remove initOverflowEvent from JavaScript bindings https://bugs.webkit.org/show_bug.cgi?id=71687 Reviewed by Ojan Vafai. OverflowEvent initialization is tested in fast/events/constructors/overflow-event-constructor.html * fast/events/init-events-expected.txt: * fast/events/script-tests/init-events.js: 2011-11-07 Philippe Normand [GTK] fast/frames/flattening/frameset-flattening-simple.html is flaky https://bugs.webkit.org/show_bug.cgi?id=71655 Reviewed by Martin Robinson. * fast/frames/flattening/frameset-flattening-simple.html: Trigger the test only after the embedded frame has been loaded. 2011-11-07 Simon Hausmann [Qt] More gardening. Skip keygen related tests. Rubber-stamped by Ossy. * platform/qt/Skipped: We don't support , so group the keygen failures and add a comment. 2011-11-07 Simon Hausmann [Qt] Gardening, unskip tests that appear to pass now. Rubber-stamped by Ossy. * platform/qt/Skipped: 2011-11-07 Simon Hausmann [Qt] Fix failing inspector tests after build system changes https://bugs.webkit.org/show_bug.cgi?id=71677 Reviewed by Tor Arne Vestbø. * platform/qt/Skipped: Unskip previously failing tests. 2011-11-07 Ben Wells [Qt] Skip a new failing test on Qt https://bugs.webkit.org/show_bug.cgi?id=70893 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2011-11-07 Andrey Kosyakov Web Inspector: use toString as the Date object description. https://bugs.webkit.org/show_bug.cgi?id=71605 Reviewed by Yury Semikhatsky. * inspector/remote-object-expected.txt: Added. * inspector/remote-object.html: Added. 2011-11-07 Philippe Normand Unreviewed, GTK flaky tests clean-up. Moved most of them to test_expectations. * platform/gtk/Skipped: * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: * platform/gtk/test_expectations.txt: 2011-11-07 Pavel Feldman Web Inspector: split script-formatter test into multiple tests. https://bugs.webkit.org/show_bug.cgi?id=71607 Reviewed by Yury Semikhatsky. * inspector/debugger/script-formatter-breakpoints-expected.txt: Added. * inspector/debugger/script-formatter-breakpoints.html: Added. * inspector/debugger/script-formatter-console-expected.txt: Added. * inspector/debugger/script-formatter-console.html: Added. * inspector/debugger/script-formatter-expected.txt: * inspector/debugger/script-formatter.html: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2011-11-07 Philippe Normand Unreviewed, fast/dom/gc-11.html is now passing on GTK, it seems. * platform/gtk/Skipped: 2011-11-07 Keishi Hattori Change ColorChooser from singleton to ordinary object https://bugs.webkit.org/show_bug.cgi?id=71644 Reviewed by Kent Tamura. * fast/forms/color/input-color-onchange-event.html: Changed to match the changes to window.internals object 2011-11-07 Alexander Pavlov Web Inspector: Cannot edit elements commented with