2010-12-06 Yael Aharon Reviewed by Andreas Kling. [Qt] Support focus ring outline color for links. https://bugs.webkit.org/show_bug.cgi?id=50428 * fast/css/focus-ring-outline-color.html: Added. * fast/css/focus-ring-outline-offset.html: Added. * fast/css/focus-ring-outline-width.html: Added. * platform/mac/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/mac/fast/css/focus-ring-outline-color-expected.png: Added. * platform/mac/fast/css/focus-ring-outline-color-expected.txt: Added. * platform/mac/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/mac/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/mac/fast/css/focus-ring-outline-offset-expected.txt: Added. * platform/mac/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/mac/fast/css/focus-ring-outline-width-expected.png: Added. * platform/mac/fast/css/focus-ring-outline-width-expected.txt: Added. * platform/qt/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/qt/fast/css/focus-ring-outline-color-expected.png: Added. * platform/qt/fast/css/focus-ring-outline-color-expected.txt: Added. * platform/qt/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/qt/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/qt/fast/css/focus-ring-outline-offset-expected.txt: Added. * platform/qt/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/qt/fast/css/focus-ring-outline-width-expected.png: Added. * platform/qt/fast/css/focus-ring-outline-width-expected.txt: Added. 2010-12-06 Yael Aharon Reviewed by Andreas Kling. [Qt] Fix focus ring outline color support https://bugs.webkit.org/show_bug.cgi?id=50325 * platform/qt/Skipped: * platform/qt/fast/images/imagemap-focus-ring-expected.checksum: * platform/qt/fast/images/imagemap-focus-ring-expected.png: * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added. * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.checksum: * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png: 2010-12-06 Yael Aharon Unreviewed. Added a proper mime-type to images. * platform/qt/fast/images/imagemap-focus-ring-expected.png: Added property svn:mime-type. * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png: Added property svn:mime-type. 2010-12-06 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for tests introduced in r73296. Compared to Mac png files and Mac expected files. * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. 2010-12-05 Rob Buis Reviewed by Nikolas Zimmermann. createSVGTransformFromMatrix(undefined) => NULL ptr https://bugs.webkit.org/show_bug.cgi?id=49564 Extend existing test to make sure undefined or null as parameter throw an exception. * svg/dom/SVGTransformList-expected.txt: * svg/dom/script-tests/SVGTransformList.js: 2010-12-05 Robert Hogan Reviewed by Andreas Kling. [Qt] Zero-sized font does not yet work Fix fast/text/font-size-zero.html https://bugs.webkit.org/show_bug.cgi?id=49759 * platform/qt/Skipped: 2010-12-04 Daniel Bates https://bugs.webkit.org/show_bug.cgi?id=49641 Inadvertently committed the wrong results for test case fast/lists/w3-css3-list-styles-fallback-style.html in . * fast/lists/w3-css3-list-styles-fallback-style-expected.txt: Rebased results. 2010-12-04 Daniel Bates https://bugs.webkit.org/show_bug.cgi?id=49641 Update test case and result for fast/lists/w3-css3-list-styles-fallback-style.html since we now support list style types lower-armenian and upper-armenian. * fast/lists/w3-css3-list-styles-fallback-style-expected.txt: * fast/lists/w3-css3-list-styles-fallback-style.html: 2010-12-04 Daniel Bates Reviewed by Darin Adler. Add support for lower-armenian and upper-armenian https://bugs.webkit.org/show_bug.cgi?id=49641 Tests cases for lower-armenian and upper-armenian list-style-types derived from the HTML+CSS Internationalization Tests "lower-armenian, up to 9,999", and "armenian, up to 9,999", respectively. See . * fast/lists/w3-css3-lower-armenian-expected.txt: Added. * fast/lists/w3-css3-lower-armenian.html: Added. * fast/lists/w3-css3-upper-armenian-expected.txt: Added. * fast/lists/w3-css3-upper-armenian.html: Added. 2010-12-04 Gavin Peters Reviewed by Adam Barth. Implement onload events for https://bugs.webkit.org/show_bug.cgi?id=50187 * fast/dom/HTMLLinkElement/link-and-subresource-test-expected.txt: Added. * fast/dom/HTMLLinkElement/link-and-subresource-test.html: Added. * fast/dom/HTMLLinkElement/prefetch-expected.txt: * fast/dom/HTMLLinkElement/prefetch-onload-expected.txt: Added. * fast/dom/HTMLLinkElement/prefetch-onload.html: Added. * fast/dom/HTMLLinkElement/prefetch.html: * http/tests/misc/prefetch-purpose.html: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2010-12-04 Martin Robinson Fix a baseline which differs between my machine and the bots. * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Fix differing baseline. 2010-12-04 Philippe Normand Unreviewed, skipping failing media test. * platform/gtk/Skipped: Skip media/controls-without-preload.html 2010-12-04 Martin Robinson Check in platform-specific results for failing RTL tests on GTK+. Comments at https://bugs.webkit.org/show_bug.cgi?id=50352 suggest that these failing results are fine for now. * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. 2010-12-04 Johnny Ding Reviewed by Alexey Proskuryakov. The JavaScript created (untrusted) event inside a user-initiated (trusted) event should not cache the UserGesture status. https://bugs.webkit.org/show_bug.cgi?id=50508 * fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Added. * fast/events/popup-blocked-from-untrusted-mouse-click.html: Added. 2010-12-03 Martin Robinson Add a platform-specific baseline for GTK+ after r73128. This test just click at a predetermined location in the middle of the text field. Since GTK+ font sizes differ from other ports, the text selected differs. * platform/gtk/fast/forms/onselect-textarea-expected.txt: Added. 2010-12-03 Dimitri Glazkov Reviewed by Darin Adler. REGRESSION(r71934): input event fires twice when editing text inside a text input. https://bugs.webkit.org/show_bug.cgi?id=50477 * fast/forms/text-input-event-expected.txt: Added. * fast/forms/text-input-event.html: Added. 2010-12-03 Sheriff Bot Unreviewed, rolling out r73302. http://trac.webkit.org/changeset/73302 https://bugs.webkit.org/show_bug.cgi?id=50499 Causes crashes in debug LayoutTests (Requested by xan_ on #webkit). * platform/win/Skipped: 2010-12-01 Ilya Tikhonovsky Reviewed by Pavel Feldman. Web Inspector: Inspector protocol cleanup task. The patch has just small renames and adjustments for the protocol things. 'handler' keyword in idl file was replaced with 'domain'. 'domain' property was assigned for the each backend to frontend messages. At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly. https://bugs.webkit.org/show_bug.cgi?id=50337 * inspector/report-API-errors-expected.txt: * inspector/report-API-errors.html: * inspector/report-protocol-errors-expected.txt: 2010-12-03 Sam Weinig Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-12-03 Victor Wang Unreviewed. [Chromium] update chromium baselines for tests added by http://trac.webkit.org/changeset/73296 * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. 2010-12-03 Michael Saboff Reviewed by Gavin Barraclough Added new tests to support changes to Regexp JIT code handling of parentheses. Tests focused on backtracking and nested subexpressions. https://bugs.webkit.org/show_bug.cgi?id=50295 * fast/regex/parentheses-expected.txt: Added. * fast/regex/parentheses.html: Added. * fast/regex/script-tests/parentheses.js: Added. 2010-12-03 Chris Guillory Reviewed by Chris Fleizach. Include the FrameView widget of a RenderWidget in the accessibility tree. https://bugs.webkit.org/show_bug.cgi?id=49106 * platform/win/Skipped: 2010-12-03 Victor Wang Unreviewed. [Chromium] clean up chromium test expectations. * platform/chromium-mac/platform/mac/editing: Removed. * platform/chromium-mac/platform/mac/editing/spelling: Removed. * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Removed. * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Removed. * platform/chromium-win/platform/mac/editing/spelling: Removed. * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Removed. * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Removed. 2010-12-03 Abhishek Arya Reviewed by Dave Hyatt. Test passes if we do not crash in splitBlocks while working with anonymous blocks. https://bugs.webkit.org/show_bug.cgi?id=49928 * fast/multicol/span/anonymous-before-child-parent-crash.html: Added. * fast/multicol/span/anonymous-split-block-crash.html: Added. * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. 2010-12-03 Jessie Berlin Update the Windows results for controls-without-preload.html to make the bots green. Unreviewed. media/controls-without-preload.html failing on Windows https://bugs.webkit.org/show_bug.cgi?id=50471 * platform/win/media/controls-without-preload-expected.txt: Added. 2010-12-03 Jia Pu Reviewed by Darin Adler. Need to move all code that applies correction into correction panel callback. https://bugs.webkit.org/show_bug.cgi?id=50426 Added expected png file. * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added. * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added. 2010-12-03 Sam Weinig Reviewed by Gavin Barraclough. Added fast/text/font-size-zero.html and svg/batik/text/smallFonts.svg to the leopard skipped list. * platform/mac-leopard/Skipped: 2010-12-03 Ryosuke Niwa Reviewed by Darin Adler. REGRESSION: Crash when deleting text after textarea's value is modified on input event https://bugs.webkit.org/show_bug.cgi?id=49962 Added tests to ensure inserting and deleting a character inside input or textarea succeeds even if the value of those elements have been rewritten by its input event handler. * editing/input/set-value-on-input-and-delete-expected.txt: Added. * editing/input/set-value-on-input-and-delete.html: Added. * editing/input/set-value-on-input-and-forward-delete-expected.txt: Added. * editing/input/set-value-on-input-and-forward-delete.html: Added. * editing/input/set-value-on-input-and-type-input-expected.txt: Added. * editing/input/set-value-on-input-and-type-input.html: Added. * editing/input/set-value-on-input-and-type-textarea-expected.txt: Added. * editing/input/set-value-on-input-and-type-textarea.html: Added. 2010-12-03 Sam Weinig Add missing expected results. * media/controls-without-preload-expected.txt: Added. 2010-12-03 Jessie Berlin Updating the Windows 7 results for clip-path-referencing-use.svg to make the bots green. Unreviewed. svg/custom/clip-path-referencing-use.svg fails when run with Aero enabled. https://bugs.webkit.org/show_bug.cgi?id=49945 Make sure that the XP results still match the Mac results. * platform/win-xp/svg: Added. * platform/win-xp/svg/custom: Added. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Added. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Added. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Added. * platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Added. * platform/win/svg/custom/clip-path-referencing-use-expected.png: Added. * platform/win/svg/custom/clip-path-referencing-use-expected.txt: Added. 2010-12-03 Dimitri Glazkov Reviewed by Darin Adler. REGRESSION(r72783): DOMActivate fires multiple times from input type=file https://bugs.webkit.org/show_bug.cgi?id=50396 * fast/events/shadow-boundary-crossing-2-expected.txt: Changed expectations. * fast/events/shadow-boundary-crossing-2.html: Added the correct test for event retargeting, renamed previous test to be more specific in what it tests. 2010-12-03 Abhishek Arya Unreviewed. Skipping drag-drop-same-unique-origin.html for win platform. Drag and drop does not work correctly in windows DRT. Skipping like other similar tests. https://bugs.webkit.org/show_bug.cgi?id=50438 * platform/win/Skipped: 2010-12-03 Csaba Osztrogonác Unreviewed. Add Qt specific expected result after r73246. * platform/qt/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/qt/css2.1/t040105-import-10-b-expected.png: Added. * platform/qt/css2.1/t040105-import-10-b-expected.txt: Added. 2010-12-03 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-03 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Philippe Normand Reviewed by Martin Robinson. hasVideo/hasAudio reimplementations [GStreamer] hasVideo/Audio return false until the pipeline reaches PAUSED https://bugs.webkit.org/show_bug.cgi?id=50382 * media/controls-without-preload.html: Added. * platform/gtk/media/controls-without-preload-expected.txt: Added. 2010-12-03 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-03 Philippe Normand Unreviewed, skipping failing media test on GTK. * platform/gtk/Skipped: Skip media/controls-drag-timebar.html 2010-12-03 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-03 Yonathan Randolph Reviewed by Alexey Proskuryakov. XPath lexer misinterprets expression starting with "div". https://bugs.webkit.org/show_bug.cgi?id=50366 * fast/xpath/ambiguous-operators-expected.txt: Added. * fast/xpath/ambiguous-operators.html: Added. 2010-12-02 Rob Buis Reviewed by Alexey Proskuryakov. CSS 2.1 failure: at-import-* https://bugs.webkit.org/show_bug.cgi?id=47153 Import the html4/at-import-010 test from the CSS2.1 Testsuite. * css2.1/t040105-import-10-b.html: Added. * platform/mac/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/mac/css2.1/t040105-import-10-b-expected.png: Added. * platform/mac/css2.1/t040105-import-10-b-expected.txt: Added. 2010-12-02 Laszlo Gombos Reviewed by Andreas Kling. [Qt] Enable Web Timing for Qt https://bugs.webkit.org/show_bug.cgi?id=42433 * fast/dom/webtiming-document-open-expected.txt: Add an extra line to the expected results. * platform/qt/Skipped: Enable Web Timing tests. * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Add webkitPerformance property. 2010-12-02 Yuta Kitamura Unreviewed. Revert Chromium test expectations updates at r73234 and r73232. Tests added in these changes are no longer failing. * platform/chromium/test_expectations.txt: 2010-12-02 Yuta Kitamura Unreviewed. Remove duplicate entries from Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Simon Fraser Move to platform/mac, since the paint call is only made for plugins using QuickDraw or CoreGraphics. * platform/mac/plugins/testplugin-onnew-onpaint-expected.txt: Renamed from LayoutTests/plugins/testplugin-onnew-onpaint-expected.txt. * platform/mac/plugins/testplugin-onnew-onpaint.html: Renamed from LayoutTests/plugins/testplugin-onnew-onpaint.html. 2010-12-02 Simon Fraser Reviewed by Anders Carlsson. Add the ability to run script on 'new' and 'paint' in the test plugin https://bugs.webkit.org/show_bug.cgi?id=50425 Testcase to test that the JS callbacks are fired. * plugins/testplugin-onnew-onpaint-expected.txt: Added. * plugins/testplugin-onnew-onpaint.html: Added. 2010-12-02 Victor Wang Unreviewed. [Chromium] update bug numbers in chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Dan Bernstein Reviewed by Dave Hyatt. Test parsing of the text-emphasis CSS properties https://bugs.webkit.org/show_bug.cgi?id=48539 * fast/css/parsing-text-emphasis-expected.txt: Added. * fast/css/parsing-text-emphasis.html: Added. 2010-12-02 Victor Wang Unreviewed. [Chromium] merge toDataURL-supportedTypes in chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] update chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Jian Li Reviewed by Kenneth Russell. Integer calculation issues in DataView constructor https://bugs.webkit.org/show_bug.cgi?id=50354 * fast/canvas/webgl/data-view-crash-expected.txt: Added. * fast/canvas/webgl/data-view-crash.html: Added. 2010-12-02 Xiaomei Ji Unreviewed. 2nd try on rebaseline vertical-scrollbar-in-rtl. * platform/chromium-mac/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. * platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. * platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] update chromium test expectations for failed canvas toDataURL test. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] add vertical-scrollbar-in-rtl back to test expectations for mac. The test does not putput consistent y-scroll position with HOME keydown. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] update chromium test expectations for failed svg tests. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-win/svg/carto.net/selectionlist-expected.png: * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-win/svg/custom/image-small-width-height-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium/test_expectations.txt: 2010-12-02 Andy Estes Reviewed by Darin Adler. Implement (non-EventListener) marquee IDL attributes from HTML5. https://bugs.webkit.org/show_bug.cgi?id=49786 * fast/html/marquee-element-expected.txt: Added. * fast/html/marquee-element.html: Added. 2010-12-02 Xiaomei Ji Unreviewed. Rebaseline vertical-scrollbar-in-rtl after r73063. Enable truncation-rtl after r73087. https://bugs.webkit.org/show_bug.cgi?id=50352 * platform/chromium-mac/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. * platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] update chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Victor Wang Unreviewed. [Chromium] update chromium test expectations. These svg tests need to rebaseline on win and linux. * platform/chromium/test_expectations.txt: 2010-12-02 Johnny Ding Reviewed by Adam Barth. Set the right gesture status for URL redirections. https://bugs.webkit.org/show_bug.cgi?id=47817 * fast/frames/location-redirect-user-gesture-expected.txt: Added. * fast/frames/location-redirect-user-gesture.html: Added. * fast/frames/meta-refresh-user-gesture-expected.txt: Added. * fast/frames/meta-refresh-user-gesture.html: Added. * fast/frames/resources/meta-refresh-target.html: Added. * platform/gtk/Skipped: * platform/win/Skipped: 2010-12-02 Eric Seidel Unreviewed. animations/stop-animation-on-suspend.html sometimes fails on all platforms https://bugs.webkit.org/show_bug.cgi?id=49182 * platform/mac/Skipped: 2010-12-02 Noel Gordon Reviewed by David Levin. [chromium] Add canvas.toDataURL("image/jpeg", quality) support https://bugs.webkit.org/show_bug.cgi?id=49365 Chromium window/linux layout try results now match the default test result, so remove this platform-specific test exception file. * platform/chromium-win/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt: Removed. 2010-12-02 Sheriff Bot Unreviewed, rolling out r73152. http://trac.webkit.org/changeset/73152 https://bugs.webkit.org/show_bug.cgi?id=50401 the patch has broken chromium win layout tests (Requested by loislo on #webkit). * inspector/report-API-errors-expected.txt: * inspector/report-API-errors.html: * inspector/report-protocol-errors-expected.txt: * inspector/report-protocol-errors.html: 2010-12-02 W. James MacLean Reviewed by James Robinson. Scaled Resized images are blurred when sent to Skia https://bugs.webkit.org/show_bug.cgi?id=42370 * platform/chromium-linux/svg/custom/image-rescale-clip-expected.checksum: Added. * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png: Added. * platform/chromium-linux/svg/custom/image-rescale-clip-expected.txt: Added. * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Added. * platform/chromium-linux/svg/custom/image-rescale-expected.png: Added. * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac-leopard/svg/custom/image-rescale-expected.checksum: Added. * platform/mac-leopard/svg/custom/image-rescale-expected.png: Added. * platform/mac-leopard/svg/custom/image-rescale-expected.txt: Added. * platform/mac/svg/custom/image-rescale-clip-expected.checksum: Added. * platform/mac/svg/custom/image-rescale-clip-expected.png: Added. * platform/mac/svg/custom/image-rescale-clip-expected.txt: Added. * platform/mac/svg/custom/image-rescale-expected.checksum: Added. * platform/mac/svg/custom/image-rescale-expected.png: Added. * platform/mac/svg/custom/image-rescale-expected.txt: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.png: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Added. * svg/custom/image-rescale-clip.html: Added. * svg/custom/image-rescale-scroll.html: Added. * svg/custom/image-rescale.svg: Added. * svg/custom/resources/image-rescale.jpg: Added. 2010-12-02 Erik Arvidsson Reviewed by Darin Adler. Missing DOM property for incremental input attribute https://bugs.webkit.org/show_bug.cgi?id=50335 * fast/forms/incremental-dom-property-expected.txt: Added. * fast/forms/incremental-dom-property.html: Added. * fast/forms/script-tests/incremental-dom-property.js: Added. 2010-12-02 Tony Chang Unreviewed, update DRT crash on mac. * platform/chromium/test_expectations.txt: 2010-12-01 Ilya Tikhonovsky Reviewed by Pavel Feldman. Web Inspector: Inspector protocol cleanup task. The patch has just small renames and adjustments for the protocol things. 'handler' keyword in idl file was replaced with 'domain'. 'domain' property was assigned for the each backend to frontend messages. At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly. https://bugs.webkit.org/show_bug.cgi?id=50337 * inspector/report-API-errors-expected.txt: * inspector/report-API-errors.html: * inspector/report-protocol-errors-expected.txt: 2010-12-02 Tony Chang Unreviewed, add back fast/overflow/hit-test-overflow-controls.html to chromium test_expectations.txt. It's failing on the main waterfall. Thanks to victorw for notifying me. * platform/chromium/test_expectations.txt: 2010-12-02 Philippe Normand Unreviewed, skip failing tests. * platform/gtk/Skipped: 2010-12-02 Dai Mikurube Reviewed by Kent Tamura. Reject named colors, accept only #rrggbb in https://bugs.webkit.org/show_bug.cgi?id=50308 * fast/forms/ValidityState-typeMismatch-color-expected.txt: * fast/forms/script-tests/ValidityState-typeMismatch-color.js: Changed to reject English color names. 2010-12-02 Philippe Normand Unreviewed, skip failing test. * platform/gtk/Skipped: Skip media/video-volume.html 2010-12-02 Philippe Normand Unreviewed, unskip passing media tests on GTK. * platform/gtk/Skipped: Unskip fullscreen video tests, now passing. 2010-12-02 Csaba Osztrogonác Unreviewed. Add Qt specific expected files after r73063. Make scrolling work properly with writing modes https://bugs.webkit.org/show_bug.cgi?id=46645 * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-expected.txt. * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt. 2010-12-02 Adam Roben Remove a test that we were only skipping to see if it would fix other tests It didn't. * platform/mac-wk2/Skipped: 2010-12-02 Adam Roben Add some new tests to the mac-wk2 Skipped file All of the tests depend on EventSender.keyDown. * platform/mac-wk2/Skipped: 2010-11-24 Martin Robinson Reviewed by Xan Lopez. [GTK] Text input controls do not react properly to CSS styling https://bugs.webkit.org/show_bug.cgi?id=40855 Update tests which have changed after fixes to text field layout. * platform/gtk/fast/css/input-search-padding-expected.txt: * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/gtk/fast/forms/basic-inputs-expected.txt: * platform/gtk/fast/forms/basic-textareas-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: * platform/gtk/fast/forms/encoding-test-expected.txt: * platform/gtk/fast/forms/fieldset-align-expected.txt: * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: * platform/gtk/fast/forms/form-element-geometry-expected.txt: * platform/gtk/fast/forms/input-align-expected.txt: * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: * platform/gtk/fast/forms/input-appearance-disabled-expected.txt: * platform/gtk/fast/forms/input-appearance-focus-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt: * platform/gtk/fast/forms/input-appearance-readonly-expected.txt: * platform/gtk/fast/forms/input-appearance-selection-expected.txt: * platform/gtk/fast/forms/input-appearance-visibility-expected.txt: * platform/gtk/fast/forms/input-appearance-width-expected.txt: * platform/gtk/fast/forms/input-baseline-expected.txt: * platform/gtk/fast/forms/input-disabled-color-expected.txt: * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: * platform/gtk/fast/forms/input-paste-undo-expected.txt: * platform/gtk/fast/forms/input-placeholder-focus-twice-expected.txt: * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: * platform/gtk/fast/forms/input-readonly-dimmed-expected.txt: * platform/gtk/fast/forms/input-readonly-empty-expected.txt: * platform/gtk/fast/forms/input-spaces-expected.txt: * platform/gtk/fast/forms/input-table-expected.txt: * platform/gtk/fast/forms/input-text-click-inside-expected.txt: * platform/gtk/fast/forms/input-text-click-outside-expected.txt: * platform/gtk/fast/forms/input-text-double-click-expected.txt: * platform/gtk/fast/forms/input-text-drag-down-expected.txt: * platform/gtk/fast/forms/input-text-option-delete-expected.txt: * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: * platform/gtk/fast/forms/input-text-word-wrap-expected.txt: * platform/gtk/fast/forms/input-type-change2-expected.txt: * platform/gtk/fast/forms/input-type-text-min-width-expected.txt: * platform/gtk/fast/forms/input-value-expected.txt: * platform/gtk/fast/forms/input-width-expected.txt: * platform/gtk/fast/forms/isindex-placeholder-expected.txt: * platform/gtk/fast/forms/minWidthPercent-expected.txt: * platform/gtk/fast/forms/password-placeholder-expected.txt: * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: * platform/gtk/fast/forms/placeholder-set-value-expected.txt: * platform/gtk/fast/forms/placeholder-stripped-expected.txt: * platform/gtk/fast/forms/plaintext-mode-2-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/search-transformed-expected.txt: * platform/gtk/fast/forms/search-zoomed-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: * platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt: * platform/gtk/fast/forms/text-style-color-expected.txt: * platform/gtk/fast/forms/textAreaLineHeight-expected.txt: * platform/gtk/fast/forms/textarea-align-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt: * platform/gtk/fast/forms/textarea-scroll-height-expected.txt: * platform/gtk/fast/forms/textarea-scrollbar-expected.txt: * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt: * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt: * platform/gtk/fast/forms/textarea-width-expected.txt: * platform/gtk/fast/forms/textfield-focus-ring-expected.txt: * platform/gtk/fast/forms/textfield-overflow-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: 2010-12-02 Vitaly Repeshko Unreviewed. [chromium] Updating test expectations. * platform/chromium/test_expectations.txt: 2010-12-02 Andreas Kling Reviewed by Kenneth Rohde Christiansen. [Qt] GraphicsContext::strokeRect() taints the context's lineWidth https://bugs.webkit.org/show_bug.cgi?id=50269 * fast/canvas/canvas-lineWidth-intact-after-strokeRect-expected.txt: Added. * fast/canvas/canvas-lineWidth-intact-after-strokeRect.html: Added. * fast/canvas/script-tests/canvas-lineWidth-intact-after-strokeRect.js: Added. 2010-12-02 Alexander Pavlov Unreviewed, build fix. * http/tests/inspector/inspect-iframe-from-different-domain.html: 2010-12-01 Alexander Pavlov Reviewed by Yury Semikhatsky. Web Inspector: Remove obsolete CSS backend API from InspectorDOMAgent https://bugs.webkit.org/show_bug.cgi?id=50318 * inspector/styles-iframe.html: * inspector/styles-source-lines.html: * inspector/styles-source-offsets-expected.txt: * inspector/styles-source-offsets.html: 2010-12-02 Adam Barth Reviewed by Eric Seidel. Gray-scale JPEG images with a color profile are stretched horizonally https://bugs.webkit.org/show_bug.cgi?id=49950 Test that we properly render gray-scale JPEGs with embedded color profiles. * fast/images/gray-scale-jpeg-with-color-profile.html: Added. * fast/images/resources/flowchart.jpg: Added. * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added. 2010-12-01 Daniel Bates Remove file LayoutTests/platform/gtk/Skipped.rej which was inadvertently committed in changeset 72675 . * platform/gtk/Skipped.rej: Removed. 2010-12-01 Eric Seidel Unreviewed. compositing/iframes/overlapped-nested-iframes.html is ridiculously flaky https://bugs.webkit.org/show_bug.cgi?id=50255 Skipping it to stop the madness. * platform/mac-snowleopard/Skipped: 2010-12-01 Victor Wang Unreviewed. [Chromium] update chromium image test expectations. * platform/chromium-mac/platform/mac/editing: Added. * platform/chromium-mac/platform/mac/editing/spelling: Added. * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added. * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added. * platform/chromium-win/platform/mac/editing/spelling: Added. * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added. * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added. 2010-12-01 Julie Parent Unreviewed. Removing out of date expectation. * platform/chromium/test_expectations.txt: 2010-12-01 Julie Parent Unreviewed. Moving test expecation upstream. * platform/chromium/test_expectations.txt: 2010-12-01 Nico Weber More baselines after http://trac.webkit.org/changeset/72689 https://bugs.webkit.org/show_bug.cgi?id=50040 The rebaseline script didn't find these, because they're only wrong in platform/mac-leopard. I use Snow Leopard, so the script didn't look there. The bots on the other hand use Leopard, so they complain. I manually copied the expectations from platfrom/mac to platform/chromium-mac. Explanation by jamesr. * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png: Added. 2010-12-01 Jia Pu Reviewed by Darin Adler. Support multiple correction candidates panel for misspelled word on Mac OS X. https://bugs.webkit.org/show_bug.cgi?id=50137 * platform/mac-leopard/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt: Added. * platform/mac/editing/spelling/delete-autocorrected-word-1.html: Added. 2010-12-01 Brian Weinstein Land Windows specific results for /vertical-scrollbar-in-rtl.html after r73063. * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. 2010-12-01 Victor Wang Unreviewed. [Chromium] Update chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-01 Tony Chang Unreviewed, one more try to get chromium drt bots green. * platform/chromium/test_expectations.txt: 2010-12-01 Gavin Barraclough Reviewed by Sam Weinig. Bug 50298 - /()()()()()()()()()(?:(\10a|b)(X|Y))+/.exec("bXXaYYaY") ASSERTs * fast/regex/script-tests/pcre-test-1.js: Enable regex643, this now works. 2010-12-01 Ojan Vafai [chromium] Green tree. -http://trac.webkit.org/changeset/73057 caused plugins/get-user-agent-with-null-npp-from-npp-new.html -Clean up a couple mistakes from http://trac.webkit.org/changeset/73059 -add a bug ID for fast/regex/pcre-test-1.html * platform/chromium/test_expectations.txt: 2010-12-01 David Hyatt Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=46645 Part 1 of making scrolling work with vertical text. This patch generalizes the scrollOriginX concept recently added for horizontal RTL documents and applies it to writing modes as well. Now the scrollOrigin is a point, since you can start off locked to the bottom or locked to the right. This patch also fixes numerous bugs with the scrollOrigin code using native Mac NSScrollViews and makes them behave the same as the cross-platform code (allowing for cross-platform results to be landed). * fast/dom/vertical-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. * fast/dom/vertical-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. * fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. * fast/dom/vertical-scrollbar-in-rtl.html: Added. * fast/dom/vertical-scrollbar-when-dir-change-expected.txt: Added. * fast/dom/vertical-scrollbar-when-dir-change.html: Added. * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed. * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Removed. 2010-12-01 Victor Wang Unreviewed. [Chromium] update chromium test expectations. * platform/chromium/fast/xmlhttprequest: Added. * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added. * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added. * platform/chromium/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. 2010-12-01 Tony Chang Unreviewed, merging drt_expectations into test_expectations in anticipation of the switch. * platform/chromium/drt_expectations.txt: * platform/chromium/test_expectations.txt: 2010-12-01 Anders Carlsson Reviewed by Darin Adler. Return a correct user agent if NPN_UserAgent is called with a null NPP from NPP_New. https://bugs.webkit.org/show_bug.cgi?id=50336 Add tests. * plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt: Added. * plugins/get-user-agent-with-null-npp-from-npp-new.html: Added. 2010-12-01 Gavin Barraclough Rubber stamped by Sam Weinig. Bug 50297 - \s in YARR should match BOMs. This exposes a Sputnik bug, tracked by: http://code.google.com/p/sputniktests/issues/detail?id=34 Checking in expected failing results. * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1-expected.txt: * fast/regex/script-tests/pcre-test-1.js: 2010-12-01 Dan Bernstein Re-added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in "webkit.org" matches. * platform/mac-leopard/editing/text-iterator: Added. * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt. 2010-12-01 Ryosuke Niwa Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci. chrome.dll!WebCore::RangeBoundaryPoint::toPosition ReadAV@NULL (cf0d0f28bc56f2591cc74f71b46036ea) https://bugs.webkit.org/show_bug.cgi?id=47808 Added tests to ensure WebKit can switch the type of multiple list items without a crash. * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added. * editing/execCommand/switch-multiple-list-items-crash.html: Added. * editing/execCommand/switch-multiple-list-items-expected.txt: Added. * editing/execCommand/switch-multiple-list-items.html: Added. 2010-12-01 Anton Muhin Not reviewed, upstreaming test suppression. * platform/chromium/test_expectations.txt: 2010-12-01 Sheriff Bot Unreviewed, rolling out r73047. http://trac.webkit.org/changeset/73047 https://bugs.webkit.org/show_bug.cgi?id=50339 missing bug number (Requested by rniwa on #webkit). * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Removed. * editing/execCommand/switch-multiple-list-items-crash.html: Removed. * editing/execCommand/switch-multiple-list-items-expected.txt: Removed. * editing/execCommand/switch-multiple-list-items.html: Removed. 2010-12-01 Brian Weinstein Add failing Windows expected results for tests that involve the xhr.arrayBuffer = 'arraybuffer', which works on Mac, but not on Windows. Getting arrayBuffer working on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=50334. * platform/win/fast/xmlhttprequest: Added. * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added. * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added. * platform/win/http/tests/xmlhttprequest: Added. * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. 2010-12-01 Ryosuke Niwa Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci. Added tests to ensure WebKit can switch the type of multiple list items without a crash. * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added. * editing/execCommand/switch-multiple-list-items-crash.html: Added. * editing/execCommand/switch-multiple-list-items-expected.txt: Added. * editing/execCommand/switch-multiple-list-items.html: Added. 2010-12-01 Brian Weinstein Skip another HTMLProgressElement test on Windows, because it's not turned on for Windows yet. Adding progress element support on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=49769. * platform/win/Skipped: 2010-12-01 Vitaly Repeshko Unreviewed. [chromium] Updating test expectations and rebaselining. * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-01 Vitaly Repeshko Unreviewed. [chromium] Cleaning up test expectations. * platform/chromium/test_expectations.txt: 2010-12-01 Tony Chang Unreviewed, update drt expectations. * platform/chromium/drt_expectations.txt: 2010-12-01 Vitaly Repeshko Unreviewed. [chromium] Updating test expectations. * platform/chromium/test_expectations.txt: 2010-12-01 Csaba Osztrogonác Unrreviewed. [Qt] Add focus ring outline color support https://bugs.webkit.org/show_bug.cgi?id=50325 Focus ring outline color is unsupported now. Add failing tests to the Skipped list until fix. * platform/qt/Skipped: - fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html added - fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html added - fast/images/imagemap-focus-ring-outline-color.html added 2010-12-01 Martin Robinson Reviewed by Xan Lopez. [Gtk] Open menulists should support typeahead find https://bugs.webkit.org/show_bug.cgi?id=27443 Added a GTK+-specific layout test to track typeahead find state. * platform/gtk/fast/forms/menulist-typeahead-find-expected.txt: Added. * platform/gtk/fast/forms/menulist-typeahead-find.html: Added. 2010-12-01 Martin Robinson Skip failing tests for text height on GTK https://bugs.webkit.org/show_bug.cgi?id=50314 * platform/gtk/Skipped: Skip failing tests. 2010-12-01 Chang Shu Reviewed by Laszlo Gombos. Move orientation event test case to a better place. https://bugs.webkit.org/show_bug.cgi?id=32492 * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed. * fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed. * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed. * fast/dom/Orientation: Added. * fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt. * fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html. * fast/dom/Orientation/script-tests: Added. * fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js. 2010-12-01 Alexander Pavlov Reviewed by Yury Semikhatsky. Web Inspector: name-only property appears in style declaration but not in the Styles pane https://bugs.webkit.org/show_bug.cgi?id=49663 * inspector/styles-new-API.html: 2010-12-01 Anton D'Auria Reviewed by Kevin Decker. Private browsing denies read access to local and session storage, so updating expected test results. https://bugs.webkit.org/show_bug.cgi?id=49329 * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt: * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt: 2010-12-01 Hayato Ito Unreviewed trivial fix. Removed fast/regex/{test1,test4}.html because they were removed from tree by r72990 * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: 2010-12-01 Csaba Osztrogonác Unreviewed trivial fix. * platform/qt/Skipped: - editing/selection/5109817.html: removed, because it was removed from tree by r73009 - fast/regex/test1.html: removed, because it was removed from tree by r72990 - fast/regex/test4.html: removed, because it was removed from tree by r72990 2010-11-30 Avi Drissman Reviewed by Darin Adler. Add preference to not select when right-clicked https://bugs.webkit.org/show_bug.cgi?id=23351 Removed 5109817 because it is entirely superseded by context-menu-text-selection; updated 5354455-1 to explicitly set the editing behavior and test all three platforms. * editing/selection/5109817.html: Removed. * editing/selection/5354455-1-expected.txt: Added. * editing/selection/5354455-1.html: * platform/chromium-win/editing/selection/5109817-expected.txt: Removed. * platform/chromium-win/editing/selection/5354455-1-expected.txt: Removed. * platform/gtk/editing/selection/5109817-expected.txt: Removed. * platform/gtk/editing/selection/5354455-1-expected.txt: Removed. * platform/mac-leopard/editing/selection/5109817-expected.checksum: Removed. * platform/mac-leopard/editing/selection/5109817-expected.png: Removed. * platform/mac/editing/selection/5109817-expected.checksum: Removed. * platform/mac/editing/selection/5109817-expected.png: Removed. * platform/mac/editing/selection/5109817-expected.txt: Removed. * platform/mac/editing/selection/5354455-1-expected.txt: Removed. * platform/win/editing/selection/5109817-expected.checksum: Removed. * platform/win/editing/selection/5109817-expected.png: Removed. * platform/win/editing/selection/5109817-expected.txt: Removed. * platform/win/editing/selection/5354455-1-expected.txt: Removed. 2010-11-30 Rob Buis Reviewed by Xan Lopez. [gtk] SVGLineElement-dom-requiredFeatures.html and SVGLineElement-svgdom-requiredFeatures.html failing in the bots https://bugs.webkit.org/show_bug.cgi?id=49529 Replaced fill with stroke and increased the line size. This fixes the problem clicking the element. * platform/gtk/Skipped: * svg/dynamic-updates/script-tests/SVGLineElement-dom-requiredFeatures.js: * svg/dynamic-updates/script-tests/SVGLineElement-svgdom-requiredFeatures.js: 2010-11-30 Ojan Vafai [chromium] Update inaccurate test expectation and mark fast/regex/pcre-test-1.html as timing out after http://trac.webkit.org/changeset/72990/. * platform/chromium/test_expectations.txt: 2010-11-30 Chris Fleizach Reviewed by Beth Dakin. WebKit duplicates AXValue and AXDescription on abbr https://bugs.webkit.org/show_bug.cgi?id=50260 * platform/mac/accessibility/static-text-with-aria-label-expected.txt: Added. * platform/mac/accessibility/static-text-with-aria-label.html: Added. 2010-11-30 Gavin Barraclough Reviewed by Darin Adler. Ooops, file checked in with incorrect properties. * fast/regex/script-tests/repeat-match-waldemar.js: Removed property svn:executable. 2010-11-30 Martin Robinson Rebaseline a GTK+ test. * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added. This platform-specific result is needed because of bug #50303. 2010-11-30 Gavin Barraclough Rubber stamped by Oliver Hunt. LayoutTests/fast/regex currently contains a number of test cases ported from PCRE's test suites. There are two key problems with these tests: * They use their own harness, and cannot be run from jsc without building all of WebKit. * They expect PCRE expression syntax, including extended syntax, backwards assertions, etc. Rewrite all tests to comply to ECMA compatible syntax (ish - we support octal escapes), and use the normal 'shouldBe' test style. * fast/js/resources/standalone-pre.js: (areArraysEqual): Fixed bug, where expected is an array we call areArraysEqual, this should first check that actual is an array. * fast/regex/pcre-test-1-expected.txt: Added. * fast/regex/pcre-test-1.html: Added. * fast/regex/pcre-test-4-expected.txt: Added. * fast/regex/pcre-test-4.html: Added. * fast/regex/script-tests/pcre-test-1.js: Added. * fast/regex/script-tests/pcre-test-4.js: Added. Added new version of PCRE tests. * fast/regex/pcre-test-runner.js: Removed. * fast/regex/test1-expected.txt: Removed. * fast/regex/test1.html: Removed. * fast/regex/test4-expected.txt: Removed. * fast/regex/test4.html: Removed. * fast/regex/testinput1: Removed. * fast/regex/testinput4: Removed. * fast/regex/testoutput1: Removed. * fast/regex/testoutput4: Removed. Removed old version of PCRE tests. 2010-11-30 Dan Bernstein Reviewed by Darin Adler. Text search should treat all matches as word-start matches when the target begins with a separator character https://bugs.webkit.org/show_bug.cgi?id=50302 * editing/text-iterator/findString.html: * editing/text-iterator/findString-expected.txt: * platform/mac-leopard/editing/text-iterator: Removed. * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Removed. 2010-11-30 Martin Robinson Reviewed by Xan Lopez. [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y) https://bugs.webkit.org/show_bug.cgi?id=50283 Add platform exceptions for these tests. While this change fixes most issues with them there are still bugs with our shadow code which prevents a total pass. * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added. * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added. 2010-11-30 Ryosuke Niwa Reviewed by Ojan Vafai. REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform https://bugs.webkit.org/show_bug.cgi?id=50204 Fixed the tests. Instead of using "ex" to specify the width of the container div, the tests now auto-detect the correct width by comparing the computed height to the expected height deduced from the height of one line and the expected number of lines. * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: * editing/selection/click-left-of-rtl-wrapping-text.html: * editing/selection/modify-up-on-rtl-wrapping-text.html: 2010-11-30 Yael Aharon Reviewed by Darin Adler. Progress and meter elements should take a form in their constructor like any other form control. https://bugs.webkit.org/show_bug.cgi?id=50195 * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Added. * fast/dom/HTMLMeterElement/meter-element-form.html: Added. * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Added. * fast/dom/HTMLProgressElement/progress-element-form.html: Added. 2010-11-30 Tony Chang Unreviewed, remove dupe expectation for chromium win drt. * platform/chromium/drt_expectations.txt: 2010-11-30 Tony Chang Unreviewed, try to green the chromium win DRT bot. * platform/chromium/drt_expectations.txt: 2010-11-30 Ojan Vafai [chromium] Mark failing tests after http://trac.webkit.org/changeset/72962/ to green the chromium tree. * platform/chromium/test_expectations.txt: 2010-11-30 Chris Guillory Reviewed by Chris Fleizach. Computing style on a stale node while sending pending accessibility notification. https://bugs.webkit.org/show_bug.cgi?id=50162 * accessibility/image-map-title-causes-crash-expected.txt: Added. * accessibility/image-map-title-causes-crash.html: Added. 2010-11-30 Ojan Vafai [chromium] Add new expected result after http://trac.webkit.org/changeset/72689 and update test expectations to match the builders and pull the appropriate bits from the downstream expectations file. * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: * platform/chromium/test_expectations.txt: 2010-11-30 Mario Sanchez Prada Reviewed by Xan Lopez. GTK: AX: implement press in DRT https://bugs.webkit.org/show_bug.cgi?id=36146 Unskipped test accessibility/label-element-press.html. * platform/gtk/Skipped: Unskip passing test. 2010-11-30 Daniel Bates Reviewed by David Hyatt. Focused should use CSS properties of instead of associated https://bugs.webkit.org/show_bug.cgi?id=49888 Updated the test result for test fast/images/imagemap-focus-ring.html. Added test to verify that the color of the focus ring for a focused is the outline-color specified by the :focus pseudo-class . Also, added tests to ensure that outline-color is not inherited (by default) as per section 18.4 of the CSS 2.1 spec , unless explicitly inherited. * fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html: Added. * fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html: Added. * fast/images/imagemap-focus-ring-outline-color.html: Added. * platform/mac/fast/images/imagemap-focus-ring-expected.checksum: Updated result. * platform/mac/fast/images/imagemap-focus-ring-expected.png: Ditto. * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added. * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. 2010-11-30 Ojan Vafai [chromium] Update expectations to de-orange the builders. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-11-30 Daniel Bates Reviewed by Alexey Proskuryakov. Change and focus events happen in different order if using tab vs. clicking https://bugs.webkit.org/show_bug.cgi?id=6181 Tests to ensure adherence to section 7.4.2 of the HTML5 spec. with respect to focusing on an , modifying its contents, and defocusing it either by pressing the tab key or clicking on another element. * fast/events/check-defocus-event-order-when-triggered-by-mouse-click-expected.txt: Added. * fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html: Added. * fast/events/check-defocus-event-order-when-triggered-by-tab-expected.txt: Added. * fast/events/check-defocus-event-order-when-triggered-by-tab.html: Added. * fast/events/resources/record-events.js: Added. (registerElementsAndEventsToRecord): (beginRecordingEvents.callback): (beginRecordingEvents): (endRecordingEvents.callback): (endRecordingEvents): (_processEachRegisteredElement): (_recordEvent): (checkThatEventsFiredInOrder.eventTarget): (checkThatEventsFiredInOrder.elementIdOrTagName): (checkThatEventsFiredInOrder): 2010-11-30 Xiaomei Ji Reviewed by David Hyatt. Scroll position might not be exactly the same after page ZoomIn and ZoomOut, for example, they are not exactly the same in Windows platform. Change to test that the scroll position before and after ZoomIn/Out are close enough. Rebaseline horizontal-scrollbar-when-dir-change in Win7. * fast/dom/horizontal-scrollbar-in-rtl.html: * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: 2010-11-30 Ojan Vafai [chromium] New expected result after http://trac.webkit.org/changeset/72926/. That patch unintentionally fixed a bug where the skia codepath was drawing paths twice. The new results better match the platform/mac results (borders are grey instead of black). * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added. * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added. * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.checksum: * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum: * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.checksum: * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.png: * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: * platform/chromium-linux/svg/custom/recursive-gradient-expected.png: * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum: * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.checksum: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum: * platform/chromium-win/svg/batik/paints/patternRegions-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.checksum: * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.png: * platform/chromium-win/svg/custom/pattern-y-offset-expected.checksum: * platform/chromium-win/svg/custom/pattern-y-offset-expected.png: * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: * platform/chromium-win/svg/custom/recursive-gradient-expected.png: * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum: * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png: * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/chromium/test_expectations.txt: 2010-11-30 Alpha Lam Not reviewed. Update test expectations for Chromium to enable expectation analyzer for video. * platform/chromium/test_expectations.txt: 2010-11-30 Dan Bernstein Added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in "webkit.org" matches. * platform/mac-leopard/editing/text-iterator: Added. * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt. 2010-11-30 Vitaly Repeshko Unreviewed. [chromium] Updating test expectations. * platform/chromium/test_expectations.txt: 2010-11-30 Dan Bernstein Reviewed by Anders Carlsson. WebKitTestRunner needs layoutTestController.findString https://bugs.webkit.org/show_bug.cgi?id=50238 * platform/mac-wk2/Skipped: Removed editing/text-iterator/findString.html. 2010-11-30 Xiaomei Ji Reviewed by David Hyatt. Unskip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html in Chromium and Win7. Rebaseline after r72852. https://bugs.webkit.org/show_bug.cgi?id=50203 * platform/chromium/test_expectations.txt: * platform/win/Skipped: * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. 2010-11-30 Adam Roben Try to fix timing-out tests on WebKit2 by skipping an earlier test I'll file a bug if this fixes the problem. * platform/mac-wk2/Skipped: 2010-11-30 Mario Sanchez Prada Reviewed by Chris Fleizach. ASSERT failing for combo boxes when selection changes https://bugs.webkit.org/show_bug.cgi?id=50062 * fast/forms/select-option-accesskey-crash-expected.txt: Added. * fast/forms/select-option-accesskey-crash.html: Added 2010-11-30 Satish Sampath Unreviewed, updating a speech input pixel test expectations with new baselines. * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.checksum: * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png: * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium/test_expectations.txt: 2010-11-30 Alexey Proskuryakov Reviewed by Darin Adler and Geoff Garen. https://bugs.webkit.org/show_bug.cgi?id=44152 CSSOM should match DOM in discarding wrapper-less parents. * fast/dom/StyleSheet/detached-parent-rule-without-wrapper-expected.txt: Added. * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html: Added. * fast/dom/StyleSheet/detached-stylesheet-without-wrapper-expected.txt: Added. * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html: Added. 2010-11-30 Ojan Vafai [chromium] Rebaselines. Details below. * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.checksum: Added. * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png: Added. Just scrollbar pixel differences. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-linux/svg/carto.net/selectionlist-expected.png: * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: https://bugs.webkit.org/show_bug.cgi?id=50206 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum: * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png: * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.txt: Added. Completes http://trac.webkit.org/changeset/72875/ * platform/chromium-win/fast/overflow/overflow-update-transform-expected.checksum: Added. * platform/chromium-win/fast/overflow/overflow-update-transform-expected.png: Added. Just scrollbar pixel differences. * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-win/svg/carto.net/selectionlist-expected.png: * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-win/svg/custom/image-small-width-height-expected.png: https://bugs.webkit.org/show_bug.cgi?id=50206 * platform/chromium/test_expectations.txt: 2010-11-30 Vitaly Repeshko Unreviewed. [chromium] Updating test expectations. * platform/chromium/test_expectations.txt: 2010-11-30 Helder Correia Reviewed by Kenneth Rohde Christiansen. New fast canvas test to ensure correct behavior of canvas with drawImage + shadow after scaling https://bugs.webkit.org/show_bug.cgi?id=50202 The shadow offsets of the drawn images must not be affected by the scaling transformation. * fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added. * fast/canvas/canvas-scale-drawImage-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-drawImage-shadow.js: Added. 2010-11-25 Satish Sampath Reviewed by Kent Tamura. Fix rendering of speech button when setting the attribute dynamically. https://bugs.webkit.org/show_bug.cgi?id=50077 * fast/speech/input-appearance-speechbutton.html: 2010-11-30 Adam Roben Fix recently-added bug numbers * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2010-11-30 John Knottenbelt Reviewed by David Levin. V8 binding for DOMTimeStamp should be Number, not Date https://bugs.webkit.org/show_bug.cgi?id=49963 * fast/dom/domtimestamp-is-number-expected.txt: Added. * fast/dom/domtimestamp-is-number.html: Added. * fast/dom/script-tests/domtimestamp-is-number.js: Added. (do_check): 2010-11-30 Adam Roben Update mac-wk2 Skipped file and add some bug numbers to other Skipped files * platform/mac-wk2/Skipped: Added current failures. * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: Added bug numbers for implementing layoutTestController.findString. 2010-11-30 Mario Sanchez Prada Unreviewed, rolling out r72902. http://trac.webkit.org/changeset/72902 https://bugs.webkit.org/show_bug.cgi?id=50062 This change is causing layout test failures on the Tests bots for the mac platform. * accessibility/select-menulist-crash-expected.txt: Removed. * accessibility/select-menulist-crash.html: Removed. 2010-11-30 Mario Sanchez Prada Reviewed by Darin Adler. ASSERT failing for combo boxes when selection changes https://bugs.webkit.org/show_bug.cgi?id=50062 * accessibility/select-menulist-crash-expected.txt: Added. * accessibility/select-menulist-crash.html: Added. 2010-11-30 Helder Correia Reviewed by Kenneth Rohde Christiansen. [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y) https://bugs.webkit.org/show_bug.cgi?id=50198 New fast canvas test to ensure correct behavior of path stroke shadow when using scaling. * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added. * fast/canvas/canvas-scale-strokePath-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Added. 2010-11-30 Nikolas Zimmermann Not reviewed. Update mac-leopard pixel baseline to pass with tolerance 0. Update svg/dom/SVGTransformList-basics.xhtml mac baseline, after my last SVGList commit. * platform/mac-leopard/svg/batik/text/smallFonts-expected.checksum: * platform/mac-leopard/svg/batik/text/smallFonts-expected.png: * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt: * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum: * platform/mac/svg/dom/SVGTransformList-basics-expected.png: 2010-11-30 Helder Correia Reviewed by Kenneth Rohde Christiansen. [Qt] Path filling should keep shadow offset after context scaling https://bugs.webkit.org/show_bug.cgi?id=50194 New fast canvas test to ensure correct behavior of path fill shadow when using scaling. * fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added. * fast/canvas/canvas-scale-fillPath-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: Added. 2010-11-30 Csaba Osztrogonác Reviewed by Andreas Kling. [Qt] Fix bugs when building WebKit with Qt 4.7.1 https://bugs.webkit.org/show_bug.cgi?id=46248 Migrate to Qt 4.7.1, add failing tests to the Skipped list, remove passing tests from Skipped list, update expected files. * platform/qt/Skipped: * platform/qt/css1/basic/class_as_selector-expected.txt: * platform/qt/css1/basic/comments-expected.txt: * platform/qt/css1/basic/containment-expected.txt: * platform/qt/css1/basic/contextual_selectors-expected.txt: * platform/qt/css1/basic/grouping-expected.txt: * platform/qt/css1/basic/id_as_selector-expected.txt: * platform/qt/css1/basic/inheritance-expected.txt: * platform/qt/css1/box_properties/border-expected.txt: * platform/qt/css1/box_properties/border_bottom-expected.txt: * platform/qt/css1/box_properties/border_bottom_inline-expected.txt: * platform/qt/css1/box_properties/border_bottom_width-expected.txt: * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt: * platform/qt/css1/box_properties/border_color-expected.txt: * platform/qt/css1/box_properties/border_color_inline-expected.txt: * platform/qt/css1/box_properties/border_inline-expected.txt: * platform/qt/css1/box_properties/border_left-expected.txt: * platform/qt/css1/box_properties/border_left_inline-expected.txt: * platform/qt/css1/box_properties/border_left_width-expected.txt: * platform/qt/css1/box_properties/border_left_width_inline-expected.txt: * platform/qt/css1/box_properties/border_right-expected.txt: * platform/qt/css1/box_properties/border_right_inline-expected.txt: * platform/qt/css1/box_properties/border_right_width-expected.txt: * platform/qt/css1/box_properties/border_right_width_inline-expected.txt: * platform/qt/css1/box_properties/border_style-expected.txt: * platform/qt/css1/box_properties/border_style_inline-expected.txt: * platform/qt/css1/box_properties/border_top-expected.txt: * platform/qt/css1/box_properties/border_top_inline-expected.txt: * platform/qt/css1/box_properties/border_top_width-expected.txt: * platform/qt/css1/box_properties/border_top_width_inline-expected.txt: * platform/qt/css1/box_properties/border_width-expected.txt: * platform/qt/css1/box_properties/border_width_inline-expected.txt: * platform/qt/css1/box_properties/clear-expected.txt: * platform/qt/css1/box_properties/clear_float-expected.txt: * platform/qt/css1/box_properties/float-expected.txt: * platform/qt/css1/box_properties/float_elements_in_series-expected.txt: * platform/qt/css1/box_properties/float_margin-expected.txt: * platform/qt/css1/box_properties/height-expected.txt: * platform/qt/css1/box_properties/margin-expected.txt: * platform/qt/css1/box_properties/margin_bottom-expected.txt: * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt: * platform/qt/css1/box_properties/margin_inline-expected.txt: * platform/qt/css1/box_properties/margin_left-expected.txt: * platform/qt/css1/box_properties/margin_left_inline-expected.txt: * platform/qt/css1/box_properties/margin_right-expected.txt: * platform/qt/css1/box_properties/margin_right_inline-expected.txt: * platform/qt/css1/box_properties/margin_top-expected.txt: * platform/qt/css1/box_properties/margin_top_inline-expected.txt: * platform/qt/css1/box_properties/padding-expected.txt: * platform/qt/css1/box_properties/padding_bottom-expected.txt: * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt: * platform/qt/css1/box_properties/padding_inline-expected.txt: * platform/qt/css1/box_properties/padding_left-expected.txt: * platform/qt/css1/box_properties/padding_left_inline-expected.txt: * platform/qt/css1/box_properties/padding_right-expected.txt: * platform/qt/css1/box_properties/padding_right_inline-expected.txt: * platform/qt/css1/box_properties/padding_top-expected.txt: * platform/qt/css1/box_properties/padding_top_inline-expected.txt: * platform/qt/css1/box_properties/width-expected.txt: * platform/qt/css1/cascade/cascade_order-expected.txt: * platform/qt/css1/cascade/important-expected.txt: * platform/qt/css1/classification/display-expected.txt: * platform/qt/css1/classification/list_style-expected.txt: * platform/qt/css1/classification/list_style_image-expected.txt: * platform/qt/css1/classification/list_style_position-expected.txt: * platform/qt/css1/classification/list_style_type-expected.txt: * platform/qt/css1/color_and_background/background-expected.txt: * platform/qt/css1/color_and_background/background_attachment-expected.txt: * platform/qt/css1/color_and_background/background_color-expected.txt: * platform/qt/css1/color_and_background/background_image-expected.txt: * platform/qt/css1/color_and_background/background_position-expected.txt: * platform/qt/css1/color_and_background/background_repeat-expected.txt: * platform/qt/css1/color_and_background/color-expected.txt: * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt: * platform/qt/css1/font_properties/font-expected.txt: * platform/qt/css1/font_properties/font_family-expected.txt: * platform/qt/css1/font_properties/font_size-expected.txt: * platform/qt/css1/font_properties/font_style-expected.txt: * platform/qt/css1/font_properties/font_variant-expected.txt: * platform/qt/css1/font_properties/font_weight-expected.txt: * platform/qt/css1/formatting_model/canvas-expected.txt: * platform/qt/css1/formatting_model/floating_elements-expected.txt: * platform/qt/css1/formatting_model/height_of_lines-expected.txt: * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt: * platform/qt/css1/formatting_model/inline_elements-expected.txt: * platform/qt/css1/formatting_model/replaced_elements-expected.txt: * platform/qt/css1/formatting_model/vertical_formatting-expected.txt: * platform/qt/css1/pseudo/anchor-expected.txt: * platform/qt/css1/pseudo/firstletter-expected.txt: * platform/qt/css1/pseudo/firstline-expected.txt: * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt: * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt: * platform/qt/css1/text_properties/letter_spacing-expected.txt: * platform/qt/css1/text_properties/line_height-expected.txt: * platform/qt/css1/text_properties/text_align-expected.txt: * platform/qt/css1/text_properties/text_decoration-expected.txt: * platform/qt/css1/text_properties/text_indent-expected.txt: * platform/qt/css1/text_properties/text_transform-expected.txt: * platform/qt/css1/text_properties/vertical_align-expected.txt: * platform/qt/css1/text_properties/word_spacing-expected.txt: * platform/qt/css1/units/color_units-expected.txt: * platform/qt/css1/units/length_units-expected.txt: * platform/qt/css1/units/percentage_units-expected.txt: * platform/qt/css1/units/urls-expected.txt: * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt: * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt: * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt: * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: * platform/qt/editing/pasteboard/5027857-expected.txt: * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: * platform/qt/editing/pasteboard/paste-text-019-expected.txt: * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt: * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/qt/fast/dom/gc-10-expected.txt: * platform/qt/fast/forms/isindex-placeholder-expected.txt: * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt: * platform/qt/fast/frames/viewsource-on-image-file-expected.txt: * platform/qt/fast/lists/003-vertical-expected.txt: * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt: * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt: * platform/qt/fast/text/international/hindi-whitespace-expected.txt: * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: * platform/qt/svg/custom/bug45331-expected.txt: * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: 2010-11-29 Dan Bernstein Skip editing/text-iterator/findString.html on platforms that do not have an implementation of layoutTestController.findString() * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2010-11-29 MORITA Hajime Unreviewed, updated expectations (unskip some passing tests). * platform/chromium/test_expectations.txt: 2010-11-29 Dan Bernstein Reviewed by Darin Adler. Added text search tests, in particular testing word-prefix search. https://bugs.webkit.org/show_bug.cgi?id=50038 * editing/text-iterator/findString-expected.txt: Added. * editing/text-iterator/findString.html: Added. 2010-11-29 Ojan Vafai [chromium] Fix expectations for fast/block/basic/truncation-rtl.html * platform/chromium/test_expectations.txt: 2010-11-29 Dai Mikurube Reviewed by Kent Tamura. when empty, clicking "down" on outer-spin-button returns "max value" https://bugs.webkit.org/show_bug.cgi?id=45491 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Added. * fast/forms/input-stepup-stepdown-from-renderer.html: Added. * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Added. (): (setInputAttributes): (stepUp): (stepDown): (stepUpExplicitBounds): (stepDownExplicitBounds): 2010-11-29 Ojan Vafai Update listing for spatial nav tests after they were moved in http://trac.webkit.org/changeset/72880/. * platform/chromium/test_expectations.txt: 2010-11-24 Kinuko Yasuda Unreviewed; updating test expectations. * fast/filesystem/async-operations-expected.txt: * fast/filesystem/read-directory-expected.txt: * fast/filesystem/simple-persistent-expected.txt: * fast/filesystem/simple-temporary-expected.txt: * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed. 2010-11-29 Ojan Vafai [chromium] Hopefully final modification to text_expectations to green chromium bots. * platform/chromium/test_expectations.txt: 2010-11-28 Antonio Gomes Reviewed by Kenneth Rohde Christiansen. Spatial navigation: move tests to its own feature directory https://bugs.webkit.org/show_bug.cgi?id=50133 Patch basically moves all spatial navigation tests out of the fast/events folder, putting them all under /fast/spatial-navigation. Some needed changes in some tests and Skipped files were also made, but there is not any content changes in the tests. * fast/events/spatial-navigation: Moved to fast/spatial-navigation * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: * platform/win/Skipped: 2010-11-29 Ojan Vafai [chromium] Rebaseline results after http://trac.webkit.org/changeset/72802/. The only differences are in the scrollbars. The original patch included the chromium-linux results in addition to the platform/mac results. * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added. * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Added. * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Added. 2010-11-29 Ryosuke Niwa More unreviewed rebaseline for r72861. * platform/chromium-linux/editing/selection/home-end-expected.txt: Removed. 2010-11-29 Ojan Vafai [chromium] Some more expectations updates to green chromium bots. * platform/chromium/test_expectations.txt: 2010-11-29 Xiaomei Ji Unreviewed rebaseline for Chromium after r72852. * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.checksum: * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.png: * platform/chromium-win/fast/block/basic/truncation-rtl-expected.checksum: * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png: * platform/chromium-win/fast/block/basic/truncation-rtl-expected.txt: 2010-11-29 Ryosuke Niwa Unreviewed rebaseline for r72861. Also disabled editing/selection/click-left-of-rtl-wrapping-text.html and editing/selection/modify-up-on-rtl-wrapping-text.html on Gtk, Qt, Windows, Chromium Windows and Chromium Linux. * editing/selection/extend-selection-home-end-expected.txt: * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: * platform/chromium-win/editing/selection/home-end-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/win/editing/selection/extend-selection-home-end-expected.txt: 2010-11-29 Chang Shu Reviewed by Laszlo Gombos. Fix the typo in the test case to make it work when ORIENTATION_EVENTS is enabled. https://bugs.webkit.org/show_bug.cgi?id=50171 * fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt: Removed. * fast/dom/DeviceOrientation/create-event-onorientationchange.html: Removed. * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt. * fast/dom/DeviceOrientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange.html. * fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js: Removed. * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js. 2010-11-29 Xiaomei Ji Unreviewed fix typo. * platform/chromium/test_expectations.txt: 2010-11-29 Ojan Vafai [Chromium] Reflection tests are now fixed. Remove from test_expectations. * platform/chromium/test_expectations.txt: 2010-11-29 Xiaomei Ji Unreviewed. Temporarily skip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html due to bug 50203 (after r72852). * platform/chromium/test_expectations.txt: * platform/win/Skipped: 2010-11-29 Xiaomei Ji Unreviewed rebaseline for Win7 after r72852. * platform/win/fast/block: Added. * platform/win/fast/block/basic: Added. * platform/win/fast/block/basic/truncation-rtl-expected.txt: Added. 2010-11-29 Jian Li Reviewed by David Levin. Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec https://bugs.webkit.org/show_bug.cgi?id=50199 * http/tests/xmlhttprequest/resources/post-echo-as-ascii.cgi: Added. * http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. * http/tests/xmlhttprequest/send-array-buffer.html: Added. * platform/gtk/Skipped: * platform/qt/Skipped: 2010-11-29 Xiaomei Ji Unreviewed. Skip fast/dom/tab-in-right-alignment.html for GTK and Win due to unimplemented textInputController (after r72847). * platform/gtk/Skipped: * platform/win/Skipped: 2010-11-29 James Robinson [chromium] REGRESSION(72470): Crash in skia on some images https://bugs.webkit.org/show_bug.cgi?id=50201 Reverts r72470 * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Removed. * platform/chromium-linux/svg/custom/image-rescale-expected.png: Removed. * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Removed. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Removed. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Removed. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/mac/svg/custom/image-rescale-expected.checksum: Removed. * platform/mac/svg/custom/image-rescale-expected.png: Removed. * platform/mac/svg/custom/image-rescale-expected.txt: Removed. * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Removed. * platform/mac/svg/custom/image-rescale-scroll-expected.png: Removed. * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Removed. * platform/mac/test_expectations.txt: * svg/custom/image-rescale-scroll.html: Removed. * svg/custom/image-rescale.svg: Removed. * svg/custom/resources/image-rescale.jpg: Removed. 2010-11-29 Ryosuke Niwa Unreviewed reabseline for r72852. * platform/gtk/fast/block/basic/truncation-rtl-expected.txt: 2010-11-29 Ryosuke Niwa Reviewed by David Hyatt. up arrow doesn't work with RTL text with word wrapping https://bugs.webkit.org/show_bug.cgi?id=41987 Added tests to ensure WebKit places caret at the right position in soft-wrapping RTL text when clicking to the left of RTL text or when moving upwards at the end of line. * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: Added. * editing/selection/click-left-of-rtl-wrapping-text.html: Added. * editing/selection/home-end-expected.txt: RTL's expected result now matches LTR's. * editing/selection/modify-up-on-rtl-wrapping-text-expected.txt: Added. * editing/selection/modify-up-on-rtl-wrapping-text.html: Added. * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: RTL's expected result now matches LTR's. * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Ditto. * platform/mac/editing/selection/extend-selection-home-end-expected.txt: Ditto. * platform/win/editing/selection/extend-selection-home-end-expected.txt: Ditto. 2010-11-29 Xiaomei Ji Unreviewed rebaseline for r72852. Rebaseline truncation-rtl-expected.txt after http://trac.webkit.org/changeset/72852 * platform/qt/fast/block/basic/truncation-rtl-expected.txt: 2010-11-29 Xiaomei Ji Reviewed by David Hyatt. Right-to-left pages should be scrollable to reveal left overflow. https://bugs.webkit.org/show_bug.cgi?id=23556 For RTL page, save left layout overflow and include it into the document size during layout. Use the left layout overflow when scroll and paint the page. Behavior on LTR page should be untouched since left layout overflow is set as 0 for LTR page. * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. * fast/dom/horizontal-scrollbar-in-rtl.html: Added. * fast/dom/horizontal-scrollbar-when-dir-change.html: Added. * fast/dom/left-overflow-in-ltr.html: Added. * fast/dom/right-overflow-in-rtl.html: Added. * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. * platform/mac/fast/block/basic/truncation-rtl-expected.checksum: * platform/mac/fast/block/basic/truncation-rtl-expected.txt: * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added. * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added. * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. * fast/dom/horizontal-scrollbar-in-rtl.html: Added. * fast/dom/horizontal-scrollbar-when-dir-change.html: Added. * fast/dom/left-overflow-in-ltr.html: Added. * fast/dom/right-overflow-in-rtl.html: Added. * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. * platform/mac/fast/block/basic/truncation-rtl-expected.checksum: * platform/mac/fast/block/basic/truncation-rtl-expected.txt: * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added. * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added. 2010-11-29 Simon Fraser Reviewed by Ojan Vafai. bunch of pixel failures after http://trac.webkit.org/changeset/72839/ https://bugs.webkit.org/show_bug.cgi?id=50188 Move the results of overflow-update-transform.html into the platform directory since they include pixel results. * fast/overflow/overflow-update-transform-expected.txt: Removed. * fast/overflow/overflow-update-transform.html: * platform/mac/fast/overflow/overflow-update-transform-expected.checksum: Added. * platform/mac/fast/overflow/overflow-update-transform-expected.png: Added. * platform/mac/fast/overflow/overflow-update-transform-expected.txt: Added. * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Removed. 2010-11-29 Ojan Vafai Mark tests as failing after http://trac.webkit.org/changeset/72839/. * platform/chromium/test_expectations.txt: 2010-11-29 Ojan Vafai Mark fast/dom/StyleSheet/gc-declaration-parent-rule.html failing after http://trac.webkit.org/changeset/72833/ * platform/chromium/test_expectations.txt: 2010-11-29 Xiaomei Ji Reviewed by David Hyatt. Fix tab overflow problem when alignment is not left. https://bugs.webkit.org/show_bug.cgi?id=25459 I checked WordPad in Windows, TextEdit in Mac, OpenOffice, and Google doc. In all of them, (when the writing mode is horizontal) when the alignment is not left alignment, the length of tab is computed based on the tab's position relative to the left start of line, not based on the tab's position relative to the left edge of the document. WebKit should follow the same. The m_xPos in each TextRun should be relative to the left start of the line, not left start of its containing block (in right alignment and center alignment, left start of the line is not the same as left start of the containing block). So, when the text is drawn, the width of tab is consistent with the width computed in RenderBlock::computeInlineDirectionPositionsForLine(). I did not test vertical writing mode, but I think the same rule should apply. * fast/dom/tab-in-right-alignment-expected.txt: Added. * fast/dom/tab-in-right-alignment.html: Added. * platform/qt/Skipped: 2010-11-29 Simon Fraser Add Qt-specific result. * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added. 2010-11-29 Dmitry Titov [Chromium] Unreviewed, updated expectations for a test fixed on Chromium side. http://code.google.com/p/chromium/issues/detail?id=61655 * platform/chromium-mac/security/block-test-no-port-expected.txt: Added. * platform/chromium-win/security/block-test-no-port-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-29 Simon Fraser Reviewed by Dave Hyatt. layer()->currentTransform() is stale when layout changes the box size https://bugs.webkit.org/show_bug.cgi?id=50175 * fast/overflow/overflow-update-transform-expected.txt: Added. * fast/overflow/overflow-update-transform.html: Added. 2010-11-29 Ojan Vafai [Chromium] Mark tests as failing after http://trac.webkit.org/changeset/72819. And rebaseline loader/reload-subresource-when-type-changes.html after http://trac.webkit.org/changeset/72817. The difference is that V8 logs a different error string. * platform/chromium-mac/loader/reload-subresource-when-type-changes-expected.txt: Added. * platform/chromium-win/loader/reload-subresource-when-type-changes-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-29 Yael Aharon Reviewed by Darin Adler. HTMLFormElement.elements doesn't include fieldsets https://bugs.webkit.org/show_bug.cgi?id=48193 * fast/forms/form-collection-elements-expected.txt: Added. * fast/forms/form-collection-elements.html: Added. * fast/forms/script-tests/form-collection-elements.js: Added. 2010-11-29 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=50181 CSS style declarations don't GC protect parents * fast/dom/StyleSheet/gc-declaration-parent-rule-expected.txt: Added. * fast/dom/StyleSheet/gc-declaration-parent-rule.html: Added. 2010-11-29 Gavin Peters Reviewed by Ojan Vafai. unloadable-script not testing both cases https://bugs.webkit.org/show_bug.cgi?id=50177 * http/tests/misc/unloadable-script-expected.txt: * http/tests/misc/unloadable-script.html: 2010-11-29 Cosmin Truta Reviewed by Nikolas Zimmermann. getBoundingClientRect: Do not truncate the coordinates to integers https://bugs.webkit.org/show_bug.cgi?id=48110 Enhanced some of the tests for getBoundingClientRect, and added zooming tests. * css3/zoom-coords-expected.txt: Updated. * css3/zoom-coords.xhtml: Wrapped the elements in a
, to avoid re-layout on zooming or resizing. Added a test for getBoundingClientRect on unzoomed elements. * fast/dom/Element/getBoundingClientRect-expected.txt: Updated. * fast/dom/Element/getBoundingClientRect.html: Accounted for non-integer coordinates; used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics. * fast/dom/Range/getBoundingClientRect-expected.txt: Updated. * fast/dom/Range/getBoundingClientRect.html: Accounted for non-integer coordinates; used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics. * platform/chromium-win/fast/dom/Element/getBoundingClientRect-expected.txt: Deleted. * platform/chromium-win/fast/dom/Range/getBoundingClientRect-expected.txt: Deleted. * svg/custom/getBBox-js.svg: Fixed indentation. * svg/custom/getBoundingClientRect.xhtml: Wrapped the elements in a
, to avoid re-layout on zooming or resizing. * svg/zoom/page/zoom-getBoundingClientRect-expected.txt: Added. * svg/zoom/page/zoom-getBoundingClientRect.xhtml: Added. * svg/zoom/page/zoom-zoom-coords-expected.txt: Added. * svg/zoom/page/zoom-zoom-coords.xhtml: Added. * svg/zoom/resources/testPageZoom.js: Added call to completeDynamicTest on post-zoom. (completeDynamicTest): Added. 2010-11-29 Ojan Vafai Unreviewed build fix. Mark tests as failing after http://trac.webkit.org/changeset/72817/ to green chromium tree. * platform/chromium/test_expectations.txt: 2010-11-29 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=50165 CSS style rules don't GC protect parents * fast/dom/StyleSheet/gc-parent-rule-expected.txt: Added. * fast/dom/StyleSheet/gc-parent-rule.html: Added. * fast/dom/StyleSheet/gc-parent-stylesheet-expected.txt: Added. * fast/dom/StyleSheet/gc-parent-stylesheet.html: Added. 2010-11-29 Ojan Vafai Unreviewed. Build fix. New test expectations and test_expectations update due to http://trac.webkit.org/changeset/72813/. * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: * platform/chromium-win/fast/js/regexp-overflow-expected.txt: * platform/chromium/test_expectations.txt: 2010-11-29 Gavin Peters Reviewed by Adam Barth. Web page can prevent WebKit from loading subresources on other pages (cache poisoning) https://bugs.webkit.org/show_bug.cgi?id=35404 * http/tests/misc/unloadable-script-expected.txt: Renamed from LayoutTests/fast/loader/unloadable-script-expected.txt. * http/tests/misc/unloadable-script.html: Renamed from LayoutTests/fast/loader/unloadable-script.html. * loader/reload-subresource-when-type-changes-expected.txt: Added. * loader/reload-subresource-when-type-changes.html: Added. * loader/resources/image1.png: Added. * loader/resources/image2.png: Added. * loader/resources/reload-subresource-when-type-changes.js: Added. 2010-11-29 Adam Roben Check in new Windows results after r72678 Right-clicking no longer triggers a selection in DRT on Windows, so we don't match Mac anymore. * platform/win/editing/selection/5109817-expected.checksum: Added. * platform/win/editing/selection/5109817-expected.png: Added. * platform/win/editing/selection/5109817-expected.txt: Added. * platform/win/editing/selection/5354455-1-expected.txt: Added. 2010-11-29 Simon Fraser Reviewed by Dan Bernstein. Crash in WebCore::CSSStyleSelector::loadPendingImages https://bugs.webkit.org/show_bug.cgi?id=50149 * fast/reflections/pending-reflection-mask-crash-expected.txt: Added. * fast/reflections/pending-reflection-mask-crash.html: Added. 2010-11-28 Gavin Barraclough Reviewed by Sam Weinig. Bug 48100 - YARR allows what seems like a bogus character-class range Add/update layout test results. * fast/js/regexp-overflow-expected.txt: * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt: * fast/js/script-tests/regexp-overflow.js: * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js: * fast/regex/invalid-range-in-class-expected.txt: Added. * fast/regex/invalid-range-in-class.html: Added. * fast/regex/script-tests/invalid-range-in-class.js: Added. * fast/regex/test1-expected.txt: * fast/regex/test4-expected.txt: * fast/regex/testinput4: 2010-11-24 Dimitri Glazkov Reviewed by Darin Adler. REGRESSION (r71934): Main search field at Apple tech specs does not accept typing https://bugs.webkit.org/show_bug.cgi?id=49868 * fast/forms/disabled-search-input-expected.txt: Added. * fast/forms/disabled-search-input.html: Added. 2010-11-29 Vitaly Repeshko Unreviewed. [chromium] Updating test expecations. * platform/chromium/test_expectations.txt: 2010-11-29 Abhishek Arya Unreviewed. Try fixing python test failure from commit 72802. * platform/mac/test_expectations.txt: 2010-11-29 W. James MacLean Reviewed by Dirk Schulze. Large input numbers cause overflow during SVG parsing, leading to crash https://bugs.webkit.org/show_bug.cgi?id=49546 Values outside the range supported by float lead to Infinity() or NaN() during parsing, leading to subsequent crashes. Modified parser to verify number is in the supported range, and return false if not. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Added. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added. * platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Added. * platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Added. * platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added. * platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Added. * platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Added. * platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added. * platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Added. * platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Added. * platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added. * platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Added. * platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Added. * platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added. * platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Added. * platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Added. * platform/mac/test_expectations.txt: * svg/custom/svg-parse-overflow-1.html: Added. * svg/custom/svg-parse-overflow-2.html: Added. * svg/custom/svg-parse-overflow-3.html: Added. * svg/custom/svg-parse-overflow-4.html: Added. * svg/custom/svg-parse-overflow-5.html: Added. 2010-11-29 Antonio Gomes Rubber stamped by Csaba Osztrogonác. Clean up mac-wk2 Skipped file wrt spatial navigation tests. * platform/mac-wk2/Skipped: 2010-11-29 Yury Semikhatsky Reviewed by Pavel Feldman. Web Inspector: display name of an object constructor as the object's type https://bugs.webkit.org/show_bug.cgi?id=50063 * inspector/console-object-constructor-name-expected.txt: Added. * inspector/console-object-constructor-name.html: Added. * inspector/extensions-events-expected.txt: * platform/chromium/inspector/console-object-constructor-name-expected.txt: Added. 2010-11-29 Philippe Normand Unreviewed, skipping crashing test. [GStreamer] fast/events/tabindex-focus-blur-all.html crashes https://bugs.webkit.org/show_bug.cgi?id=50155 * platform/gtk/Skipped: 2010-11-29 Dimitri Glazkov Reviewed by Darin Adler. Use the right focusable check to avoid multiple focus/blur events being fired from inside of the shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=49977 * fast/events/shadow-boundary-crossing-2.html: Added a test for multiple focus events. * fast/events/shadow-boundary-crossing-2-expected.txt: Added new test expectation. 2010-11-29 Yael Aharon Reviewed by Antonio Gomes. [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html fails https://bugs.webkit.org/show_bug.cgi?id=47449 Remove test from skip list, it is passing now. * platform/mac/Skipped: 2010-11-27 Yael Aharon Reviewed by Antonio Gomes. [Mac] fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html fails https://bugs.webkit.org/show_bug.cgi?id=47448 Remove test from skip list, it is passing now and does not depend on font metrics anymore. * platform/mac/Skipped: 2010-11-29 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: update tutorial.html https://bugs.webkit.org/show_bug.cgi?id=50140 removeObjectStore() was renamed to deleteObjectStore() * storage/indexeddb/tutorial.html: 2010-11-29 Helder Correia Reviewed by Kenneth Rohde Christiansen. [Qt] fillRect shadow has incorrect behavior when using ctx.scale(x,y) https://bugs.webkit.org/show_bug.cgi?id=50141 New fast canvas test to ensure correct fillRect shadow when using ctx.scale(x,y). * fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added. * fast/canvas/canvas-scale-fillRect-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: Added. 2010-11-28 Dimitri Glazkov Reviewed by Darin Adler. Default event handlers should also be using event retargeting. https://bugs.webkit.org/show_bug.cgi?id=49986 * fast/events/shadow-boundary-crossing-2.html: Added a test. * fast/events/shadow-boundary-crossing-2-expected.txt: Modified expectations to include new test. 2010-11-23 MORITA Hajime Reviewed by Kent Tamura. REGRESSION: Text on is not spellchecked. https://bugs.webkit.org/show_bug.cgi?id=49651 * editing/spelling/spellcheck-attribute.html: Added cases. * editing/spelling/spellcheck-attribute-expected.txt: 2010-11-27 Gavin Barraclough Reviewed by Sam Weinig. Bug 48101 - Yarr gives different results for /(?:a*?){2,}/ Add layout tests for corner cases of repeat matches in regular expressions, and of the examples documented in the ECMA-262 spec . * fast/regex/ecma-regex-examples-expected.txt: Added. * fast/regex/ecma-regex-examples.html: Added. * fast/regex/repeat-match-waldemar-expected.txt: Added. * fast/regex/repeat-match-waldemar.html: Added. * fast/regex/script-tests/ecma-regex-examples.js: Added. * fast/regex/script-tests/repeat-match-waldemar.js: Added. 2010-11-26 Rob Buis Reviewed by Simon Fraser. Add test for: Percentage z offset in transform-origin should make the property invalid https://bugs.webkit.org/show_bug.cgi?id=48704 * fast/css/script-tests/transform-origin-parsing.js: Added. (test): * fast/css/transform-origin-parsing-expected.txt: Added. * fast/css/transform-origin-parsing.html: Added. 2010-11-26 Ilya Tikhonovsky Unreviewed fix for chromium test expectations. * platform/chromium-gpu/test_expectations.txt: added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT 2010-11-26 Andrei Popescu Reviewed by Jeremy Orlow. IDBDatabase and IDBObjectStore remove* methods should be renamed to delete* https://bugs.webkit.org/show_bug.cgi?id=50113 * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/resources/shared.js: (deleteAllObjectStores): * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-basics.html: 2010-11-26 Sheriff Bot Unreviewed, rolling out r72701. http://trac.webkit.org/changeset/72701 https://bugs.webkit.org/show_bug.cgi?id=50114 REGRESSION: bad transform matrix on content layer (Requested by backer on #webkit). * compositing/lots-of-img-layers-with-opacity.html: Removed. * compositing/lots-of-img-layers.html: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Removed. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed. * platform/chromium-gpu/test_expectations.txt: * platform/mac/compositing/lots-of-img-layers-expected.checksum: Removed. * platform/mac/compositing/lots-of-img-layers-expected.png: Removed. * platform/mac/compositing/lots-of-img-layers-expected.txt: Removed. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Removed. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed. 2010-11-26 Jeremy Orlow Reviewed by Steve Block. Make IDBKeyRange match the spec https://bugs.webkit.org/show_bug.cgi?id=50105 Remove flags and instead add two booleans for being open. Change left to lower and right to upper everywhere. * storage/indexeddb/constants-expected.txt: * storage/indexeddb/constants.html: * storage/indexeddb/index-cursor.html: * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange.html: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/open-cursor.html: * storage/indexeddb/tutorial.html: 2010-11-25 Jeremy Orlow Reviewed by Steve Block. Convert open*Cursor and createIndex over to using OptionsObject https://bugs.webkit.org/show_bug.cgi?id=50093 * storage/indexeddb/index-cursor.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-cursor.html: * storage/indexeddb/tutorial.html: 2010-11-25 Jeremy Orlow Reviewed by Steve Block. Clean up IDBDatabase.transaction and add checks to IDBTransaction.objectStore https://bugs.webkit.org/show_bug.cgi?id=50081 * storage/indexeddb/create-and-remove-object-store-expected.txt: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore-expected.txt. * storage/indexeddb/create-and-remove-object-store.html: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore.html. * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/create-object-store-options.html: * storage/indexeddb/resources/shared.js: (evalAndExpectException): * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: Added. * storage/indexeddb/transaction-and-objectstore-calls.html: Added. * storage/indexeddb/tutorial.html: 2010-11-26 Ilya Tikhonovsky Unreviewed fix for chromium test expectations. fast/canvas/canvas-createPattern-fillRect-shadow.html was disabled for Win and Linux. * platform/chromium/test_expectations.txt: added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT 2010-11-26 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Test inserting invalid values in object store https://bugs.webkit.org/show_bug.cgi?id=50110 Add tests to make sure we throw exceptions when a user tries to insert invalid data in the object store. * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: 2010-11-26 Helder Correia Reviewed by Ariya Hidayat. [Qt] Blur shadow for rectangle fill https://bugs.webkit.org/show_bug.cgi?id=44488 New fast canvas test to ensure fillRect shadow (with and without blur). * fast/canvas/canvas-fillRect-shadow-expected.txt: Added. * fast/canvas/canvas-fillRect-shadow.html: Added. * fast/canvas/script-tests/canvas-fillRect-shadow.js: Added. 2010-11-26 Helder Correia Reviewed by Kenneth Rohde Christiansen. New fast canvas test: createPattern + fillRect with shadow https://bugs.webkit.org/show_bug.cgi?id=50104 Ensure that fillRect works correctly with an image pattern with transparency set as the fillStyle. * fast/canvas/canvas-createPattern-fillRect-shadow-expected.txt: Added. * fast/canvas/canvas-createPattern-fillRect-shadow.html: Added. * fast/canvas/script-tests/canvas-createPattern-fillRect-shadow.js: Added. 2010-11-25 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: LayoutTest/inspector/extnesions.html is flaky https://bugs.webkit.org/show_bug.cgi?id=50076 * inspector/extensions-test.js: (initialize_ExtensionsTest.dumpSidebarContent): 2010-11-26 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames https://bugs.webkit.org/show_bug.cgi?id=50102 Update layout tests to use the new name. * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-basics.html: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/database-quota.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/resources/shared.js: (deleteAllObjectStores): * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-basics.html: * storage/indexeddb/tutorial.html: 2010-11-26 Andrei Popescu Reviewed by Jeremy Orlow. IDBFactory::open should not have a description argument. https://bugs.webkit.org/show_bug.cgi?id=50087 * storage/indexeddb/basics-expected.txt: * storage/indexeddb/basics.html: * storage/indexeddb/createAndRemoveObjectStore-expected.txt: * storage/indexeddb/createAndRemoveObjectStore.html: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-basics.html: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/database-quota.html: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/duplicates.html: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics.html: * storage/indexeddb/index-cursor-expected.txt: * storage/indexeddb/index-cursor.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-cursor.html: * storage/indexeddb/queued-commands-expected.txt: * storage/indexeddb/queued-commands.html: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-basics.html: * storage/indexeddb/tutorial.html: 2010-11-25 Yuzo Fujishima Unreviewed Chromium test expectaion change. fast/css/font-face-data-uri.html now passes for WIN and LINUX. * platform/chromium/test_expectations.txt: 2010-11-25 Yuzo Fujishima Unreviewed attempt to fix test falkiness. * fast/css/font-face-data-uri.html: 2010-11-25 Kenichi Ishibashi Reviewed by Kent Tamura. Assertion failure by resetting twice https://bugs.webkit.org/show_bug.cgi?id=50095 Adds a test that ensures assertion failures don't occur when updating the value of an output element. * fast/forms/output-reset-assertion-failed-expected.txt: Added. * fast/forms/output-reset-assertion-failed.html: Added. * fast/forms/script-tests/output-reset-assertion-failed.js: Added. 2010-11-25 Yuzo Fujishima Reviewed by Kent Tamura. Fix for Bug 49898 - LayoutTests/fast/css/font-face-data-uri.html doesn't test what it claims to https://bugs.webkit.org/show_bug.cgi?id=49898 * fast/css/font-face-data-uri.html: Use local font as reference. Use polling to ensure that the web font is loaded. 2010-11-24 Ryosuke Niwa Reviewed by Kent Tamura. Added a test to ensure WebKit does not crash when moving carets around a word with a first-letter rule. While WebKit no longer crashes, the test demonstrates a bug that the position offset at the end of word is incorrect. * editing/text-iterator/first-letter-word-boundary-expected.txt: Added. * editing/text-iterator/first-letter-word-boundary.html: Added. 2010-11-25 Ilya Tikhonovsky Unreviewed. Enable test for Win Release chromuim. * platform/chromium/test_expectations.txt: changed: BUGWK46940 WIN DEBUG : fast/dom/Window/window-screen-properties.html = TEXT 2010-11-25 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Better errors for not yet implemented features https://bugs.webkit.org/show_bug.cgi?id=50075 Test that inserting a record where the key is a Date (either explicitly, or via a key path) yields an error. Test that calling createObjectStore with autoIncrement = true raises an exception. * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/create-object-store-options.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: 2010-11-25 Ilya Tikhonovsky Unreviewed. Enable tests in chromium. 5109817.html was fixed upstream r72678. validationMessage was fixed downstream r67382. * platform/chromium/test_expectations.txt: removed: BUG10369 MAC : editing/selection/5109817.html = FAIL removed: BUG28264 : fast/forms/validationMessage.html = FAIL 2010-11-25 Jeremy Orlow Reviewed by Steve Block. Add an OptionsObject class for IndexedDB (and later Geolocation) https://bugs.webkit.org/show_bug.cgi?id=50030 * storage/indexeddb/create-object-store-options-expected.txt: Added. * storage/indexeddb/create-object-store-options.html: Added. * storage/indexeddb/tutorial.html: 2010-11-25 Ilya Tikhonovsky Unreviewed. Upstream chromium test expectations. BUGCR64401 WIN : fast/filesystem/op-copy.html = TEXT was added. * platform/chromium/test_expectations.txt: 2010-11-25 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Disallow inserting records with NULL keys https://bugs.webkit.org/show_bug.cgi?id=50033 Test inserting records with NULL key and make sure it fails. Update layout tests that previously inserted NULL keys. * storage/indexeddb/index-cursor.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-cursor.html: 2010-11-24 Yuta Kitamura Reviewed by Kent Tamura. [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW https://bugs.webkit.org/show_bug.cgi?id=50051 Chromium test expectation update: mark http/tests/websocket/tests/frame-lengths.html as SLOW. This test takes a longer time to finish because it sends a lot of WebSocket messages. * platform/chromium/test_expectations.txt: 2010-11-24 Martin Robinson [Qt] plugins/keyboard-events.html fails after r72717 https://bugs.webkit.org/show_bug.cgi?id=50050 * platform/qt/Skipped: Skip failing tests until a fix is made. 2010-11-24 Jian Li Reviewed by Kenneth Russell. Implement DataView interface from Typed Array specification https://bugs.webkit.org/show_bug.cgi?id=46541 Add a new test for testing DataView interface. Also update some tests to exclude DataView property from being tested because it is not exposed to all platforms. * fast/canvas/webgl/data-view-test-expected.txt: Added. * fast/canvas/webgl/data-view-test.html: Added. * fast/dom/Window/script-tests/window-property-descriptors.js: * fast/dom/Window/window-properties.html: * fast/dom/script-tests/prototype-inheritance-2.js: (constructorNamesForWindow): * fast/dom/script-tests/prototype-inheritance.js: * fast/js/script-tests/global-constructors.js: 2010-11-24 Eric Uhrhane Reviewed by Tony Chang. Fix file-writer-truncate-extend test. https://bugs.webkit.org/show_bug.cgi?id=50047 * fast/filesystem/resources/file-writer-truncate-extend.js: 2010-11-24 Nico Weber Unreviewed. Another new baseline after http://trac.webkit.org/changeset/72689 https://bugs.webkit.org/show_bug.cgi?id=50040 * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.checksum: * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png: 2010-11-24 Nico Weber Unreviewed. More new baselines after http://trac.webkit.org/changeset/72689 https://bugs.webkit.org/show_bug.cgi?id=50040 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Removed. * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Removed. * platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum: * platform/chromium-mac/svg/carto.net/scrollbar-expected.png: * platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-mac/svg/carto.net/selectionlist-expected.png: * platform/chromium-mac/svg/custom/convolution-crash-expected.checksum: * platform/chromium-mac/svg/custom/convolution-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/createImageElement-expected.png. * platform/chromium-mac/svg/custom/createImageElement-expected.checksum: * platform/chromium-mac/svg/custom/createImageElement-expected.png: * platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-mac/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.checksum: * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.checksum: * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.checksum: * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png: * platform/chromium-mac/svg/custom/js-update-image-expected.checksum: * platform/chromium-mac/svg/custom/js-update-image-expected.png: * platform/chromium-mac/svg/custom/pointer-events-image-expected.checksum: * platform/chromium-mac/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac/svg/custom/text-image-opacity-expected.checksum: * platform/chromium-mac/svg/custom/text-image-opacity-expected.png: * platform/chromium-mac/svg/filters/feDisplacementMap-expected.checksum: * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/js-update-image-expected.png. 2010-11-24 Eric Uhrhane Reviewed by David Levin. Add FileWriter test utilities. https://bugs.webkit.org/show_bug.cgi?id=47680 Cleaning up shared test utility files caused the includes and output of a bunch of existing tests change slightly, so I've rebuilt the expectation files. This is the first test [in DOM and worker versions] to use the new utilities. * fast/filesystem/file-writer-truncate-extend-expected.txt: Added. * fast/filesystem/file-writer-truncate-extend.html: Added. * fast/filesystem/resources/file-writer-truncate-extend.js: Added. * fast/filesystem/workers/file-writer-truncate-extend-expected.txt: Added. * fast/filesystem/workers/file-writer-truncate-extend.html: Added. This is a new utility file for FileWriter tests. * fast/filesystem/resources/file-writer-utils.js: Added. Touched up a bit * fast/filesystem/resources/fs-worker-common.js: Removed * fast/filesystem/resources/fs-worker-test-post.js: * fast/filesystem/resources/fs-worker-test-pre.js: renamed to * fast/filesystem/resources/fs-worker-test-util.js: These tests and their expectations were tweaked slightly to use the new code more cleanly. * fast/filesystem/workers/async-operations-expected.txt: * fast/filesystem/workers/async-operations.html: * fast/filesystem/workers/file-from-file-entry-expected.txt: * fast/filesystem/workers/file-from-file-entry-sync-expected.txt: * fast/filesystem/workers/file-from-file-entry-sync.html: * fast/filesystem/workers/file-from-file-entry.html: * fast/filesystem/workers/simple-persistent-expected.txt: * fast/filesystem/workers/simple-persistent-sync-expected.txt: * fast/filesystem/workers/simple-persistent-sync.html: * fast/filesystem/workers/simple-persistent.html: * fast/filesystem/workers/simple-temporary-expected.txt: * fast/filesystem/workers/simple-temporary-sync-expected.txt: * fast/filesystem/workers/simple-temporary-sync.html: * fast/filesystem/workers/simple-temporary.html: * fast/filesystem/workers/sync-operations-expected.txt: * fast/filesystem/workers/sync-operations.html: Removed suppression of FileWriter tests, as we now have support in TestShell. * platform/chromium/test_expectations.txt: 2010-11-24 Nico Weber Unreviewed. New baselines after http://trac.webkit.org/changeset/72689 https://bugs.webkit.org/show_bug.cgi?id=50040 * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: * platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum: * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.png: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.png: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize07-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize08-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize09-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize10-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize11-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.png: Removed. * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png: * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png: * platform/chromium-mac/fast/backgrounds/size/zero-expected.checksum: * platform/chromium-mac/fast/backgrounds/size/zero-expected.png: * platform/chromium-mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum: * platform/chromium-mac/fast/events/pointer-events-2-expected.png: * platform/chromium-mac/fast/forms/input-type-change-expected.checksum: * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: * platform/chromium-mac/fast/replaced/image-sizing-expected.checksum: * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum: * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum: * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: * platform/chromium-mac/svg/custom/image-parent-translation-expected.checksum: * platform/chromium-mac/svg/custom/image-parent-translation-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Removed. * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug4523-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum: * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png: * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: * platform/chromium-mac/tables/mozilla/core/misc-expected.checksum: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: 2010-11-24 James Robinson Reviewed by Kenneth Russell. [chromium] Compositor needs to manage its VRAM use https://bugs.webkit.org/show_bug.cgi?id=49629 Adds a few tests involving lots of visible image layers. The tests are designed to require slightly more than 64MB of VRAM. * compositing/lots-of-img-layers-with-opacity.html: Added. * compositing/lots-of-img-layers.html: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added. * platform/chromium-gpu/test_expectations.txt: * platform/mac/compositing/lots-of-img-layers-expected.checksum: Added. * platform/mac/compositing/lots-of-img-layers-expected.png: Added. * platform/mac/compositing/lots-of-img-layers-expected.txt: Added. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Added. * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Added. 2010-11-24 Tony Chang Unreviewed, updating plugin test expectations now that we've switched to the upstream plugin! * platform/chromium/test_expectations.txt: 2010-11-24 Ilya Tikhonovsky Unreviewed. Just assign a bug for compositing/plugin tests. * platform/chromium-gpu/test_expectations.txt: 2010-11-24 Nicolas Dufresne Reviewed by Martin Robinson. [GTK] response.isNull() assert when using directory file URI https://bugs.webkit.org/show_bug.cgi?id=49018 When using file:/// (or any directory), WebKitGTK use to abort on assertion. This test ensure that loading a directory is possible. * platform/gtk/fast/loader/crash-display-local-directory-expected.txt: Added. * platform/gtk/fast/loader/crash-display-local-directory.html: Added. * platform/gtk/fast/loader/resources/directory/keep-empty: Added. 2010-11-24 Andrey Kosyakov Unreviewed, update platform expectations following expectations change in r72683. * platform/mac-leopard/inspector/extensions-resources-expected.txt: 2010-11-24 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: Crash when inspecting http://alphaarnhem.nl/beta/ https://bugs.webkit.org/show_bug.cgi?id=50025 * inspector/resources/styles-new-API-1.css: (@font-face): 2010-11-24 Cris Neckar Reviewed by Adam Barth. Test for crash with invalid local fonts. https://bugs.webkit.org/show_bug.cgi?id=49883 * fast/css/local_font_invalid-expected.txt: Added. * fast/css/local_font_invalid.html: Added. 2010-11-24 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: extension API cleanup Improve synchronization between different parts of the test to reduce flakiness. https://bugs.webkit.org/show_bug.cgi?id=50019 * http/tests/inspector/inspector-test2.js: Clean inspected page test output before pushing output from front-end. (initialize_InspectorTest.InspectorTest.completeTest): Delay test completion until page's onload is completed after reload. (initialize_InspectorTest.InspectorTest.addResult.clearResults): (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded): (output): * inspector/extensions-api-expected.txt: * inspector/extensions-audits-api-expected.txt: * inspector/extensions-audits-expected.txt: * inspector/extensions-audits-tests.js: (extension_runAudits): (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone): (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits): (initialize_ExtensionsAuditsTest): (test): * inspector/extensions-eval-expected.txt: * inspector/extensions-eval.html: * inspector/extensions-events-expected.txt: * inspector/extensions-events.html: * inspector/extensions-resources-expected.txt: * inspector/extensions-resources.html: * inspector/extensions-test.js: (initialize_ExtensionsTest.InspectorTest.dispatchOnMessage): (initialize_ExtensionsTest.InspectorTest.runExtensionTests): (initialize_ExtensionsTest.extensionOutput): (initialize_ExtensionsTest.dumpSidebarContent): (initialize_ExtensionsTest.reloadPage): * inspector/extensions.html: * inspector/resources/extension-main.html: * inspector/resources/extension-main.js: (fetchTests.callback): (fetchTests): (onTestsDone): (dispatchOnFrontend): 2010-11-23 Jeremy Orlow Reviewed by Steve Block. Fix minor errors in IndexedDB https://bugs.webkit.org/show_bug.cgi?id=49970 * storage/indexeddb/constants-expected.txt: * storage/indexeddb/constants.html: * storage/indexeddb/createAndRemoveObjectStore-expected.txt: Added. * storage/indexeddb/createAndRemoveObjectStore.html: Added. 2010-11-24 Alejandro G. Castro Unreviewed, skip mathml/presentation again, apparently the issue is still happening in the bots. * platform/gtk/Skipped: 2010-11-24 Avi Drissman Reviewed by Antonio Gomes. Add preference to not select when right-clicked https://bugs.webkit.org/show_bug.cgi?id=23351 * editing/selection/context-menu-text-selection-expected.txt: Added. * editing/selection/context-menu-text-selection.html: Added. 2010-11-24 Martin Robinson Reviewed by Xan Lopez. [GTK] The WebKitWebView should expose a set of signals encapsulating the behavior of the EditorClient https://bugs.webkit.org/show_bug.cgi?id=49143 Unskip passing editing tests. * platform/gtk/Skipped: * platform/gtk/Skipped.rej: Added. * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt: * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt: * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt: * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt: * platform/gtk/editing/deleting/delete-and-undo-expected.txt: * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt: * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt: * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt: * platform/gtk/editing/deleting/delete-br-001-expected.txt: * platform/gtk/editing/deleting/delete-br-002-expected.txt: * platform/gtk/editing/deleting/delete-br-003-expected.txt: * platform/gtk/editing/deleting/delete-br-004-expected.txt: * platform/gtk/editing/deleting/delete-br-005-expected.txt: * platform/gtk/editing/deleting/delete-br-006-expected.txt: * platform/gtk/editing/deleting/delete-br-007-expected.txt: * platform/gtk/editing/deleting/delete-br-010-expected.txt: * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-image-004-expected.txt: * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-line-001-expected.txt: * platform/gtk/editing/deleting/delete-line-002-expected.txt: * platform/gtk/editing/deleting/delete-line-005-expected.txt: * platform/gtk/editing/deleting/delete-line-006-expected.txt: * platform/gtk/editing/deleting/delete-line-007-expected.txt: * platform/gtk/editing/deleting/delete-line-008-expected.txt: * platform/gtk/editing/deleting/delete-line-009-expected.txt: * platform/gtk/editing/deleting/delete-line-010-expected.txt: * platform/gtk/editing/deleting/delete-line-011-expected.txt: * platform/gtk/editing/deleting/delete-line-012-expected.txt: * platform/gtk/editing/deleting/delete-line-013-expected.txt: * platform/gtk/editing/deleting/delete-line-014-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/gtk/editing/deleting/delete-listitem-001-expected.txt: * platform/gtk/editing/deleting/delete-listitem-002-expected.txt: * platform/gtk/editing/deleting/delete-select-all-002-expected.txt: * platform/gtk/editing/deleting/delete-tab-002-expected.txt: * platform/gtk/editing/deleting/delete-tab-004-expected.txt: * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt: * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt: * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt: * platform/gtk/editing/deleting/forward-delete-expected.txt: * platform/gtk/editing/deleting/smart-delete-003-expected.txt: * platform/gtk/editing/deleting/smart-delete-004-expected.txt: * platform/gtk/editing/execCommand/4641880-1-expected.txt: Added. * platform/gtk/editing/execCommand/4641880-2-expected.txt: Added. * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt: Added. * platform/gtk/editing/execCommand/find-after-replace-expected.txt: Added. * platform/gtk/editing/execCommand/findString-2-expected.txt: Added. * platform/gtk/editing/execCommand/findString-diacriticals-expected.txt: Added. * platform/gtk/editing/execCommand/findString-expected.txt: Added. * platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt: Added. * platform/gtk/editing/execCommand/indent-empty-root-expected.txt: Added. * platform/gtk/editing/execCommand/indent-list-item-expected.txt: Added. * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Removed. * platform/gtk/editing/execCommand/indent-selection-expected.txt: Added. * platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt: Added. * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt: Added. * platform/gtk/editing/execCommand/insertImage-expected.txt: Added. * platform/gtk/editing/execCommand/nsresponder-indent-expected.txt: Added. * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt: Added. * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Added. * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Added. * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Added. * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Added. * platform/gtk/editing/execCommand/outdent-selection-expected.txt: Added. * platform/gtk/editing/execCommand/paste-1-expected.txt: Added. * platform/gtk/editing/execCommand/paste-2-expected.txt: Added. * platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt: Added. * platform/gtk/editing/execCommand/remove-list-item-1-expected.txt: Added. * platform/gtk/editing/execCommand/selectAll-expected.txt: Added. * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt: * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt: * platform/gtk/editing/inserting/insert-3800346-fix-expected.txt: * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt: * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt: * platform/gtk/editing/inserting/insert-br-005-expected.txt: * platform/gtk/editing/inserting/insert-div-001-expected.txt: * platform/gtk/editing/inserting/insert-div-002-expected.txt: * platform/gtk/editing/inserting/insert-div-003-expected.txt: * platform/gtk/editing/inserting/insert-div-004-expected.txt: * platform/gtk/editing/inserting/insert-div-005-expected.txt: * platform/gtk/editing/inserting/insert-div-009-expected.txt: * platform/gtk/editing/inserting/insert-div-024-expected.txt: * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt: * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: * platform/gtk/editing/inserting/redo-expected.txt: * platform/gtk/editing/inserting/typing-001-expected.txt: * platform/gtk/editing/inserting/typing-002-expected.txt: * platform/gtk/editing/inserting/typing-003-expected.txt: * platform/gtk/editing/inserting/typing-around-br-001-expected.txt: * platform/gtk/editing/inserting/typing-around-image-001-expected.txt: * platform/gtk/editing/pasteboard/4076267-2-expected.txt: * platform/gtk/editing/pasteboard/4076267-3-expected.txt: * platform/gtk/editing/pasteboard/4076267-expected.txt: * platform/gtk/editing/pasteboard/5368833-expected.txt: Added. * platform/gtk/editing/pasteboard/cut-text-001-expected.txt: * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt: * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt: * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: * platform/gtk/editing/pasteboard/paste-text-001-expected.txt: * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: * platform/gtk/editing/pasteboard/paste-text-004-expected.txt: * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: * platform/gtk/editing/pasteboard/paste-text-008-expected.txt: * platform/gtk/editing/pasteboard/paste-text-009-expected.txt: * platform/gtk/editing/pasteboard/paste-text-010-expected.txt: * platform/gtk/editing/pasteboard/paste-text-013-expected.txt: Added. * platform/gtk/editing/pasteboard/paste-text-015-expected.txt: * platform/gtk/editing/pasteboard/paste-xml-expected.txt: * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt: * platform/gtk/editing/selection/4889598-expected.txt: * platform/gtk/editing/selection/4947387-expected.txt: Added. * platform/gtk/editing/selection/5195166-2-expected.txt: Added. * platform/gtk/editing/selection/extend-by-character-002-expected.txt: * platform/gtk/editing/selection/extend-by-character-003-expected.txt: * platform/gtk/editing/selection/extend-by-character-004-expected.txt: * platform/gtk/editing/selection/extend-by-character-005-expected.txt: * platform/gtk/editing/selection/extend-selection-bidi-expected.txt: Added. * platform/gtk/editing/selection/fake-drag-expected.txt: * platform/gtk/editing/selection/iframe-expected.txt: * platform/gtk/editing/selection/inline-table-expected.txt: * platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt: * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt: * platform/gtk/editing/selection/move-between-blocks-yes-001-expected.txt: * platform/gtk/editing/selection/move-by-character-001-expected.txt: * platform/gtk/editing/selection/move-by-character-002-expected.txt: * platform/gtk/editing/selection/move-by-character-003-expected.txt: * platform/gtk/editing/selection/move-by-character-004-expected.txt: * platform/gtk/editing/selection/move-by-character-005-expected.txt: * platform/gtk/editing/selection/move-by-sentence-001-expected.txt: * platform/gtk/editing/selection/move-past-trailing-space-expected.txt: * platform/gtk/editing/selection/select-box-expected.txt: * platform/gtk/editing/selection/selection-actions-expected.txt: * platform/gtk/editing/spelling/spelling-expected.txt: * platform/gtk/editing/style/block-style-003-expected.txt: * platform/gtk/editing/style/relative-font-size-change-001-expected.txt: * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: * platform/gtk/editing/style/style-3681552-fix-002-expected.txt: * platform/gtk/editing/style/typing-style-001-expected.txt: * platform/gtk/editing/style/typing-style-002-expected.txt: * platform/gtk/editing/style/unbold-in-bold-expected.txt: * platform/gtk/editing/undo/4063751-expected.txt: * platform/gtk/editing/undo/redo-typing-001-expected.txt: * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-combined-delete-expected.txt: * platform/gtk/editing/undo/undo-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-delete-expected.txt: * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-forward-delete-expected.txt: * platform/gtk/editing/undo/undo-misspellings-expected.txt: 2010-11-24 Alejandro G. Castro Unreviewed, rebaselined mathml/presentation using bots results. * platform/gtk/mathml/presentation/attributes-expected.txt: * platform/gtk/mathml/presentation/fenced-expected.txt: * platform/gtk/mathml/presentation/fenced-mi-expected.txt: * platform/gtk/mathml/presentation/fractions-expected.txt: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/gtk/mathml/presentation/mo-expected.txt: * platform/gtk/mathml/presentation/over-expected.txt: * platform/gtk/mathml/presentation/roots-expected.txt: * platform/gtk/mathml/presentation/row-alignment-expected.txt: * platform/gtk/mathml/presentation/row-expected.txt: * platform/gtk/mathml/presentation/style-expected.txt: * platform/gtk/mathml/presentation/sub-expected.txt: * platform/gtk/mathml/presentation/subsup-expected.txt: * platform/gtk/mathml/presentation/sup-expected.txt: * platform/gtk/mathml/presentation/tables-expected.txt: * platform/gtk/mathml/presentation/tokenElements-expected.txt: * platform/gtk/mathml/presentation/under-expected.txt: * platform/gtk/mathml/presentation/underover-expected.txt: 2010-11-24 Alejandro G. Castro Unreviewed, unskipped and rebaselined mathml/presentation tests after r72413 * platform/gtk/Skipped: * platform/gtk/mathml/presentation/attributes-expected.checksum: * platform/gtk/mathml/presentation/attributes-expected.png: * platform/gtk/mathml/presentation/attributes-expected.txt: * platform/gtk/mathml/presentation/fenced-expected.checksum: * platform/gtk/mathml/presentation/fenced-expected.png: * platform/gtk/mathml/presentation/fenced-expected.txt: * platform/gtk/mathml/presentation/fenced-mi-expected.checksum: * platform/gtk/mathml/presentation/fenced-mi-expected.png: * platform/gtk/mathml/presentation/fenced-mi-expected.txt: * platform/gtk/mathml/presentation/fractions-expected.checksum: * platform/gtk/mathml/presentation/fractions-expected.png: * platform/gtk/mathml/presentation/fractions-expected.txt: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.checksum: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/gtk/mathml/presentation/mo-expected.checksum: * platform/gtk/mathml/presentation/mo-expected.png: * platform/gtk/mathml/presentation/mo-expected.txt: * platform/gtk/mathml/presentation/over-expected.checksum: * platform/gtk/mathml/presentation/over-expected.png: * platform/gtk/mathml/presentation/over-expected.txt: * platform/gtk/mathml/presentation/roots-expected.checksum: * platform/gtk/mathml/presentation/roots-expected.png: * platform/gtk/mathml/presentation/roots-expected.txt: * platform/gtk/mathml/presentation/row-alignment-expected.checksum: * platform/gtk/mathml/presentation/row-alignment-expected.png: * platform/gtk/mathml/presentation/row-alignment-expected.txt: * platform/gtk/mathml/presentation/row-expected.checksum: * platform/gtk/mathml/presentation/row-expected.png: * platform/gtk/mathml/presentation/row-expected.txt: * platform/gtk/mathml/presentation/style-expected.checksum: * platform/gtk/mathml/presentation/style-expected.png: * platform/gtk/mathml/presentation/style-expected.txt: * platform/gtk/mathml/presentation/sub-expected.checksum: * platform/gtk/mathml/presentation/sub-expected.png: * platform/gtk/mathml/presentation/sub-expected.txt: * platform/gtk/mathml/presentation/subsup-expected.checksum: * platform/gtk/mathml/presentation/subsup-expected.png: * platform/gtk/mathml/presentation/subsup-expected.txt: * platform/gtk/mathml/presentation/sup-expected.checksum: * platform/gtk/mathml/presentation/sup-expected.png: * platform/gtk/mathml/presentation/sup-expected.txt: * platform/gtk/mathml/presentation/tables-expected.checksum: * platform/gtk/mathml/presentation/tables-expected.png: * platform/gtk/mathml/presentation/tables-expected.txt: * platform/gtk/mathml/presentation/tokenElements-expected.checksum: * platform/gtk/mathml/presentation/tokenElements-expected.png: * platform/gtk/mathml/presentation/tokenElements-expected.txt: * platform/gtk/mathml/presentation/under-expected.checksum: * platform/gtk/mathml/presentation/under-expected.png: * platform/gtk/mathml/presentation/under-expected.txt: * platform/gtk/mathml/presentation/underover-expected.checksum: * platform/gtk/mathml/presentation/underover-expected.png: * platform/gtk/mathml/presentation/underover-expected.txt: 2010-11-24 Satish Sampath Reviewed by Steve Block. Re-enabled layout tests which were disabled during an API migration. https://bugs.webkit.org/show_bug.cgi?id=50013 * platform/chromium/test_expectations.txt: 2010-11-24 Ilya Tikhonovsky Unreviewed. chromium expectation fix. BUG49967 MAC : font-size-zero.html = TEXT was restored. * platform/chromium/test_expectations.txt: 2010-11-24 Steve block Reviewed by Jeremy Orlow. LayoutTest fast/dom/DeviceOrientation/event-after-navigation.html is flaky https://bugs.webkit.org/show_bug.cgi?id=49384 This is an asynchronous script test which navigates the main page but relies on js-test-post.js calling LayoutTestController.waitUntilDone(). It's possible for the main page to be navigated and hence the load of js-test-post.js to be cancelled before LayoutTestController.waitUntilDone() is called, which causes the test to fail. * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js: 2010-11-23 Pavel Feldman Reviewed by Yury Semikhatsky. Web Inspector: pass style id to front-end as Object, not string. https://bugs.webkit.org/show_bug.cgi?id=49971 * inspector/styles-new-API.html: 2010-11-23 Ilya Tikhonovsky Unreviewed. composited-plugin.html is crashing on MAC. small-to-large-composited-plugin.html is crashing on MAC. font-size-zero.html is passing. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-11-23 Abhishek Arya Unreviewed. Drag and drop not working properly. Skipping just like other similar drag and drop tests. E.g. similar test drag-image-in-about-blank-frame.html. * platform/qt/Skipped: 2010-11-23 Abhishek Arya Reviewed by Adam Barth. Tests that drag and drop is allowed across the same security origin object, even if they are marked unique. * http/tests/security/drag-drop-same-unique-origin-expected.txt: Added. * http/tests/security/drag-drop-same-unique-origin.html: Added. * http/tests/security/resources/drag-drop-allowed.html: Added. 2010-11-23 Ryosuke Niwa Unreviewed update of GTK's skipped list. Disabled editing/deleting/delete-by-word-001.html and editing/deleting/delete-by-word-002.html because they require editing delegates dump which haven't been implemented in GTK. * platform/gtk/Skipped: 2010-11-23 Tony Chang Unreviewed, [chromium] merge the plugin failures in test_expectations https://bugs.webkit.org/show_bug.cgi?id=49993 * platform/chromium/drt_expectations.txt: Remove plugin failures * platform/chromium/test_expectations.txt: Move them into this file with expectations that are valid for either plugin. 2010-11-23 Cris Neckar Reviewed by Dimitri Glazkov. Test for crash with input type search and table column style. https://bugs.webkit.org/show_bug.cgi?id=49896 * fast/css/input-search-table-column-crash-expected.txt: Added. * fast/css/input-search-table-column-crash.html: Added. 2010-11-23 Ryosuke Niwa Reviewed by Adam Barth. XMLDocumentParser::notifyFinished calls ScriptController's executeScript without updating isEvaluated flag https://bugs.webkit.org/show_bug.cgi?id=49701 Added a test to ensure WebKit doesn't run the script twice when a script element with an external script file is cloned in a XML document. * fast/dom/resources/script-clone-rerun-src.js: Added. * fast/dom/script-clone-rerun-src.xhtml: Added. 2010-11-23 Ryosuke Niwa Reviewed by Tony Chang. dumpAsText conversion: editing/deleting/delete-by-word-001.html and delete-by-word-002.html https://bugs.webkit.org/show_bug.cgi?id=48130 Converted editing/deleting/delete-by-word-001.html and delete-by-word-002.html to dumpAsText tests by replacing calls to runEditingTest by runDumpAsTextEditingTest. * editing/deleting/delete-by-word-001-expected.txt: Added. * editing/deleting/delete-by-word-001.html: * editing/deleting/delete-by-word-002-expected.txt: Added. * editing/deleting/delete-by-word-002.html: * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.checksum: Removed. * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.png: Removed. * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.checksum: Removed. * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.png: Removed. * platform/chromium-win/editing/deleting/delete-by-word-001-expected.checksum: Removed. * platform/chromium-win/editing/deleting/delete-by-word-001-expected.png: Removed. * platform/chromium-win/editing/deleting/delete-by-word-001-expected.txt: Removed. * platform/chromium-win/editing/deleting/delete-by-word-002-expected.checksum: Removed. * platform/chromium-win/editing/deleting/delete-by-word-002-expected.png: Removed. * platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt: Removed. * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: Removed. * platform/mac/editing/deleting/delete-by-word-001-expected.checksum: Removed. * platform/mac/editing/deleting/delete-by-word-001-expected.png: Removed. * platform/mac/editing/deleting/delete-by-word-001-expected.txt: Removed. * platform/mac/editing/deleting/delete-by-word-002-expected.checksum: Removed. * platform/mac/editing/deleting/delete-by-word-002-expected.png: Removed. * platform/mac/editing/deleting/delete-by-word-002-expected.txt: Removed. * platform/qt/editing/deleting/delete-by-word-001-expected.checksum: Removed. * platform/qt/editing/deleting/delete-by-word-001-expected.png: Removed. * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Removed. * platform/qt/editing/deleting/delete-by-word-002-expected.checksum: Removed. * platform/qt/editing/deleting/delete-by-word-002-expected.png: Removed. * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Removed. 2010-11-23 Sheriff Bot Unreviewed, rolling out r72628. http://trac.webkit.org/changeset/72628 https://bugs.webkit.org/show_bug.cgi?id=49994 This patch is causing layout-test failtures on GTK Linux 64-bit Debug (Requested by ctguil on #webkit). * accessibility/iframe-has-document-expected.txt: Removed. * accessibility/iframe-has-document.html: Removed. * platform/win/Skipped: 2010-11-23 Julie Parent Unreviewed, fixing chromium gpu_test expectations. Remove entries for tests that no longer exist, removed in r71822. Remove duplicates introduced in r72613. * platform/chromium-gpu/test_expectations.txt: 2010-11-23 Chris Rogers Unreviewed. Disable new XMLHttpRequest layout tests for Qt and gtk since they require ArrayBuffer support https://bugs.webkit.org/show_bug.cgi?id=49992 * platform/gtk/Skipped: * platform/qt/Skipped: 2010-11-23 Chris Guillory Reviewed by Dimitri Glazkov. Include the FrameView widget of a RenderWidget in the accessibility tree. https://bugs.webkit.org/show_bug.cgi?id=49106 * accessibility/iframe-has-document-expected.txt: Added. * accessibility/iframe-has-document.html: Added. * platform/win/Skipped: 2010-11-23 Tony Chang Reviewed by Ojan Vafai. [chromium] update plugin expectations https://bugs.webkit.org/show_bug.cgi?id=49988 * platform/chromium/drt_expectations.txt: These tests are passing on the bot * platform/chromium/test_expectations.txt: Group and sort alphabetically 2010-11-23 Chris Rogers Reviewed by Alexey Proskuryakov. Add .responseType and .response to XMLHttpRequest https://bugs.webkit.org/show_bug.cgi?id=49633 * fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-document.html: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt: Added. * fast/xmlhttprequest/xmlhttprequest-responsetype-text.html: Added. * http/tests/resources/balls-of-the-orient.aif: Added. 2010-11-23 Abhishek Arya Reviewed by Adam Barth. Tests that we do not crash on EventSource status errors inside an iframe. https://bugs.webkit.org/show_bug.cgi?id=49448 * http/tests/eventsource/eventsource-status-error-iframe-crash-expected.txt: Added. * http/tests/eventsource/eventsource-status-error-iframe-crash.html: Added. * http/tests/eventsource/resources/request-status-error.htm: Added. 2010-11-23 Sheriff Bot Unreviewed, rolling out r72618. http://trac.webkit.org/changeset/72618 https://bugs.webkit.org/show_bug.cgi?id=49987 "Newly added test is failing on Chromium-linux, patch author said to rollout" (Requested by jparent on #webkit). * editing/selection/context-menu-text-selection-expected.txt: Removed. * editing/selection/context-menu-text-selection.html: Removed. 2010-11-23 Julie Parent Unreviewed, fixing chromium baselines. Adding back baselines that were removed in r72542 due to r72527, because r72527 was rolled ou in r72582. * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: * platform/chromium-mac/fast/lists/001-vertical-expected.png: 2010-11-23 Avi Drissman Reviewed by Antonio Gomes. Add preference to not select when right-clicked https://bugs.webkit.org/show_bug.cgi?id=23351 * editing/selection/context-menu-text-selection-expected.txt: Added. * editing/selection/context-menu-text-selection.html: Added. 2010-11-23 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: [STYLES] invalid color values are not marked as such. https://bugs.webkit.org/show_bug.cgi?id=49960 * inspector/resources/styles-new-API.css: (body): * inspector/styles-new-API-expected.txt: * inspector/styles-source-offsets-expected.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed. Updated chromium expectations. Plugin tests were disabled. MAC : compositing/plugins/1x1-composited-plugin.html = CRASH MAC : compositing/plugins/composited-plugin.html = CRASH MAC : compositing/plugins/large-to-small-composited-plugin.html = CRASH MAC : compositing/plugins/small-to-large-composited-plugin.html = CRASH * platform/chromium-gpu/test_expectations.txt: 2010-11-17 Zhenyao Mo Reviewed by Kenneth Russell. readPixels should generate INVALID_ENUM if only one of type/format mismatch UNSIGNED_BYTE/RGBA https://bugs.webkit.org/show_bug.cgi?id=49673 * fast/canvas/webgl/read-pixels-test-expected.txt: Added. * fast/canvas/webgl/read-pixels-test.html: Added. 2010-11-23 Ilya Tikhonovsky Unreviewed. Expectations for chromium were fixed. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed. Typo fixed. * platform/chromium/test_expectations.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed. Updating test expectations for chromium. * platform/chromium/test_expectations.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed. Adjusting expectations for chromium. * platform/chromium/test_expectations.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed rollout r72534 and r72533 because r72544, r72530 and r72527 were reverted. * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum: * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum: * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum: * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/chromium-linux/fast/doctypes/002-expected.checksum: * platform/chromium-linux/fast/lists/001-vertical-expected.checksum: * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/001-vertical-expected.txt. * platform/chromium-linux/fast/lists/002-expected.checksum: * platform/chromium-linux/fast/lists/002-vertical-expected.checksum: * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/002-vertical-expected.txt. * platform/chromium-linux/fast/lists/003-expected.checksum: * platform/chromium-linux/fast/lists/003-vertical-expected.checksum: * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/003-vertical-expected.txt. * platform/chromium-linux/fast/lists/007-vertical-expected.checksum: * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/007-vertical-expected.txt. * platform/chromium-linux/fast/lists/008-vertical-expected.checksum: * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/008-vertical-expected.txt. * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.checksum: * platform/chromium-linux/fast/lists/outSideListMarkers-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum: * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum: * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Added. * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Added. * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.checksum: Added. * platform/chromium-mac/fast/lists/008-vertical-expected.checksum: * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.checksum: Removed. * platform/chromium-win/css1/box_properties/margin_right-expected.checksum: * platform/chromium-win/css1/box_properties/margin_right-expected.txt: * platform/chromium-win/css1/box_properties/padding_right-expected.checksum: * platform/chromium-win/css1/box_properties/padding_right-expected.txt: * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum: * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt: * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt: * platform/chromium-win/fast/doctypes/002-expected.checksum: * platform/chromium-win/fast/doctypes/002-expected.txt: * platform/chromium-win/fast/lists/001-vertical-expected.checksum: * platform/chromium-win/fast/lists/001-vertical-expected.txt: * platform/chromium-win/fast/lists/002-expected.checksum: * platform/chromium-win/fast/lists/002-expected.txt: * platform/chromium-win/fast/lists/002-vertical-expected.checksum: * platform/chromium-win/fast/lists/002-vertical-expected.txt: * platform/chromium-win/fast/lists/003-expected.checksum: * platform/chromium-win/fast/lists/003-expected.txt: * platform/chromium-win/fast/lists/003-vertical-expected.checksum: * platform/chromium-win/fast/lists/003-vertical-expected.txt: * platform/chromium-win/fast/lists/007-vertical-expected.checksum: * platform/chromium-win/fast/lists/007-vertical-expected.txt: * platform/chromium-win/fast/lists/008-vertical-expected.checksum: * platform/chromium-win/fast/lists/008-vertical-expected.txt: * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.checksum: * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.txt: * platform/chromium-win/fast/lists/outSideListMarkers-expected.checksum: Removed. * platform/chromium-win/fast/lists/outSideListMarkers-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2010-11-23 Ilya Tikhonovsky Unreviewed. fast/text/font-size-zero.html was disabled. It is failing on Mac platform. https://bugs.webkit.org/show_bug.cgi?id=49967 * platform/chromium/test_expectations.txt: 2010-11-23 Alejandro G. Castro Unreviewed. Rebaselined svg-curve-with-relative-cordinates-expected.txt test. Skipped fast/profiler/throw-exception-from-eval.html, checked in bug https://bugs.webkit.org/show_bug.cgi?id=49801 Skipped fast/canvas/canvas-fillPath-shadow.html and fast/canvas/canvas-strokePath-shadow.html until we check if there is an issue in the gtk shadows or DRT. * platform/gtk/Skipped: * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt: 2010-11-18 Satish Sampath Reviewed by Jeremy Orlow. For speech input event, send an event object containing all the recognition results and metadata. https://bugs.webkit.org/show_bug.cgi?id=49736 * fast/speech/input-onspeechchange-event-expected.txt: Added. * fast/speech/input-onspeechchange-event.html: New test to check multiple results. * fast/speech/input-text-language-tag.html: Updated with new method signature. * fast/speech/input-text-speechbutton.html: Ditto. * fast/speech/speech-button-ignore-generated-events.html: Ditto. 2010-11-22 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=49860 CSS style rules don't GC protect objects reachable as their properties * fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt: Added. * fast/dom/StyleSheet/gc-rule-children-wrappers.html: Added. 2010-11-23 Csaba Osztrogonác Unreviewed revert r72544 and r72530, because r72527 was reverted. Outside list bullets ignore text-align style. https://bugs.webkit.org/show_bug.cgi?id=15713 * platform/gtk/css1/box_properties/margin_right-expected.txt: * platform/gtk/css1/box_properties/padding_right-expected.txt: * platform/gtk/fast/lists/001-vertical-expected.txt: * platform/gtk/fast/lists/002-vertical-expected.txt: * platform/gtk/fast/lists/003-vertical-expected.txt: * platform/gtk/fast/lists/007-vertical-expected.txt: * platform/gtk/fast/lists/008-vertical-expected.txt: * platform/gtk/fast/lists/outSideListMarkers-expected.txt: Removed. * platform/qt/css1/box_properties/margin_right-expected.checksum: Removed. * platform/qt/css1/box_properties/margin_right-expected.png: Removed. * platform/qt/css1/box_properties/margin_right-expected.txt: * platform/qt/css1/box_properties/padding_right-expected.checksum: Removed. * platform/qt/css1/box_properties/padding_right-expected.png: Removed. * platform/qt/css1/box_properties/padding_right-expected.txt: * platform/qt/editing/pasteboard/merge-end-list-expected.checksum: Removed. * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed. * platform/qt/editing/pasteboard/merge-end-list-expected.txt: * platform/qt/fast/doctypes/002-expected.checksum: Removed. * platform/qt/fast/doctypes/002-expected.png: Removed. * platform/qt/fast/doctypes/002-expected.txt: * platform/qt/fast/lists/001-vertical-expected.checksum: * platform/qt/fast/lists/001-vertical-expected.png: * platform/qt/fast/lists/001-vertical-expected.txt: * platform/qt/fast/lists/002-vertical-expected.checksum: * platform/qt/fast/lists/002-vertical-expected.png: * platform/qt/fast/lists/002-vertical-expected.txt: * platform/qt/fast/lists/003-vertical-expected.checksum: * platform/qt/fast/lists/003-vertical-expected.png: * platform/qt/fast/lists/003-vertical-expected.txt: * platform/qt/fast/lists/007-vertical-expected.checksum: * platform/qt/fast/lists/007-vertical-expected.png: * platform/qt/fast/lists/007-vertical-expected.txt: * platform/qt/fast/lists/008-vertical-expected.checksum: * platform/qt/fast/lists/008-vertical-expected.png: * platform/qt/fast/lists/008-vertical-expected.txt: * platform/qt/fast/lists/outSideListMarkers-expected.checksum: Removed. * platform/qt/fast/lists/outSideListMarkers-expected.png: Removed. * platform/qt/fast/lists/outSideListMarkers-expected.txt: Removed. 2010-11-23 Helder Correia Reviewed by Ariya Hidayat. [Qt] Drawing an image on canvas with shadowBlur draws a solid shadow https://bugs.webkit.org/show_bug.cgi?id=49878 New test checking solid and blurry shadow on images drawn on canvas. * fast/canvas/canvas-drawImage-shadow-expected.txt: Added. * fast/canvas/canvas-drawImage-shadow.html: Added. * fast/canvas/script-tests/canvas-drawImage-shadow.js: Added. 2010-11-22 David Hyatt Back out rebaselines from r72527. * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/mac/fast/lists/marker-before-empty-inline-expected.txt: 2010-11-22 David Hyatt Back out r72527 since it caused multiple rendering regressions. Details in bug. * fast/lists/outSideListMarkers-expected.txt: Removed. * fast/lists/outSideListMarkers.html: Removed. * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum: * platform/mac-leopard/css1/box_properties/margin_right-expected.png: * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum: * platform/mac-leopard/css1/box_properties/padding_right-expected.png: * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum: * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: * platform/mac-leopard/fast/css/empty-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/empty-pseudo-class-expected.png: * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/doctypes/002-expected.checksum: * platform/mac-leopard/fast/doctypes/002-expected.png: * platform/mac-leopard/fast/lists/001-expected.checksum: * platform/mac-leopard/fast/lists/001-expected.png: * platform/mac-leopard/fast/lists/002-expected.checksum: * platform/mac-leopard/fast/lists/002-expected.png: * platform/mac-leopard/fast/lists/003-expected.checksum: * platform/mac-leopard/fast/lists/003-expected.png: * platform/mac/css1/box_properties/margin_right-expected.txt: * platform/mac/css1/box_properties/padding_right-expected.txt: * platform/mac/editing/pasteboard/merge-end-list-expected.txt: * platform/mac/editing/selection/extend-by-word-002-expected.checksum: * platform/mac/editing/selection/extend-by-word-002-expected.png: * platform/mac/editing/selection/extend-by-word-002-expected.txt: * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt: * platform/mac/fast/css/empty-pseudo-class-expected.txt: * platform/mac/fast/css/first-child-pseudo-class-expected.txt: * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/last-child-pseudo-class-expected.txt: * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/only-child-pseudo-class-expected.txt: * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt: * platform/mac/fast/doctypes/002-expected.txt: * platform/mac/fast/lists/001-expected.txt: * platform/mac/fast/lists/001-vertical-expected.checksum: * platform/mac/fast/lists/001-vertical-expected.png: * platform/mac/fast/lists/001-vertical-expected.txt: * platform/mac/fast/lists/002-expected.txt: * platform/mac/fast/lists/002-vertical-expected.checksum: * platform/mac/fast/lists/002-vertical-expected.png: * platform/mac/fast/lists/002-vertical-expected.txt: * platform/mac/fast/lists/003-expected.txt: * platform/mac/fast/lists/003-vertical-expected.checksum: * platform/mac/fast/lists/003-vertical-expected.png: * platform/mac/fast/lists/003-vertical-expected.txt: * platform/mac/fast/lists/007-vertical-expected.checksum: * platform/mac/fast/lists/007-vertical-expected.png: * platform/mac/fast/lists/007-vertical-expected.txt: * platform/mac/fast/lists/008-vertical-expected.checksum: * platform/mac/fast/lists/008-vertical-expected.png: * platform/mac/fast/lists/008-vertical-expected.txt: * platform/mac/fast/lists/outSideListMarkers-expected.checksum: Removed. * platform/mac/fast/lists/outSideListMarkers-expected.png: Removed. 2010-11-22 Andreas Kling Reviewed by Ariya Hidayat. [Qt] Canvas: strokeText() and fillText() produce same shadow https://bugs.webkit.org/show_bug.cgi?id=48845 Add test to verify that strokeText() doesn't produce a fillText() shadow. * fast/canvas/canvas-strokeText-strokes-shadow.html: Added. * fast/canvas/canvas-strokeText-strokes-shadow-expected.txt: Added. * fast/canvas/script-tests/canvas-strokeText-strokes-shadow.js: Added. 2010-11-22 Adam Roben Update Windows 7 results for two tests Windows 7 uses different fonts from Windows XP on these tests (and even has a font that can render the inverted nun in bidi-mirror-he-ar.html). * platform/win/fast/text/international/bidi-mirror-he-ar-expected.checksum: * platform/win/fast/text/international/bidi-mirror-he-ar-expected.png: * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/win/fast/text/international/bold-bengali-expected.checksum: Added. * platform/win/fast/text/international/bold-bengali-expected.png: Added. * platform/win/fast/text/international/bold-bengali-expected.txt: 2010-11-22 Adam Roben Update Windows 7 results for fast/text/international/complex-character-based-fallback.html * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: 2010-11-22 Adam Roben Update Windows XP results for fast/text/international/complex-character-based-fallback.html after r72173 The existing pixel results were XP-specific so I moved them into LayoutTests/platform/win-xp. * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt: * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Removed. * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed. 2010-11-22 Adam Roben Update Windows results after r72552 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: 2010-11-22 James Robinson Reviewed by Dimitri Glazkov. [chromium] font-size:0 text runs should have zero width https://bugs.webkit.org/show_bug.cgi?id=49871 Expands test to check width in addition to height. * fast/text/font-size-zero-expected.txt: * fast/text/font-size-zero.html: * fast/text/script-tests/font-size-zero.js: 2010-11-22 Charlie Reis Reviewed by Darin Fisher. Update correct content state during back/forward navigations https://bugs.webkit.org/show_bug.cgi?id=48809 Test that we update content state when leaving a form in a subframe. * fast/history/saves-state-after-frame-nav.html: * fast/history/saves-state-after-frame-nav-expected.txt: * fast/history/resources/subframe-with-form.html: 2010-11-22 Julie Parent Unreviewed. Add flaky crash expectation for fast/files/revoke-blob-url.html on mac debug. * platform/chromium/test_expectations.txt: 2010-11-22 Adam Roben Update Windows results for transforms/2d/hindi-rotated.html after r72173 The existing pixel results were XP-specific so I moved them to LayoutTests/platform/win-xp. * platform/win-xp/transforms/2d/hindi-rotated-expected.checksum: Added. * platform/win-xp/transforms/2d/hindi-rotated-expected.png: Added. * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: * platform/win/transforms/2d/hindi-rotated-expected.checksum: * platform/win/transforms/2d/hindi-rotated-expected.png: * platform/win/transforms/2d/hindi-rotated-expected.txt: 2010-11-22 Ryosuke Niwa Unreviewed rebaseline for Chromium. Removed the erroneous expected result for editing/deleting/5168598.html on chromium linux. * platform/chromium-linux/editing/deleting/5168598-expected.txt: Removed. * platform/chromium/test_expectations.txt: Removed editing/deleting/5168598.html. 2010-11-22 Csaba Osztrogonác Unreviewed. Update GTK and Mac specific expected results after r72552. * fast/dom/Window/window-properties-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: 2010-11-22 Sam Weinig Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-11-22 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r72552. * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: 2010-11-22 Ryosuke Niwa Unreviewed update of Windows's skipped list and Chromium's test expectation. fast/text/international/thai-cursor-position.html erroneously had an expected result on Windows even though textInputController hasn't been implemented on Windows (the bug 32021). Removed the expected result and added the tests to Windows platform's skipped list. * platform/chromium/test_expectations.txt: Removed fast/text/international/thai-cursor-position.html. * platform/win/Skipped: Added fast/text/international/thai-cursor-position.html. * platform/win/fast/text/international/thai-cursor-position-expected.txt: Removed. 2010-10-21 Luiz Agostini Reviewed by Darin Adler. Implement CSSOM View matchMedia interface https://bugs.webkit.org/show_bug.cgi?id=37205 New property matchMedia was added to window. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: window.matchMedia and MediaQueryList tests. * fast/media/media-query-list-01-expected.txt: Added. * fast/media/media-query-list-01.html: Added. The following tests depend on LayoutTestController::setViewModeMediaFeature() to work. As it is only implemented by Qt and Gtk the tests needed to be skipped in all other platforms. * fast/media/media-query-list-02-expected.txt: Added. * fast/media/media-query-list-02.html: Added. * fast/media/media-query-list-03-expected.txt: Added. * fast/media/media-query-list-03.html: Added. * fast/media/media-query-list-04-expected.txt: Added. * fast/media/media-query-list-04.html: Added. * fast/media/media-query-list-05-expected.txt: Added. * fast/media/media-query-list-05.html: Added. * fast/media/media-query-list-06-expected.txt: Added. * fast/media/media-query-list-06.html: Added. * fast/media/media-query-list-07-expected.txt: Added. * fast/media/media-query-list-07.html: Added. * platform/chromium/test_expectations.txt: * platform/mac/Skipped: * platform/win/Skipped: 2010-11-22 Ryosuke Niwa Unreviewed update of Windows Skipped list. editing/selection/5825350-1.html and 5825350-2.html erroneously had expectations with console error message even though textInputController hasn't been implemented on Windows (the bug 32021). Removed these expectations and added the tests to the skipped list. * platform/win/Skipped: * platform/win/editing/selection/5825350-1-expected.txt: Removed. * platform/win/editing/selection/5825350-2-expected.txt: Removed. 2010-11-22 Adam Roben Add Windows-specific results for fast/ruby/nested-ruby.html * platform/win/fast/ruby/nested-ruby-expected.checksum: Added. * platform/win/fast/ruby/nested-ruby-expected.png: Added. * platform/win/fast/ruby/nested-ruby-expected.txt: Added. 2010-11-22 Adam Roben Update Windows XP results for fast/text/international/bidi-control-chars-treated-as-ZWS.html The render tree dump on XP now matches Mac. I updated the pixel results to match the current rendering (the two test lines have moved down slightly). * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed. 2010-11-22 Adam Roben Remove obsolete Windows-specific results for svg/dom/path-parser.html r72381 made these unnecessary. * platform/win/svg/dom/path-parser-expected.txt: Removed. 2010-11-22 Adam Roben Update Windows results for fast/dom/prototype-inheritance-2.html This is the Windows equivalent of r72353. * platform/win/fast/dom/prototype-inheritance-2-expected.txt: 2010-11-22 Andreas Kling Unreviewed, rebaseline GTK+ after r72527. * platform/gtk/css1/box_properties/margin_right-expected.txt: * platform/gtk/css1/box_properties/padding_right-expected.txt: * platform/gtk/fast/lists/001-vertical-expected.txt: * platform/gtk/fast/lists/002-vertical-expected.txt: * platform/gtk/fast/lists/003-vertical-expected.txt: * platform/gtk/fast/lists/007-vertical-expected.txt: * platform/gtk/fast/lists/008-vertical-expected.txt: * platform/gtk/fast/lists/outSideListMarkers-expected.txt: Added. 2010-11-22 Adam Roben Add Windows-specific results for editing/selection/extend-selection-home-end.html These results are identical to the cross-platform results, but are needed to override the Mac-specific results in platform/mac. Fixes . * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added. 2010-11-22 Anton Muhin Not reviewed. Test expectations arrangements and rebaselinings. * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/lists/001-vertical-expected.png: Removed. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Fallback font rebaselines. * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.checksum: Added. * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.png: Added. * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.txt: Added. * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.checksum: Added. * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.checksum: Added. * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.png: Added. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Added. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Added. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Added. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added. * platform/chromium-mac/fast/text/international/001-expected.checksum: Added. * platform/chromium-mac/fast/text/international/001-expected.png: Added. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Added. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Added. * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.checksum: Added. * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.png: Added. * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.txt: Added. * platform/chromium-win/fast/text/international/hebrew-vowels-expected.checksum: Added. * platform/chromium-win/fast/text/international/hebrew-vowels-expected.png: Added. * platform/chromium-win/fast/text/international/hebrew-vowels-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: [REGRESSION] Contents of rules inside @media not displayed/editable https://bugs.webkit.org/show_bug.cgi?id=49804 * inspector/resources/styles-new-API-1.css: Added. (@page): (@page :first): (#absent-id): (body): * inspector/resources/styles-new-API.css: * inspector/styles-new-API-expected.txt: 2010-11-22 Anton Muhin Not reviewed. Amending expectations for Chromium. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Another portion of Chromium rebaselines for SVG. * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: * platform/chromium-win/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Another portion of Chromium rebaselines. * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.checksum: * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-linux/svg/carto.net/selectionlist-expected.png: * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum: * platform/chromium-win/svg/carto.net/selectionlist-expected.png: * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum: * platform/chromium-win/svg/custom/image-small-width-height-expected.png: * platform/chromium/test_expectations.txt: 2010-11-22 Tony Chang Unreviewed, update Chromium Win plugin test expectations. * platform/chromium/drt_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Chromium rebaselines after http://trac.webkit.org/changeset/72518 * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.checksum: * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-linux/svg/dom/SVGNumberList-basics-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGNumberList-basics-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.png: Added. * platform/chromium-linux/svg/dom/SVGStringList-basics-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGStringList-basics-expected.png: Added. * platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Added. * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png: Added. * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.png: Added. * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.png: Added. * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Added. * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.checksum: * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png: Added. * platform/chromium-win/svg/dom/SVGPointList-basics-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPointList-basics-expected.png: Added. * platform/chromium-win/svg/dom/SVGStringList-basics-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGStringList-basics-expected.png: Added. * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Reorganizing suppressions. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Unreviewed. Tons of Chromium rebaselines after http://trac.webkit.org/changeset/72527 * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum: * platform/chromium-linux/css1/box_properties/margin_right-expected.png: * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum: * platform/chromium-linux/css1/box_properties/padding_right-expected.png: * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum: * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png: * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png: * platform/chromium-linux/fast/doctypes/002-expected.checksum: * platform/chromium-linux/fast/doctypes/002-expected.png: * platform/chromium-linux/fast/lists/001-vertical-expected.checksum: * platform/chromium-linux/fast/lists/001-vertical-expected.png: * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/002-expected.checksum: * platform/chromium-linux/fast/lists/002-expected.png: * platform/chromium-linux/fast/lists/002-vertical-expected.checksum: * platform/chromium-linux/fast/lists/002-vertical-expected.png: * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/003-expected.checksum: * platform/chromium-linux/fast/lists/003-expected.png: * platform/chromium-linux/fast/lists/003-vertical-expected.checksum: * platform/chromium-linux/fast/lists/003-vertical-expected.png: * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/007-vertical-expected.checksum: * platform/chromium-linux/fast/lists/007-vertical-expected.png: * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/008-vertical-expected.checksum: * platform/chromium-linux/fast/lists/008-vertical-expected.png: * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.checksum: * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.png: * platform/chromium-linux/fast/lists/outSideListMarkers-expected.checksum: Added. * platform/chromium-linux/fast/lists/outSideListMarkers-expected.png: Added. * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum: * platform/chromium-mac/css1/box_properties/margin_right-expected.png: * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum: * platform/chromium-mac/css1/box_properties/padding_right-expected.png: * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Removed. * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed. * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Removed. * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png: Removed. * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.checksum: Removed. * platform/chromium-mac/fast/lists/008-vertical-expected.checksum: * platform/chromium-mac/fast/lists/008-vertical-expected.png: * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.checksum: Added. * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.png: Added. * platform/chromium-win/css1/box_properties/margin_right-expected.checksum: * platform/chromium-win/css1/box_properties/margin_right-expected.png: * platform/chromium-win/css1/box_properties/margin_right-expected.txt: * platform/chromium-win/css1/box_properties/padding_right-expected.checksum: * platform/chromium-win/css1/box_properties/padding_right-expected.png: * platform/chromium-win/css1/box_properties/padding_right-expected.txt: * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum: * platform/chromium-win/editing/selection/extend-by-word-002-expected.png: * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt: * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.png: * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt: * platform/chromium-win/fast/doctypes/002-expected.checksum: * platform/chromium-win/fast/doctypes/002-expected.png: * platform/chromium-win/fast/doctypes/002-expected.txt: * platform/chromium-win/fast/lists/001-vertical-expected.checksum: * platform/chromium-win/fast/lists/001-vertical-expected.png: * platform/chromium-win/fast/lists/001-vertical-expected.txt: * platform/chromium-win/fast/lists/002-expected.checksum: * platform/chromium-win/fast/lists/002-expected.png: * platform/chromium-win/fast/lists/002-expected.txt: * platform/chromium-win/fast/lists/002-vertical-expected.checksum: * platform/chromium-win/fast/lists/002-vertical-expected.png: * platform/chromium-win/fast/lists/002-vertical-expected.txt: * platform/chromium-win/fast/lists/003-expected.checksum: * platform/chromium-win/fast/lists/003-expected.png: * platform/chromium-win/fast/lists/003-expected.txt: * platform/chromium-win/fast/lists/003-vertical-expected.checksum: * platform/chromium-win/fast/lists/003-vertical-expected.png: * platform/chromium-win/fast/lists/003-vertical-expected.txt: * platform/chromium-win/fast/lists/007-vertical-expected.checksum: * platform/chromium-win/fast/lists/007-vertical-expected.png: * platform/chromium-win/fast/lists/007-vertical-expected.txt: * platform/chromium-win/fast/lists/008-vertical-expected.checksum: * platform/chromium-win/fast/lists/008-vertical-expected.png: * platform/chromium-win/fast/lists/008-vertical-expected.txt: * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.checksum: * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.png: * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.txt: * platform/chromium-win/fast/lists/outSideListMarkers-expected.checksum: Added. * platform/chromium-win/fast/lists/outSideListMarkers-expected.png: Added. * platform/chromium-win/fast/lists/outSideListMarkers-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r72527. * platform/qt/css1/box_properties/margin_right-expected.checksum: Added. * platform/qt/css1/box_properties/margin_right-expected.png: Added. * platform/qt/css1/box_properties/margin_right-expected.txt: * platform/qt/css1/box_properties/padding_right-expected.checksum: Added. * platform/qt/css1/box_properties/padding_right-expected.png: Added. * platform/qt/css1/box_properties/padding_right-expected.txt: * platform/qt/editing/pasteboard/merge-end-list-expected.checksum: Added. * platform/qt/editing/pasteboard/merge-end-list-expected.png: Added. * platform/qt/editing/pasteboard/merge-end-list-expected.txt: * platform/qt/fast/doctypes/002-expected.checksum: Added. * platform/qt/fast/doctypes/002-expected.png: Added. * platform/qt/fast/doctypes/002-expected.txt: * platform/qt/fast/lists/001-vertical-expected.checksum: * platform/qt/fast/lists/001-vertical-expected.png: * platform/qt/fast/lists/001-vertical-expected.txt: * platform/qt/fast/lists/002-vertical-expected.checksum: * platform/qt/fast/lists/002-vertical-expected.png: * platform/qt/fast/lists/002-vertical-expected.txt: * platform/qt/fast/lists/003-vertical-expected.checksum: * platform/qt/fast/lists/003-vertical-expected.png: * platform/qt/fast/lists/003-vertical-expected.txt: * platform/qt/fast/lists/007-vertical-expected.checksum: * platform/qt/fast/lists/007-vertical-expected.png: * platform/qt/fast/lists/007-vertical-expected.txt: * platform/qt/fast/lists/008-vertical-expected.checksum: * platform/qt/fast/lists/008-vertical-expected.png: * platform/qt/fast/lists/008-vertical-expected.txt: * platform/qt/fast/lists/outSideListMarkers-expected.checksum: Added. * platform/qt/fast/lists/outSideListMarkers-expected.png: Added. * platform/qt/fast/lists/outSideListMarkers-expected.txt: Added. 2010-11-22 Andreas Kling Unreviewed, 2 missing rebaselines after r72527. * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/mac/fast/lists/marker-before-empty-inline-expected.txt: 2010-11-22 Renata Hodovan Reviewed by Andreas Kling. Outside list bullets ignore text-align style. https://bugs.webkit.org/show-bug.cgi?id=15713 Add new test for checking outside marker's position and update the related expecteds of tests. * fast/lists/outSideListMarkers-expected.txt: Added. * fast/lists/outSideListMarkers.html: Added. * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum: * platform/mac-leopard/css1/box_properties/margin_right-expected.png: * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum: * platform/mac-leopard/css1/box_properties/padding_right-expected.png: * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum: * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum: * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: * platform/mac-leopard/fast/css/empty-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/empty-pseudo-class-expected.png: * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.png: * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.checksum: * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.png: * platform/mac-leopard/fast/doctypes/002-expected.checksum: * platform/mac-leopard/fast/doctypes/002-expected.png: * platform/mac-leopard/fast/lists/001-expected.checksum: * platform/mac-leopard/fast/lists/001-expected.png: * platform/mac-leopard/fast/lists/002-expected.checksum: * platform/mac-leopard/fast/lists/002-expected.png: * platform/mac-leopard/fast/lists/003-expected.checksum: * platform/mac-leopard/fast/lists/003-expected.png: * platform/mac/css1/box_properties/margin_right-expected.txt: * platform/mac/css1/box_properties/padding_right-expected.txt: * platform/mac/editing/pasteboard/merge-end-list-expected.txt: * platform/mac/editing/selection/extend-by-word-002-expected.checksum: * platform/mac/editing/selection/extend-by-word-002-expected.png: * platform/mac/editing/selection/extend-by-word-002-expected.txt: * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt: * platform/mac/fast/css/empty-pseudo-class-expected.txt: * platform/mac/fast/css/first-child-pseudo-class-expected.txt: * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/last-child-pseudo-class-expected.txt: * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/only-child-pseudo-class-expected.txt: * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt: * platform/mac/fast/doctypes/002-expected.txt: * platform/mac/fast/lists/001-expected.txt: * platform/mac/fast/lists/001-vertical-expected.checksum: * platform/mac/fast/lists/001-vertical-expected.png: * platform/mac/fast/lists/001-vertical-expected.txt: * platform/mac/fast/lists/002-expected.txt: * platform/mac/fast/lists/002-vertical-expected.checksum: * platform/mac/fast/lists/002-vertical-expected.png: * platform/mac/fast/lists/002-vertical-expected.txt: * platform/mac/fast/lists/003-expected.txt: * platform/mac/fast/lists/003-vertical-expected.checksum: * platform/mac/fast/lists/003-vertical-expected.png: * platform/mac/fast/lists/003-vertical-expected.txt: * platform/mac/fast/lists/007-vertical-expected.checksum: * platform/mac/fast/lists/007-vertical-expected.png: * platform/mac/fast/lists/007-vertical-expected.txt: * platform/mac/fast/lists/008-vertical-expected.checksum: * platform/mac/fast/lists/008-vertical-expected.png: * platform/mac/fast/lists/008-vertical-expected.txt: * platform/mac/fast/lists/outSideListMarkers-expected.checksum: Added. * platform/mac/fast/lists/outSideListMarkers-expected.png: Added. 2010-11-22 Yael Aharon Reviewed by Antonio Gomes. Spatial Navigation: Additional tests. https://bugs.webkit.org/show_bug.cgi?id=49604 * fast/events/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt: Added. * fast/events/spatial-navigation/snav-div-overflow-scrol-hidden.html: Added. * fast/events/spatial-navigation/snav-z-index-expected.txt: Added. * fast/events/spatial-navigation/snav-z-index.html: Added. 2010-11-22 Anton Muhin Not reviewed. Rebaselining various Win/Linux only deviations. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/chromium-linux/svg/custom/baseval-animval-equality-expected.checksum: * platform/chromium-linux/svg/custom/baseval-animval-equality-expected.png: * platform/chromium-linux/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/chromium-linux/svg/dom/path-parser-expected.txt: Removed. * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. * platform/chromium-win/svg/custom/baseval-animval-equality-expected.checksum: * platform/chromium-win/svg/custom/baseval-animval-equality-expected.png: * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. * platform/chromium-win/svg/dom/path-parser-expected.txt: Added. * platform/chromium-win/svg/filters/filter-rounding-issues-expected.checksum: Added. * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Csaba Osztrogonác Unreviewed. [Qt] fast/workers/storage/interrupt-database-sync.html fails intermittently https://bugs.webkit.org/show_bug.cgi?id=49906 * platform/qt/Skipped: fast/workers/storage/interrupt-database-sync.html added until fix. 2010-11-22 Csaba Osztrogonác Unreviewed. [Qt] Add platform specific expected results for new passing tests. Compared to Mac png files and Mac expected files. * platform/qt/fast/css/negative-leading-expected.checksum: Added. * platform/qt/fast/css/negative-leading-expected.png: Added. * platform/qt/fast/css/negative-leading-expected.txt: Added. (introduced in r72141) * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added. * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png: Added. * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. (introduced in r72402) * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. (introduced in r72381) * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. (introduced in r72518) * platform/qt/svg/custom/image-rescale-expected.checksum: Added. * platform/qt/svg/custom/image-rescale-expected.png: Added. * platform/qt/svg/custom/image-rescale-expected.txt: Added. (introduced in r72470) * platform/qt/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/qt/svg/custom/image-rescale-scroll-expected.png: Added. * platform/qt/svg/custom/image-rescale-scroll-expected.txt: Added. (introduced in r72470) * platform/qt/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/qt/svg/dom/SVGPathSegList-cloning-expected.txt: Added. (introduced in r72381) * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. (introduced in r72381) * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. (introduced in r72381) 2010-11-22 Yael Aharon , Chang Shu Reviewed by Antonio Gomes. Spatial Navigation: issues with the node selection algorithm. https://bugs.webkit.org/show_bug.cgi?id=49382 Replaced text in tests with images with fixed size to make them more cross platform and modified test results to reflect that we can scroll container that do not include focusable content. * fast/events/spatial-navigation/snav-clipped-overflowed-content-expected.txt: * fast/events/spatial-navigation/snav-clipped-overflowed-content.html: * fast/events/spatial-navigation/snav-div-scrollable-but-without-focusable-content-expected.txt: * fast/events/spatial-navigation/snav-div-scrollable-but-without-focusable-content.html: * fast/events/spatial-navigation/snav-iframe-no-focusable-content-expected.txt: * fast/events/spatial-navigation/snav-iframe-no-focusable-content.html: * fast/events/spatial-navigation/snav-iframe-no-scrollable-content-expected.txt: * fast/events/spatial-navigation/snav-iframe-no-scrollable-content.html: * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element-expected.txt: * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html: 2010-11-22 Anton Muhin Amending suppressions from previous commit. * platform/chromium/test_expectations.txt: 2010-11-22 'Anton Muhin' Not reviewed. Adding new suppressions after http://trac.webkit.org/changeset/72518 * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Next batch of SVG rebaselines. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/chromium-linux/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.txt: * platform/chromium-win/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/chromium-win/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/chromium-win/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Nikolas Zimmermann Reviewed by Dirk Schulze. Fix various problems with the SVG*List code https://bugs.webkit.org/show_bug.cgi?id=49880 Add tests for all SVG*List types, that were missing. Add SVG 1.1 2nd edition testcase, types-dom-07-f.svg, testing that all animVal values are readonly. * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: * platform/mac-leopard/svg/dom/SVGLengthList-basics-expected.checksum: * platform/mac-leopard/svg/dom/SVGLengthList-basics-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. * platform/mac/svg/custom/baseval-animval-equality-expected.txt: * platform/mac/svg/dom/SVGNumberList-basics-expected.checksum: Added. * platform/mac/svg/dom/SVGNumberList-basics-expected.png: Added. * platform/mac/svg/dom/SVGPointList-basics-expected.checksum: Added. * platform/mac/svg/dom/SVGPointList-basics-expected.png: Added. * platform/mac/svg/dom/SVGStringList-basics-expected.checksum: Added. * platform/mac/svg/dom/SVGStringList-basics-expected.png: Added. * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum: Added. * platform/mac/svg/dom/SVGTransformList-basics-expected.png: Added. * svg/W3C-SVG-1.1-SE/types-dom-07-f.svg: Added. * svg/custom/baseval-animval-equality.svg: Fix wrong test. * svg/custom/polyline-points-crash-expected.txt: * svg/dom/SVGLengthList-basics-expected.txt: * svg/dom/SVGLengthList-basics.xhtml: Extended test, synchronized with the other SVG*List tests. * svg/dom/SVGNumberList-basics-expected.txt: Added. * svg/dom/SVGNumberList-basics.xhtml: Added. * svg/dom/SVGPointList-basics-expected.txt: Added. * svg/dom/SVGPointList-basics.xhtml: Added. * svg/dom/SVGStringList-basics-expected.txt: Added. * svg/dom/SVGStringList-basics.xhtml: Added. * svg/dom/SVGTransformList-basics-expected.txt: Added. * svg/dom/SVGTransformList-basics.xhtml: Added. * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: 2010-11-22 Anton Muhin Not reviewed. Rebaselining fast/images/imagemap-focus-ring-zoom.html for Chromium on Win and Linux. * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added. * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png: Added. * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added. * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png: Added. * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Rebaselining svg/custom/image-rescale.svg for Chromium on Mac. * platform/chromium-mac/svg/custom/image-rescale-expected.checksum: Added. * platform/chromium-mac/svg/custom/image-rescale-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed, removing suppression for now passing editing/selection/5354455-1.html (on Win) * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed, proper platform for international test. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed, Chromium suppressions for a bunch of SVG tests and one international. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed, temporary suppressing fast/css/font-face-data-uri.html for Chromium. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Suppressing fast/canvas/canvas-fillPath-shadow.html for Chromium-gpu. * platform/chromium-gpu/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed, remove duplicate suppression. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Suppressing fast/canvas/canvas-fillPath-shadow.html for Chromium. * platform/chromium/test_expectations.txt: 2010-11-22 Anton Muhin Not reviewed. Rebaselining fast/js/regexp-overflow.html expectations for Chromium after http://trac.webkit.org/changeset/72489 * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: Added. * platform/chromium-win/fast/js/regexp-overflow-expected.txt: Added. 2010-11-22 Yuzo Fujishima Reviewed by Dan Bernstein. Fix for Bug 49374 - Web Font specified with base64 data URI ending with EOT is not rendered. https://bugs.webkit.org/show_bug.cgi?id=49374 * fast/css/font-face-data-uri-expected.txt: Added. * fast/css/font-face-data-uri.html: Added. 2010-11-21 Sam Weinig Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-11-21 Patrick Gansterer Reviewed by Darin Adler. Add test for unicode plane 1 characters https://bugs.webkit.org/show_bug.cgi?id=49581 * fast/encoding/xml-utf-8-default-expected.txt: * fast/encoding/xml-utf-8-default.xml: 2010-11-20 Helder Correia Reviewed by Andreas Kling. [Qt] Path stroke lacks blur shadow support https://bugs.webkit.org/show_bug.cgi?id=49490 Add new test for checking path stroke blur shadow. * fast/canvas/canvas-strokePath-shadow-expected.txt: Added. * fast/canvas/canvas-strokePath-shadow.html: Added. * fast/canvas/script-tests/canvas-strokePath-shadow.js: Added. 2010-11-19 Peter Varga Reviewed by Gavin Barraclough. YARR JIT should fallback to YARR Interpreter instead of PCRE. https://bugs.webkit.org/show_bug.cgi?id=46719 Remove the ENABLE_YARR macro and the option of matching regular expressions with PCRE from JavaScriptCore. * fast/js/regexp-look-ahead-empty-expected.txt: * fast/js/regexp-overflow-expected.txt: * fast/js/script-tests/regexp-overflow.js: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.5_Term/S15.10.2.5_A1_T4-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.8_Atom/S15.10.2.8_A2_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6-expected.txt: 2010-11-20 Ryosuke Niwa Another unreviewed rebaseline for r72482. * editing/selection/extend-selection-home-end-expected.txt: * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: Added. 2010-11-20 Ryosuke Niwa Unreviewed rebaselines for r72482. Since Home/End behavior is different on Mac and GTK, move the expected result added by r72482 to platform/mac and platform/gtk, and add new expected result for other platforms. See also: http://trac.webkit.org/changeset/54980 and https://webkit.org/b/35066. * editing/selection/extend-selection-home-end-expected.txt: * platform/chromium-win/editing/selection/extend-selection-expected.txt: Removed. * platform/chromium/test_expectations.txt: Removed extend-selection.html. * platform/gtk/Skipped: Ditto. * platform/gtk/editing/selection/extend-selection-expected.txt: Removed. * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Added. * platform/mac/editing/selection/extend-selection-home-end-expected.txt: Added. * platform/qt/Skipped: Removed extend-selection.html. * platform/win/editing/selection/extend-selection-expected.txt: Removed. 2010-11-19 Ryosuke Niwa Reviewed by Antonio Gomes. /editing/selection/extend-selection.html should be split into smaller tests https://bugs.webkit.org/show_bug.cgi?id=49849 Divided the test into 4 pieces. * editing/selection/extend-selection-character-expected.txt: Added. * editing/selection/extend-selection-character.html: Added. * editing/selection/extend-selection-enclosing-block-expected.txt: Added. * editing/selection/extend-selection-enclosing-block.html: Added. * editing/selection/extend-selection-expected.txt: Removed. * editing/selection/extend-selection-home-end-expected.txt: Added. * editing/selection/extend-selection-home-end.html: Added. * editing/selection/extend-selection-word-expected.txt: Added. * editing/selection/extend-selection-word.html: Added. * editing/selection/extend-selection.html: Removed. * editing/selection/resources/extend-selection.css: Added. (div.test): (div.test:before): (div.test span): (div.test img): (div.test img + img): (div.test div): * editing/selection/resources/extend-selection.js: Added. (log): (positionsExtendingInDirectionForEnclosingBlock): (positionsExtendingInDirection): (fold): (logPositions): (checkReverseOrder): (checkSameOrder): (extendingSelection): (testExtendingSelection): (createTestNodes.window.onload): (createTestNodes): 2010-11-20 Julie Parent Unreviewed. Adding failing expectation for Win + Linux for new fast/canvas/canvas-fillPath-shadow test. * platform/chromium/test_expectations.txt: 2010-11-20 Helder Correia Reviewed by Andreas Kling. [Qt] Path fill lacks blur shadow support https://bugs.webkit.org/show_bug.cgi?id=49491 Add new test for checking path fill blur shadow. * fast/canvas/canvas-fillPath-shadow-expected.txt: Added. * fast/canvas/canvas-fillPath-shadow.html: Added. * fast/canvas/script-tests/canvas-fillPath-shadow.js: Added. 2010-11-19 W. James MacLean Reviewed by James Robinson. Scaled Resized images are blurred when sent to Skia https://bugs.webkit.org/show_bug.cgi?id=42370 * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Added. * platform/chromium-linux/svg/custom/image-rescale-expected.png: Added. * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Added. * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac/svg/custom/image-rescale-expected.checksum: Added. * platform/mac/svg/custom/image-rescale-expected.png: Added. * platform/mac/svg/custom/image-rescale-expected.txt: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.png: Added. * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Added. * platform/mac/test_expectations.txt: * svg/custom/image-rescale-scroll.html: Added. * svg/custom/image-rescale.svg: Added. * svg/custom/resources/image-rescale.jpg: Added. 2010-11-19 Jia Pu Reviewed by Dan Bernstein. Regression: contraction is considered misspelling. https://bugs.webkit.org/show_bug.cgi?id=49423 * platform/mac-leopard/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/mac/editing/spelling/autocorrection-contraction-expected.checksum: Added. * platform/mac/editing/spelling/autocorrection-contraction-expected.png: Added. * platform/mac/editing/spelling/autocorrection-contraction-expected.txt: Added. * platform/mac/editing/spelling/autocorrection-contraction.html: Added. 2010-11-19 James Simonsen Reviewed by Tony Chang. [chromium] Fix whitespace character handling in complex text on linux https://bugs.webkit.org/show_bug.cgi?id=49771 * platform/chromium-linux/fast/text/international/bidi-linebreak-001-expected.checksum: Remove null glyph from expected output. * platform/chromium-linux/fast/text/international/bidi-linebreak-001-expected.png: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-001-expected.txt: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-002-expected.checksum: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-002-expected.png: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-002-expected.txt: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-003-expected.checksum: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-003-expected.png: Ditto. * platform/chromium-linux/fast/text/international/bidi-linebreak-003-expected.txt: Ditto. * platform/chromium-linux/fast/text/wide-zero-width-space-expected.checksum: Added. Now passes on Linux. * platform/chromium-linux/fast/text/wide-zero-width-space-expected.png: Added. * platform/chromium-linux/fast/text/wide-zero-width-space-expected.txt: Added. * platform/chromium/test_expectations.txt: Removed LINUX from wide-zero-width-space. 2010-11-19 Mihai Parparita Unreviewed Chromium/Mac rebaseline. Rebaseline tests in fast/events that have different scrollbar rendering. * platform/chromium-mac/fast/events/autoscroll-expected.checksum: Added. * platform/chromium-mac/fast/events/autoscroll-expected.png: Added. * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum: Added. * platform/chromium-mac/fast/events/pointer-events-2-expected.png: Added. * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.checksum: Added. * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-19 Mihai Parparita Unreviewed Chromium/Mac rebaseline. Rebaseline tests in fast/frames that have different scrollbar rendering. * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.checksum: Added. * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.png: Added. * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.checksum: Added. * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.png: Added. * platform/chromium-mac/fast/frames/invalid-expected.checksum: Added. * platform/chromium-mac/fast/frames/invalid-expected.png: Added. * platform/chromium-mac/fast/frames/valid-expected.checksum: Added. * platform/chromium-mac/fast/frames/valid-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-19 Mihai Parparita Unreviewed Chromium/Mac rebaseline of transforms/2d/zoom-menulist.html. * platform/chromium-mac/transforms/2d/zoom-menulist-expected.checksum: Added. * platform/chromium-mac/transforms/2d/zoom-menulist-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-19 Mihai Parparita Unreviewed Chromium expectations update. http/tests/loading/bad-server-subframe.html had chromium-win baselines that made it fail consistently on Windows and Linux. It should pass with the regular upstream baselines. * platform/chromium-win/http/tests/loading/bad-server-subframe-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2010-11-19 Julie Parent Not reviewed, adding TIMEOUT for inspector/styles-disable-then-delete.html. * platform/chromium/test_expectations.txt: 2010-11-19 Zhenyao Mo Unreviewed, update webgl test expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: * platform/mac-snowleopard/Skipped: 2010-11-19 Zhenyao Mo Unreviewed, update webgl test expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-11-19 Nate Chapin Reviewed by Alexey Proskuryakov. Test for https://bugs.webkit.org/show_bug.cgi?id=49693 * fast/loader/subresource-willSendRequest-null-expected.txt: Added. * fast/loader/subresource-willSendRequest-null.html: Added. 2010-11-18 Zhenyao Mo Reviewed by Kenneth Russell. GraphicsContext3D::reshape is clearing using current clear color instead of transparent https://bugs.webkit.org/show_bug.cgi?id=44064 * fast/canvas/webgl/renderbuffer-initialization-expected.txt: * fast/canvas/webgl/renderbuffer-initialization.html: Test that o is used as the clear values instead of the current gl clear values. 2010-11-19 Brian Weinstein Rebaseline fast/blockflow results for Windows after r72347. * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: 2010-11-19 Brian Weinstein Fix failing Windows ruby tests by removing the Windows-specific results. These were the same as the Mac results before r72347, and that change rebaselined the results in LayoutTests/platform/mac, making these not match anymore, and causing the Windows tests to fail. * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Removed. * platform/win/fast/ruby/ruby-empty-rt-expected.png: Removed. * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Removed. * platform/win/fast/ruby/ruby-length-expected.checksum: Removed. * platform/win/fast/ruby/ruby-length-expected.png: Removed. * platform/win/fast/ruby/ruby-length-expected.txt: Removed. * platform/win/fast/ruby/ruby-run-break-expected.checksum: Removed. * platform/win/fast/ruby/ruby-run-break-expected.png: Removed. * platform/win/fast/ruby/ruby-run-break-expected.txt: Removed. * platform/win/fast/ruby/ruby-runs-expected.checksum: Removed. * platform/win/fast/ruby/ruby-runs-expected.png: Removed. * platform/win/fast/ruby/ruby-runs-expected.txt: Removed. * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Removed. * platform/win/fast/ruby/ruby-runs-spans-expected.png: Removed. * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Removed. * platform/win/fast/ruby/ruby-simple-expected.checksum: Removed. * platform/win/fast/ruby/ruby-simple-expected.png: Removed. * platform/win/fast/ruby/ruby-simple-expected.txt: Removed. * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Removed. * platform/win/fast/ruby/ruby-simple-rp-expected.png: Removed. * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Removed. * platform/win/fast/ruby/ruby-trailing-expected.checksum: Removed. * platform/win/fast/ruby/ruby-trailing-expected.png: Removed. * platform/win/fast/ruby/ruby-trailing-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Removed. * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Removed. * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Removed. * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Removed. 2010-11-19 Julie Parent Not reviewed, remove suppression for svg/dom/fuzz-path-parser.html * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Not reviewed, remove suppression for fast/repaint/inline-block-overflow.html. * platform/chromium/test_expectations.txt: 2010-11-19 Tony Chang Reviewed by Kent Tamura. [chromium] Enable webkit's TestNetscapePlugIn for DRT on win and linux https://bugs.webkit.org/show_bug.cgi?id=49706 * platform/chromium/drt_expectations.txt: 2010-11-19 James Simonsen Reviewed by Darin Fisher. [Web Timing] Add unloadEventStart https://bugs.webkit.org/show_bug.cgi?id=49101 * fast/dom/Window/window-properties-performance-expected.txt: * fast/dom/script-tests/webtiming.js: (checkTimingBeforeLoad): (checkTimingWhileDeferred): (checkWebTimingWhileAsync): (checkWebTimingOnLoad): (checkWebTimingAfterLoad): * fast/dom/webtiming-document-open-expected.txt: * fast/dom/webtiming-expected.txt: * fast/dom/webtiming-navigate-within-document-expected.txt: 2010-11-19 Anton Muhin Not reviewed, remove a suppression for svg/dom/svglist-exception-on-out-bounds-error.html * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Temporary suppression for fast/repaint/inline-block-overflow.html See r72405. It needs Chromium's images. * platform/chromium/test_expectations.txt: 2010-11-19 Andy Estes svg/batik/text/smallFonts.svg needs Leopard-specific results after r72141. * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt: Added. 2010-11-19 Anton Muhin Temporary suppression for fast/images/imagemap-focus-ring-zoom.html. See r72402. It needs Chromium's images. * platform/chromium/test_expectations.txt: 2010-11-19 Andy Estes Skip failing tests on the Leopard bots. * platform/mac-leopard/Skipped: 2010-11-19 Anton Muhin Not reviewed, nuking now unnecessary suppression. * platform/chromium/test_expectations.txt: 2010-11-19 Yael Aharon Reviewed by Antonio Gomes. Focus ring in image maps does not take zooming into account https://bugs.webkit.org/show_bug.cgi?id=49625 * fast/images/imagemap-focus-ring-zoom.html: Added. * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added. * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.png: Added. * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. 2010-11-19 Nikolas Zimmermann Reviewed by Dirk Schulze. SVGTransformList::consolidate() fails on empty lists https://bugs.webkit.org/show_bug.cgi?id=49619 * svg/dom/SVGTransformList-empty-list-consolidation-expected.txt: Added. * svg/dom/SVGTransformList-empty-list-consolidation.html: Added. 2010-11-19 Csaba Osztrogonác Unreviewed. [Qt] REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails https://bugs.webkit.org/show_bug.cgi?id=49801 [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail https://bugs.webkit.org/show_bug.cgi?id=49802 * platform/qt/Skipped: Add failing tests to the Skipped list until fix. - fast/profiler/throw-exception-from-eval.html - http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html - http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html - http/tests/security/aboutBlank/xss-DENIED-set-opener.html 2010-11-19 John Knottenbelt Reviewed by Jeremy Orlow. Reentrant Geolocation tests crash with an assertion. https://bugs.webkit.org/show_bug.cgi?id=39908 PositionErrors should not be sent to Geolocation watches or one shots that are due to receive a valid cached position. Re-enable fast/dom/Geolocation/maximum-age.html on Mac WebKit. * platform/mac/Skipped: 2010-11-19 Anton Muhin Not reviewed, next batch of Chromium suppressions for layout test failures after http://trac.webkit.org/changeset/72381. * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Not reviewed, removing duplicate expectation. * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Upstreaming Chromium suppressions. * platform/chromium/test_expectations.txt: 2010-11-19 Zoltan Herczeg Reviewed by Nikolas Zimmermann. createImageBuffer fail should be handled in the same way as other fails https://bugs.webkit.org/show_bug.cgi?id=49799 * platform/mac/svg/filters/filter-rounding-issues-expected.checksum: Added. * platform/mac/svg/filters/filter-rounding-issues-expected.png: Added. * svg/filters/filter-rounding-issues-expected.txt: Added. * svg/filters/filter-rounding-issues.svg: Added. 2010-11-19 'Anton Muhin' Not reviewed, next batch of Chromium suppressions for layout test failures after http://trac.webkit.org/changeset/72381. * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Not reviewed, suppressing Chromium layout test failures after http://trac.webkit.org/changeset/72381. * platform/chromium/test_expectations.txt: 2010-11-19 Anton Muhin Not reviewed, rebaselining vertical text tests for Chromium. * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/chromium-win/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/chromium-win/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/chromium-win/fast/blockflow/vertical-align-table-baseline-expected.txt: Added. * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-19 Alejandro G. Castro Unreviewed, added the font-size-zero.html test to skipped and uploaded the bug: https://bugs.webkit.org/show_bug.cgi?id=49793 It was added with r72327. * platform/gtk/Skipped: 2010-11-19 Nikolas Zimmermann Reviewed by Dirk Schulze. Convert SVGPathSeg/SVGPathSegList to the new SVGPropertyTearOff concept https://bugs.webkit.org/show_bug.cgi?id=49580 Add several new tests covering SVGPathSegList usage. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg: Added. * svg/dom/SVGPathSegList-appendItem-expected.txt: Added. * svg/dom/SVGPathSegList-appendItem.xhtml: Added. * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: Added. * svg/dom/SVGPathSegList-clear-and-initialize.xhtml: Added. * svg/dom/SVGPathSegList-cloning.html: Added. * svg/dom/SVGPathSegList-insertItemBefore-expected.txt: Added. * svg/dom/SVGPathSegList-insertItemBefore.xhtml: Added. * svg/dom/SVGPathSegList-removeItem-expected.txt: Added. * svg/dom/SVGPathSegList-removeItem.xhtml: Added. * svg/dom/SVGPathSegList-replaceItem-expected.txt: Added. * svg/dom/SVGPathSegList-replaceItem.xhtml: Added. * svg/dom/SVGPathSegList-segment-modification.svg: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml: Added. * svg/dom/fuzz-path-parser-expected.txt: * svg/dom/path-parser-expected.txt: * svg/dom/script-tests/path-parser.js: (): * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: * svg/dom/svglist-exception-on-out-bounds-error.html: * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: 2010-11-19 Alejandro G. Castro Unreviewed, GTK expectations update after r72347 * platform/gtk/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: * platform/gtk/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: * platform/gtk/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: 2010-11-19 Dai Mikurube Reviewed by Kent Tamura. stepUp/stepDown for values in step-mismatching state for input elements https://bugs.webkit.org/show_bug.cgi?id=48976 * fast/forms/input-stepup-stepdown-expected.txt: * fast/forms/script-tests/input-stepup-stepdown.js: 2010-11-19 Mike Lawther Reviewed by James Robinson. [skia] assert when attempting to get (but not use) pointer to outside the canvas https://bugs.webkit.org/show_bug.cgi?id=49698 Removed expectation of failure on Win dbg * platform/chromium/test_expectations.txt: 2010-11-19 Julie Parent Reviewed by Ojan Vafai. [Chromium]Several fast/transforms tests need linux specific baselines https://bugs.webkit.org/show_bug.cgi?id=48788 * platform/chromium-linux/fast/transforms/transform-on-inline-expected.checksum: Added. * platform/chromium-linux/fast/transforms/transform-on-inline-expected.png: Added. * platform/chromium-linux/fast/transforms/transform-table-row-expected.checksum: Added. * platform/chromium-linux/fast/transforms/transform-table-row-expected.png: Added. * platform/chromium-linux/fast/transforms/transformed-document-element-expected.checksum: Added. * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-19 Yael Aharon Reviewed by Antonio Gomes. [Qt] Focus ring does not show for image maps https://bugs.webkit.org/show_bug.cgi?id=49615 * platform/qt/fast/images/imagemap-focus-ring-expected.checksum: Added. * platform/qt/fast/images/imagemap-focus-ring-expected.png: Added. * platform/qt/fast/images/imagemap-focus-ring-expected.txt: Added. 2010-11-18 David Levin [chromium] Update/Add baselines for r72362 and r72355. * platform/chromium-linux/fast/ruby/nested-ruby-expected.checksum: Added. * platform/chromium-linux/fast/ruby/nested-ruby-expected.png: Added. * platform/chromium-linux/fast/ruby/nested-ruby-expected.txt: Added. * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: * platform/chromium-mac/fast/ruby/nested-ruby-expected.checksum: Added. * platform/chromium-mac/fast/ruby/nested-ruby-expected.png: Added. * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: * platform/chromium-win/fast/ruby/nested-ruby-expected.checksum: Added. * platform/chromium-win/fast/ruby/nested-ruby-expected.png: Added. * platform/chromium-win/fast/ruby/nested-ruby-expected.txt: Added. 2010-11-18 Gavin Barraclough Rubber stamped by Geoff Garen. Bug 49577 - Function.prototype should be non-configurable Ooops, Function.prototype should not be enumerable! * fast/js/function-prototype-descriptor-expected.txt: * fast/js/script-tests/function-prototype-descriptor.js: (test): 2010-11-18 David Levin [chromium] Misc test updates (most Ruby). Rebaselines corresponding to 72347 and 72355. Add failures for r72344 (until I get the chance to investigate). Add failures for context-menu failures. * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.png: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.png: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.txt: Removed. * platform/chromium-linux/fast/ruby/ruby-length-expected.checksum: * platform/chromium-linux/fast/ruby/ruby-length-expected.png: * platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum: * platform/chromium-linux/fast/ruby/ruby-run-break-expected.png: * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: * platform/chromium-mac/fast/ruby/ruby-run-break-expected.checksum: Added. * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Added. * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.png: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.png: * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.txt: * platform/chromium-win/fast/ruby/ruby-empty-rt-expected.txt: * platform/chromium-win/fast/ruby/ruby-length-expected.checksum: * platform/chromium-win/fast/ruby/ruby-length-expected.png: * platform/chromium-win/fast/ruby/ruby-length-expected.txt: * platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum: * platform/chromium-win/fast/ruby/ruby-run-break-expected.png: * platform/chromium-win/fast/ruby/ruby-run-break-expected.txt: * platform/chromium-win/fast/ruby/ruby-runs-expected.txt: * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt: * platform/chromium-win/fast/ruby/ruby-simple-expected.txt: * platform/chromium-win/fast/ruby/ruby-simple-rp-expected.txt: * platform/chromium-win/fast/ruby/ruby-trailing-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.txt: * platform/chromium-win/fast/ruby/rubyDOM-remove-text2-expected.txt: * platform/chromium/test_expectations.txt: 2010-11-18 Dave Hyatt Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=49772 Fix nested ruby. My previous checkin (for 49717) broke it. Push the ruby text and ruby base text together based off logicalTopOverflow and logicalBottomOverflow rather than lineTop and lineBottom. This way the overflow from nested rubies is accounted for. Added fast/ruby/nested-ruby.html * fast/ruby/nested-ruby.html: Added. * platform/mac/fast/ruby/nested-ruby-expected.checksum: Added. * platform/mac/fast/ruby/nested-ruby-expected.png: Added. * platform/mac/fast/ruby/nested-ruby-expected.txt: Added. 2010-11-18 Alexey Proskuryakov Updating test results. I don't know what this mega-test is doing, but at least they changed from FAIL to PASS. * fast/dom/prototype-inheritance-2-expected.txt: 2010-11-18 Gavin Barraclough Reviewed by Oliver Hunt. Bug 49635 - Profiler implementation is fragile Fixes previously failing tests - output was incorrect, showing duplicate entries for '(program) (no file) (line 1)'. * fast/profiler/throw-exception-from-eval-expected.txt: 2010-11-18 Kent Tamura Unreviewed, test expectation update. * platform/win/Skipped: Add a bug URL for -related tests. 2010-11-18 Dave Hyatt Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=49717 Implement better behavior for the logical height and block direction spacing of ruby text and ruby base text. Added six new tests: ruby-auto-line-expansion.html (one version for each of the four writing modes) to test ruby text accommodation and quirks-mode-ruby-spacing.html / quirks-mode-ruby-spacing-bt.html to test that ruby doesn't reset line-height. * css/html.css: Remove the line-height:normal rule for This behavior was incorrect, since a on a line by itself in quirks mode would cause the overall line-height of the enclosing block to not be honored. * rendering/InlineBox.h: (WebCore::InlineBox::adjustBlockDirectionPosition): Add adjustBlockDirectionPosition as a shorthand for calling adjustPosition with the correct delta (x or y) depending on orientation. * rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::placeBoxesInBlockDirection): placeBoxesInBlockDirection now looks for Ruby runs, and when it encounters them it sets a flag, containsRuby, to true. This flag is stored as a bit on the RootInlineBox and lets us know whether we need to do a later crawl of the line boxes after they are positioned to see if all the Ruby texts fit or not. Add the notion of a lineTop and lineBottom that include margins, since flipped lines writing modes (lr and bt) mess up the flipping otherwise. These new variables are lineTopIncludingMargins and lineBottomIncludingMargins. This is only relevant for replaced elements, since the block direction margins of inline flows are always 0. Because RenderRubyRun is implemented as an inline-block (this is probably not a behavior we want to keep long-term), the line-height is propagated into the inline-block, and it ends up being counted as part of the overall lineTop and lineBottom since it is inside the inline-block's height. To prevent this from happening, we have to fake it as though RenderRubyRun was just a normal inline. We look at the line boxes of the ruby base and we push lineTop/Bottom in by the leading on either side so that it isn't counted as part of lineTop and lineBottom. This enables the later Ruby code that examines the spacing between lines to not be fooled into thinking it can't intrude into an inline-block's interior on a previous line. (WebCore::InlineFlowBox::computeBlockDirectionRubyAdjustment): This function computes the amount that a line box has to be moved in order to accommodate all of the Ruby texts on the line. With tb and rl writing modes, the Ruby is trying to fit between the current line and a previous line, and so we're checking some highest previous position and computing the amount we have to move. For lr and bt writing modes, the lines are flipped relative to the block direction, so we are computing how much we have to move the *following* line based off a lowest position. In all writing modes we will allow Ruby text to intrude into the padding of a block. * rendering/InlineFlowBox.h: * rendering/RenderBlock.cpp: (WebCore::RenderBlock::layoutBlockChildren): Ruby text is now considered a special child that should be excluded from normal layout, margin collapsing and height computations. Rename the layoutLegend function to be more generalized and make it apply to both Ruby text and to legends. This means that the RenderRubyRun computes its logical height without any regard for the ruby text. * rendering/RenderBlock.h: (WebCore::RenderBlock::layoutSpecialExcludedChild): layoutSpecialExcludedChild is the new version of layoutLegend and it is implemented by RenderFieldset and RenderRubyRun. * rendering/RenderBlockLineLayout.cpp: (WebCore::RenderBlock::layoutInlineChildren): When we hit the end of line layout, if we're in lr or bt writing modes, we have to potentially grow the height of the block to accommodate ruby text along the bottom side of the line. We call computeBlockDirectionRubyAdjustment here in flipped lines writing mode only, and then we increase the logical height of the block if necessary. * rendering/RenderFieldset.cpp: (WebCore::RenderFieldset::layoutSpecialExcludedChild): * rendering/RenderFieldset.h: No changes here other than the function rename. * rendering/RenderRubyRun.cpp: (WebCore::RenderRubyRun::staticCreateRubyRun): Remove the hack that locked RenderRubyRun's writing mode to tb or rl, since it didn't really work anyway, and it isn't necessary now that RenderRubyRun has its own layout method. (WebCore::RenderRubyRun::layoutSpecialExcludedChild): RenderRubyRun lays out the ruby text here but doesn't do anything with its placement yet. We wait until the base is positioned and then handled positioning the RenderRubyText at the end of RenderRubyRun's layout method. (WebCore::RenderRubyRun::layout): * rendering/RenderRubyRun.h: RenderRubyRun now has its own layout method that calls the base class to get the RenderRubyBase positioned and then moves the RenderRubyText such that its bottommost line box's bottom and the RenderRubyBase's topmost line box's line top are flush with one another. The RenderRubyText will commonly be positioned at a negative coordinate now and spill out of the RenderRubyRun as overflow. * rendering/RootInlineBox.cpp: (WebCore::RootInlineBox::RootInlineBox): Added the m_containsRuby bit for performance to avoid the extra pass to try to accommodate ruby texts when none are present. (WebCore::RootInlineBox::adjustPosition): Fixed a bug in adjustPosition where the lineTop, lineBottom and blockLogicalHeight values were always being augmented by dy even in vertical writing modes (where dx needed to be used instead). (WebCore::RootInlineBox::alignBoxesInBlockDirection): (WebCore::RootInlineBox::blockDirectionRubyAdjustment): * rendering/RootInlineBox.h: (WebCore::RootInlineBox::containsRuby): RootInlineBox now calls blockDirectionRubyAdjustment to determine the amount of additional spacing that has to exist between the lines in order to accommodate all Ruby texts, and then it does adjustPosition to move the new line by the amount required. * fast/ruby/ruby-line-height-expected.txt: * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/mac/fast/ruby/quirks-mode-ruby-spacing-bt-expected.checksum: Added. * platform/mac/fast/ruby/quirks-mode-ruby-spacing-bt-expected.png: Added. * platform/mac/fast/ruby/quirks-mode-ruby-spacing-bt-expected.txt: Added. * platform/mac/fast/ruby/quirks-mode-ruby-spacing-expected.checksum: Added. * platform/mac/fast/ruby/quirks-mode-ruby-spacing-expected.png: Added. * platform/mac/fast/ruby/quirks-mode-ruby-spacing-expected.txt: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-bt-expected.checksum: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-bt-expected.png: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-bt-expected.txt: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-expected.checksum: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-expected.png: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-expected.txt: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-lr-expected.checksum: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-lr-expected.png: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-lr-expected.txt: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-rl-expected.checksum: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-rl-expected.png: Added. * platform/mac/fast/ruby/ruby-auto-line-expansion-rl-expected.txt: Added. * platform/mac/fast/ruby/ruby-beforeafter-expected.txt: * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: * platform/mac/fast/ruby/ruby-length-expected.txt: * platform/mac/fast/ruby/ruby-run-break-expected.checksum: * platform/mac/fast/ruby/ruby-run-break-expected.png: * platform/mac/fast/ruby/ruby-run-break-expected.txt: * platform/mac/fast/ruby/ruby-runs-expected.txt: * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: * platform/mac/fast/ruby/ruby-simple-expected.txt: * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: * platform/mac/fast/ruby/ruby-trailing-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: 2010-11-18 David Levin [chromium] Test baseline updates. * platform/chromium-linux/fast/compact/001-expected.checksum: Rebaselined due to r72141. Removes the green background in the test. Dave Hyatt confirmed the behavior: "We actually removed compact support ages ago, so really the test should just be removed." * platform/chromium-linux/fast/compact/001-expected.png: Ditto. * platform/chromium-mac/fast/compact/001-expected.checksum: Added. Ditto. * platform/chromium-mac/fast/compact/001-expected.png: Added. Ditto. * platform/chromium-win/fast/compact/001-expected.checksum: Ditto. * platform/chromium-win/fast/compact/001-expected.png: Ditto. * platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.checksum: * platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.png: Updated due to r72173. The changes in output appear minimal and the output looks ok. * platform/chromium-win/fast/js/regexp-overflow-expected.txt: Removed. Consolidated the results for this test. * platform/chromium/fast/js/regexp-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/js/regexp-overflow-expected.txt. Ditto. * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt: Removed. * platform/chromium-win/fast/parser/style-script-head-test-expected.txt: Removed. Chromium results are exactly the same as platform/mac, so no need for platform specific results. * platform/chromium/test_expectations.txt: Updated due to these changes. 2010-11-18 Alexey Proskuryakov Reviewed by Geoffrey Garen. https://bugs.webkit.org/show_bug.cgi?id=49762 Stylesheet wrappers are not GC protected * fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt: Added. * fast/dom/StyleSheet/gc-inline-style-cssvalues.html: Added. * fast/dom/StyleSheet/gc-styleheet-wrapper-expected.txt: Added. * fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml: Added. 2010-11-18 Kent Tamura Unreviewed, test expectation update. * platform/win/Skipped: Skip fast/forms/form-atribute.html. It needs support. 2010-11-17 Zhenyao Mo Reviewed by Kenneth Russell. Implement UNPACK_COLORSPACE_CONVERSION_WEBGL https://bugs.webkit.org/show_bug.cgi?id=47196 * fast/canvas/webgl/gl-teximage-expected.txt: * fast/canvas/webgl/gl-teximage.html: Add test cases for images with ICC profiles. * fast/canvas/webgl/resources/small-square-with-cie-rgb-profile.png: Added. * fast/canvas/webgl/resources/small-square-with-colormatch-profile.png: Added. * fast/canvas/webgl/resources/small-square-with-colorspin-profile.jpg: Added. * fast/canvas/webgl/resources/small-square-with-colorspin-profile.png: Added. * fast/canvas/webgl/resources/small-square-with-e-srgb-profile.png: Added. * fast/canvas/webgl/resources/small-square-with-smpte-c-profile.png: Added. * fast/canvas/webgl/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added. 2010-11-18 Jian Li Reviewed by David Levin. Move fileapi test files under http/tests/local to a new subdirectory under it https://bugs.webkit.org/show_bug.cgi?id=49709 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js: Renamed from LayoutTests/http/tests/local/resources/setup-file-input-element-for-drag.js. * http/tests/local/fileapi/script-tests/TEMPLATE.html: Added. * http/tests/local/fileapi/script-tests/send-dragged-file.js: Renamed from LayoutTests/http/tests/local/resources/send-dragged-file.js. * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: Renamed from LayoutTests/http/tests/local/resources/send-sliced-dragged-file.js. * http/tests/local/fileapi/send-dragged-file-expected.txt: Renamed from LayoutTests/http/tests/local/send-dragged-file-expected.txt. * http/tests/local/fileapi/send-dragged-file.html: Renamed from LayoutTests/http/tests/local/send-dragged-file.html. * http/tests/local/fileapi/send-sliced-dragged-file-expected.txt: Renamed from LayoutTests/http/tests/local/send-sliced-dragged-file-expected.txt. * http/tests/local/fileapi/send-sliced-dragged-file.html: Renamed from LayoutTests/http/tests/local/send-sliced-dragged-file.html. * platform/gtk/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2010-11-18 David Levin [chromium] Add test expectations for failing tests. * platform/chromium/test_expectations.txt: 2010-11-18 Mihai Parparita Update the pixel expectations for the Mac port. For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0, this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific results to platform/mac. List of files omitted due to length but composed entirely of moves from platform/mac to platform/mac-leopard and newly added files in platform/mac. 2010-11-18 Darin Adler Fix failures seen on bot. * platform/qt/Skipped: Skip test, added bugs.webkit.org reference. 2010-11-18 Adam Roben Add Windows results for test added in r71980 * platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: Added. * platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added. * platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added. 2010-11-18 James Robinson Reviewed by Darin Fisher. [chromium] REGRESSION(72141): Chromium fails acid3 on windows and linux https://bugs.webkit.org/show_bug.cgi?id=49638 Adds a test checking that the bounding client rect of a text run with font-size:0 has zero height. This is also covered by acid3, but an isolated test case is easier to work with. * fast/text/font-size-zero-expected.txt: Added. * fast/text/font-size-zero.html: Added. * fast/text/script-tests/font-size-zero.js: Added. 2010-11-18 Adam Roben Update Windows results after r72050 * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: 2010-11-18 Mihai Parparita Add missing mac pixel baselines (all baselines are for Snow Leopard). * platform/mac/css1/text_properties/text_transform-expected.checksum: Added. * platform/mac/css1/text_properties/text_transform-expected.png: Added. * platform/mac/fast/canvas/toDataURL-alpha-expected.checksum: Added. * platform/mac/fast/canvas/toDataURL-alpha-expected.png: Added. * platform/mac/fast/repaint/canvas-putImageData-expected.checksum: Added. * platform/mac/fast/repaint/canvas-putImageData-expected.png: Added. * platform/mac/fast/table/early-table-layout-expected.checksum: Added. * platform/mac/fast/table/early-table-layout-expected.png: Added. * platform/mac/media/video-canvas-alpha-expected.checksum: Added. * platform/mac/media/video-canvas-alpha-expected.png: Added. * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum: Added. * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Added. * platform/mac/svg/text/text-intro-05-t-expected.png: Added. * platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.checksum: Added. * platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.png: Added. * platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.checksum: Added. * platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added. * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.checksum: Added. * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.checksum: Added. * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added. 2010-11-18 Adam Roben Land new Windows results for tests from r72235 * platform/win/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/win/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/win/fast/blockflow/vertical-align-table-baseline-expected.txt: Added. * platform/win/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/win/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/win/fast/blockflow/vertical-baseline-alignment-expected.txt: Added. 2010-11-18 David Levin [chromium] Removing various items from expectations to reflect the current state. * platform/chromium/test_expectations.txt: 2010-11-18 Tony Chang Unreviewed, updating qt Skipped list. * platform/qt/Skipped: 2010-11-18 Mihai Parparita Unreviewed Mac expectations update. r71700 and r72173 updated some Mac baselines recently, more tests now pass when run with the DRT. * platform/mac/test_expectations.txt: 2010-11-18 Adam Roben Unskip tests that rely on layoutTestController.waitForPolicyDelegate on Windows Fixes . Reviewed by Simon Fraser. * platform/win/Skipped: 2010-11-18 Anton Muhin Not reviewed, rebaselining fast/parser/style-script-head-test.html * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt: Added. * platform/chromium-win/fast/parser/style-script-head-test-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-18 Alexey Proskuryakov https://bugs.webkit.org/show_bug.cgi?id=49743 [Qt] fast/xsl/import-non-document-node.xhtml fails * platform/qt/Skipped: Disabling the new test for Qt. 2010-11-18 Joseph Pecoraro Reviewed by Darin Adler. Allow no-store resources to be used for back navigation https://bugs.webkit.org/show_bug.cgi?id=49672 Add tests for checking if the cache was used for a "Cache-control: no-store" resource in back navigation, reload navigation, and normal navigation. * http/tests/cache/history-only-cached-subresource-loads-expected.txt: Added. * http/tests/cache/history-only-cached-subresource-loads.html: Added. * http/tests/cache/resources/no-store-resource-forward.html: Added. * http/tests/cache/resources/no-store-resource-next.html: Added. * http/tests/cache/resources/no-store-resource.html: Added. * http/tests/cache/resources/random.cgi: Added. 2010-11-18 Tony Chang Reviewed by Adam Barth. run platform/chromium/plugins/refcount-leaks.html on all platforms https://bugs.webkit.org/show_bug.cgi?id=49485 Moving the test into the top level plugins dir. * platform/chromium/drt_expectations.txt: * platform/chromium/plugins/refcount-leaks-expected.txt: Removed. * platform/chromium/plugins/refcount-leaks.html: Removed. * plugins/refcount-leaks-expected.txt: Copied from LayoutTests/platform/chromium/plugins/refcount-leaks-expected.txt. * plugins/refcount-leaks.html: Copied from LayoutTests/platform/chromium/plugins/refcount-leaks.html. 2010-11-18 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=49700 XSLTProcessor.importNode is only tested with document nodes, and hits an assertion Added test coverage - we only tried to import a whole document before. * fast/xsl/import-non-document-node-expected.txt: Added. * fast/xsl/import-non-document-node.xhtml: Added. 2010-11-18 Anton Muhin Not reviewed, proper regrouping of suppressions. * platform/chromium/test_expectations.txt: 2010-11-18 Anton Muhin Not reviewed, 1st fixing failures of fast/dom/setPrimitiveValue-exceptions.html https://bugs.webkit.org/show_bug.cgi?id=49653 There is apparently a crash in Win DBG build so I'm keeping the suppression. * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added. * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-18 Sheriff Bot Unreviewed, rolling out r72288. http://trac.webkit.org/changeset/72288 https://bugs.webkit.org/show_bug.cgi?id=49730 'krit attempted to do that, but revert got stuck' (Requested by antonm on #webkit). * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Removed. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed. * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt: Removed. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Removed. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Removed. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Removed. * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg: Removed. * svg/dom/SVGPathSegList-appendItem-expected.txt: Removed. * svg/dom/SVGPathSegList-appendItem.xhtml: Removed. * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: Removed. * svg/dom/SVGPathSegList-clear-and-initialize.xhtml: Removed. * svg/dom/SVGPathSegList-cloning.html: Removed. * svg/dom/SVGPathSegList-insertItemBefore-expected.txt: Removed. * svg/dom/SVGPathSegList-insertItemBefore.xhtml: Removed. * svg/dom/SVGPathSegList-removeItem-expected.txt: Removed. * svg/dom/SVGPathSegList-removeItem.xhtml: Removed. * svg/dom/SVGPathSegList-replaceItem-expected.txt: Removed. * svg/dom/SVGPathSegList-replaceItem.xhtml: Removed. * svg/dom/SVGPathSegList-segment-modification.svg: Removed. * svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt: Removed. * svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml: Removed. * svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml: Removed. * svg/dom/fuzz-path-parser-expected.txt: * svg/dom/path-parser-expected.txt: * svg/dom/script-tests/path-parser.js: (): * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: * svg/dom/svglist-exception-on-out-bounds-error.html: * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: 2010-11-18 Anton Muhin Not reviewed, removing rebaselined expectation for fast/backgrounds/size/contain-and-cover.html * platform/chromium/test_expectations.txt: 2010-11-18 Alexander Pavlov Reviewed by Pavel Feldman. [v8] fast/css/getFloatValueForUnit.html fails since http://trac.webkit.org/changeset/72189 https://bugs.webkit.org/show_bug.cgi?id=49656 Re-enable fast/css/getFloatValueForUnit.html once the generated WebCore binding is fixed. * platform/chromium/test_expectations.txt: 2010-11-18 Nikolas Zimmermann Reviewed by Dirk Schulze. Convert SVGPathSeg/SVGPathSegList to the new SVGPropertyTearOff concept https://bugs.webkit.org/show_bug.cgi?id=49580 Add several new tests covering SVGPathSegList usage. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg: Added. * svg/dom/SVGPathSegList-appendItem-expected.txt: Added. * svg/dom/SVGPathSegList-appendItem.xhtml: Added. * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: Added. * svg/dom/SVGPathSegList-clear-and-initialize.xhtml: Added. * svg/dom/SVGPathSegList-cloning.html: Added. * svg/dom/SVGPathSegList-insertItemBefore-expected.txt: Added. * svg/dom/SVGPathSegList-insertItemBefore.xhtml: Added. * svg/dom/SVGPathSegList-removeItem-expected.txt: Added. * svg/dom/SVGPathSegList-removeItem.xhtml: Added. * svg/dom/SVGPathSegList-replaceItem-expected.txt: Added. * svg/dom/SVGPathSegList-replaceItem.xhtml: Added. * svg/dom/SVGPathSegList-segment-modification.svg: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml: Added. * svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml: Added. * svg/dom/fuzz-path-parser-expected.txt: * svg/dom/path-parser-expected.txt: * svg/dom/script-tests/path-parser.js: (): * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: * svg/dom/svglist-exception-on-out-bounds-error.html: * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: 2010-11-18 Anton Muhin Not reviewed, rebaselining fast/backgrounds/size/contain-and-cover.html * platform/chromium/test_expectations.txt: 2010-11-18 Stephen White Unreviewed; new test baselines. New win & linux baselines for test affected by http://trac.webkit.org/changeset/72282. * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum: * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum: * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: 2010-11-18 Anton Muhin Not reviewed, rebaselining fast/dom/setPrimitiveValue.html https://bugs.webkit.org/show_bug.cgi?id=49653 * platform/chromium-win/fast/dom/setPrimitiveValue-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2010-11-18 MORITA Hajime Unreviewed expectation update. * platform/chromium/test_expectations.txt: 2010-11-18 David Levin Updates for recent rebaselines and changes. * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: * platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.checksum: Added. * platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: The only non-chromium only change. This started failing when r72235 was landed and only has some very small pixel placement changes (which is typicaly of other layout test changes that happened with that change). 2010-11-17 Martin Robinson Fix two incorrect GTK+ baselines. * platform/gtk/fast/css/line-height-determined-by-primary-font-expected.txt: * platform/gtk/fast/css/negative-leading-expected.txt: 2010-11-17 David Levin Add some test_expectations for failing tests that need to be investigated and dealt with. * platform/chromium/test_expectations.txt: 2010-11-17 Sheriff Bot Unreviewed, rolling out r72228. http://trac.webkit.org/changeset/72228 https://bugs.webkit.org/show_bug.cgi?id=49712 Caused many >10 regressions on Win and Linux gpu layout test runs. (Requested by dave_levin on #webkit). * fast/canvas/webgl/uninitialized-test-expected.txt: Removed. * fast/canvas/webgl/uninitialized-test.html: Removed. 2010-11-17 David Levin Add some test_expectations for failing tests that need to be investigated and dealt with. * platform/chromium/test_expectations.txt: 2010-11-17 Mihai Parparita Update the pixel expectations for fast/tokenizer, fast/transforms, fast/wml, fast/xsl, fonts, scrollbars, svg, transforms, and transitions for the Mac port. For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0, this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific results to platform/mac. List of files omitted due to length but composed entirely of moves from platform/mac to platform/mac-leopard and newly added files in platform/mac. 2010-11-17 David Levin Update chromium results after r72125 and r72173. * platform/chromium-linux/fast/css/negative-leading-expected.checksum: Added. * platform/chromium-linux/fast/css/negative-leading-expected.png: Added. * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png: * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added. * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum: * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: * platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Added. * platform/chromium-mac/editing/deleting/5144139-2-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-rtl-expected.png: Added. * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Added. * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Added. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Added. * platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Added. * platform/chromium-mac/fast/css/font-face-opentype-expected.png: Added. * platform/chromium-mac/fast/css/negative-leading-expected.checksum: Added. * platform/chromium-mac/fast/css/negative-leading-expected.png: Added. * platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Added. * platform/chromium-mac/fast/css/rtl-ordering-expected.png: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/chromium-mac/fast/css/text-security-expected.checksum: Added. * platform/chromium-mac/fast/css/text-security-expected.png: Added. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Added. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.png: * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: Added. * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added. * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: Added. * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.checksum: Added. * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.png: Added. * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added. * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.checksum: Added. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.png: Added. * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added. * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added. * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Added. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Added. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: * platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-override-expected.png: Added. * platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Added. * platform/chromium-mac/fast/text/international/danda-space-expected.png: Added. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Added. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Added. * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.checksum: * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: * platform/chromium-mac/fast/text/international/plane2-expected.checksum: Added. * platform/chromium-mac/fast/text/international/plane2-expected.png: Added. * platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Added. * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Added. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Added. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Added. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Added. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Added. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Added. * platform/chromium-win/fast/compact/001-expected.txt: * platform/chromium-win/fast/css/negative-leading-expected.checksum: Added. * platform/chromium-win/fast/css/negative-leading-expected.png: Added. * platform/chromium-win/fast/css/negative-leading-expected.txt: Added. * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png: * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: 2010-11-17 Andy Estes Create Leopard-specific results for tests that differ between Leopard and Snow Leopard due to r72173. * platform/mac-leopard/platform/mac/editing: Added. * platform/mac-leopard/platform/mac/editing/input: Added. * platform/mac-leopard/platform/mac/editing/input/devanagari-ligature-expected.txt: Added. * platform/mac-leopard/platform/mac/svg: Added. * platform/mac-leopard/platform/mac/svg/batik: Added. * platform/mac-leopard/platform/mac/svg/batik/text: Added. * platform/mac-leopard/platform/mac/svg/batik/text/smallFonts-expected.txt: Added. 2010-11-17 Andy Estes Add Leopard-specific results for r72173. * platform/mac-leopard/css2.1/t1202-counter-04-b-expected.txt: * platform/mac-leopard/css2.1/t1202-counters-04-b-expected.txt: * platform/mac-leopard/fast/text/complex-text-opacity-expected.txt: * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: * platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: * platform/mac-leopard/fast/text/international/thai-baht-space-expected.txt: 2010-11-17 Tony Chang Unreviewed, add chromium-win baselines for fast/text/atsui-negative-spacing-features.html. * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.checksum: Added. * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png: Added. * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-11-17 Tony Chang Unreviewed, skip atsui-negative-spacing-features.html on qt and gtk since the other atsui tests are skipped. * platform/gtk/Skipped: * platform/qt/Skipped: 2010-11-17 Tony Chang Unreviewed, adding windows baseline for fast/text/atsui-negative-spacing-features.html * platform/win/fast/text/atsui-negative-spacing-features-expected.txt: Added. 2010-11-17 Tony Chang Unreviewed, css variable support was removed in r72116. * platform/chromium/test_expectations.txt: 2010-11-17 James Simonsen Reviewed by Tony Chang. [chromium] Fix negative letter spacing in complex text on linux https://bugs.webkit.org/show_bug.cgi?id=49563 * fast/text/atsui-negative-spacing-features.html: Added. * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.checksum: Added. * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png: Added. * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.txt: Added. * platform/mac/fast/text/atsui-negative-spacing-features-expected.checksum: Added. * platform/mac/fast/text/atsui-negative-spacing-features-expected.png: Added. * platform/mac/fast/text/atsui-negative-spacing-features-expected.txt: Added. 2010-11-17 Dave Hyatt Reviewed by Sam Weinig. https://bugs.webkit.org/show_bug.cgi?id=48537 Fonts with no vertical metrics should synthesize baselines when they appear on lines that do use fonts with vertical metrics. Basically we want to make sure that English text behaves like vertical-align:middle, i.e., its baseline should be treated as though it cuts through the middle of the ascent+descent. The way this works is that each line in the line box tree is labeled as having a baseline type that is either ideographic or alphabetic for the purposes of vertical alignment. A line becomes ideographic if any font with vertical tables is either explicitly specified as the primary font or in any of the used fonts in the text on that line. This baselineType is passed down to computeLogicalBoxHeights and placeBoxesInBlockDirection, and passed to the ascent and descent methods of the fonts that are examined. The underlying Font code selects an appropriate baseline given the type passed in. This patch also rewrites vertical alignment to lop 4 bytes off all RenderInlines and to instead carry around the cached vertical positions for RenderInlines in a new VerticalPositionCache object. This cache only lives for a single layout operation, but it does cache information across all the lines built and placed during the layout. This matches the old behavior, since every call to layoutInlineChildren invalidated all of the vertical positions in all of the RenderInlines anyway. The VerticalPositionCache consists of two HashMaps, and it caches vertical alignment positions for both alphabetic and ideographic baseline types. The vertical-align computation has now been moved out of RenderBoxModelObject and RenderInline and just placed right into verticalPositionForBox in InlineFlowBox. This function has been changed to no longer be recursive when checking parents, and it now relies on the fact that the parent vertical alignment computation result has already been stored in the logicalTop() of that parent's line box. By checking the line box logicalTop() value instead of recurring, the performance of first lines now significantly improves to no longer have O(n^2) behavior in the depth of the line box tree on the first line. All of the baselinePosition functions on the various RenderObjects have been amended to take a FontBaseline as the first argument. This patch does not attempt to fix up MathML or form controls yet and just hardcodes AlphabeticBaselines for those renderers. The RenderTableCell baselinePosition virtual method has been made non-virtual and had all arguments removed, since it actually had no real connection with the rest of the baseline positioning system. Cell baseline positioning works by calling firstLineBoxBaseline, and that method has been patched to use the cached baselineType for the first line box when computing the baseline of that line. Added fast/blockflow/vertical-baseline-alignment.html and fast/blockflow/vertical-align-table-baseline.html * fast/blockflow/vertical-align-table-baseline.html: Added. * fast/blockflow/vertical-baseline-alignment.html: Added. * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.txt: Added. * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.txt: Added. * platform/mac/fast/blockflow/vertical-font-fallback-expected.checksum: * platform/mac/fast/blockflow/vertical-font-fallback-expected.png: * platform/mac/fast/blockflow/vertical-font-fallback-expected.txt: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: 2010-11-17 Martin Robinson Update the skipped list to skip a newly failing geolocation test (requires geolocation mock support). Organize geolocation test failures a bit better. Add results for two new tests. * platform/gtk/Skipped: Update skipped list. * platform/gtk/fast/css/line-height-determined-by-primary-font-expected.txt: Added. * platform/gtk/fast/css/negative-leading-expected.txt: Added. 2010-11-17 Cris Neckar Reviewed by Adam Barth. Added test for multiple image objects which use the same invalid data attribute. https://bugs.webkit.org/show_bug.cgi?id=46921 * fast/html/object-image-nested-fallback-expected.txt: Added. * fast/html/object-image-nested-fallback.html: Added. 2010-11-16 Zhenyao Mo Reviewed by Kenneth Russell. WebGLRenderingContext needs to zero textures and renderbuffers https://bugs.webkit.org/show_bug.cgi?id=49355 * fast/canvas/webgl/uninitialized-test-expected.txt: Added. * fast/canvas/webgl/uninitialized-test.html: Added. 2010-11-17 Adam Roben Update Windows results after r72125 and r72173 * platform/win/css2.1/t1202-counter-04-b-expected.txt: * platform/win/css2.1/t1202-counters-04-b-expected.txt: * platform/win/fast/blockflow/border-vertical-lr-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: * platform/win/fast/text/international/hebrew-vowels-expected.txt: * platform/win/transforms/2d/hindi-rotated-expected.txt: 2010-11-17 Sam Weinig Rubber-stamped by Jon Honeycutt. Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-11-17 John Knottenbelt Reviewed by Jeremy Orlow. Add a layout test to check that Geoposition timestamps are well-formed. See https://bugs.webkit.org/show_bug.cgi?id=48518 * fast/dom/Geolocation/script-tests/timestamp.js: Added. (checkPosition): * fast/dom/Geolocation/timestamp-expected.txt: Added. * fast/dom/Geolocation/timestamp.html: Added. 2010-11-17 Chang Shu Reviewed by Antonio Gomes. [Mac] Unskip the test that is passing now. Test: fast/events/spatial-navigation/snav-single-select.html * platform/mac/Skipped: 2010-11-17 Anton Muhin Not reviewed, rebaselining fast/js/regexp-overflow.html https://bugs.webkit.org/show_bug.cgi?id=49665 * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: * platform/chromium-win/fast/js/regexp-overflow-expected.txt: 2010-11-17 Sheriff Bot Unreviewed, rolling out r72197. http://trac.webkit.org/changeset/72197 https://bugs.webkit.org/show_bug.cgi?id=49661 broke fast/regex/test1.html (Requested by stampho on #webkit). * fast/js/regexp-look-ahead-empty-expected.txt: * fast/js/regexp-overflow-expected.txt: * fast/js/script-tests/regexp-overflow.js: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.5_Term/S15.10.2.5_A1_T4-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.8_Atom/S15.10.2.8_A2_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6-expected.txt: 2010-11-17 'Anton Muhin' Not reviewed, disabling fast/css/getFloatValueForUnit.html. https://bugs.webkit.org/show_bug.cgi?id=49656 * platform/chromium/test_expectations.txt: 2010-11-17 Pavel Feldman Not reviewed. Commenting out failing Qt inspector tests. Need to fix harness. * platform/qt/Skipped: 2010-11-17 Anton Muhin Not reviewed, now disabling for real fast/css/line-height-determined-by-primary-font.html. https://bugs.webkit.org/show_bug.cgi?id=49653 * platform/chromium/test_expectations.txt: 2010-11-17 Peter Varga Reviewed by Gavin Barraclough. YARR JIT should fallback to YARR Interpreter instead of PCRE. https://bugs.webkit.org/show_bug.cgi?id=46719 Remove the ENABLE_YARR macro and the option of matching regular expressions with PCRE from JavaScriptCore. * fast/js/regexp-look-ahead-empty-expected.txt: * fast/js/regexp-overflow-expected.txt: * fast/js/script-tests/regexp-overflow.js: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.5_Term/S15.10.2.5_A1_T4-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.8_Atom/S15.10.2.8_A2_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6-expected.txt: 2010-11-17 Alexander Pavlov Unreviewed, remove stale Chromium test expectations to fix build. * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.png: Removed. 2010-11-17 Alejandro G. Castro Unreviewed, GTK expectations update after r72116 and r72141. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: 2010-11-16 Alexander Pavlov Reviewed by Simon Fraser. CSSPrimitiveValue.getFloatValue does not convert sizes https://bugs.webkit.org/show_bug.cgi?id=35770 Extended getFloatValueForUnit and CSSPrimitiveValue tests. The former has been made text-only, which allowed to get rid of a number of unnecessary baselines. * fast/css/CSSPrimitiveValue-exceptions-expected.txt: * fast/css/getFloatValueForUnit-expected.txt: Added. * fast/css/getFloatValueForUnit.html: * fast/css/resources/CSSPrimitiveValue-exceptions.js: * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.txt: Removed. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.txt: Removed. * platform/qt/fast/css/getFloatValueForUnit-expected.txt: Removed. 2010-11-17 Anton Muhin Not reviewed, disabling three layout tests for Chromium. https://bugs.webkit.org/show_bug.cgi?id=49653 * platform/chromium/test_expectations.txt: 2010-11-17 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: [REGRESSION] editing disabled styles breaks style bodies. https://bugs.webkit.org/show_bug.cgi?id=49602 * inspector/styles-new-API-expected.txt: * inspector/styles-new-API.html: 2010-11-17 Andy Estes Two more tests needing new results after r72173. * platform/mac/editing/selection/caret-rtl-expected.txt: * platform/mac/transforms/2d/hindi-rotated-expected.txt: 2010-11-17 Andy Estes More tests needing new results after r72173. * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: * platform/mac/fast/text/backslash-to-yen-sign-expected.txt: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: 2010-11-17 Andy Estes The following results needed new results after r72173. * editing/selection/extend-selection-bidi-expected.txt: * platform/mac/editing/deleting/5144139-2-expected.checksum: * platform/mac/editing/deleting/5144139-2-expected.png: * platform/mac/editing/deleting/5144139-2-expected.txt: * platform/mac/editing/selection/caret-rtl-2-expected.checksum: * platform/mac/editing/selection/caret-rtl-2-expected.png: * platform/mac/editing/selection/caret-rtl-2-expected.txt: * platform/mac/editing/selection/extend-selection-bidi-expected.checksum: * platform/mac/editing/selection/extend-selection-bidi-expected.png: 2010-11-16 Andy Estes Reviewed by Dave Hyatt. WebKit mishandles line boxes where the content height exceeds the specified line-height. https://bugs.webkit.org/show_bug.cgi?id=49410 * fast/css/line-height-determined-by-primary-font.html: Added. * platform/mac/fast/css/line-height-determined-by-primary-font-expected.checksum: Added. * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png: Added. * platform/mac/fast/css/line-height-determined-by-primary-font-expected.txt: Added. The following test results were re-baselined: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.png: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.png: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: * platform/mac/css2.1/t1202-counter-03-b-expected.checksum: * platform/mac/css2.1/t1202-counter-03-b-expected.png: * platform/mac/css2.1/t1202-counter-03-b-expected.txt: * platform/mac/css2.1/t1202-counter-04-b-expected.checksum: * platform/mac/css2.1/t1202-counter-04-b-expected.png: * platform/mac/css2.1/t1202-counter-04-b-expected.txt: * platform/mac/css2.1/t1202-counter-09-b-expected.checksum: * platform/mac/css2.1/t1202-counter-09-b-expected.png: * platform/mac/css2.1/t1202-counter-09-b-expected.txt: * platform/mac/css2.1/t1202-counters-03-b-expected.checksum: * platform/mac/css2.1/t1202-counters-03-b-expected.png: * platform/mac/css2.1/t1202-counters-03-b-expected.txt: * platform/mac/css2.1/t1202-counters-04-b-expected.checksum: * platform/mac/css2.1/t1202-counters-04-b-expected.png: * platform/mac/css2.1/t1202-counters-04-b-expected.txt: * platform/mac/css2.1/t1202-counters-09-b-expected.checksum: * platform/mac/css2.1/t1202-counters-09-b-expected.png: * platform/mac/css2.1/t1202-counters-09-b-expected.txt: * platform/mac/fast/blockflow/vertical-font-fallback-expected.checksum: * platform/mac/fast/blockflow/vertical-font-fallback-expected.png: * platform/mac/fast/blockflow/vertical-font-fallback-expected.txt: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt: * platform/mac/fast/css/font-face-opentype-expected.checksum: * platform/mac/fast/css/font-face-opentype-expected.png: * platform/mac/fast/css/font-face-opentype-expected.txt: * platform/mac/fast/css/rtl-ordering-expected.checksum: * platform/mac/fast/css/rtl-ordering-expected.png: * platform/mac/fast/css/rtl-ordering-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/mac/fast/css/text-security-expected.checksum: * platform/mac/fast/css/text-security-expected.png: * platform/mac/fast/css/text-security-expected.txt: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: * platform/mac/fast/encoding/invalid-UTF-8-expected.checksum: * platform/mac/fast/encoding/invalid-UTF-8-expected.png: * platform/mac/fast/encoding/invalid-UTF-8-expected.txt: * platform/mac/fast/events/updateLayoutForHitTest-expected.checksum: * platform/mac/fast/events/updateLayoutForHitTest-expected.png: * platform/mac/fast/events/updateLayoutForHitTest-expected.txt: * platform/mac/fast/forms/select-visual-hebrew-expected.checksum: * platform/mac/fast/forms/select-visual-hebrew-expected.png: * platform/mac/fast/forms/select-visual-hebrew-expected.txt: * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum: * platform/mac/fast/forms/select-writing-direction-natural-expected.png: * platform/mac/fast/forms/select-writing-direction-natural-expected.txt: * platform/mac/fast/forms/visual-hebrew-text-field-expected.checksum: * platform/mac/fast/forms/visual-hebrew-text-field-expected.png: * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: * platform/mac/fast/text/atsui-multiple-renderers-expected.checksum: * platform/mac/fast/text/atsui-multiple-renderers-expected.png: * platform/mac/fast/text/atsui-multiple-renderers-expected.txt: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt: * platform/mac/fast/text/capitalize-boundaries-expected.checksum: * platform/mac/fast/text/capitalize-boundaries-expected.png: * platform/mac/fast/text/capitalize-boundaries-expected.txt: * platform/mac/fast/text/cg-fallback-bolding-expected.checksum: * platform/mac/fast/text/cg-fallback-bolding-expected.png: * platform/mac/fast/text/cg-fallback-bolding-expected.txt: * platform/mac/fast/text/complex-text-opacity-expected.checksum: * platform/mac/fast/text/complex-text-opacity-expected.png: * platform/mac/fast/text/complex-text-opacity-expected.txt: * platform/mac/fast/text/in-rendered-text-rtl-expected.checksum: * platform/mac/fast/text/in-rendered-text-rtl-expected.png: * platform/mac/fast/text/in-rendered-text-rtl-expected.txt: * platform/mac/fast/text/international/001-expected.checksum: * platform/mac/fast/text/international/001-expected.png: * platform/mac/fast/text/international/001-expected.txt: * platform/mac/fast/text/international/002-expected.checksum: * platform/mac/fast/text/international/002-expected.png: * platform/mac/fast/text/international/002-expected.txt: * platform/mac/fast/text/international/003-expected.checksum: * platform/mac/fast/text/international/003-expected.png: * platform/mac/fast/text/international/003-expected.txt: * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum: * platform/mac/fast/text/international/bidi-AN-after-L-expected.png: * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.png: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/mac/fast/text/international/bidi-european-terminators-expected.checksum: * platform/mac/fast/text/international/bidi-european-terminators-expected.png: * platform/mac/fast/text/international/bidi-european-terminators-expected.txt: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.checksum: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.png: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: * platform/mac/fast/text/international/bidi-innertext-expected.checksum: * platform/mac/fast/text/international/bidi-innertext-expected.png: * platform/mac/fast/text/international/bidi-innertext-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-001-expected.png: * platform/mac/fast/text/international/bidi-linebreak-001-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-002-expected.png: * platform/mac/fast/text/international/bidi-linebreak-002-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-003-expected.png: * platform/mac/fast/text/international/bidi-linebreak-003-expected.txt: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.checksum: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.png: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt: * platform/mac/fast/text/international/bidi-listbox-expected.checksum: * platform/mac/fast/text/international/bidi-listbox-expected.png: * platform/mac/fast/text/international/bidi-listbox-expected.txt: * platform/mac/fast/text/international/bidi-menulist-expected.checksum: * platform/mac/fast/text/international/bidi-menulist-expected.png: * platform/mac/fast/text/international/bidi-menulist-expected.txt: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum: * platform/mac/fast/text/international/bidi-neutral-run-expected.png: * platform/mac/fast/text/international/bidi-neutral-run-expected.txt: * platform/mac/fast/text/international/bidi-override-expected.checksum: * platform/mac/fast/text/international/bidi-override-expected.png: * platform/mac/fast/text/international/bidi-override-expected.txt: * platform/mac/fast/text/international/danda-space-expected.checksum: * platform/mac/fast/text/international/danda-space-expected.png: * platform/mac/fast/text/international/danda-space-expected.txt: * platform/mac/fast/text/international/hebrew-vowels-expected.checksum: * platform/mac/fast/text/international/hebrew-vowels-expected.png: * platform/mac/fast/text/international/hebrew-vowels-expected.txt: * platform/mac/fast/text/international/hindi-spacing-expected.checksum: * platform/mac/fast/text/international/hindi-spacing-expected.png: * platform/mac/fast/text/international/hindi-spacing-expected.txt: * platform/mac/fast/text/international/hindi-whitespace-expected.checksum: * platform/mac/fast/text/international/hindi-whitespace-expected.png: * platform/mac/fast/text/international/hindi-whitespace-expected.txt: * platform/mac/fast/text/international/plane2-expected.checksum: * platform/mac/fast/text/international/plane2-expected.png: * platform/mac/fast/text/international/plane2-expected.txt: * platform/mac/fast/text/international/rtl-caret-expected.checksum: * platform/mac/fast/text/international/rtl-caret-expected.png: * platform/mac/fast/text/international/rtl-caret-expected.txt: * platform/mac/fast/text/international/thai-baht-space-expected.checksum: * platform/mac/fast/text/international/thai-baht-space-expected.png: * platform/mac/fast/text/international/thai-baht-space-expected.txt: * platform/mac/fast/text/international/thai-line-breaks-expected.checksum: * platform/mac/fast/text/international/thai-line-breaks-expected.png: * platform/mac/fast/text/international/thai-line-breaks-expected.txt: * platform/mac/fast/text/international/wrap-CJK-001-expected.checksum: * platform/mac/fast/text/international/wrap-CJK-001-expected.png: * platform/mac/fast/text/international/wrap-CJK-001-expected.txt: * platform/mac/mathml/presentation/attributes-expected.checksum: * platform/mac/mathml/presentation/attributes-expected.png: * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/fractions-expected.checksum: * platform/mac/mathml/presentation/fractions-expected.png: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-expected.checksum: * platform/mac/mathml/presentation/mo-expected.png: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/over-expected.checksum: * platform/mac/mathml/presentation/over-expected.png: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.checksum: * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.checksum: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/mathml/presentation/style-expected.txt: * platform/mac/mathml/presentation/sub-expected.txt: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/sup-expected.checksum: * platform/mac/mathml/presentation/sup-expected.png: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/tables-expected.checksum: * platform/mac/mathml/presentation/tables-expected.png: * platform/mac/mathml/presentation/tables-expected.txt: * platform/mac/mathml/presentation/tokenElements-expected.txt: * platform/mac/mathml/presentation/under-expected.checksum: * platform/mac/mathml/presentation/under-expected.png: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.checksum: * platform/mac/mathml/presentation/underover-expected.png: * platform/mac/mathml/presentation/underover-expected.txt: * platform/mac/mathml/xHeight-expected.txt: 2010-11-16 Sam Weinig Rubber-stamped by Jon Honeycutt. Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-11-16 Antti Koivisto Reviewed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=31223 Make primitive values immutable. Update test cases for behavior change and test computed style too. Note that there are some failures in the results demonstrating unrelated bugs in CSSPrimitiveValues. * fast/dom/script-tests/setPrimitiveValue-exceptions.js: (checkThrows): * fast/dom/setPrimitiveValue.html: * fast/dom/setPrimitiveValue-exceptions-expected.txt * fast/dom/setPrimitiveValue-expected.txt 2010-11-16 Mihai Parparita Update the pixel expectations for fast/reflections, fast/replaced, fast/ruby, fast/runin, and fast/text for the Mac port. For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0, this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific results to platform/mac. List of files omitted due to length but composed entirely of moves from platform/mac to platform/mac-leopard and newly added files in platform/mac. 2010-11-16 Mihai Parparita Update the pixel expectations for fast/html, fast/images, fast/innerHTML, fast/inspector-support, fast/loader, fast/media, fast/multicol, and fast/parser for the Mac port. For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0, this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific results to platform/mac. List of files omitted due to length but composed entirely of moves from platform/mac to platform/mac-leopard and newly added files in platform/mac. Also includes updated baselines for fast/forms after r72052 changed how placeholders are rendered. 2010-11-16 Dave Hyatt Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=11004 font-size:0 is ignored. Remove the minimum font size of 1 in CSSStyleSelector. Change the pref value for minimum font size from 1 to 0. Make sure to never use the NSFont's size, since it doesn't honor a size of 0. Instead pass the size in to the FontPlatformData(NSFont*) version of the constructor rather than using [NSFont pointSize]. https://bugs.webkit.org/show_bug.cgi?id=49582 Negative leading is not handled correctly. There are two bugs here. The first is that maxAscent and maxDescent can be negative, so we need a notion of whether or not we have set them before so that we can allow them to be < 0. The second issue is that we should understand where fonts will end up relative to our baseline (excluding line height), and only allow those boxes to impact ascent and descent if the actual font box (without factoring in line height) is above or below the root line box baseline. Added fast/css/negative-leading.html These two bug fixes have to land together to keep the Acid 3 test rendering correctly. * fast/css/negative-leading.html: Added. * platform/mac/fast/compact/001-expected.checksum: * platform/mac/fast/compact/001-expected.png: * platform/mac/fast/compact/001-expected.txt: * platform/mac/fast/css/negative-leading-expected.checksum: Added. * platform/mac/fast/css/negative-leading-expected.png: Added. * platform/mac/fast/css/negative-leading-expected.txt: Added. * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png: * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: * platform/mac/fast/parser/style-script-head-test-expected.png: 2010-11-16 David Levin Removed lines for tests that are now passing after r72137. * platform/chromium/test_expectations.txt: 2010-11-16 Dan Bernstein Reviewed by Simon Fraser. REGRESSION (r72040): Error image with alt text can cause style to be frozen in a subtree https://bugs.webkit.org/show_bug.cgi?id=49579 * fast/block/float/015.html: Copied from LayoutTests/fast/block/float/015.html-disabled. * fast/block/float/015.html-disabled: Removed. * fast/images/style-access-during-imageChanged-style-freeze-expected.txt: Added. * fast/images/style-access-during-imageChanged-style-freeze.html: Added. 2010-11-16 David Levin Unreviewed Chromium expectations update. * platform/chromium/test_expectations.txt: Added the failure expectations for 5 tests which are failing due to r72115 (and filed bug 49620 about the issue). 2010-11-11 Zhenyao Mo Reviewed by Kenneth Russell. Implement UNPACK_COLORSPACE_CONVERSION_WEBGL https://bugs.webkit.org/show_bug.cgi?id=47196 * fast/canvas/webgl/gl-teximage-expected.txt: * fast/canvas/webgl/gl-teximage.html: Testing that if UNPACK_COLORSPACE_CONVERSION is NONE, gamma settings are not applied to images. 2010-11-16 Gavin Barraclough Reviewed by Oliver Hunt. Bug 49606 - instanceof should only get the prototype property if the RHS operand implements HasInstance * fast/js/instanceof-XMLHttpRequest-expected.txt: Copied from LayoutTests/fast/js/instanceof-operator-expected.txt. * fast/js/instanceof-XMLHttpRequest.html: Copied from LayoutTests/fast/js/instanceof-operator.html. * fast/js/script-tests/instanceof-XMLHttpRequest.js: Copied from LayoutTests/fast/js/script-tests/instanceof-operator.js. - renamed existing testcase; these really test XMLHttpRequest objects, rather than the instanceof operator. * fast/js/instanceof-operator-expected.txt: * fast/js/script-tests/instanceof-operator.js: - added test case for: javascript: ({} instanceof { get prototype(){ alert("Error!"); } }) 2010-11-16 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r72116. Remove CSS Variable support https://bugs.webkit.org/show_bug.cgi?id=49483 * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2010-11-16 Kenneth Russell Reviewed by Dimitri Glazkov. WebIDL conversions from string to number and array to number should not generate TypeError https://bugs.webkit.org/show_bug.cgi?id=49218 Updated SVG tests which were incorrectly expecting exceptions to be raised when the Web IDL and ECMA-262 specifications state that none should be. Incorporated WebGL test from Khronos repository verifying the passing objects of various types to APIs. Ran all layout tests in Safari on Mac OS X. * fast/canvas/webgl/type-conversion-test-expected.txt: Added. * fast/canvas/webgl/type-conversion-test.html: Added. * svg/dom/SVGAngle-expected.txt: * svg/dom/SVGAnimatedBoolean-expected.txt: * svg/dom/SVGAnimatedEnumeration-expected.txt: * svg/dom/SVGAnimatedInteger-expected.txt: * svg/dom/SVGAnimatedNumber-expected.txt: * svg/dom/SVGLength-expected.txt: * svg/dom/SVGMatrix-expected.txt: * svg/dom/SVGNumber-expected.txt: * svg/dom/SVGPoint-expected.txt: * svg/dom/SVGPreserveAspectRatio-expected.txt: * svg/dom/SVGRect-expected.txt: * svg/dom/SVGTransform-expected.txt: * svg/dom/script-tests/SVGAngle.js: * svg/dom/script-tests/SVGAnimatedBoolean.js: * svg/dom/script-tests/SVGAnimatedEnumeration.js: * svg/dom/script-tests/SVGAnimatedInteger.js: * svg/dom/script-tests/SVGAnimatedNumber.js: * svg/dom/script-tests/SVGLength.js: * svg/dom/script-tests/SVGMatrix.js: * svg/dom/script-tests/SVGNumber.js: * svg/dom/script-tests/SVGPoint.js: * svg/dom/script-tests/SVGPreserveAspectRatio.js: * svg/dom/script-tests/SVGRect.js: * svg/dom/script-tests/SVGTransform.js: 2010-11-16 Steve Falkenburg Unreviewed baseline update for Windows. Update test expectations following r72052. * platform/win/fast/blockflow/vertical-font-fallback-expected.txt: Added. * platform/win/fast/forms/search-placeholder-value-changed-expected.txt: * platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/win/fast/forms/textarea-placeholder-set-attribute-expected.txt: 2010-11-16 Alexey Proskuryakov Reviewed by Dave Hyatt. https://bugs.webkit.org/show_bug.cgi?id=49483 Remove CSS Variable support * fast/css/variables: Removed. * fast/css/variables/block-cycle-test.html: Removed. * fast/css/variables/color-hex-test-expected.txt: Removed. * fast/css/variables/color-hex-test.html: Removed. * fast/css/variables/colors-test.html: Removed. * fast/css/variables/declaration-block-test.html: Removed. * fast/css/variables/font-test.html: Removed. * fast/css/variables/image-test.html: Removed. * fast/css/variables/import-test.html: Removed. * fast/css/variables/inline-style-test.html: Removed. * fast/css/variables/invalid-identifier-expected.txt: Removed. * fast/css/variables/invalid-identifier.html: Removed. * fast/css/variables/invalid-variable-test.html: Removed. * fast/css/variables/margin-test.html: Removed. * fast/css/variables/misplaced-import-test.html: Removed. * fast/css/variables/misplaced-variables-test.html: Removed. * fast/css/variables/multiple-blocks-test.html: Removed. * fast/css/variables/multiple-term-test.html: Removed. * fast/css/variables/override-test.html: Removed. * fast/css/variables/print-test.html: Removed. * fast/css/variables/remove-variable-test.html: Removed. * fast/css/variables/resources: Removed. * fast/css/variables/resources/bad.css: Removed. * fast/css/variables/resources/good.css: Removed. * fast/css/variables/resources/listmark.gif: Removed. * fast/css/variables/set-variable-test.html: Removed. * fast/css/variables/shorthand-test.html: Removed. * fast/css/variables/variable-iteration-test.html: Removed. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * platform/chromium-mac/fast/css/variables: Removed. * platform/chromium-mac/fast/css/variables/color-hex-test-expected.txt: Removed. * platform/chromium-mac/fast/css/variables/remove-variable-test-expected.txt: Removed. * platform/chromium-mac/fast/css/variables/set-variable-test-expected.txt: Removed. * platform/chromium-mac/fast/css/variables/variable-iteration-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/block-cycle-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/block-cycle-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/block-cycle-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/colors-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/colors-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/colors-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/declaration-block-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/declaration-block-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/declaration-block-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/font-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/font-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/font-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/image-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/image-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/image-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/import-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/import-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/import-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/inline-style-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/inline-style-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/inline-style-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/invalid-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/invalid-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/invalid-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/margin-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/margin-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/margin-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-import-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-import-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-import-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-term-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-term-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/multiple-term-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/override-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/override-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/override-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/print-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/print-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/print-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/remove-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/remove-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/remove-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/set-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/set-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/set-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/shorthand-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/shorthand-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/shorthand-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/variable-iteration-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/variable-iteration-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/alternate-syntax/variable-iteration-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/block-cycle-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/block-cycle-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/block-cycle-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/color-hex-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/colors-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/colors-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/colors-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/declaration-block-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/declaration-block-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/declaration-block-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/font-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/font-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/font-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/image-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/image-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/image-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/import-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/import-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/import-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/inline-style-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/inline-style-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/inline-style-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/invalid-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/invalid-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/invalid-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/margin-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/margin-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/margin-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/misplaced-import-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/misplaced-import-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/misplaced-import-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/misplaced-variables-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/misplaced-variables-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/misplaced-variables-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/multiple-blocks-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/multiple-blocks-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/multiple-blocks-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/multiple-term-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/multiple-term-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/multiple-term-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/override-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/override-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/override-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/print-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/print-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/print-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/remove-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/remove-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/remove-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/set-variable-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/set-variable-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/set-variable-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/shorthand-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/shorthand-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/shorthand-test-expected.txt: Removed. * platform/chromium-win/fast/css/variables/variable-iteration-test-expected.checksum: Removed. * platform/chromium-win/fast/css/variables/variable-iteration-test-expected.png: Removed. * platform/chromium-win/fast/css/variables/variable-iteration-test-expected.txt: Removed. * platform/gtk/Skipped: * platform/mac-leopard/fast/css/variables: Removed. * platform/mac-leopard/fast/css/variables/block-cycle-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/block-cycle-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/colors-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/colors-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/declaration-block-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/declaration-block-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/font-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/font-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/image-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/image-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/import-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/import-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/inline-style-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/inline-style-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/invalid-variable-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/invalid-variable-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/margin-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/margin-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/misplaced-import-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/misplaced-import-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/misplaced-variables-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/misplaced-variables-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/multiple-blocks-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/multiple-blocks-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/multiple-term-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/multiple-term-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/override-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/override-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/print-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/print-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/remove-variable-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/remove-variable-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/set-variable-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/set-variable-test-expected.png: Removed. * platform/mac-leopard/fast/css/variables/shorthand-test-expected.checksum: Removed. * platform/mac-leopard/fast/css/variables/shorthand-test-expected.png: Removed. * platform/mac/fast/css/variables: Removed. * platform/mac/fast/css/variables/alternate-syntax: Removed. * platform/mac/fast/css/variables/alternate-syntax/block-cycle-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/block-cycle-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/block-cycle-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/colors-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/colors-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/colors-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/declaration-block-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/declaration-block-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/declaration-block-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/font-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/font-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/font-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/image-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/image-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/image-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/import-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/import-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/import-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/inline-style-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/inline-style-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/inline-style-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/invalid-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/invalid-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/invalid-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/margin-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/margin-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/margin-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-import-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-import-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-import-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/misplaced-variables-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-blocks-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-term-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-term-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/multiple-term-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/override-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/override-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/override-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/print-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/print-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/print-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/remove-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/remove-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/remove-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/set-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/set-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/set-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/shorthand-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/shorthand-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/shorthand-test-expected.txt: Removed. * platform/mac/fast/css/variables/alternate-syntax/variable-iteration-test-expected.checksum: Removed. * platform/mac/fast/css/variables/alternate-syntax/variable-iteration-test-expected.png: Removed. * platform/mac/fast/css/variables/alternate-syntax/variable-iteration-test-expected.txt: Removed. * platform/mac/fast/css/variables/block-cycle-test-expected.checksum: Removed. * platform/mac/fast/css/variables/block-cycle-test-expected.png: Removed. * platform/mac/fast/css/variables/block-cycle-test-expected.txt: Removed. * platform/mac/fast/css/variables/colors-test-expected.checksum: Removed. * platform/mac/fast/css/variables/colors-test-expected.png: Removed. * platform/mac/fast/css/variables/colors-test-expected.txt: Removed. * platform/mac/fast/css/variables/declaration-block-test-expected.checksum: Removed. * platform/mac/fast/css/variables/declaration-block-test-expected.png: Removed. * platform/mac/fast/css/variables/declaration-block-test-expected.txt: Removed. * platform/mac/fast/css/variables/font-test-expected.checksum: Removed. * platform/mac/fast/css/variables/font-test-expected.png: Removed. * platform/mac/fast/css/variables/font-test-expected.txt: Removed. * platform/mac/fast/css/variables/image-test-expected.checksum: Removed. * platform/mac/fast/css/variables/image-test-expected.png: Removed. * platform/mac/fast/css/variables/image-test-expected.txt: Removed. * platform/mac/fast/css/variables/import-test-expected.checksum: Removed. * platform/mac/fast/css/variables/import-test-expected.png: Removed. * platform/mac/fast/css/variables/import-test-expected.txt: Removed. * platform/mac/fast/css/variables/inline-style-test-expected.checksum: Removed. * platform/mac/fast/css/variables/inline-style-test-expected.png: Removed. * platform/mac/fast/css/variables/inline-style-test-expected.txt: Removed. * platform/mac/fast/css/variables/invalid-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/invalid-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/invalid-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/margin-test-expected.checksum: Removed. * platform/mac/fast/css/variables/margin-test-expected.png: Removed. * platform/mac/fast/css/variables/margin-test-expected.txt: Removed. * platform/mac/fast/css/variables/misplaced-import-test-expected.checksum: Removed. * platform/mac/fast/css/variables/misplaced-import-test-expected.png: Removed. * platform/mac/fast/css/variables/misplaced-import-test-expected.txt: Removed. * platform/mac/fast/css/variables/misplaced-variables-test-expected.checksum: Removed. * platform/mac/fast/css/variables/misplaced-variables-test-expected.png: Removed. * platform/mac/fast/css/variables/misplaced-variables-test-expected.txt: Removed. * platform/mac/fast/css/variables/multiple-blocks-test-expected.checksum: Removed. * platform/mac/fast/css/variables/multiple-blocks-test-expected.png: Removed. * platform/mac/fast/css/variables/multiple-blocks-test-expected.txt: Removed. * platform/mac/fast/css/variables/multiple-term-test-expected.checksum: Removed. * platform/mac/fast/css/variables/multiple-term-test-expected.png: Removed. * platform/mac/fast/css/variables/multiple-term-test-expected.txt: Removed. * platform/mac/fast/css/variables/override-test-expected.checksum: Removed. * platform/mac/fast/css/variables/override-test-expected.png: Removed. * platform/mac/fast/css/variables/override-test-expected.txt: Removed. * platform/mac/fast/css/variables/print-test-expected.checksum: Removed. * platform/mac/fast/css/variables/print-test-expected.png: Removed. * platform/mac/fast/css/variables/print-test-expected.txt: Removed. * platform/mac/fast/css/variables/remove-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/remove-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/remove-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/set-variable-test-expected.checksum: Removed. * platform/mac/fast/css/variables/set-variable-test-expected.png: Removed. * platform/mac/fast/css/variables/set-variable-test-expected.txt: Removed. * platform/mac/fast/css/variables/shorthand-test-expected.checksum: Removed. * platform/mac/fast/css/variables/shorthand-test-expected.png: Removed. * platform/mac/fast/css/variables/shorthand-test-expected.txt: Removed. * platform/mac/fast/css/variables/variable-iteration-test-expected.checksum: Removed. * platform/mac/fast/css/variables/variable-iteration-test-expected.png: Removed. * platform/mac/fast/css/variables/variable-iteration-test-expected.txt: Removed. * platform/qt/Skipped: 2010-11-16 Mihai Parparita Unreviewed Chromium expectations update. A couple of SVG tests don't time out on the Mac. * platform/chromium/test_expectations.txt: 2010-11-16 Mihai Parparita Unreviewed baseline update. Add pixel baselines for fast/images/gray-scale-png-with-color-profile.html, originally added by r71461. * platform/chromium-mac/fast/images/gray-scale-png-with-color-profile-expected.checksum: Added. * platform/chromium-mac/fast/images/gray-scale-png-with-color-profile-expected.png: Added. * platform/chromium-win/fast/images/gray-scale-png-with-color-profile-expected.checksum: Added. * platform/chromium-win/fast/images/gray-scale-png-with-color-profile-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/images/gray-scale-png-with-color-profile-expected.checksum: Added. * platform/mac/fast/images/gray-scale-png-with-color-profile-expected.png: Added. 2010-11-16 Marcus Bulach Not reviewed, chromium test expectation and baselines update. Re-adds a couple of tests_expectations wrongly excluded by r72099 https://bugs.webkit.org/show_bug.cgi?id=49599 * platform/chromium/test_expectations.txt: 2010-11-16 Mihai Parparita Unreviewed Chromium expectations update. Remove expectations for tests that now pass: - r71993 made svg/W3C-SVG-1.1/fonts-desc-02-t.svg passes again (with the current baselines) - fast/forms/search-styled.html and fast/forms/search-placeholder-value-changed.html were rebaselined by r72073 * platform/chromium/test_expectations.txt: 2010-11-16 Marcus Bulach Not reviewed, chromium test expectation and baselines update. Update chromium baselines following r72092 https://bugs.webkit.org/show_bug.cgi?id=49595 * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: Added. * platform/chromium-win/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-11-16 Andras Becsi Reviewed by Csaba Osztrogonác. [Qt] Add isPrinting and setPrinting methods to DRT's LayoutTestController. Add previously removed expected file, png and checksum. * platform/qt/Skipped: * platform/qt/printing/page-rule-in-media-query-expected.checksum: Added. * platform/qt/printing/page-rule-in-media-query-expected.png: Added. * platform/qt/printing/page-rule-in-media-query-expected.txt: Added. 2010-11-15 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: Migrate frontend to the new CSS editing/retrieval API https://bugs.webkit.org/show_bug.cgi?id=49492 * inspector/audits-panel-functional-expected.txt: * inspector/elements-panel-styles-expected.txt: * inspector/resources/styles-new-API.css: Added. (html): (body): (/* comment before selector */body.main1/* comment after selector */): (body.main2): (body::after): (h1): * inspector/styles-new-API-expected.txt: Added. * inspector/styles-new-API.html: Added. 2010-11-16 Sheriff Bot Unreviewed, rolling out r72082. http://trac.webkit.org/changeset/72082 https://bugs.webkit.org/show_bug.cgi?id=49594 "broken SnowLeopard build" (Requested by apavlov on #webkit). * fast/css/CSSPrimitiveValue-exceptions-expected.txt: * fast/css/getFloatValueForUnit-expected.txt: Removed. * fast/css/getFloatValueForUnit.html: * fast/css/resources/CSSPrimitiveValue-exceptions.js: * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.checksum: Added. * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.png: Added. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.checksum: Added. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.png: Added. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.txt: Added. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.checksum: Added. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.png: Added. * platform/mac/fast/css/getFloatValueForUnit-expected.checksum: Added. * platform/mac/fast/css/getFloatValueForUnit-expected.png: Added. * platform/mac/fast/css/getFloatValueForUnit-expected.txt: Added. * platform/qt/fast/css/getFloatValueForUnit-expected.txt: Added. 2010-11-16 Nikolas Zimmermann Not reviewed. Add missing pixel test results that Rob forgot to add. * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added. 2010-11-16 Csaba Osztrogonác Unreviewed. [Qt] Add printing/page-rule-in-media-query.html to the skipped list because of missing layoutTestController.setPrinting(). And remove incorrect Qt specific expected result. * platform/qt/Skipped: printing/page-rule-in-media-query.html added until fix. * platform/qt/printing: Removed. * platform/qt/printing/page-rule-in-media-query-expected.checksum: Removed. * platform/qt/printing/page-rule-in-media-query-expected.png: Removed. * platform/qt/printing/page-rule-in-media-query-expected.txt: Removed. 2010-11-12 Alexander Pavlov Reviewed by Simon Fraser. CSSPrimitiveValue.getFloatValue does not convert sizes Extended getFloatValueForUnit and CSSPrimitiveValue tests. The former has been made text-only, which allowed to get rid of a number of unnecessary baselines. https://bugs.webkit.org/show_bug.cgi?id=35770 * fast/css/CSSPrimitiveValue-exceptions-expected.txt: * fast/css/getFloatValueForUnit-expected.txt: Added. * fast/css/getFloatValueForUnit.html: * fast/css/resources/CSSPrimitiveValue-exceptions.js: * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/chromium-linux/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/chromium-win/fast/css/getFloatValueForUnit-expected.txt: Removed. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/mac-leopard/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.checksum: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.png: Removed. * platform/mac/fast/css/getFloatValueForUnit-expected.txt: Removed. * platform/qt/fast/css/getFloatValueForUnit-expected.txt: Removed. 2010-11-16 Marcus Bulach Not reviewed, chromium test expectation update. Update chromium baselines following r72063 https://bugs.webkit.org/show_bug.cgi?id=49591 * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: Added. * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: Added. 2010-11-16 Marcus Bulach Not reviewed, chromium test expectation update. Update chromium baselines following r72050 https://bugs.webkit.org/show_bug.cgi?id=49590 * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt: * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt: 2010-11-16 Marcus Bulach Not reviewed, chromium test expectation update. Update chromium baselines following r72052 https://bugs.webkit.org/show_bug.cgi?id=49588 * platform/chromium-linux/fast/forms/placeholder-pseudo-style-expected.checksum: * platform/chromium-linux/fast/forms/placeholder-pseudo-style-expected.png: * platform/chromium-linux/fast/forms/placeholder-stripped-expected.checksum: * platform/chromium-linux/fast/forms/placeholder-stripped-expected.png: * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum: * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png: * platform/chromium-linux/fast/forms/search-styled-expected.checksum: Added. * platform/chromium-linux/fast/forms/search-styled-expected.png: Added. * platform/chromium-linux/fast/forms/search-styled-expected.txt: Added. * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.checksum: * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png: * platform/chromium-mac/fast/css/pseudo-cache-stale-expected.checksum: Added. * platform/chromium-mac/fast/css/pseudo-cache-stale-expected.png: Added. * platform/chromium-mac/fast/forms/isindex-placeholder-expected.checksum: * platform/chromium-mac/fast/forms/isindex-placeholder-expected.png: * platform/chromium-mac/fast/forms/password-placeholder-text-security-expected.checksum: Added. * platform/chromium-mac/fast/forms/password-placeholder-text-security-expected.png: Added. * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.checksum: Added. * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png: Added. * platform/chromium-mac/fast/forms/placeholder-stripped-expected.checksum: Added. * platform/chromium-mac/fast/forms/placeholder-stripped-expected.png: Added. * platform/chromium-mac/fast/forms/search-placeholder-value-changed-expected.checksum: Added. * platform/chromium-mac/fast/forms/search-placeholder-value-changed-expected.png: Added. * platform/chromium-mac/fast/forms/search-styled-expected.checksum: Added. * platform/chromium-mac/fast/forms/search-styled-expected.png: Added. * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.checksum: Added. * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added. * platform/chromium-win-xp/fast/forms/search-styled-expected.checksum: Removed. * platform/chromium-win-xp/fast/forms/search-styled-expected.png: Removed. * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/css/pseudo-cache-stale-expected.txt: * platform/chromium-win/fast/forms/isindex-placeholder-expected.txt: * platform/chromium-win/fast/forms/password-placeholder-expected.txt: * platform/chromium-win/fast/forms/password-placeholder-text-security-expected.txt: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.checksum: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.png: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/placeholder-set-attribute-expected.txt: * platform/chromium-win/fast/forms/placeholder-stripped-expected.checksum: * platform/chromium-win/fast/forms/placeholder-stripped-expected.png: * platform/chromium-win/fast/forms/placeholder-stripped-expected.txt: * platform/chromium-win/fast/forms/search-placeholder-value-changed-expected.txt: * platform/chromium-win/fast/forms/search-styled-expected.checksum: * platform/chromium-win/fast/forms/search-styled-expected.png: * platform/chromium-win/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/search-styled-expected.txt. * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.checksum: * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png: * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/textarea-placeholder-set-attribute-expected.txt: 2010-11-16 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r72052. * platform/qt/fast/css/pseudo-cache-stale-expected.txt: * platform/qt/fast/forms/isindex-placeholder-expected.txt: * platform/qt/fast/forms/placeholder-stripped-expected.txt: * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt: 2010-11-16 Csaba Osztrogonac Unreviewed. Update Qt specific expected results after r72055. * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum: Added. * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added. * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum: Added. * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Added. * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.checksum: Added. * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added. * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: Added. * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added. * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: 2010-11-16 Alejandro G. Castro Unreviewed, updated test expectations for GTK and skip tests using computedStyleIncludingVisitedInfo which is not currently supported in GTK. * platform/gtk/Skipped: * platform/gtk/fast/forms/isindex-placeholder-expected.txt: * platform/gtk/fast/forms/password-placeholder-expected.txt: * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: * platform/gtk/fast/forms/placeholder-stripped-expected.txt: * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: 2010-11-16 Mihai Parparita Reviewed by Adam Barth. fast/images/size-failure.html results in malloc of 2 Gb after switching to WebKit image decoders https://bugs.webkit.org/show_bug.cgi?id=48634 Re-enable fast/images/size-failure.html now that it passes and doesn't affect subsequent tests. * platform/chromium/test_expectations.txt: 2010-11-15 Dan Bernstein Rubber-stamped by Mark Rowe. Disabled a test that was failing intermittently due to https://bugs.webkit.org/show_bug.cgi?id=49579 * fast/block/float/015.html: Removed. * fast/block/float/015.html-disabled: Copied from LayoutTests/fast/block/float/015.html. 2010-11-15 Gavin Barraclough Reviewed by Sam Weinig. Bug 49577 - Function.prototype should be non-configurable * fast/js/script-tests/Object-getOwnPropertyNames.js: * fast/js/Object-getOwnPropertyNames-expected.txt: Object.getOwnPropertyNames should enumerate the 'prototype' property on Functions. * fast/js/function-prototype-descriptor.html: Added. * fast/js/function-prototype-descriptor-expected.txt: Added. * fast/js/script-tests/function-prototype-descriptor.js: Added. Test the attributes of Functions' prototype properties. 2010-11-15 Dimitri Glazkov Reviewed by Darin Adler. REGRESSION(r71934): Removing an element with a shadow DOM from under a cursor causes a crash. https://bugs.webkit.org/show_bug.cgi?id=49569 * fast/events/remove-shadow-host-crash-expected.txt: Added. * fast/events/remove-shadow-host-crash.html: Added. 2010-11-15 Kent Tamura Unreviewed, test expectation update. * platform/chromium/drt_expectations.txt: Fix duplicated entries added in r72045. 2010-11-15 Adele Peterson Reviewed by Darin Adler. Test for: https://bugs.webkit.org/show_bug.cgi?id=49452 Placeholder should not be swapped in and out of the text control's inner text element The only visual change that occurred is in pseudo-cache-stale.html. The placeholder text did not use to paint over the spot where the cancel button will display. Since the cancel button is not present when the placeholder is drawn, now the placeholder text can draw to the edge of the field. * platform/mac/fast/css/pseudo-cache-stale-expected.checksum: * platform/mac/fast/css/pseudo-cache-stale-expected.png: * platform/mac/fast/css/pseudo-cache-stale-expected.txt: * platform/mac/fast/forms/isindex-placeholder-expected.txt: * platform/mac/fast/forms/password-placeholder-expected.txt: * platform/mac/fast/forms/password-placeholder-text-security-expected.txt: * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: * platform/mac/fast/forms/placeholder-set-attribute-expected.txt: * platform/mac/fast/forms/placeholder-stripped-expected.txt: * platform/mac/fast/forms/search-placeholder-value-changed-expected.txt: * platform/mac/fast/forms/search-styled-expected.txt: * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.txt: 2010-11-15 Gavin Barraclough Reviewed by Geoff Garen. Bug 49488 - Only add source specific information to exceptions in Interpreter::throwException Updated results to account for changes in TypeError messages. (e.g. `Result of expression 'b1' [undefined] is not an object.` -> `'undefined' is not an object (evaluating 'b1.property')`). * fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: * fast/css/resources/font-face-descriptor-multiple-values-parsing.js: * fast/css/variables/color-hex-test-expected.txt: * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/Range/getClientRects-expected.txt: * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: * fast/dom/SelectorAPI/dumpNodeList-expected.txt: * fast/forms/select-namedItem-expected.txt: * fast/js/basic-strict-mode-expected.txt: * fast/js/date-toisostring-expected.txt: * fast/js/delete-getters-setters-expected.txt: * fast/js/exception-expression-offset-expected.txt: * fast/js/exception-for-nonobject-expected.txt: * fast/js/exception-thrown-from-new-expected.txt: * fast/js/exception-thrown-from-new.html: * fast/js/instance-of-immediates-expected.txt: * fast/js/script-tests/exception-expression-offset.js: (testException): * fast/js/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7-expected.txt: * fast/js/sputnik/Conformance/13_Function_Definition/S13_A17_T2-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A1_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A1_T2-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A2_T1-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/S15.2.4_A3-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/S15.2.4_A4-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/S15.3.4_A5-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.12_String.prototype.search/S15.5.4.12_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.13_String.prototype.slice/S15.5.4.13_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.15_String.prototype.substring/S15.5.4.15_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7-expected.txt: * fast/js/sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7-expected.txt: * fast/xsl/transform-xhr-doc-expected.txt: * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * java/lc3/ArrayMethods/byte-001-expected.txt: * java/lc3/CallStatic/object-001-expected.txt: * java/lc3/ConvertBoolean/boolean-007-n-expected.txt: * java/lc3/ConvertBoolean/boolean-008-n-expected.txt: * java/lc3/ConvertBoolean/boolean-009-n-expected.txt: * java/lc3/ConvertBoolean/boolean-010-n-expected.txt: * java/lc3/ConvertBoolean/boolean-011-n-expected.txt: * java/lc3/ConvertBoolean/boolean-012-n-expected.txt: * java/lc3/ConvertBoolean/boolean-013-n-expected.txt: * java/lc3/ConvertBoolean/boolean-014-expected.txt: * java/lc3/ConvertNull/null-001-expected.txt: * java/lc3/ConvertNumber/number-011-expected.txt: * java/lc3/ConvertString/string-006-expected.txt: * java/lc3/ConvertString/string-007-n-expected.txt: * java/lc3/ConvertUndefined/undefined-002-expected.txt: * java/lc3/ConvertUndefined/undefined-003-expected.txt: * java/lc3/JSBoolean/boolean-005-n-expected.txt: * java/lc3/JSNumber/ToDouble-002-expected.txt: * java/lc3/JSObject/ToJSObject-001-expected.txt: * java/lc3/JSObject/ToObject-001-expected.txt: * java/lc3/JavaObject/JavaObjectFieldOrMethod-001-expected.txt: * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.create1.type-expected.txt: * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.create2.type-expected.txt: * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.get.type-expected.txt: * platform/mac/compositing/reflections/reflection-opacity-expected.txt: * platform/mac/fast/css/variables/remove-variable-test-expected.txt: * platform/mac/fast/css/variables/set-variable-test-expected.txt: * platform/mac/fast/css/variables/variable-iteration-test-expected.txt: * platform/mac/fast/events/updateLayoutForHitTest-expected.txt: * platform/mac/svg/custom/createelement-expected.txt: * platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: * plugins/npruntime/object-from-destroyed-plugin-expected.txt: * plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt: * svg/custom/use-nested-missing-target-removed-expected.txt: * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: 2010-11-15 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=49565 Remove Attr.style accessor * fast/dom/Attr/access-after-element-destruction-expected.txt: * fast/dom/Attr/script-tests/access-after-element-destruction.js: Removed tests for style. 2010-11-15 Kent Tamura Unreviewed, test expectation update. * platform/chromium/drt_expectations.txt: Update for the recent status of Chromium-Linux DRT. 2010-11-15 Andy Estes Unskip fast/forms/submit-form-attributes.html. * platform/mac-leopard/Skipped: 2010-11-15 Dan Bernstein Reviewed by Darin Adler. Error image has incorrect size when a custom font is used * fast/images/style-access-during-imageChanged-crash-expected.txt: Added. * fast/images/style-access-during-imageChanged-crash.html: Added. 2010-11-15 Andy Estes r72003 caused fast/forms/submit-form-attributes.html to crash DumpRenderTree on the Leopard Intel Debug (Tests) bot. Skip this test until the failure is resolved. https://bugs.webkit.org/show_bug.cgi?id=49562 * platform/mac-leopard/Skipped: 2010-11-15 Zhenyao Mo Ubreviewed, remove an empty line that causes the test to fail. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: 2010-11-15 Zhenyao Mo Unreviewed, update gpu test expectations. * platform/chromium-gpu/test_expectations.txt: 2010-11-15 Zhenyao Mo Unreviewed, skip failing WebGL test. * platform/mac-snowleopard/Skipped: 2010-11-15 Martin Robinson [GTK] Navigation policy decision API needs to include the DOM node that the decision originated from https://bugs.webkit.org/show_bug.cgi?id=49551 Add GTK+-specific results for these tests which do policy delegate dumps, until GTK+ can produce the "originating from" information. * platform/gtk/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Added. * platform/gtk/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Added. 2010-11-15 Zhenyao Mo Unreviewed, test expectation update. * platform/chromium/test_expectations.txt: 2010-11-12 Zhenyao Mo Reviewed by Kenneth Russell. [Chromium] fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html is a flaky crash https://bugs.webkit.org/show_bug.cgi?id=48142 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html: Cleanup the test, hoping to stop flaky crashes on chromium bots. 2010-11-15 Martin Robinson Add some baselines for new tests and skip a HTML5 meter test until GTK+ supports rendering the meter element. * platform/gtk/Skipped: Skip meter test. * platform/gtk/fast/block/basic/truncation-rtl-expected.txt: Added. * platform/gtk/fast/blockflow/background-horizontal-bt-expected.txt: Added. * platform/gtk/fast/blockflow/background-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/background-vertical-rl-expected.txt: Added. * platform/gtk/fast/blockflow/basic-vertical-line-expected.txt: Added. * platform/gtk/fast/blockflow/body-direction-propagation-blocked-expected.txt: Added. * platform/gtk/fast/blockflow/body-direction-propagation-expected.txt: Added. * platform/gtk/fast/blockflow/body-writing-mode-propagation-blocked-expected.txt: Added. * platform/gtk/fast/blockflow/body-writing-mode-propagation-expected.txt: Added. * platform/gtk/fast/blockflow/border-image-horizontal-bt-expected.txt: Added. * platform/gtk/fast/blockflow/border-image-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/border-image-vertical-rl-expected.txt: Added. * platform/gtk/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/border-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/box-shadow-horizontal-bt-expected.txt: Added. * platform/gtk/fast/blockflow/box-shadow-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/box-shadow-vertical-rl-expected.txt: Added. * platform/gtk/fast/blockflow/broken-ideograph-small-caps-expected.txt: Added. * platform/gtk/fast/blockflow/broken-ideographic-font-expected.txt: Added. * platform/gtk/fast/blockflow/english-bt-text-expected.txt: Added. * platform/gtk/fast/blockflow/english-lr-text-expected.txt: Added. * platform/gtk/fast/blockflow/english-rl-text-expected.txt: Added. * platform/gtk/fast/blockflow/horizontal-bt-replaced-selection-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-lr-selection-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-lr-text-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-rl-selection-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-rl-text-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-font-fallback-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-lr-replaced-selection-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-rl-replaced-selection-expected.txt: Added. * platform/gtk/fast/borders/border-radius-inline-flow-expected.txt: Added. * platform/gtk/fast/images/gray-scale-png-with-color-profile-expected.txt: Added. * platform/gtk/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt: Added. * platform/gtk/fast/lists/001-vertical-expected.txt: Added. * platform/gtk/fast/lists/002-vertical-expected.txt: Added. * platform/gtk/fast/lists/003-vertical-expected.txt: Added. * platform/gtk/fast/lists/005-vertical-expected.txt: Added. * platform/gtk/fast/lists/006-vertical-expected.txt: Added. * platform/gtk/fast/lists/007-vertical-expected.txt: Added. * platform/gtk/fast/lists/008-vertical-expected.txt: Added. * platform/gtk/fast/lists/009-vertical-expected.txt: Added. * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.txt: Added. * platform/gtk/fast/repaint/inline-horizontal-bt-overflow-expected.txt: Added. * platform/gtk/fast/repaint/inline-vertical-lr-overflow-expected.txt: Added. * platform/gtk/fast/repaint/inline-vertical-rl-overflow-expected.txt: Added. * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt: Added. * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added. * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added. * platform/gtk/fast/repaint/selection-rl-expected.txt: Added. * platform/gtk/fast/table/027-vertical-expected.txt: Added. * platform/gtk/fast/table/028-vertical-expected.txt: Added. * platform/gtk/fast/table/035-vertical-expected.txt: Added. * platform/gtk/fast/table/038-vertical-expected.txt: Added. * platform/gtk/fast/table/040-vertical-expected.txt: Added. * platform/gtk/fast/table/auto-with-percent-height-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/001-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/002-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added. * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: Added. * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt: Added. * platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Added. * platform/gtk/fast/table/growCellForImageQuirk-vertical-expected.txt: Added. * platform/gtk/fast/table/height-percent-test-vertical-expected.txt: Added. * platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt: Added. * platform/gtk/fast/table/rowspan-paint-order-vertical-expected.txt: Added. * platform/gtk/fast/table/table-display-types-vertical-expected.txt: Added. * platform/gtk/fast/text/international/vertical-text-glyph-test-expected.txt: Added. * platform/gtk/fast/text/international/vertical-text-metrics-test-expected.txt: Added. * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added. * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added. * platform/gtk/mathml/xHeight-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added. * platform/gtk/svg/custom/repaint-on-constant-size-change-expected.txt: Added. 2010-11-15 Marcus Bulach Not reviewed, Chromium test expectation update. Update chromium baselines for svg following r72006 https://bugs.webkit.org/show_bug.cgi?id=49547 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. 2010-11-15 Renata Hodovan Reviewed by Andreas Kling. SVGFEImageElement doesn't support dynamic invalidation, when attributes change. https://bugs.webkit.org/show_bug.cgi?id=49536 Adding layout tests for feImage dynamic changes. * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added. * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. * svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added. * svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html: Added. * svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added. * svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html: Added. * svg/dynamic-updates/script-tests/SVGFEImageElement-dom-preserveAspectRatio-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGFEImageElement-svgdom-preserveAspectRatio-prop.js: Added. (executeTest): 2010-11-15 Csaba Osztrogonác Unreviewed. Add Qt specific expected results after r72003. [Qt] Possible DRT bug revealed by r72003 https://bugs.webkit.org/show_bug.cgi?id=49538 * platform/qt/fast/forms/formaction-attribute-expected.txt: Copied from LayoutTests/fast/forms/formaction-attribute-expected.txt. * platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formmethod-attribute-button-html-expected.txt. * platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/formtarget-attribute-button-html-expected.txt. * platform/qt/fast/forms/mailto: Added. * platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-button-html-expected.txt. * platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Copied from LayoutTests/fast/forms/mailto/formenctype-attribute-input-html-expected.txt. 2010-11-15 Yael Aharon Reviewed by Antonio Gomes. [Qt] Focus ring does not show on focused links. https://bugs.webkit.org/show_bug.cgi?id=49515 * platform/qt/fast/inline/inline-focus-ring-expected.checksum: Added. * platform/qt/fast/inline/inline-focus-ring-expected.png: Added. * platform/qt/fast/inline/inline-focus-ring-expected.txt: Added. 2010-11-15 Dai Mikurube Reviewed by Kent Tamura. Implement formaction, formenctype, formmethod and formtarget attributes for input and button tags https://bugs.webkit.org/show_bug.cgi?id=49240 * fast/forms/formaction-attribute-expected.txt: Added. * fast/forms/formaction-attribute.html: Added. * fast/forms/formmethod-attribute-button-html-expected.txt: Added. * fast/forms/formmethod-attribute-button-html.html: Added. * fast/forms/formmethod-attribute-input-html-expected.txt: Added. * fast/forms/formmethod-attribute-input-html.html: Added. * fast/forms/formtarget-attribute-button-html-expected.txt: Added. * fast/forms/formtarget-attribute-button-html.html: Added. * fast/forms/formtarget-attribute-input-html-expected.txt: Added. * fast/forms/formtarget-attribute-input-html.html: Added. * fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Added. * fast/forms/mailto/formenctype-attribute-button-html.html: Added. * fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Added. * fast/forms/mailto/formenctype-attribute-input-html.html: Added. * fast/forms/script-tests/submit-form-attributes.js: Added. * fast/forms/submit-form-attributes-expected.txt: Added. * fast/forms/submit-form-attributes.html: Added. 2010-11-15 Alejandro G. Castro Unreviewed. Skipping SVG failing tests for GTK+ until we find the issue, opened a bug: [gtk] SVGLineElement-dom-requiredFeatures.html and SVGLineElement-svgdom-requiredFeatures.html failing in the bots https://bugs.webkit.org/show_bug.cgi?id=49529 * platform/gtk/Skipped: 2010-11-14 Kent Tamura Unreviewed, test expectation update. * platform/gtk/Skipped: Skip fast/forms/form-attribute.html, which needs support. 2010-11-14 Mihai Parparita Unreviewed Chromium expectations update. Add tests that fail under the DRT. * platform/chromium/drt_expectations.txt: 2010-11-14 Kenichi Ishibashi Reviewed by Kent Tamura. [HTML5] "form" attribute support for form control elements https://bugs.webkit.org/show_bug.cgi?id=47813 Adds a test file for "form" attribute of form-associated elements. The test might need to be revised because