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