Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: LayoutTests/ChangeLog

Issue 3590023: Merge 69161 - 2010-10-05 Fady Samuel <fsamuel@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/table/simple_paint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 69232)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,3629 @@
+2010-10-05 Fady Samuel <fsamuel@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ REGRESSION (r65539): One pixel white gaps when scrolling Trac changeset pages
+ https://bugs.webkit.org/show_bug.cgi?id=45131
+
+ Added a layout test to check for paint rects that touch the border of an adjacent sell,
+ when border-collapse: separate is set for the table.
+
+ * fast/table/simple_paint.html:
+ Don't do rtl as it doesn't exercise some of the new paint code.
+ * fast/table/simple_paint_separate_borders-expected.checksum: Added.
+ * fast/table/simple_paint_separate_borders-expected.png: Added.
+ * fast/table/simple_paint_separate_borders-expected.txt: Added.
+ * fast/table/simple_paint_separate_borders.html: Added.
+
+2010-10-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Tony Chang.
+
+ dump-as-markup conversion: editing/execCommand/format-block-with-braces.html and format-block.html
+ https://bugs.webkit.org/show_bug.cgi?id=47098
+
+ Converted editing/execCommand/format-block-with-braces.html and format-block.html to dump-as-text tests.
+
+ * editing/execCommand/format-block-expected.txt: Added.
+ * editing/execCommand/format-block-with-braces-expected.txt: Added.
+ * editing/execCommand/format-block-with-braces.html:
+ * editing/execCommand/format-block.html:
+ * platform/chromium-linux/editing/execCommand/format-block-expected.checksum: Removed.
+ * platform/chromium-linux/editing/execCommand/format-block-expected.png: Removed.
+ * platform/chromium-linux/editing/execCommand/format-block-with-braces-expected.checksum: Removed.
+ * platform/chromium-linux/editing/execCommand/format-block-with-braces-expected.png: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-expected.checksum: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-expected.png: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-expected.txt: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-with-braces-expected.checksum: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-with-braces-expected.png: Removed.
+ * platform/chromium-win/editing/execCommand/format-block-with-braces-expected.txt: Removed.
+ * platform/mac/editing/execCommand/format-block-expected.checksum: Removed.
+ * platform/mac/editing/execCommand/format-block-expected.png: Removed.
+ * platform/mac/editing/execCommand/format-block-expected.txt: Removed.
+ * platform/mac/editing/execCommand/format-block-with-braces-expected.checksum: Removed.
+ * platform/mac/editing/execCommand/format-block-with-braces-expected.png: Removed.
+ * platform/mac/editing/execCommand/format-block-with-braces-expected.txt: Removed.
+ * platform/qt/editing/execCommand/format-block-expected.txt: Removed.
+ * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Removed.
+
+2010-10-05 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ https://bugs.webkit.org/show_bug.cgi?id=47204
+
+ Make isSelfCollapsingBlock use logical height instead of height in all its checks.
+
+ Added fast/blockflow/self-collapsing-block.html
+
+ * fast/blockflow/self-collapsing-block.html: Added.
+ * platform/mac/fast/blockflow/self-collapsing-block-expected.checksum: Added.
+ * platform/mac/fast/blockflow/self-collapsing-block-expected.png: Added.
+ * platform/mac/fast/blockflow/self-collapsing-block-expected.txt: Added.
+
+2010-10-05 Daniel Cheng <dcheng@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ [chromium] getData('text/uri-list') should return the same thing that was passed to setData('text/uri-list')
+ https://bugs.webkit.org/show_bug.cgi?id=46943
+
+ Update the layout test to check that getData('text/uri-list') returns
+ the same thing that was passed to setData('text/uri-list').
+
+ * editing/pasteboard/dataTransfer-setData-getData-expected.txt:
+ * editing/pasteboard/script-tests/dataTransfer-setData-getData.js:
+ (doDrop):
+ (test):
+ (runTest):
+ * fast/js/resources/js-test-pre.js:
+ (shouldBeEqualToString): Updated to allow '\n' and '\r' in expected argument.
+
+2010-10-05 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ https://bugs.webkit.org/show_bug.cgi?id=47199
+
+ Make float positioning work in block layout with block children.
+ It doesn't work yet from inside line layout, since line layout is unpatched.
+
+ Added fast/blockflow/floats-in-block-layout.html
+
+ * fast/blockflow/floats-in-block-layout.html: Added.
+ * platform/mac/fast/blockflow/floats-in-block-layout-expected.checksum: Added.
+ * platform/mac/fast/blockflow/floats-in-block-layout-expected.png: Added.
+ * platform/mac/fast/blockflow/floats-in-block-layout-expected.txt: Added.
+
+2010-10-05 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Fix url conversion in QWebHistory
+
+ Converting from KURL to WFT::String to QUrl does not
+ permit proper percent encoding later.
+
+ Unskp tests that now pass:
+ http/tests/navigation/postredirect-goback2.html
+ http/tests/navigation/error404-frames.html
+ http/tests/navigation/post-basic.html
+ http/tests/navigation/post-frames.html
+ http/tests/navigation/post-goback1.html
+ http/tests/navigation/anchor-frames.html
+
+ These produce only rendertree differences with '--platform mac'.
+ Unskipping so we can get Qt-specific results from bot:
+ http/tests/navigation/error404-basic.html
+ http/tests/navigation/error404-goback.html
+ http/tests/navigation/error404-subframeload.html
+ http/tests/navigation/javascriptlink-frames.html
+ http/tests/navigation/postredirect-basic.html
+ http/tests/navigation/postredirect-frames.html
+ http/tests/navigation/postredirect-goback1.html
+
+ https://bugs.webkit.org/show_bug.cgi?id=47048
+
+ * platform/qt/Skipped:
+
+2010-10-05 Tony Chang <tony@chromium.org>
+
+ Unreviewed, updating chromium linux baselines after landing r69126
+ which changed how really short scrollbars are painted.
+
+ * platform/chromium-linux/fast/frames/invalid-expected.checksum:
+ * platform/chromium-linux/fast/frames/invalid-expected.png:
+ * platform/chromium-linux/fast/frames/valid-expected.checksum:
+ * platform/chromium-linux/fast/frames/valid-expected.png:
+ * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.checksum:
+ * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
+ * platform/chromium-linux/fast/text/drawBidiText-expected.checksum:
+ * platform/chromium-linux/fast/text/drawBidiText-expected.png:
+
+2010-10-05 Tony Chang <tony@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ [chromium] properly paint really small scrollbar arrows on linux
+ https://bugs.webkit.org/show_bug.cgi?id=47109
+
+ * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum:
+ * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png:
+ * platform/chromium/test_expectations.txt: Remove passing test and remove windows test that has no failures on
+ the dashboard
+
+2010-10-04 Jeremy Orlow <jorlow@chromium.org>
+
+ Reviewed by Nate Chapin.
+
+ Rename get* and open*Cursor per the spec on IDBIndex
+ https://bugs.webkit.org/show_bug.cgi?id=46906
+
+ The spec changed so that:
+ IDBIndex.get -> getKey
+ IDBIndex.getObject -> get
+ IDBIndex.openCursor -> openKeyCursor
+ IDBIndex.openObjectCursor -> openCursor
+
+ * storage/indexeddb/index-basics-expected.txt:
+ * storage/indexeddb/index-basics.html:
+ * storage/indexeddb/index-cursor.html:
+
+2010-10-04 Andrei Popescu <andreip@google.com>
+
+ Reviewed by Jeremy Orlow.
+
+ IDBDatabase::createObjectStore/removeObjectStore and IDBObjectStore::createIndex/removeIndex should be synchronous.
+ https://bugs.webkit.org/show_bug.cgi?id=46883
+
+ * storage/indexeddb/database-basics-expected.txt:
+ * storage/indexeddb/database-basics.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/resources/shared.js:
+ (deleteAllObjectStores):
+ * storage/indexeddb/transaction-basics-expected.txt:
+ * storage/indexeddb/transaction-basics.html:
+
+2010-10-05 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ WAI-ARIA 'marquee' role live region uses aria-live="polite", should use aria-live="off"
+ https://bugs.webkit.org/show_bug.cgi?id=47185
+
+ * platform/mac/accessibility/aria-liveregion-marquee-default-expected.txt: Added.
+ * platform/mac/accessibility/aria-liveregion-marquee-default.html: Added.
+
+2010-10-05 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ [GTK] Complex text rendering does not render custom fonts
+ https://bugs.webkit.org/show_bug.cgi?id=41091
+
+ Added a layout test that verifies that custom fonts are rendered with
+ the correct font when hitting the complex text code path.
+
+ * platform/gtk/fonts/font-face-with-complex-text-expected.checksum: Added.
+ * platform/gtk/fonts/font-face-with-complex-text-expected.png: Added.
+ * platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.
+ * platform/gtk/fonts/font-face-with-complex-text.html: Added.
+ * platform/gtk/fonts/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
+
+2010-10-05 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ Add baselines for tests added by r69076 and r69077.
+
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-10-05 Satish Sampath <satish@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ Added event onwebkitspeechchange to invoke on new speech input results.
+ https://bugs.webkit.org/show_bug.cgi?id=47127
+
+ Updated to use onwebkitspeechchange instead of onchange.
+
+ * fast/speech/input-text-speechbutton.html:
+ * fast/speech/speech-button-ignore-generated-events.html:
+
+2010-10-05 Satish Sampath <satish@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ Rename @webkitspeech to @x-webkit-speech to follow HTML5 convention.
+ https://bugs.webkit.org/show_bug.cgi?id=46873
+
+ Updated layout tests to use the new attribute name.
+
+ * fast/speech/input-appearance-numberandspeech.html:
+ * fast/speech/input-appearance-searchandspeech.html:
+ * fast/speech/input-appearance-speechbutton.html:
+ * fast/speech/input-text-speechbutton.html:
+ * fast/speech/speech-button-ignore-generated-events.html:
+
+2010-10-05 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+ Add expectations for tests added by r69076 and r69077.
+
+2010-10-04 Yael Aharon <yael.aharon@nokia.com>
+
+ Reviewed by Antonio Gomes.
+
+ Spatial Navigation: Add support for <input type="radio">
+ https://bugs.webkit.org/show_bug.cgi?id=46993
+
+ * fast/events/spatial-navigation/snav-radio-expected.txt: Added.
+ * fast/events/spatial-navigation/snav-radio-group-expected.txt: Added.
+ * fast/events/spatial-navigation/snav-radio-group.html: Added.
+ * fast/events/spatial-navigation/snav-radio.html: Added.
+
+2010-10-04 Renata Hodovan <reni@inf.u-szeged.hu>
+
+ Reviewed by Andreas Kling.
+
+ SVGFEGaussianBlurElement doesn't support dynamic invalidation, when attributes change.
+ https://bugs.webkit.org/show_bug.cgi?id=47074
+ Adding layout tests for feGaussianBlur dynamic changes.
+
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr.html: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr.html: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop.html: Added.
+ * svg/dynamic-updates/script-tests/SVGFEGaussianBlurElement-dom-in-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEGaussianBlurElement-dom-stdDeviation-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEGaussianBlurElement-svgdom-in-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEGaussianBlurElement-svgdom-stdDeviation-call.js: Added.
+ (executeTest):
+
+2010-10-04 Renata Hodovan <reni@inf.u-szeged.hu>
+
+ Reviewed by Dirk Schulze.
+
+ SVGFEFloodElement doesn't support dynamic invalidation, when attributes change.
+ https://bugs.webkit.org/show_bug.cgi?id=47077
+
+ Adding layout tests for feFlood dynamic changes. Since the attributes are CSS attributes,
+ their changes are captured by the CSS support sub-system, and invalidated when needed.
+ Thus, no need to add a new handler for SVGFEFloodElement.
+
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr.html: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr.html: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop.html: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop.html: Added.
+ * svg/dynamic-updates/script-tests/SVGFEFloodElement-dom-flood-color-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEFloodElement-dom-flood-opacity-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEFloodElement-svgdom-flood-color-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFEFloodElement-svgdom-flood-opacity-prop.js: Added.
+ (executeTest):
+
+2010-10-04 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Fix timeout on http/tests/navigation/post-goback2.html and postredirect-goback2.html
+
+ We need to queue back and forward navigations in the DRT from the
+ LayoutTestController so that maybeDump() knows about them.
+
+ Unskip:
+ http/tests/navigation/post-goback2.html
+
+ * platform/qt/Skipped:
+
+2010-10-04 Patrick Gansterer <paroga@paroga.com>
+
+ Reviewed by Darin Adler.
+
+ Add Base64DecodePolicy option at base64Decode()
+ https://bugs.webkit.org/show_bug.cgi?id=41510
+
+ * fast/dom/Window/atob-btoa-expected.txt:
+ * fast/dom/Window/atob-btoa.html:
+ * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt:
+ * platform/mac/fast/loader/user-stylesheet-fast-path.html: Added additional data urls tests.
+
+2010-10-04 Yael Aharon <yael.aharon@nokia.com>
+
+ Reviewed by Antonio Gomes.
+
+ Spatial Navigation: select element does not release focus with Spatial Navigation
+ https://bugs.webkit.org/show_bug.cgi?id=46896
+
+ * fast/events/spatial-navigation/snav-multiple-select-expected.txt: Added.
+ * fast/events/spatial-navigation/snav-multiple-select.html: Added.
+ * fast/events/spatial-navigation/snav-single-select-expected.txt: Added.
+ * fast/events/spatial-navigation/snav-single-select.html: Added.
+
+2010-10-04 Chang Shu <chang.shu@nokia.com>
+
+ Reviewed by Antonio Gomes.
+
+ Fixed the typo that searches the wrong direction in the no-focus-node case.
+ As a result, after page is loaded, pressing key "arrowdown" will bring the
+ focus to the 1st element instead of the last element.
+ https://bugs.webkit.org/show_bug.cgi?id=46901
+
+ * fast/events/spatial-navigation/snav-1st-stop-expected.txt: Added.
+ * fast/events/spatial-navigation/snav-1st-stop.html: Added.
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/test_expectations.txt: Remove a duplicated entry.
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/test_expectations.txt: fail-on-update-2.html is TIMEOUT on Windows.
+
+2010-10-04 Jeremy Orlow <jorlow@chromium.org>
+
+ Reviewed by Nate Chapin.
+
+ Implement IndexedDB's oncomplete and ontimeout.
+ https://bugs.webkit.org/show_bug.cgi?id=47106
+
+ * storage/indexeddb/resources/shared.js:
+ (verifyCompleteEvent):
+ * storage/indexeddb/transaction-basics.html:
+
+2010-10-04 Enrica Casucci <enrica@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Crash at WebCore::nextCandidate + 27
+ https://bugs.webkit.org/show_bug.cgi?id=47118
+ <rdar://problem/7282934>
+
+ * editing/resources/iframebody.html: Added.
+ * editing/selection/focus-crash-expected.txt: Added.
+ * editing/selection/focus-crash.html: Added.
+
+2010-10-04 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Adam Barth.
+
+ https://bugs.webkit.org/show_bug.cgi?id=37812
+ Assertion failure when appcache/fail-on-update.html is run twice in a row
+
+ * http/tests/appcache/fail-on-update-2-expected.txt: Added.
+ * http/tests/appcache/fail-on-update-2.html: Added.
+ * http/tests/appcache/resources/fail-on-update-2.html: Added.
+ * http/tests/appcache/resources/fail-on-update-2.php: Added.
+
+2010-10-04 Erik Arvidsson <arv@chromium.org>
+
+ Reviewed by James Robinson.
+
+ https://bugs.webkit.org/show_bug.cgi?id=47122
+ Crash in classList when class attribute is empty.
+
+ * fast/dom/HTMLElement/class-list-expected.txt:
+ * fast/dom/HTMLElement/class-list-quirks-expected.txt:
+ * fast/dom/HTMLElement/script-tests/class-list.js:
+
+2010-10-04 Justin Schuh <jschuh@chromium.org>
+
+ Reviewed by James Robinson.
+
+ HTMLMediaElement delayed load should fire asynchronously
+ https://bugs.webkit.org/show_bug.cgi?id=45765
+
+ * media/remove-from-document-before-load-expected.txt: Added.
+ * media/remove-from-document-before-load.html: Added.
+ * media/video-click-dblckick-standalone.html:
+ * media/video-controls-rendering.html:
+ * media/video-transformed.html:
+
+2010-10-04 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add test expectations for the recently SVG change.
+
+ * 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/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/kerning-expected.txt: Added.
+ * platform/chromium-linux/svg/text/multichar-glyph-expected.checksum:
+ * platform/chromium-linux/svg/text/multichar-glyph-expected.png:
+ * platform/chromium-linux/svg/text/multichar-glyph-expected.txt: Added.
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-1-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-3-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-4-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt.
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
+ * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/chromium-linux/svg/text/select-x-list-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-1-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-1-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-1-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-2-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-2-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-2-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-3-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-3-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-3-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-4-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-4-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-4-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-1-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-1-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-1-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-2-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-2-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-2-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-3-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-3-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-3-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt.
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-4-expected.checksum:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-4-expected.png:
+ * platform/chromium-linux/svg/text/select-x-list-with-tspans-4-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt.
+ * platform/chromium-linux/svg/text/text-align-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-align-02-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-align-02-b-expected.png:
+ * platform/chromium-linux/svg/text/text-align-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-align-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-align-04-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-align-04-b-expected.png:
+ * platform/chromium-linux/svg/text/text-align-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-align-05-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-align-05-b-expected.png:
+ * platform/chromium-linux/svg/text/text-align-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-align-06-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-align-06-b-expected.png:
+ * platform/chromium-linux/svg/text/text-align-06-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-deco-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
+ * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
+ * platform/chromium-linux/svg/text/text-gradient-positioning-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-hkern-expected.png: Added.
+ * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
+ * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-path-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-repaint-rects-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-spacing-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-spacing-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
+ * platform/chromium-linux/svg/text/text-text-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-04-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-04-t-expected.png:
+ * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-05-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-05-t-expected.png:
+ * platform/chromium-linux/svg/text/text-text-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
+ * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
+ * platform/chromium-linux/svg/text/text-text-08-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-tref-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-tselect-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-tselect-02-f-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-tspan-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-vkern-expected.png: Added.
+ * platform/chromium-linux/svg/text/text-ws-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-ws-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/textPathBoundsBug-expected.txt: Added.
+ * platform/chromium-mac/svg/text/text-align-02-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-align-02-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-align-04-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-align-04-b-expected.png:
+ * platform/chromium-mac/svg/text/text-align-05-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-align-05-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-align-06-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-align-06-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-deco-01-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-deco-01-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-path-01-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-path-01-b-expected.png:
+ * platform/chromium-mac/svg/text/text-spacing-01-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-spacing-01-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-text-01-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-01-b-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-text-04-t-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-04-t-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-text-07-t-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-07-t-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-text-08-b-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
+ * platform/chromium-win-vista/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-win-vista/svg/batik/text/verticalText-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/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+ * platform/chromium-win/svg/text/kerning-expected.txt:
+ * platform/chromium-win/svg/text/multichar-glyph-expected.checksum:
+ * platform/chromium-win/svg/text/multichar-glyph-expected.png:
+ * platform/chromium-win/svg/text/multichar-glyph-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
+ * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-1-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-2-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-3-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-4-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.checksum:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.png:
+ * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
+ * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-align-02-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-align-02-b-expected.png:
+ * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
+ * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
+ * platform/chromium-win/svg/text/text-align-04-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-align-04-b-expected.png:
+ * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
+ * platform/chromium-win/svg/text/text-align-05-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-align-05-b-expected.png:
+ * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
+ * platform/chromium-win/svg/text/text-align-06-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-align-06-b-expected.png:
+ * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
+ * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-deco-01-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
+ * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
+ * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
+ * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt:
+ * platform/chromium-win/svg/text/text-hkern-expected.checksum:
+ * platform/chromium-win/svg/text/text-hkern-expected.png:
+ * platform/chromium-win/svg/text/text-intro-05-t-expected.txt: Added.
+ * platform/chromium-win/svg/text/text-path-01-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-path-01-b-expected.png:
+ * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-repaint-rects-expected.txt:
+ * platform/chromium-win/svg/text/text-spacing-01-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-spacing-01-b-expected.png:
+ * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-text-01-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-01-b-expected.png:
+ * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
+ * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
+ * platform/chromium-win/svg/text/text-text-07-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-07-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
+ * platform/chromium-win/svg/text/text-text-08-b-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-08-b-expected.png:
+ * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
+ * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
+ * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
+ * platform/chromium-win/svg/text/text-vkern-expected.checksum:
+ * platform/chromium-win/svg/text/text-vkern-expected.png:
+ * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
+ * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
+ * platform/chromium-win/svg/text/textPathBoundsBug-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-04 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Beth Dakin.
+
+ AX: doAXRangeForLine does not work
+ https://bugs.webkit.org/show_bug.cgi?id=47101
+
+ * platform/mac/accessibility/range-for-line-textarea-expected.txt: Added.
+ * platform/mac/accessibility/range-for-line-textarea.html: Added.
+
+2010-10-04 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Adam Barth.
+
+ https://bugs.webkit.org/show_bug.cgi?id=47035
+ Application cache selection algorithm should only be invoked after navigation
+
+ * http/tests/appcache/document-write-html-element-expected.txt: Added.
+ * http/tests/appcache/document-write-html-element.html: Added.
+ After onload, document.write <html> with manifest. It shouldn't be used for cache selection.
+
+ * http/tests/appcache/document-write-html-element-2-expected.txt: Added.
+ * http/tests/appcache/document-write-html-element-2.html: Added.
+ After onload, document.write some text into a document that already has a manifest. The original
+ cache should stay associated with the document. We used to fail on an assertion here.
+
+ * http/tests/appcache/insert-html-element-with-manifest-expected.txt: Added.
+ * http/tests/appcache/insert-html-element-with-manifest.html: Added.
+ Replace <html> element with another one while parsing. Manifest shouldn't be taken from
+ the new one.
+
+ * http/tests/appcache/insert-html-element-with-manifest-2-expected.txt: Added.
+ * http/tests/appcache/insert-html-element-with-manifest-2.html: Added.
+ Parse a fragment with <html manifest=..> while parsing a document.
+
+ * http/tests/appcache/resources/document-write-html-element.manifest: Added.
+ * http/tests/appcache/resources/insert-html-element-with-manifest.manifest: Added.
+
+2010-10-04 Adam Roben <aroben@apple.com>
+
+ Skip a timing-out test on Windows
+
+ * platform/win/Skipped: Added http/tests/misc/copy-resolves-urls.html,
+ which times out in Release builds.
+
+2010-10-04 Adam Roben <aroben@apple.com>
+
+ Skip a flaky SVG test on Windows
+
+ * platform/win/Skipped: Added
+ svg/dom/SVGScriptElement/script-load-and-error-events.svg
+
+2010-10-04 Adam Roben <aroben@apple.com>
+
+ Skip
+ http/tests/xmlhttprequest/xmlhttprequest-sync-vs-async-assertion-failure.html
+ on Windows
+
+ It seems to be causing other tests to time out, like
+ http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html.
+
+ * platform/win/Skipped:
+
+2010-10-04 Adam Roben <aroben@apple.com>
+
+ Land XP-specific results for fast/text/international/bidi-mirror-he-ar.html
+
+ In r69008 I updated the post-XP results, but forgot to check in the
+ XP-specific results.
+
+ * platform/win-xp/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
+
+2010-10-04 Adam Roben <aroben@apple.com>
+
+ Land correct post-XP results for
+ fast/text/international/bidi-mirror-he-ar.html
+
+ Apparently the results I landed earlier weren't quite right.
+
+ * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt:
+
+2010-10-04 Pavel Podivilov <podivilov@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ [Chromium] Mark debugger-breakpoints-not-activated-on-reload.html as slow on win debug
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ Fix incorrect rebaseline of verticalText.svg by r69004.
+ - move chromium-win image baseline to chromium-win-xp
+ - revert chromium-win image baseline
+
+ * platform/chromium-win-xp/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
+ * platform/chromium-win/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-win/svg/batik/text/verticalText-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ Update SVG baseline for Chromium.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/button-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/colourpicker-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/combobox-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum:
+ * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
+ * platform/chromium-linux/svg/carto.net/selectionlist-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/textbox-expected.txt: Added.
+ * platform/chromium-linux/svg/carto.net/window-expected.txt:
+ * platform/chromium-linux/svg/clip-path/clip-path-text-and-shape-expected.txt: Added.
+ * platform/chromium-linux/svg/clip-path/clip-path-text-and-stroke-expected.txt: Added.
+ * platform/chromium-linux/svg/clip-path/clip-path-text-expected.txt: Added.
+ * platform/chromium-linux/svg/clip-path/clip-path-with-text-clipped-expected.txt: Added.
+ * platform/chromium-linux/svg/css/composite-shadow-text-expected.txt: Added.
+ * platform/chromium-linux/svg/css/shadow-changes-expected.txt: Added.
+ * platform/chromium-linux/svg/css/text-shadow-multiple-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
+ * platform/chromium-linux/svg/filters/filter-on-filter-for-text-expected.txt: Added.
+ * platform/chromium-linux/svg/filters/filter-on-tspan-expected.txt: Copied from LayoutTests/platform/gtk/svg/filters/filter-on-tspan-expected.txt.
+ * platform/chromium-linux/svg/filters/sourceAlpha-expected.checksum:
+ * platform/chromium-linux/svg/filters/sourceAlpha-expected.png: Removed.
+ * platform/chromium-linux/svg/filters/sourceAlpha-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/error/017-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/text/002-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/text/003b-expected.txt:
+ * 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-inside-transformed-html-expected.txt: Added.
+ * 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-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
+ * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
+ * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.txt: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
+ * platform/chromium-win/svg/batik/text/textLength-expected.txt:
+ * platform/chromium-win/svg/carto.net/button-expected.txt:
+ * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
+ * platform/chromium-win/svg/carto.net/combobox-expected.txt:
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
+ * platform/chromium-win/svg/carto.net/textbox-expected.txt:
+ * platform/chromium-win/svg/carto.net/window-expected.txt:
+ * platform/chromium-win/svg/clip-path/clip-path-text-and-shape-expected.txt:
+ * platform/chromium-win/svg/clip-path/clip-path-text-and-stroke-expected.txt:
+ * platform/chromium-win/svg/clip-path/clip-path-text-expected.txt:
+ * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.txt:
+ * platform/chromium-win/svg/css/composite-shadow-text-expected.txt:
+ * platform/chromium-win/svg/css/shadow-changes-expected.txt:
+ * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
+ * platform/chromium-win/svg/custom/use-detach-expected.txt:
+ * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.txt:
+ * platform/chromium-win/svg/filters/filter-on-tspan-expected.txt:
+ * platform/chromium-win/svg/filters/sourceAlpha-expected.checksum:
+ * platform/chromium-win/svg/filters/sourceAlpha-expected.png:
+ * platform/chromium-win/svg/filters/sourceAlpha-expected.txt:
+ * platform/chromium-win/svg/hixie/error/017-expected.txt:
+ * platform/chromium-win/svg/hixie/text/002-expected.txt:
+ * platform/chromium-win/svg/hixie/text/003b-expected.txt:
+ * 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-inside-transformed-html-expected.txt:
+ * 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-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+ * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
+ * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
+ * platform/chromium-win/transitions/svg-text-shadow-transition-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ Update svg/batik results for Chromium.
+
+ * platform/chromium-linux/svg/batik/text/longTextOnPath-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textAnchor-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textAnchor2-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textAnchor2-expected.png:
+ * platform/chromium-linux/svg/batik/text/textAnchor2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textAnchor3-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textDecoration-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
+ * platform/chromium-linux/svg/batik/text/textDecoration-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textDecoration2-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textDecoration2-expected.png:
+ * platform/chromium-linux/svg/batik/text/textDecoration2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textEffect2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textFeatures-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
+ * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textLayout-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textLayout2-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
+ * platform/chromium-linux/svg/batik/text/textLayout2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
+ * platform/chromium-linux/svg/batik/text/textOnPath-expected.txt:
+ * platform/chromium-linux/svg/batik/text/textOnPath2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textOnPath3-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textPCDATA-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
+ * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
+ * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
+ * platform/chromium-linux/svg/batik/text/textProperties-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/textProperties2-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Added.
+ * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
+ * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.txt:
+ * platform/chromium-linux/svg/batik/text/xmlSpace-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/xmlSpace-expected.png:
+ * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt: Added.
+ * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt:
+ * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
+ * platform/chromium-win/svg/batik/text/textAnchor2-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textAnchor2-expected.png:
+ * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
+ * platform/chromium-win/svg/batik/text/textDecoration-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
+ * platform/chromium-win/svg/batik/text/textDecoration-expected.txt:
+ * platform/chromium-win/svg/batik/text/textDecoration2-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textDecoration2-expected.png:
+ * platform/chromium-win/svg/batik/text/textDecoration2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.png:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
+ * platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
+ * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
+ * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
+ * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
+ * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
+ * platform/chromium-win/svg/batik/text/textLayout2-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
+ * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textOnPath-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textOnPath-expected.png:
+ * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
+ * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
+ * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
+ * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
+ * platform/chromium-win/svg/batik/text/textPosition-expected.txt:
+ * platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
+ * platform/chromium-win/svg/batik/text/textProperties-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textProperties-expected.png:
+ * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
+ * platform/chromium-win/svg/batik/text/textProperties2-expected.txt:
+ * platform/chromium-win/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-win/svg/batik/text/verticalText-expected.png:
+ * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
+ * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.checksum:
+ * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.png:
+ * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.checksum:
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-04 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-03 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, remove redundant expectations.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-03 MORITA Hajime <morrita@google.com>
+
+ Unrevied, added test expectations for because of the massive SVG change in r68976.
+ This chanage is for svg/W3C-SVG-1.1/*.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-03 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, upstreaming test expectations in Chromium tree.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-03 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update for r68976.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-03 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Move chromium-win-xp-specific result to its proper place.
+
+ * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
+
+2010-10-03 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Reviewed by Nikolas Zimmermann.
+
+ [Chromium] Rebaseline svg/custom tests due to http://trac.webkit.org/changeset/68976.
+ https://bugs.webkit.org/show_bug.cgi?id=47061
+
+ * platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.checksum:
+ * platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.png:
+ * platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/altglyph-expected.checksum:
+ * platform/chromium-linux/svg/custom/altglyph-expected.png:
+ * platform/chromium-linux/svg/custom/altglyph-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/broken-internal-references-expected.txt:
+ * platform/chromium-linux/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.checksum:
+ * platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.png:
+ * platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.checksum:
+ * platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-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/custom/image-small-width-height-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/invalid-fill-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/invalid-fill-hex-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+ * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/pattern-rotate-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/pointer-events-text-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/stroke-width-large-expected.txt:
+ * platform/chromium-linux/svg/custom/struct-use-09-b-expected.txt:
+ * platform/chromium-linux/svg/custom/style-attribute-font-size-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-clip-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-dom-01-f-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-filter-expected.checksum:
+ * platform/chromium-linux/svg/custom/text-filter-expected.png:
+ * platform/chromium-linux/svg/custom/text-filter-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-linking-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-rotation-expected.checksum: Added.
+ * platform/chromium-linux/svg/custom/text-rotation-expected.png: Added.
+ * platform/chromium-linux/svg/custom/text-rotation-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-whitespace-handling-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-x-dy-lists-expected.checksum: Added.
+ * platform/chromium-linux/svg/custom/text-x-dy-lists-expected.png: Added.
+ * platform/chromium-linux/svg/custom/text-x-dy-lists-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.checksum:
+ * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.png:
+ * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
+ * platform/chromium-mac/svg/custom/altglyph-expected.checksum: Added.
+ * platform/chromium-mac/svg/custom/altglyph-expected.png: Added.
+ * platform/chromium-win/svg/custom/alignment-baseline-modes-expected.checksum:
+ * platform/chromium-win/svg/custom/alignment-baseline-modes-expected.png:
+ * platform/chromium-win/svg/custom/alignment-baseline-modes-expected.txt:
+ * platform/chromium-win/svg/custom/altglyph-expected.checksum:
+ * platform/chromium-win/svg/custom/altglyph-expected.png:
+ * platform/chromium-win/svg/custom/altglyph-expected.txt:
+ * platform/chromium-win/svg/custom/broken-internal-references-expected.txt:
+ * platform/chromium-win/svg/custom/container-opacity-clip-viewBox-expected.txt:
+ * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.checksum:
+ * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.png:
+ * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
+ * platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.checksum:
+ * platform/chromium-win/svg/custom/glyph-transformation-with-hkern-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/custom/image-small-width-height-expected.txt:
+ * platform/chromium-win/svg/custom/invalid-fill-expected.txt:
+ * platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
+ * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
+ * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
+ * platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
+ * platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt:
+ * platform/chromium-win/svg/custom/pointer-events-text-expected.txt:
+ * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-win/svg/custom/stroke-width-large-expected.txt:
+ * platform/chromium-win/svg/custom/struct-use-09-b-expected.checksum: Added.
+ * platform/chromium-win/svg/custom/struct-use-09-b-expected.png: Added.
+ * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: Added.
+ * platform/chromium-win/svg/custom/style-attribute-font-size-expected.txt:
+ * platform/chromium-win/svg/custom/text-clip-expected.txt:
+ * platform/chromium-win/svg/custom/text-dom-01-f-expected.txt:
+ * platform/chromium-win/svg/custom/text-filter-expected.checksum:
+ * platform/chromium-win/svg/custom/text-filter-expected.png:
+ * platform/chromium-win/svg/custom/text-filter-expected.txt:
+ * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
+ * platform/chromium-win/svg/custom/text-linking-expected.txt:
+ * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.txt:
+ * platform/chromium-win/svg/custom/text-rotation-expected.checksum: Added.
+ * platform/chromium-win/svg/custom/text-rotation-expected.png: Added.
+ * platform/chromium-win/svg/custom/text-rotation-expected.txt: Added.
+ * platform/chromium-win/svg/custom/text-whitespace-handling-expected.txt:
+ * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
+ * platform/chromium-win/svg/custom/text-x-dy-lists-expected.checksum: Added.
+ * platform/chromium-win/svg/custom/text-x-dy-lists-expected.png: Added.
+ * platform/chromium-win/svg/custom/text-x-dy-lists-expected.txt: Added.
+ * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.checksum:
+ * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.png:
+ * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
+ * platform/chromium-win/svg/custom/use-on-text-expected.txt:
+ * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-10-02 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Remove LayoutTests/websocket and the dummy file.
+
+ * websocket/tests/workers/README: Removed.
+
+2010-10-02 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add test expectations because of the massive SVG change in r68976.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-02 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ Rewrite SVG text layout code
+ https://bugs.webkit.org/show_bug.cgi?id=45532
+
+ Rebaseline gtk / qt / win specific SVG text results.
+
+ * platform/gtk/svg/batik/text/textDecoration-expected.txt:
+ * platform/gtk/svg/css/composite-shadow-text-expected.txt:
+ * platform/gtk/svg/css/shadow-changes-expected.txt:
+ * platform/gtk/svg/css/text-shadow-multiple-expected.txt:
+ * platform/gtk/svg/custom/broken-internal-references-expected.txt:
+ * platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt:
+ * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
+ * platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt:
+ * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
+ * platform/gtk/svg/custom/stroke-width-large-expected.txt:
+ * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt:
+ * platform/gtk/svg/filters/filter-on-tspan-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+ * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/gtk/svg/text/select-x-list-1-expected.txt:
+ * platform/gtk/svg/text/select-x-list-2-expected.txt:
+ * platform/gtk/svg/text/select-x-list-3-expected.txt:
+ * platform/gtk/svg/text/select-x-list-4-expected.txt:
+ * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
+ * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
+ * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
+ * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
+ * platform/gtk/svg/text/text-hkern-expected.txt:
+ * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/gtk/svg/text/text-vkern-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/qt/svg/batik/text/textDecoration-expected.txt:
+ * platform/qt/svg/custom/broken-internal-references-expected.txt:
+ * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
+ * platform/qt/svg/filters/filter-on-tspan-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+ * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/qt/svg/text/select-x-list-1-expected.txt:
+ * platform/qt/svg/text/select-x-list-2-expected.txt:
+ * platform/qt/svg/text/select-x-list-3-expected.txt:
+ * platform/qt/svg/text/select-x-list-4-expected.txt:
+ * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
+ * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
+ * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
+ * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
+ * platform/qt/svg/text/text-hkern-expected.txt:
+ * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/qt/svg/text/text-vkern-expected.txt:
+ * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+ * platform/win/svg/custom/broken-internal-references-expected.txt:
+
+2010-10-01 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Reviewed by Dirk Schulze.
+
+ Rewrite SVG text layout code
+ https://bugs.webkit.org/show_bug.cgi?id=45532
+
+ Rebaseline most SVGs containing text. The underlying concept has changed, I tried hard to maintain
+ a somewhat compatible DRT output, so it doesn't require rebaselines of _all_ tests.
+ The dump looks awkward now, it will always report "chunk 1", as it's hardcoded in SVGRenderTreeAsText.
+ Follow up patches will change the output of text dumps completly.
+
+ * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
+ * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum:
+ * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: baseline-shift adjustments now match Opera.
+ * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum:
+ * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Ditto.
+ * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum:
+ * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png:
+ * platform/mac-leopard/svg/custom/altglyph-expected.checksum:
+ * platform/mac-leopard/svg/custom/altglyph-expected.png:
+ * platform/mac-leopard/svg/text/multichar-glyph-expected.checksum:
+ * platform/mac-leopard/svg/text/multichar-glyph-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: No more blurry edges, size calculations fixed.
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: baseline-shift looks slightly different, now matches Opera.
+ * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Vertical text now starts at correct origin, and is centered correctly.
+ * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Ditto + baseline-shift differences.
+ * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
+ * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
+ * platform/mac/svg/batik/text/textAnchor-expected.txt:
+ * platform/mac/svg/batik/text/textAnchor2-expected.checksum:
+ * platform/mac/svg/batik/text/textAnchor2-expected.png: y-position adjustments start new text chunks since SVG 1.1 2nd edition (in contrary to SVG 1.2 Tiny). Left the test as is.
+ * platform/mac/svg/batik/text/textAnchor2-expected.txt:
+ * platform/mac/svg/batik/text/textAnchor3-expected.txt:
+ * platform/mac/svg/batik/text/textDecoration-expected.checksum:
+ * platform/mac/svg/batik/text/textDecoration-expected.png: text-decoration defined on <text> paints with the paint sever defined on the <tspan>, test finally works!
+ * platform/mac/svg/batik/text/textDecoration-expected.txt:
+ * platform/mac/svg/batik/text/textDecoration2-expected.checksum:
+ * platform/mac/svg/batik/text/textDecoration2-expected.png: Ditto.
+ * platform/mac/svg/batik/text/textDecoration2-expected.txt:
+ * platform/mac/svg/batik/text/textEffect-expected.checksum:
+ * platform/mac/svg/batik/text/textEffect-expected.png: Just like pservers-grad-08-b.svg, no more blurry edges.
+ * platform/mac/svg/batik/text/textEffect-expected.txt:
+ * platform/mac/svg/batik/text/textEffect2-expected.txt:
+ * platform/mac/svg/batik/text/textEffect3-expected.checksum:
+ * platform/mac/svg/batik/text/textEffect3-expected.png: Ditto.
+ * platform/mac/svg/batik/text/textEffect3-expected.txt:
+ * platform/mac/svg/batik/text/textFeatures-expected.checksum:
+ * platform/mac/svg/batik/text/textFeatures-expected.png: baseline-shift differences.
+ * platform/mac/svg/batik/text/textFeatures-expected.txt:
+ * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
+ * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Completly fixed, now aligns properly with path, matches Opera & Batik.
+ * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
+ * platform/mac/svg/batik/text/textLayout-expected.txt:
+ * platform/mac/svg/batik/text/textLayout2-expected.checksum:
+ * platform/mac/svg/batik/text/textLayout2-expected.png: baseline-shift differences.
+ * platform/mac/svg/batik/text/textLayout2-expected.txt:
+ * platform/mac/svg/batik/text/textLength-expected.txt:
+ * platform/mac/svg/batik/text/textOnPath-expected.txt:
+ * platform/mac/svg/batik/text/textOnPath2-expected.txt:
+ * platform/mac/svg/batik/text/textOnPath3-expected.txt:
+ * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
+ * platform/mac/svg/batik/text/textPCDATA-expected.txt:
+ * platform/mac/svg/batik/text/textPosition-expected.txt:
+ * platform/mac/svg/batik/text/textPosition2-expected.txt:
+ * platform/mac/svg/batik/text/textProperties-expected.txt:
+ * platform/mac/svg/batik/text/textProperties2-expected.txt:
+ * platform/mac/svg/batik/text/verticalText-expected.checksum:
+ * platform/mac/svg/batik/text/verticalText-expected.png:
+ * platform/mac/svg/batik/text/verticalText-expected.txt:
+ * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
+ * platform/mac/svg/batik/text/xmlSpace-expected.txt:
+ * platform/mac/svg/carto.net/button-expected.txt:
+ * platform/mac/svg/carto.net/colourpicker-expected.txt:
+ * platform/mac/svg/carto.net/combobox-expected.txt:
+ * platform/mac/svg/carto.net/selectionlist-expected.txt:
+ * platform/mac/svg/carto.net/tabgroup-expected.txt:
+ * platform/mac/svg/carto.net/textbox-expected.txt:
+ * platform/mac/svg/carto.net/window-expected.txt:
+ * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
+ * platform/mac/svg/css/text-shadow-multiple-expected.txt:
+ * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
+ * platform/mac/svg/custom/alignment-baseline-modes-expected.png: central baseline now works as expected.
+ * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
+ * platform/mac/svg/custom/altglyph-expected.txt:
+ * platform/mac/svg/custom/broken-internal-references-expected.txt:
+ * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
+ * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
+ * platform/mac/svg/custom/dominant-baseline-modes-expected.png: ditto.
+ * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
+ * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
+ * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.checksum:
+ * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png: Kerning is now properly respected.
+ * platform/mac/svg/custom/image-small-width-height-expected.txt:
+ * platform/mac/svg/custom/invalid-fill-expected.txt:
+ * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
+ * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
+ * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
+ * platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt:
+ * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
+ * platform/mac/svg/custom/pattern-rotate-expected.txt:
+ * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
+ * platform/mac/svg/custom/text-dom-01-f-expected.txt:
+ * platform/mac/svg/custom/text-letter-spacing-expected.txt:
+ * platform/mac/svg/custom/text-linking-expected.txt:
+ * platform/mac/svg/custom/text-rotation-expected.checksum: Added.
+ * platform/mac/svg/custom/text-rotation-expected.png: Added.
+ * platform/mac/svg/custom/text-rotation-expected.txt: Added.
+ * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
+ * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
+ * platform/mac/svg/custom/text-x-dy-lists-expected.checksum: Added.
+ * platform/mac/svg/custom/text-x-dy-lists-expected.png: Added.
+ * platform/mac/svg/custom/text-x-dy-lists-expected.txt: Added.
+ * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum:
+ * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
+ * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
+ * platform/mac/svg/custom/use-detach-expected.txt:
+ * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
+ * platform/mac/svg/filters/filter-on-tspan-expected.txt:
+ * platform/mac/svg/text/kerning-expected.txt:
+ * platform/mac/svg/text/multichar-glyph-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
+ * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/mac/svg/text/select-x-list-1-expected.checksum:
+ * platform/mac/svg/text/select-x-list-1-expected.png:
+ * platform/mac/svg/text/select-x-list-1-expected.txt:
+ * platform/mac/svg/text/select-x-list-2-expected.checksum:
+ * platform/mac/svg/text/select-x-list-2-expected.png:
+ * platform/mac/svg/text/select-x-list-2-expected.txt:
+ * platform/mac/svg/text/select-x-list-3-expected.checksum:
+ * platform/mac/svg/text/select-x-list-3-expected.png:
+ * platform/mac/svg/text/select-x-list-3-expected.txt:
+ * platform/mac/svg/text/select-x-list-4-expected.checksum:
+ * platform/mac/svg/text/select-x-list-4-expected.png:
+ * platform/mac/svg/text/select-x-list-4-expected.txt:
+ * platform/mac/svg/text/select-x-list-with-tspans-1-expected.checksum:
+ * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
+ * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
+ * platform/mac/svg/text/select-x-list-with-tspans-2-expected.checksum:
+ * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
+ * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
+ * platform/mac/svg/text/select-x-list-with-tspans-3-expected.checksum:
+ * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
+ * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
+ * platform/mac/svg/text/select-x-list-with-tspans-4-expected.checksum:
+ * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
+ * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
+ * platform/mac/svg/text/text-align-02-b-expected.checksum:
+ * platform/mac/svg/text/text-align-02-b-expected.png:
+ * platform/mac/svg/text/text-align-02-b-expected.txt:
+ * platform/mac/svg/text/text-align-03-b-expected.txt:
+ * platform/mac/svg/text/text-align-04-b-expected.checksum:
+ * platform/mac/svg/text/text-align-04-b-expected.png:
+ * platform/mac/svg/text/text-align-04-b-expected.txt:
+ * platform/mac/svg/text/text-align-05-b-expected.checksum:
+ * platform/mac/svg/text/text-align-05-b-expected.png:
+ * platform/mac/svg/text/text-align-05-b-expected.txt:
+ * platform/mac/svg/text/text-align-06-b-expected.checksum:
+ * platform/mac/svg/text/text-align-06-b-expected.png:
+ * platform/mac/svg/text/text-align-06-b-expected.txt:
+ * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
+ * platform/mac/svg/text/text-deco-01-b-expected.checksum:
+ * platform/mac/svg/text/text-deco-01-b-expected.png:
+ * platform/mac/svg/text/text-deco-01-b-expected.txt:
+ * platform/mac/svg/text/text-hkern-expected.checksum:
+ * platform/mac/svg/text/text-hkern-expected.png: Kerning now respects text chunk boundaries.
+ * platform/mac/svg/text/text-hkern-expected.txt:
+ * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/mac/svg/text/text-path-01-b-expected.checksum:
+ * platform/mac/svg/text/text-path-01-b-expected.png:
+ * platform/mac/svg/text/text-path-01-b-expected.txt:
+ * platform/mac/svg/text/text-spacing-01-b-expected.checksum:
+ * platform/mac/svg/text/text-spacing-01-b-expected.png:
+ * platform/mac/svg/text/text-spacing-01-b-expected.txt:
+ * platform/mac/svg/text/text-text-01-b-expected.checksum:
+ * platform/mac/svg/text/text-text-01-b-expected.png:
+ * platform/mac/svg/text/text-text-01-b-expected.txt:
+ * platform/mac/svg/text/text-text-04-t-expected.checksum:
+ * platform/mac/svg/text/text-text-04-t-expected.png:
+ * platform/mac/svg/text/text-text-04-t-expected.txt:
+ * platform/mac/svg/text/text-text-05-t-expected.checksum:
+ * platform/mac/svg/text/text-text-05-t-expected.png: y positions now also start text chunks, finally a progression on this test!
+ * platform/mac/svg/text/text-text-05-t-expected.txt:
+ * platform/mac/svg/text/text-text-06-t-expected.txt:
+ * platform/mac/svg/text/text-text-07-t-expected.checksum:
+ * platform/mac/svg/text/text-text-07-t-expected.png:
+ * platform/mac/svg/text/text-text-07-t-expected.txt:
+ * platform/mac/svg/text/text-text-08-b-expected.checksum:
+ * platform/mac/svg/text/text-text-08-b-expected.png: Opacity doesn't affect selection anymore, matches all other browsers.
+ * platform/mac/svg/text/text-tselect-01-b-expected.txt:
+ * platform/mac/svg/text/text-tselect-02-f-expected.txt:
+ * platform/mac/svg/text/text-tspan-01-b-expected.txt:
+ * platform/mac/svg/text/text-vkern-expected.checksum:
+ * platform/mac/svg/text/text-vkern-expected.png: Kerning now respects text chunk boundaries.
+ * platform/mac/svg/text/text-vkern-expected.txt:
+ * platform/mac/svg/text/textPathBoundsBug-expected.txt:
+ * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+ * svg/batik/text/xmlSpace.svg: Fixed wrong test, now the embedded SVG Font is actually used.
+ * svg/custom/altglyph.svg: Fixed wrong test, xlink namespace was wrong, xlink:href for altGlyph had no effect.
+ * svg/custom/glyph-setting-d-attribute-expected.txt:
+ * svg/custom/glyph-transformation-with-hkern-expected.txt:
+ * svg/custom/text-rotation.svg: Added.
+ * svg/custom/text-x-dy-lists.svg: Added.
+ * svg/custom/text-x-override-in-tspan-child.svg: Fixed wrong test, depending on a previous bug - now matches Opera.
+ * svg/text/multichar-glyph.svg: Also dump end positions of characters.
+ * svg/text/resources/SelectionTestCase.js: Modify the selection test cases, to draw green lines marking the computed start & end postions of the selected characters.
+ (selectRange):
+
+2010-10-02 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Build fix.
+
+ Add test expectations for Chromium.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Martin Robinson <mrobinson@igalia.com>
+
+ Removed an expected result for a previously skipped test. This test
+ is skipped because it fails on 1 (out of 4) GTK+ bots. It had
+ started failing again after the WebSocket tests were relocated and
+ the skipped list was no longer up to date.
+
+ * platform/gtk/Skipped: Update skipped list to reflect new test location.
+ * platform/gtk/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Removed.
+
+2010-10-01 Tony Chang <tony@chromium.org>
+
+ Unreviewed. Turns out Safari Win matches Safari Mac so move the
+ expectation to chromium-win.
+
+ * platform/chromium-win/editing/selection/5354455-1-expected.txt: Renamed from LayoutTests/platform/win/editing/selection/5354455-1-expected.txt.
+ * platform/win/Skipped:
+
+2010-10-01 Tony Chang <tony@chromium.org>
+
+ Unreviewed. Updating layout test (editing/selection/5354455-1.html) after r68948.
+ Will fix soon.
+
+ * platform/chromium/test_expectations.txt:
+ * platform/win/Skipped:
+
+2010-10-01 Evan Martin <evan@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ editing/selection/5354455-1 has incorrect description text
+ https://bugs.webkit.org/show_bug.cgi?id=44990
+
+ This test includes descriptive text that describes an OS X-specific behavior.
+ I almost checked in an incorrect baseline because I believed the text.
+ This change amends the text to describe expected behavior on Mac/Win/Linux.
+
+ Rather than requiring new baselines on all platforms, I took this opportunity
+ to also convert the test to a markup dump. We'll then end up with just one
+ Mac baseline and one non-Mac baseline.
+
+ * editing/selection/5354455-1.html:
+ * platform/chromium-linux/editing/selection/5354455-1-expected.checksum: Removed.
+ * platform/chromium-linux/editing/selection/5354455-1-expected.png: Removed.
+ * platform/chromium-win/editing/selection/5354455-1-expected.checksum: Removed.
+ * platform/chromium-win/editing/selection/5354455-1-expected.png: Removed.
+ * platform/chromium-win/editing/selection/5354455-1-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/editing/selection/5354455-1-expected.txt: Removed.
+ * platform/mac-leopard/editing/selection/5354455-1-expected.checksum: Removed.
+ * platform/mac-leopard/editing/selection/5354455-1-expected.png: Removed.
+ * platform/mac/editing/selection/5354455-1-expected.checksum: Removed.
+ * platform/mac/editing/selection/5354455-1-expected.png: Removed.
+ * platform/mac/editing/selection/5354455-1-expected.txt: Updated.
+ * platform/win/editing/selection/5354455-1-expected.txt: Added.
+
+2010-09-30 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ texImage2D fails on 16-bit-per-channel images
+ https://bugs.webkit.org/show_bug.cgi?id=46947
+
+ * fast/canvas/webgl/gl-teximage-expected.txt: Add a test case for loading 16-bit-per-channel images as textures.
+ * fast/canvas/webgl/gl-teximage.html: Ditto.
+ * fast/canvas/webgl/resources/green-2x2-16bit.png: Added.
+
+2010-10-01 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add test expectations for Chromium.
+
+ * platform/chromium-linux/fast/blockflow/block-level-images-expected.checksum: Added.
+ * platform/chromium-linux/fast/blockflow/block-level-images-expected.png: Added.
+ * platform/chromium-linux/fast/css/rtl-to-viewport-expected.checksum: Added.
+ * platform/chromium-linux/fast/css/rtl-to-viewport-expected.png: Added.
+ * platform/chromium-linux/fast/css/rtl-to-viewport-expected.txt: Added.
+ * platform/chromium-linux/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Copied from LayoutTests/platform/chromium-linux/websocket/tests/bad-sub-protocol-control-chars-expected.txt.
+ * platform/chromium-linux/http/tests/websocket/tests/url-parsing-expected.txt: Added.
+ * platform/chromium-mac/fast/blockflow/block-level-images-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/block-level-images-expected.png: Added.
+ * platform/chromium-mac/fast/css/rtl-to-viewport-expected.checksum: Added.
+ * platform/chromium-mac/fast/css/rtl-to-viewport-expected.png: Added.
+ * platform/chromium-mac/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Copied from LayoutTests/platform/chromium-linux/websocket/tests/bad-sub-protocol-control-chars-expected.txt.
+ * platform/chromium-mac/http/tests/websocket/tests/url-parsing-expected.txt: Added.
+ * platform/chromium-win-xp/fast/blockflow/block-level-images-expected.png: Added.
+ * platform/chromium-win-xp/fast/css/rtl-to-viewport-expected.png: Added.
+ * platform/chromium-win/fast/blockflow/block-level-images-expected.checksum: Added.
+ * platform/chromium-win/fast/blockflow/block-level-images-expected.png: Added.
+ * platform/chromium-win/fast/css/rtl-to-viewport-expected.checksum: Added.
+ * platform/chromium-win/fast/css/rtl-to-viewport-expected.png: Added.
+ * platform/chromium-win/fast/css/rtl-to-viewport-expected.txt: Added.
+ * platform/chromium-win/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Copied from LayoutTests/platform/chromium-win/websocket/tests/bad-sub-protocol-control-chars-expected.txt.
+ * platform/chromium-win/http/tests/websocket/tests/url-parsing-expected.txt: Added.
+ * platform/chromium-win/platform/win/plugins/get-value-netscape-window-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add test expectations for Chromium.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Land post-XP results for fast/text/backslash-to-yen-sign-euc.html
+
+ The fonts this test uses must have changed after Windows XP
+
+ * platform/win-xp/fast/text/backslash-to-yen-sign-euc-expected.txt:
+ Copied from LayoutTests/platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt.
+ * platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
+ Updated for post-XP.
+
+2010-10-01 Adam Barth <abarth@webkit.org>
+
+ Add a Gtk-specific baseline for a WebSocket test.
+
+ * platform/gtk/http/tests/websocket: Added.
+ * platform/gtk/http/tests/websocket/tests: Added.
+ * platform/gtk/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Added.
+
+2010-10-01 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add the dummy README file to solve build breakages in Chromium.
+ It should be removed once the breakage is resolved.
+
+ * websocket/tests/workers/README: Added.
+
+2010-10-01 Enrica Casucci <enrica@apple.com>
+
+ Reviewed by Darin Adler.
+
+ DOMFocusIn/DOMFocusOut return focusin/focusout Event.type
+ https://bugs.webkit.org/show_bug.cgi?id=42580
+ <rdar://problem/8107311>
+
+ * fast/events/focusinout.html: Modified to check the event type.
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Land new Windows results for
+ fast/text/international/bidi-mirror-he-ar.html
+
+ Fixes <http://webkit.org/b/47001> <rdar://problem/8503550>
+ fast/text/international/bidi-mirror-he-ar.html fails on Windows
+
+ Recommended by Dan Bernstein.
+
+ * platform/win/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
+ * platform/win/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
+ * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
+
+2010-10-01 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Darin Adler.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46642, make replaced elements work with block-flow. This patch changes
+ all of the computeReplacedLogicalWidth and comuteReplacedLogicalHeight functions (and their helpers) to use logical width
+ and logical height instead.
+
+ Added fast/blockflow/block-level-images.html
+
+ * fast/blockflow/block-level-images.html: Added.
+ * fast/blockflow/resources: Added.
+ * fast/blockflow/resources/circle.svg: Added.
+ * fast/blockflow/resources/oval.png: Added.
+ * platform/mac/fast/blockflow/block-level-images-expected.checksum: Added.
+ * platform/mac/fast/blockflow/block-level-images-expected.png: Added.
+ * platform/mac/fast/blockflow/block-level-images-expected.txt: Added.
+
+2010-09-30 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ WebSocket tests are flaky
+ https://bugs.webkit.org/show_bug.cgi?id=46956
+
+ Hosting the WebSocket tests using the Python HTTP server causes the
+ tests to time out occationally. This patch moves the tests to be
+ hosted by the usual Apache server.
+
+ This patch doesn't completely eliminate the flakiness. However,
+ testing on my local machine shows that it reduces it by a large factor.
+ I suspect there's more flakiness hiding in the Python server, but this
+ patch makes some amount of progress on the issue.
+
+ * http/tests/websocket: Copied from LayoutTests/websocket.
+ * http/tests/websocket/tests/alert-in-event-handler.html:
+ * http/tests/websocket/tests/bad-handshake-crash.html:
+ * http/tests/websocket/tests/bad-sub-protocol-control-chars.html:
+ * http/tests/websocket/tests/bad-sub-protocol-empty.html:
+ * http/tests/websocket/tests/bad-sub-protocol-non-ascii.html:
+ * http/tests/websocket/tests/bufferedAmount-after-close.html:
+ * http/tests/websocket/tests/close-on-navigate-new-location.html:
+ * http/tests/websocket/tests/close-on-unload-and-force-gc.html:
+ * http/tests/websocket/tests/close-on-unload-reference-in-parent.html:
+ * http/tests/websocket/tests/close-on-unload.html:
+ * http/tests/websocket/tests/cross-origin-expected.txt:
+ * http/tests/websocket/tests/cross-origin.html:
+ * http/tests/websocket/tests/error-detect.html:
+ * http/tests/websocket/tests/frame-length-longer-than-buffer.html:
+ * http/tests/websocket/tests/frame-length-overflow.html:
+ * http/tests/websocket/tests/frame-length-skip.html:
+ * http/tests/websocket/tests/handshake-challenge-randomness.html:
+ * http/tests/websocket/tests/handshake-error.html:
+ * http/tests/websocket/tests/handshake-fail-by-cross-origin-expected.txt:
+ * http/tests/websocket/tests/handshake-fail-by-cross-origin.html:
+ * http/tests/websocket/tests/handshake-fail-by-no-cr.html:
+ * http/tests/websocket/tests/handshake-fail-by-sub-protocol-mismatch.html:
+ * http/tests/websocket/tests/httponly-cookie.pl:
+ * http/tests/websocket/tests/long-invalid-header.html:
+ * http/tests/websocket/tests/null-character.html:
+ * http/tests/websocket/tests/reload-crash.html:
+ * http/tests/websocket/tests/resources/close-on-unload-iframe-reference-in-parent.html:
+ * http/tests/websocket/tests/resources/close-on-unload-iframe.html:
+ * http/tests/websocket/tests/resources/js-test-post-function.js: Copied from LayoutTests/fast/js/resources/js-test-post-function.js.
+ * http/tests/websocket/tests/resources/js-test-pre.js: Copied from LayoutTests/fast/js/resources/js-test-pre.js.
+ * http/tests/websocket/tests/resources/js-test-style.css: Copied from LayoutTests/fast/js/resources/js-test-style.css.
+ * http/tests/websocket/tests/resources/reload-crash-iframe.html:
+ * http/tests/websocket/tests/script-tests/TEMPLATE.html:
+ * http/tests/websocket/tests/script-tests/cross-origin.js:
+ (endTest):
+ * http/tests/websocket/tests/send-after-close-on-unload.html:
+ * http/tests/websocket/tests/send-throw.html:
+ * http/tests/websocket/tests/send.html:
+ * http/tests/websocket/tests/simple.html:
+ * http/tests/websocket/tests/sub-protocol-with-space.html:
+ * http/tests/websocket/tests/sub-protocol.html:
+ * http/tests/websocket/tests/unicode.html:
+ * http/tests/websocket/tests/url-no-trailing-slash.html:
+ * http/tests/websocket/tests/url-parsing-expected.txt:
+ * http/tests/websocket/tests/url-parsing.html:
+ * http/tests/websocket/tests/url-with-credential.html:
+ * http/tests/websocket/tests/url-with-empty-query.html:
+ * http/tests/websocket/tests/url-with-query-for-no-query.html:
+ * http/tests/websocket/tests/url-with-query.html:
+ * http/tests/websocket/tests/websocket-event-target.html:
+ * http/tests/websocket/tests/websocket-protocol-ignored.html:
+ * platform/chromium-gpu/test_expectations.txt:
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/test_expectations.txt:
+ * platform/win/Skipped:
+ * websocket: Removed.
+ * websocket/resources: Removed.
+ * websocket/resources/server-failed-to-start.html: Removed.
+ * websocket/tests: Removed.
+ * websocket/tests/alert-in-event-handler-expected.txt: Removed.
+ * websocket/tests/alert-in-event-handler.html: Removed.
+ * websocket/tests/bad-handshake-crash-expected.txt: Removed.
+ * websocket/tests/bad-handshake-crash.html: Removed.
+ * websocket/tests/bad-handshake-crash_wsh.py: Removed.
+ * websocket/tests/bad-sub-protocol-control-chars-expected.txt: Removed.
+ * websocket/tests/bad-sub-protocol-control-chars.html: Removed.
+ * websocket/tests/bad-sub-protocol-empty-expected.txt: Removed.
+ * websocket/tests/bad-sub-protocol-empty.html: Removed.
+ * websocket/tests/bad-sub-protocol-non-ascii-expected.txt: Removed.
+ * websocket/tests/bad-sub-protocol-non-ascii.html: Removed.
+ * websocket/tests/bufferedAmount-after-close-expected.txt: Removed.
+ * websocket/tests/bufferedAmount-after-close.html: Removed.
+ * websocket/tests/close-on-navigate-new-location-expected.txt: Removed.
+ * websocket/tests/close-on-navigate-new-location.html: Removed.
+ * websocket/tests/close-on-unload-and-force-gc-expected.txt: Removed.
+ * websocket/tests/close-on-unload-and-force-gc.html: Removed.
+ * websocket/tests/close-on-unload-expected.txt: Removed.
+ * websocket/tests/close-on-unload-reference-in-parent-expected.txt: Removed.
+ * websocket/tests/close-on-unload-reference-in-parent.html: Removed.
+ * websocket/tests/close-on-unload.html: Removed.
+ * websocket/tests/close-on-unload_wsh.py: Removed.
+ * websocket/tests/cross-origin-expected.txt: Removed.
+ * websocket/tests/cross-origin.html: Removed.
+ * websocket/tests/echo-challenge_wsh.py: Removed.
+ * websocket/tests/echo-cookie_wsh.py: Removed.
+ * websocket/tests/echo-location_wsh.py: Removed.
+ * websocket/tests/echo_wsh.py: Removed.
+ * websocket/tests/error-detect-expected.txt: Removed.
+ * websocket/tests/error-detect.html: Removed.
+ * websocket/tests/fixed-origin_wsh.py: Removed.
+ * websocket/tests/frame-length-longer-than-buffer-expected.txt: Removed.
+ * websocket/tests/frame-length-longer-than-buffer.html: Removed.
+ * websocket/tests/frame-length-longer-than-buffer_wsh.py: Removed.
+ * websocket/tests/frame-length-overflow-expected.txt: Removed.
+ * websocket/tests/frame-length-overflow.html: Removed.
+ * websocket/tests/frame-length-overflow_wsh.py: Removed.
+ * websocket/tests/frame-length-skip-expected.txt: Removed.
+ * websocket/tests/frame-length-skip.html: Removed.
+ * websocket/tests/frame-length-skip_wsh.py: Removed.
+ * websocket/tests/frame-lengths-expected.txt: Removed.
+ * websocket/tests/frame-lengths.html: Removed.
+ * websocket/tests/handler_map.txt: Removed.
+ * websocket/tests/handshake-challenge-randomness-expected.txt: Removed.
+ * websocket/tests/handshake-challenge-randomness.html: Removed.
+ * websocket/tests/handshake-error-expected.txt: Removed.
+ * websocket/tests/handshake-error.html: Removed.
+ * websocket/tests/handshake-error_wsh.py: Removed.
+ * websocket/tests/handshake-fail-by-cross-origin-expected.txt: Removed.
+ * websocket/tests/handshake-fail-by-cross-origin.html: Removed.
+ * websocket/tests/handshake-fail-by-no-cr-expected.txt: Removed.
+ * websocket/tests/handshake-fail-by-no-cr.html: Removed.
+ * websocket/tests/handshake-fail-by-no-cr_wsh.py: Removed.
+ * websocket/tests/handshake-fail-by-sub-protocol-mismatch-expected.txt: Removed.
+ * websocket/tests/handshake-fail-by-sub-protocol-mismatch.html: Removed.
+ * websocket/tests/httponly-cookie-expected.txt: Removed.
+ * websocket/tests/httponly-cookie.pl: Removed.
+ * websocket/tests/long-invalid-header-expected.txt: Removed.
+ * websocket/tests/long-invalid-header.html: Removed.
+ * websocket/tests/long-invalid-header_wsh.py: Removed.
+ * websocket/tests/multiple-connections-expected.txt: Removed.
+ * websocket/tests/multiple-connections.html: Removed.
+ * websocket/tests/no-query_wsh.py: Removed.
+ * websocket/tests/null-character-expected.txt: Removed.
+ * websocket/tests/null-character.html: Removed.
+ * websocket/tests/origin-test_wsh.py: Removed.
+ * websocket/tests/protocol-test_wsh.py: Removed.
+ * websocket/tests/reload-crash-expected.txt: Removed.
+ * websocket/tests/reload-crash.html: Removed.
+ * websocket/tests/resources: Removed.
+ * websocket/tests/resources/close-on-unload-iframe-reference-in-parent.html: Removed.
+ * websocket/tests/resources/close-on-unload-iframe.html: Removed.
+ * websocket/tests/resources/reload-crash-iframe.html: Removed.
+ * websocket/tests/script-tests: Removed.
+ * websocket/tests/script-tests/TEMPLATE.html: Removed.
+ * websocket/tests/script-tests/alert-in-event-handler.js: Removed.
+ * websocket/tests/script-tests/bad-handshake-crash.js: Removed.
+ * websocket/tests/script-tests/bad-sub-protocol-control-chars.js: Removed.
+ * websocket/tests/script-tests/bad-sub-protocol-empty.js: Removed.
+ * websocket/tests/script-tests/bad-sub-protocol-non-ascii.js: Removed.
+ * websocket/tests/script-tests/bufferedAmount-after-close.js: Removed.
+ * websocket/tests/script-tests/cross-origin.js: Removed.
+ * websocket/tests/script-tests/error-detect.js: Removed.
+ * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Removed.
+ * websocket/tests/script-tests/frame-length-skip.js: Removed.
+ * websocket/tests/script-tests/handshake-challenge-randomness.js: Removed.
+ * websocket/tests/script-tests/handshake-error.js: Removed.
+ * websocket/tests/script-tests/handshake-fail-by-cross-origin.js: Removed.
+ * websocket/tests/script-tests/handshake-fail-by-no-cr.js: Removed.
+ * websocket/tests/script-tests/handshake-fail-by-sub-protocol-mismatch.js: Removed.
+ * websocket/tests/script-tests/long-invalid-header.js: Removed.
+ * websocket/tests/script-tests/null-character.js: Removed.
+ * websocket/tests/script-tests/send-throw.js: Removed.
+ * websocket/tests/script-tests/send.js: Removed.
+ * websocket/tests/script-tests/simple.js: Removed.
+ * websocket/tests/script-tests/sub-protocol-with-space.js: Removed.
+ * websocket/tests/script-tests/sub-protocol.js: Removed.
+ * websocket/tests/script-tests/unicode.js: Removed.
+ * websocket/tests/script-tests/url-no-trailing-slash.js: Removed.
+ * websocket/tests/script-tests/url-parsing.js: Removed.
+ * websocket/tests/script-tests/url-with-credential.js: Removed.
+ * websocket/tests/script-tests/url-with-empty-query.js: Removed.
+ * websocket/tests/script-tests/url-with-query-for-no-query.js: Removed.
+ * websocket/tests/script-tests/url-with-query.js: Removed.
+ * websocket/tests/script-tests/websocket-event-target.js: Removed.
+ * websocket/tests/script-tests/websocket-protocol-ignored.js: Removed.
+ * websocket/tests/send-after-close-on-unload-expected.txt: Removed.
+ * websocket/tests/send-after-close-on-unload.html: Removed.
+ * websocket/tests/send-expected.txt: Removed.
+ * websocket/tests/send-throw-expected.txt: Removed.
+ * websocket/tests/send-throw.html: Removed.
+ * websocket/tests/send.html: Removed.
+ * websocket/tests/send2_wsh.py: Removed.
+ * websocket/tests/send_wsh.py: Removed.
+ * websocket/tests/simple-expected.txt: Removed.
+ * websocket/tests/simple-stress-expected.txt: Removed.
+ * websocket/tests/simple-stress.html: Removed.
+ * websocket/tests/simple.html: Removed.
+ * websocket/tests/simple_wsh.py: Removed.
+ * websocket/tests/sub-protocol-expected.txt: Removed.
+ * websocket/tests/sub-protocol-with-space-expected.txt: Removed.
+ * websocket/tests/sub-protocol-with-space.html: Removed.
+ * websocket/tests/sub-protocol.html: Removed.
+ * websocket/tests/unicode-expected.txt: Removed.
+ * websocket/tests/unicode.html: Removed.
+ * websocket/tests/unicode_wsh.py: Removed.
+ * websocket/tests/unknown-frame-type_wsh.py: Removed.
+ * websocket/tests/url-no-trailing-slash-expected.txt: Removed.
+ * websocket/tests/url-no-trailing-slash.html: Removed.
+ * websocket/tests/url-parsing-expected.txt: Removed.
+ * websocket/tests/url-parsing.html: Removed.
+ * websocket/tests/url-with-credential-expected.txt: Removed.
+ * websocket/tests/url-with-credential.html: Removed.
+ * websocket/tests/url-with-empty-query-expected.txt: Removed.
+ * websocket/tests/url-with-empty-query.html: Removed.
+ * websocket/tests/url-with-query-expected.txt: Removed.
+ * websocket/tests/url-with-query-for-no-query-expected.txt: Removed.
+ * websocket/tests/url-with-query-for-no-query.html: Removed.
+ * websocket/tests/url-with-query.html: Removed.
+ * websocket/tests/websocket-event-target-expected.txt: Removed.
+ * websocket/tests/websocket-event-target.html: Removed.
+ * websocket/tests/websocket-pending-activity-expected.txt: Removed.
+ * websocket/tests/websocket-pending-activity.html: Removed.
+ * websocket/tests/websocket-protocol-ignored-expected.txt: Removed.
+ * websocket/tests/websocket-protocol-ignored.html: Removed.
+ * websocket/tests/workers: Removed.
+ * websocket/tests/workers/close-in-onmessage-crash-expected.txt: Removed.
+ * websocket/tests/workers/close-in-onmessage-crash.html: Removed.
+ * websocket/tests/workers/close-in-shared-worker-expected.txt: Removed.
+ * websocket/tests/workers/close-in-shared-worker.html: Removed.
+ * websocket/tests/workers/close-in-worker-expected.txt: Removed.
+ * websocket/tests/workers/close-in-worker.html: Removed.
+ * websocket/tests/workers/resources: Removed.
+ * websocket/tests/workers/resources/close-in-onmessage-crash.js: Removed.
+ * websocket/tests/workers/resources/close-in-worker.js: Removed.
+ * websocket/tests/workers/resources/echo-challenge_wsh.py: Removed.
+ * websocket/tests/workers/resources/echo_wsh.py: Removed.
+ * websocket/tests/workers/resources/simple_wsh.py: Removed.
+ * websocket/tests/workers/resources/worker-handshake-challenge-randomness.js: Removed.
+ * websocket/tests/workers/resources/worker-simple.js: Removed.
+ * websocket/tests/workers/shared-worker-simple-expected.txt: Removed.
+ * websocket/tests/workers/shared-worker-simple.html: Removed.
+ * websocket/tests/workers/worker-handshake-challenge-randomness-expected.txt: Removed.
+ * websocket/tests/workers/worker-handshake-challenge-randomness.html: Removed.
+ * websocket/tests/workers/worker-simple-expected.txt: Removed.
+ * websocket/tests/workers/worker-simple.html: Removed.
+
+2010-10-01 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Build fix.
+
+ Adjust test expectations for Chromium.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ <rdar://problem/7563219> Null dereference when dragging an element with generated content
+ https://bugs.webkit.org/show_bug.cgi?id=47005
+
+ * fast/css-generated-content/drag-state-expected.txt: Added.
+ * fast/css-generated-content/drag-state.html: Added.
+
+2010-10-01 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Build fix.
+
+ Change test expectations for Chromium.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Remove a test I just fixed from the Skipped file
+
+ * platform/win/Skipped:
+
+2010-10-01 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Adam Barth.
+
+ [Qt] Fix http/tests/loading/redirect-methods.html
+
+ https://bugs.webkit.org/show_bug.cgi?id=41571
+
+ Unskip http/tests/loading/redirect-methods.html
+
+ * platform/qt/Skipped:
+
+2010-09-30 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ Implement queryCommandState('justifyFull')
+ https://bugs.webkit.org/show_bug.cgi?id=46954
+
+ Added tests for queryCommandState('justifyFull') to editing/execCommand/query-text-alignment.html
+
+ * editing/execCommand/query-text-alignment-expected.txt:
+ * editing/execCommand/script-tests/query-text-alignment.js:
+ (queryTextAlignment):
+ (runRangeTests):
+
+2010-10-01 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46995, make direction propagate up to the viewport from the root element.
+
+ * fast/css/rtl-to-viewport.html: Added.
+ * platform/mac/fast/css/rtl-to-viewport-expected.checksum: Added.
+ * platform/mac/fast/css/rtl-to-viewport-expected.png: Added.
+ * platform/mac/fast/css/rtl-to-viewport-expected.txt: Added.
+
+2010-10-01 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ https://bugs.webkit.org/show_bug.cgi?id=44406
+ <rdar://problem/8310921> Application Cache crash when a fallback document has a manifest URL
+
+ * http/tests/appcache/foreign-fallback-expected.txt: Added.
+ * http/tests/appcache/foreign-fallback.html: Added.
+ * http/tests/appcache/resources/foreign-fallback-fallback.html: Added.
+ * http/tests/appcache/resources/foreign-fallback.manifest: Added.
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Support for testing NPN_GetValue(NPNVnetscapeWindow)
+
+ Test for <http://webkit.org/b/46726> <rdar://problem/8486319>
+ Right-clicking on windowless Flash plugin in WebKit2 makes a context
+ menu appear in the bottom-right corner of the screen
+
+ Reviewed by Anders Carlsson.
+
+ * platform/win/plugins/get-value-netscape-window-expected.txt: Added.
+ * platform/win/plugins/get-value-netscape-window.html: Added.
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Add expected Windows results for
+ scrollbars/custom-scrollbar-with-incomplete-style.html
+
+ This test was added in r66372 without any expected results.
+
+ * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
+ * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+ * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
+
+2010-10-01 Andrey Kosyakov <caseq@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: [Extensions API] expose page load events timings
+ Added webInspector.resources.getPageTimings()
+ https://bugs.webkit.org/show_bug.cgi?id=45954
+
+ * inspector/extensions-api-expected.txt:
+ * inspector/extensions-resources-expected.txt:
+ * inspector/extensions-resources.html:
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Remove the fixed test from the Skipped file, too
+
+ * platform/win/Skipped:
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Remove bogus Windows results for clip-path-referencing-use2.svg
+
+ Fixes <http://webkit.org/b/46919> <rdar://problem/8497626> REGRESSION?
+ (r65617?): svg/custom/clip-path-referencing-use2.svg fails on Windows
+
+ Rubber-stamped by Nikolas Zimmermann.
+
+ * platform/win/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Make regression tests pass on machines with 16-bit displays
+
+ I made these tests require 24-bit displays in r68808 and r68809,
+ thinking that we didn't have any testers that had 16-bit displays. But
+ apparently I was wrong; at least one Windows tester has a 16-bit
+ display.
+
+ Fixes <http://webkit.org/b/46980>
+ fast/media/color-does-not-include-alpha.html failing on Windows
+
+ Reviewed by Nikolas Zimmermann.
+
+ * fast/dom/Window/window-screen-properties-expected.txt: Updated
+ results.
+ * fast/dom/Window/window-screen-properties.html: Changed to allow
+ either 16 or 24 bits.
+ * fast/media/color-does-not-include-alpha.html: Changed to allow
+ either 5 or 8 bits per channel.
+
+2010-10-01 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed rolling out r68633, because we don't need Qt specific expected results any more.
+
+ * platform/qt/canvas: Removed.
+ * platform/qt/canvas/philip: Removed.
+ * platform/qt/canvas/philip/tests: Removed.
+ * platform/qt/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.line.join.parallel-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.gradient.alpha-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.gradient.basic-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.shadow.gradient.transparent.2-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed.
+ * platform/qt/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
+
+2010-10-01 Adam Roben <aroben@apple.com>
+
+ Add some more failing tests to the Windows Skipped file
+
+ * platform/win/Skipped:
+
+2010-10-01 MORITA Hajime <morrita@google.com>
+
+ Unreviewed, added a expectation.
+
+ * platform/chromium-mac/fast/repaint/canvas-putImageData-expected.checksum: Added.
+ * platform/chromium-mac/fast/repaint/canvas-putImageData-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-10-01 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ [Qt] fast/media/color-does-not-include-alpha.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=46966
+
+ * platform/qt/Skipped: fast/media/color-does-not-include-alpha.html added until fix.
+
+2010-10-01 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ http/tests/navigation/ping-same-origin.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=46961
+
+ This test fails by forgetting to print out the REQUEST_METHOD:
+
+ http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r68727%20(18470)/http/tests/navigation/ping-same-origin-pretty-diff.html
+
+ The only way this makes sense is if the file isn't finished writing by
+ the time it gets read. This can happen because the reader is polling
+ the file for existence (!) to decide whether to read it.
+
+ This patch writes to a temporary location and then moves the finished
+ bytes into the well-known location atomically. I haven't verified that
+ it fixes the flakiness, but it seems like a good bet.
+
+ * http/tests/navigation/resources/save-ping.php:
+
+2010-10-01 Vincent Scheib <scheib@chromium.org>
+
+ Reviewed by James Robinson.
+
+ REGRESSION: Lots of fast canvas updates fail to completely render
+ https://bugs.webkit.org/show_bug.cgi?id=46319
+
+ * fast/repaint/canvas-putImageData-expected.txt: Added.
+ * fast/repaint/canvas-putImageData.html: Added.
+ * platform/chromium-win/fast/repaint/canvas-putImageData-expected.checksum: Added.
+ * platform/chromium-win/fast/repaint/canvas-putImageData-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-09-30 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/drt_expectations.txt: Add recent failures.
+
+2010-09-30 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dan Bernstein.
+
+ Tests that adding text to a :before container that is styled as a
+ table column group does not result in crash.
+ https://bugs.webkit.org/show_bug.cgi?id=46106
+
+ * fast/css-generated-content/text-before-table-col-crash-expected.txt: Added.
+ * fast/css-generated-content/text-before-table-col-crash.html: Added.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Build fix.
+
+ Adjust test expectations for Chromium.
+
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-09-30 Beth Dakin <bdakin@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46948 Crash with all-
+ whitespace separators for mfenced
+
+ * mathml/fenced-whitespace-separators-crash-expected.txt: Added.
+ * mathml/fenced-whitespace-separators-crash.html: Added.
+
+2010-09-30 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Jon Honeycutt.
+
+ REGRESSION (r65681): Crash in AccessibilityUIElement::addSelection when running platform/win/accessibility/selection-and-focus.html
+ https://bugs.webkit.org/show_bug.cgi?id=46913
+
+ REGRESSION (r65681): platform/win/accessibility/img-alt-attribute.html failing on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=46914
+
+ <rdar://problem/8497332&8497393>
+
+ Fix two layout tests that made incorrect assumptions about the structure of the
+ accessibility tree.
+
+ * platform/win/Skipped:
+ * platform/win/accessibility/img-alt-attribute.html:
+ * platform/win/accessibility/selection-and-focus.html:
+
+2010-09-30 Darin Adler <darin@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Remove remaining calls to deprecatedParseURL
+ https://bugs.webkit.org/show_bug.cgi?id=26599
+
+ * fast/replaced/object-param-spaces-expected.txt: Copied from
+ LayoutTests/fast/replaced/object-param-url-control-char-expected.txt.
+ * fast/replaced/object-param-spaces.html: Copied from
+ LayoutTests/fast/replaced/object-param-url-control-char.html.
+ * fast/replaced/object-param-url-control-char-expected.txt: Removed.
+ * fast/replaced/object-param-url-control-char.html: Removed.
+ Changed this test to expect HTML standard space trimming, but not the WebKit-only
+ control character stripping we had historically.
+
+ * fast/url/query-expected.txt: Updated to expect the test to pass.
+
+ * fast/url/script-tests/segments-from-data-url.js: Changed expected result to not
+ expect stripping of newline characters.
+ * fast/url/script-tests/segments.js: Ditto.
+ * fast/url/segments-expected.txt: Updated results.
+ * fast/url/segments-from-data-url-expected.txt: Ditto.
+
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ These tests had multiple test cases with embedded control characters. These URLs no
+ longer qualify as javascript URLs, so there are no longer any unsafe JavaScript log
+ messages for them. The test cases themselves need not be changed at this time.
+
+ * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+ Updated expected results to reflect the fact that the control character is no longer
+ stripped from the URL in these cases. The test is still valid, but these are not as
+ interesting test cases any more since control characters do not have special handling.
+
+2010-09-30 Martin Robinson <mrobinson@igalia.com>
+
+ Unskip some tests that are passing and rebaseline a couple others.
+
+ * platform/gtk/Skipped: Unskip tests and do a little reorganization.
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt: Rebaselined.
+ * platform/gtk/fast/overflow/line-clamp-expected.txt: Added.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Remove a test expectation since the problem was fixed.
+
+ * platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Add test expectations for Chromium.
+
+ * platform/chromium-win/editing/execCommand/toggle-compound-styles-expected.txt: Added.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Update test expectations for Chromium.
+
+ * platform/chromium-linux/fast/text/international/thai-baht-space-expected.checksum:
+ * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png:
+
+2010-09-30 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46938
+
+ Rewrite margin collapsing to be block-flow-aware. Eliminate a bunch of the margin functions on RenderBox in favor of a single
+ master function for grabbing all the margin values for a child: marginValuesForChild on RenderBlock. Introduce a new
+ MarginValues struct to make returning the collection of 4 margin values easy.
+
+ fast/blockflow/inline-direction-positioning.html progresses to have the correct results.
+ Added fast/blockflow/margin-collapse.html
+
+
+ * fast/blockflow/margin-collapse.html: Added.
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.checksum:
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.png:
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.txt:
+ * platform/mac/fast/blockflow/margin-collapse-expected.checksum: Added.
+ * platform/mac/fast/blockflow/margin-collapse-expected.png: Added.
+ * platform/mac/fast/blockflow/margin-collapse-expected.txt: Added.
+
+2010-09-30 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed rebaseline for Qt and Windows platforms required by r68830.
+
+ * platform/qt/editing/execCommand/toggle-compound-styles-expected.txt: Merged b elements.
+ * platform/win/editing/execCommand/toggle-compound-styles-expected.txt: Ditto.
+
+2010-09-30 James Simonsen <simonjam@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ [Web Timing] Make requestEnd equal to start of response
+ https://bugs.webkit.org/show_bug.cgi?id=46302
+
+ * fast/dom/script-tests/webtiming.js:
+ (checkTimingBeforeLoad):
+ (checkWebTimingOnLoad):
+ (checkWebTimingAfterLoad):
+ * fast/dom/webtiming-expected.txt:
+
+2010-09-30 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed, updated test_expectations.txt
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-30 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
+ https://bugs.webkit.org/show_bug.cgi?id=46870
+
+ * platform/mac-snowleopard/Skipped: Re-enable the test.
+
+2010-09-30 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Tony Chang.
+
+ WebKit nests font element when applying different font styles
+ https://bugs.webkit.org/show_bug.cgi?id=45568
+
+ Added a test to ensure WebKit does not add extra font elements when the content already has an enclosing font element.
+ The test also ensures WebKit tries to add style attribute to the inner most span.
+
+ * editing/execCommand/createLink-expected.txt: The ordering of anchor and span changed.
+ * editing/execCommand/unlink-expected.txt: Ditto.
+ * editing/execCommand/query-font-size-expected.txt: Merged font elements.
+ * editing/execCommand/script-tests/toggle-style-2.js: The ordering of s and u elements changed.
+ * editing/execCommand/toggle-style-2-expected.txt: Ditto.
+ * editing/style/inline-style-container-expected.txt: Added.
+ * editing/style/inline-style-container.html: Added.
+ * editing/style/make-text-writing-direction-inline-expected.txt: Removed some extraneous spans added by the bug 44359.
+ * editing/style/script-tests/inline-style-container.js: Added.
+ (testSingleToggle):
+ * editing/style/style-3690704-fix-expected.txt: Merged two b elements.
+ * fast/events/event-input-contentEditable-expected.txt: Merged anchor elements.
+ * fast/events/script-tests/event-input-contentEditable-expected.txt: Ditto.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Remove expectation files in wrong place.
+
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.png: Removed.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.png: Removed.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Update test expectations for chromium.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Build fix. Not reviewed.
+
+ Rename test expectations last submitted.
+
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.png.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.checksum.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.png.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.checksum.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Copied from LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.png.
+
+2010-09-30 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Support for PlainTextController
+
+ Unskip editing/text-iterator/basic-iteration.html
+
+ https://bugs.webkit.org/show_bug.cgi?id=38805
+
+ * platform/qt/Skipped:
+
+2010-09-30 Martin Robinson <mrobinson@igalia.com>
+
+ Unskip websocket tests for GTK+, as the bots should be running
+ a version of the Linux kernel which has support for SOCK_CLOEXEC.
+
+ * platform/gtk/Skipped: Unskip websocket tests.
+
+2010-09-30 Cris Neckar <cdn@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Tests for crash in counter nodes when traversing table cells.
+ https://bugs.webkit.org/show_bug.cgi?id=46387
+
+ * fast/css/counters/counter-traverse-table-cell-expected.txt: Added.
+ * fast/css/counters/counter-traverse-table-cell.html: Added.
+
+2010-09-30 Alpha Lam <hclam@chromium.org>
+
+ Unreviewed. Build fix.
+
+ Add test expectations for Chromium for new tests introduced in r68797.
+
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-actual.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-actual.png: Added.
+
+2010-09-30 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Simon Fraser.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46923
+
+ Make determineLogicalLeftPositionForChild block-flow-aware. Rewrite the function so that there aren't
+ completely separate LTR/RTL cases.
+
+ Added fast/blockflow/inline-direction-positioning.html
+
+ * fast/blockflow/inline-direction-positioning.html: Added.
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.checksum: Added.
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.png: Added.
+ * platform/mac/fast/blockflow/inline-direction-positioning-expected.txt: Added.
+
+2010-09-29 Adam Roben <aroben@apple.com>
+
+ Add test for color:8 media queries
+
+ Test for <http://webkit.org/b/42973> <rdar://problem/8234072>
+ (color:8) media query does not evaluate to true for 32bpp displays on
+ Windows
+
+ Reviewed by Darin Adler.
+
+ * fast/media/color-does-not-include-alpha-expected.txt: Added.
+ * fast/media/color-does-not-include-alpha.html: Added.
+
+2010-09-29 Adam Roben <aroben@apple.com>
+
+ Update screen.colorDepth/screen.pixelDepth test to not allow values
+ that contain bits for alpha
+
+ Fixes <http://webkit.org/b/42972> <rdar://problem/8234071>
+ screen.colorDepth and screen.pixelDepth return 32 on Windows, but
+ should return 24 (according to CSSOM View and Firefox)
+
+ Reviewed by Darin Adler.
+
+ * fast/dom/Window/window-screen-properties-expected.txt: Updated
+ results.
+ * fast/dom/Window/window-screen-properties.html: Changed only to
+ expect 24.
+
+2010-09-29 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ glsl-conformance.html on khronos will crash chromium --in-process-webgl
+ https://bugs.webkit.org/show_bug.cgi?id=46863
+
+ * fast/canvas/webgl/glsl-conformance-expected.txt: Added.
+ * fast/canvas/webgl/glsl-conformance.html: Added.
+ * fast/canvas/webgl/resources/webgl-test-utils.js: Add a function to turn off console output.
+ (WebGLTestUtils.):
+ (WebGLTestUtils):
+ * fast/canvas/webgl/shaders: Added.
+ * fast/canvas/webgl/shaders/00_shaders.txt: Added.
+ * fast/canvas/webgl/shaders/implicit: Added.
+ * fast/canvas/webgl/shaders/implicit/00_shaders.txt: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_mat2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_mat3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_mat4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_int_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/add_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/assign_int_to_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/assign_ivec2_to_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/assign_ivec3_to_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/assign_ivec4_to_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/construct_struct.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_mat2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_mat3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_mat4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_int_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/divide_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/equal_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/equal_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/equal_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/equal_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/function_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/function_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/function_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/function_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/greater_than.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/greater_than_equal.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/less_than.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/less_than_equal.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_mat2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_mat3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_mat4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_int_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/multiply_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/not_equal_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/not_equal_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/not_equal_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/not_equal_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_mat2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_mat3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_mat4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_int_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/subtract_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/ternary_int_float.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/ternary_ivec2_vec2.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/ternary_ivec3_vec3.vert: Added.
+ * fast/canvas/webgl/shaders/implicit/ternary_ivec4_vec4.vert: Added.
+ * fast/canvas/webgl/shaders/reserved: Added.
+ * fast/canvas/webgl/shaders/reserved/00_shaders.txt: Added.
+ * fast/canvas/webgl/shaders/reserved/_webgl_field.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/_webgl_function.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/_webgl_struct.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/_webgl_variable.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/webgl_field.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/webgl_function.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/webgl_struct.vert: Added.
+ * fast/canvas/webgl/shaders/reserved/webgl_variable.vert: Added.
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Add some tests to the Windows Skipped list
+
+ These all have bugs filed about them.
+
+ * platform/win/Skipped:
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Make Windows match the Mac fallback font for the hyphen character in
+ two tests
+
+ Fixes <http://webkit.org/b/46909> <rdar://problem/8497214> REGRESSION
+ (r68551): fast/text/midword-break-after-breakable-char.html and
+ fast/text/basic/014.html are failing on Windows
+
+ Rubber-stamped by Dan Bernstein.
+
+ * fast/text/basic/014.html:
+ * fast/text/midword-break-after-breakable-char.html:
+ Added a little @font-face magic to force the font for the hyphen
+ character.
+
+2010-09-30 Renata Hodovan <reni@inf.u-szeged.hu>
+
+ Reviewed by Dirk Schulze.
+
+ SVGFECompositeElement doesn't support dynamic invalidation, when attributes change.
+ https://bugs.webkit.org/show_bug.cgi?id=46902
+
+ Adding layout tests for feComposite dynamic changes.
+
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-in-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop.html: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop.html: Added.
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-in-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-in2-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-k1-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-k2-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-k3-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-k4-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-dom-operator-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-in-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-in2-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-k1-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-k2-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-k3-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-k4-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFECompositeElement-svgdom-operator-prop.js: Added.
+ (executeTest):
+
+2010-09-29 Jeremy Orlow <jorlow@chromium.org>
+
+ Reviewed by Steve Block.
+
+ Finished IDBTransaction for IndexedDB
+ https://bugs.webkit.org/show_bug.cgi?id=46823
+
+ A bit of cleanup + use setVersion transactions for all of our work.
+
+ * storage/indexeddb/database-basics.html:
+ * storage/indexeddb/index-basics.html:
+ * storage/indexeddb/index-cursor.html:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/objectstore-cursor.html:
+ * storage/indexeddb/objectstore-removeobjectstore.html:
+ * storage/indexeddb/open-cursor.html:
+ * storage/indexeddb/transaction-basics.html:
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Skip a crashing test on Windows
+
+ * platform/win/Skipped: Skip
+ fast/frames/iframe-reparenting-adopt-node.html. There's already a bug
+ filed about the issue.
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Skip a test that fails on Windows due to lack of SSL support
+
+ * platform/win/Skipped: Added
+ http/tests/navigation/ping-cross-origin-from-https.html.
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Rebaseline fast/layers/video-layer.html on Windows
+
+ Fixes <http://webkit.org/b/46903> <rdar://problem/8496933> REGRESSION
+ (r67251): fast/layers/video-layer.html failing on Windows
+
+ * platform/win/fast/layers/video-layer-expected.txt:
+
+2010-09-30 Adam Roben <aroben@apple.com>
+
+ Rebaseline Windows results for recent-ish changes
+
+ * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-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/html5lib/runner-expected.txt:
+
+2010-09-29 W. James MacLean <wjmaclean@chromium.org>
+
+ Reviewed by James Robinson.
+
+ Rebaseline image-rescale.svg results for chromium-win
+ https://bugs.webkit.org/show_bug.cgi?id=46818
+
+ * platform/chromium-win/svg/custom/image-rescale-expected.checksum: Copied from LayoutTests/platform/chromium-linux/svg/custom/image-rescale-expected.checksum.
+ * platform/chromium-win/svg/custom/image-rescale-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/custom/image-rescale-expected.png.
+ * platform/chromium/test_expectations.txt:
+
+2010-09-29 Adam Barth <abarth@webkit.org>
+
+ Unreviewed. See comments in the Skipped file.
+
+ * platform/mac/Skipped:
+
+2010-09-29 Brian Weinstein <bweinstein@apple.com>
+
+ Rubber-stamped by Adam Barth.
+
+ Skip plugins/plugin-document-load-prevented-userscript.html on Qt, because it doesn't
+ support window.layoutTestController.addUserScript yet.
+
+ * platform/qt/Skipped:
+
+2010-09-29 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, LayoutTestController::addUserScript not supported in
+ GTK+, skip plugin-document-load-prevented-userscript.html.
+
+ * platform/gtk/Skipped:
+
+2010-09-29 MORITA Hajime <morrita@google.com>
+
+ Unreviewed, updated test_expectations.txt
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-29 MORITA Hajime <morrita@google.com>
+
+ Unreviewed, updated test_expectations.txt
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-29 Eric Seidel <eric@webkit.org>
+
+ Unreviewed. Skipping crashing test to green the tree.
+ This crash started when I skipped some canvas tests
+ as part of rolling out r68568.
+
+ fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
+ https://bugs.webkit.org/show_bug.cgi?id=46870
+
+ * platform/mac-snowleopard/Skipped:
+
+2010-09-29 MORITA Hajime <morrita@google.com>
+
+ Unreviewed, updated test_expectations.txt
+
+ * platform/chromium/test_expectations.txt:
+
2010-09-29 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Fisher.
« no previous file with comments | « no previous file | LayoutTests/fast/table/simple_paint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698