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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 3776004: Revert 66670 - 2010-09-01 Tony Gentilcore <tonyg@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/dom/HTMLScriptElement/defer-double-defer-write.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 69799)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,6189 +1,5 @@
-2010-10-05 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/test_expectations.txt:
-
-2010-10-05 Kinuko Yasuda <kinuko@chromium.org>
-
- Reviewed by Jian Li.
-
- FileEntry::file needs to be implemented
- https://bugs.webkit.org/show_bug.cgi?id=47192
-
- * fast/filesystem/file-from-file-entry-expected.txt: Added.
- * fast/filesystem/file-from-file-entry.html: Added.
- * fast/filesystem/script-tests/file-from-file-entry.js: Added.
-
-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.
-
- REGRESSION: page reload on back button after history.pushState with appearing/disappearing iframes
- https://bugs.webkit.org/show_bug.cgi?id=46324
-
- Add test which uses pushState to generate history entries while also
- changing the frames that are present in the document between history
- states. Add a similar test that uses fragment changes.
-
- * fast/history/same-document-iframes-changing-fragment-expected.txt: Added.
- * fast/history/same-document-iframes-changing-fragment.html: Added.
- * fast/history/same-document-iframes-changing-pushstate-expected.txt: Added.
- * fast/history/same-document-iframes-changing-pushstate.html: Added.
-
-2010-09-08 Andy Estes <aestes@apple.com>
-
- Reviewed by Eric Carlson.
-
- Fallback content should be rendered when an <object> doesn't specify a
- data, type or classid attribute.
- https://bugs.webkit.org/show_bug.cgi?id=45364
- <rdar://problem/8375816>
-
- * fast/replaced/object-param-url-control-char.html:
- * fast/replaced/object-with-embed-url-param-expected.txt:
- * fast/replaced/object-with-embed-url-param.html:
-
-2010-09-08 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Xan Lopez.
-
- [GTK] Need a WebSocket implementation
- https://bugs.webkit.org/show_bug.cgi?id=45197
-
- * platform/gtk/Skipped: Unskip all WebSocket tests, as they are passing.
-
-2010-09-08 Sergio Villar Senin <svillar@igalia.com>
-
- Reviewed by Adam Barth.
-
- Errors in LayoutTests/http/tests/security/xss-DENIED-mime-type-execute-as-html.html
- https://bugs.webkit.org/show_bug.cgi?id=45377
-
- The test passes a MIME type as argument of a URL. A PHP code uses
- that MIME type to fill the Content-Type of the response. If the
- MIME type is application/rss+xml the php decodes the '+' as a
- blank space and thus the returned content type is incorrectly set
- to "rss xml" instead of "rss+xml".
-
- * http/tests/security/resources/send-mime-types.php:
- * http/tests/security/xss-DENIED-mime-type-execute-as-html.html:
-
-2010-09-07 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Dirk Schulze.
-
- [Cairo] Actually use the antialias parameter of GraphicsContext::clipConvexPolygon
- https://bugs.webkit.org/show_bug.cgi?id=45355
-
- Rebaseline all differing border tests and unskip any border tests without results.
-
- * platform/gtk/Skipped: Unskip all border tests.
- * platform/gtk/fast/borders/block-mask-overlay-image-expected.checksum: Added.
- * platform/gtk/fast/borders/block-mask-overlay-image-expected.png: Added.
- * platform/gtk/fast/borders/block-mask-overlay-image-expected.txt: Added.
- * platform/gtk/fast/borders/border-color-inherit-expected.checksum: Added.
- * platform/gtk/fast/borders/border-color-inherit-expected.png: Added.
- * platform/gtk/fast/borders/border-color-inherit-expected.txt: Added.
- * platform/gtk/fast/borders/border-fit-expected.checksum: Added.
- * platform/gtk/fast/borders/border-fit-expected.png: Added.
- * platform/gtk/fast/borders/border-fit-expected.txt: Added.
- * platform/gtk/fast/borders/border-image-01-expected.checksum: Added.
- * platform/gtk/fast/borders/border-image-01-expected.png: Added.
- * platform/gtk/fast/borders/border-image-01-expected.txt: Added.
- * platform/gtk/fast/borders/border-image-border-radius-expected.checksum: Added.
- * platform/gtk/fast/borders/border-image-border-radius-expected.png: Added.
- * platform/gtk/fast/borders/border-image-border-radius-expected.txt: Added.
- * platform/gtk/fast/borders/border-image-omit-right-slice-expected.checksum: Added.
- * platform/gtk/fast/borders/border-image-omit-right-slice-expected.png: Added.
- * platform/gtk/fast/borders/border-image-omit-right-slice-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-image-omit-right-slice-expected.txt.
- * platform/gtk/fast/borders/border-image-rotate-transform-expected.checksum: Added.
- * platform/gtk/fast/borders/border-image-rotate-transform-expected.png: Added.
- * platform/gtk/fast/borders/border-image-rotate-transform-expected.txt: Added.
- * platform/gtk/fast/borders/border-image-scale-transform-expected.checksum: Added.
- * platform/gtk/fast/borders/border-image-scale-transform-expected.png: Added.
- * platform/gtk/fast/borders/border-image-scale-transform-expected.txt: Added.
- * platform/gtk/fast/borders/border-radius-circle-expected.checksum:
- * platform/gtk/fast/borders/border-radius-circle-expected.png:
- * platform/gtk/fast/borders/border-radius-constraints-expected.checksum: Added.
- * platform/gtk/fast/borders/border-radius-constraints-expected.png: Added.
- * platform/gtk/fast/borders/border-radius-constraints-expected.txt: Added.
- * platform/gtk/fast/borders/border-radius-groove-01-expected.checksum:
- * platform/gtk/fast/borders/border-radius-groove-01-expected.png:
- * platform/gtk/fast/borders/border-radius-groove-02-expected.checksum:
- * platform/gtk/fast/borders/border-radius-groove-02-expected.png:
- * platform/gtk/fast/borders/border-radius-groove-03-expected.checksum:
- * platform/gtk/fast/borders/border-radius-groove-03-expected.png:
- * platform/gtk/fast/borders/border-radius-huge-assert-expected.checksum: Added.
- * platform/gtk/fast/borders/border-radius-huge-assert-expected.png: Added.
- * platform/gtk/fast/borders/border-radius-huge-assert-expected.txt: Added.
- * platform/gtk/fast/borders/border-radius-split-inline-expected.checksum: Added.
- * platform/gtk/fast/borders/border-radius-split-inline-expected.png: Added.
- * platform/gtk/fast/borders/border-radius-split-inline-expected.txt: Added.
- * platform/gtk/fast/borders/border-radius-wide-border-01-expected.checksum:
- * platform/gtk/fast/borders/border-radius-wide-border-01-expected.png:
- * platform/gtk/fast/borders/border-radius-wide-border-02-expected.checksum:
- * platform/gtk/fast/borders/border-radius-wide-border-02-expected.png:
- * platform/gtk/fast/borders/border-radius-wide-border-03-expected.checksum:
- * platform/gtk/fast/borders/border-radius-wide-border-03-expected.png:
- * platform/gtk/fast/borders/border-radius-wide-border-04-expected.checksum:
- * platform/gtk/fast/borders/border-radius-wide-border-04-expected.png:
- * platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusArcs01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusArcs01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusArcs01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDashed01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDashed01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDashed01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDashed02-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDashed02-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDashed02-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDashed03-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDashed03-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDashed03-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDashed04-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDashed04-expected.png:
- * platform/gtk/fast/borders/borderRadiusDashed05-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDashed05-expected.png:
- * platform/gtk/fast/borders/borderRadiusDashed06-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDashed06-expected.png:
- * platform/gtk/fast/borders/borderRadiusDotted01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDotted01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDotted01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDotted02-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDotted02-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDotted02-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDotted03-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDotted03-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDotted03-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDotted04-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDotted04-expected.png:
- * platform/gtk/fast/borders/borderRadiusDotted05-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDotted05-expected.png:
- * platform/gtk/fast/borders/borderRadiusDotted06-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDotted06-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDouble01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDouble01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDouble02-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDouble02-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDouble02-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDouble03-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusDouble03-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusDouble03-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusDouble04-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble04-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble05-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble05-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble06-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble06-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble07-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble07-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble08-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble08-expected.png:
- * platform/gtk/fast/borders/borderRadiusDouble09-expected.checksum:
- * platform/gtk/fast/borders/borderRadiusDouble09-expected.png:
- * platform/gtk/fast/borders/borderRadiusGroove01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusGroove01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusGroove01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusGroove02-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusGroove02-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusGroove02-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusInset01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusInset01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusInset01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusInvalidColor-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusInvalidColor-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusOutset01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusOutset01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusOutset01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusRidge01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusRidge01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusRidge01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusSolid01-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusSolid01-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusSolid01-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusSolid02-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusSolid02-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusSolid02-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusSolid03-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusSolid03-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusSolid03-expected.txt: Added.
- * platform/gtk/fast/borders/borderRadiusSolid04-expected.checksum: Added.
- * platform/gtk/fast/borders/borderRadiusSolid04-expected.png: Added.
- * platform/gtk/fast/borders/borderRadiusSolid04-expected.txt: Added.
- * platform/gtk/fast/borders/different-color-borders-expected.checksum:
- * platform/gtk/fast/borders/different-color-borders-expected.png:
- * platform/gtk/fast/borders/fieldsetBorderRadius-expected.checksum: Added.
- * platform/gtk/fast/borders/fieldsetBorderRadius-expected.png: Added.
- * platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/fieldsetBorderRadius-expected.txt.
- * platform/gtk/fast/borders/inline-mask-overlay-image-expected.checksum: Added.
- * platform/gtk/fast/borders/inline-mask-overlay-image-expected.png: Added.
- * platform/gtk/fast/borders/inline-mask-overlay-image-expected.txt: Added.
- * platform/gtk/fast/borders/outline-offset-min-assert-expected.checksum: Added.
- * platform/gtk/fast/borders/outline-offset-min-assert-expected.png: Added.
- * platform/gtk/fast/borders/outline-offset-min-assert-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/outline-offset-min-assert-expected.txt.
- * platform/gtk/fast/borders/svg-as-border-image-2-expected.checksum: Added.
- * platform/gtk/fast/borders/svg-as-border-image-2-expected.png: Added.
- * platform/gtk/fast/borders/svg-as-border-image-2-expected.txt: Added.
- * platform/gtk/fast/borders/svg-as-border-image-expected.checksum: Added.
- * platform/gtk/fast/borders/svg-as-border-image-expected.png: Added.
- * platform/gtk/fast/borders/svg-as-border-image-expected.txt: Added.
-
-2010-09-08 Martin Robinson <mrobinson@igalia.com>
-
- Rebaseline mathml/presentation/attributes.xhtml.
-
- * platform/gtk/mathml/presentation/attributes-expected.txt:
-
-2010-09-08 Jan E Hanssen <jhanssen@sencha.com>
-
- Reviewed by Dirk Schulze.
-
- Add a test for getting a point beyond the length of the path
- https://bugs.webkit.org/show_bug.cgi?id=43837
-
- * svg/dom/path-pointAtLength-expected.txt:
- * svg/dom/script-tests/path-pointAtLength.js:
-
-2010-09-08 Yael Aharon <yael.aharon@nokia.com>
-
- Reviewed by Antonio Gomes.
-
- Missing EOL in expected test results
- https://bugs.webkit.org/show_bug.cgi?id=45352
-
- Add the missing EOL.
-
- * fast/notifications/notifications-click-event-expected.txt:
-
-2010-09-08 Justin Schuh <jschuh@chromium.org>
-
- Reviewed by Nikolas Zimmermann.
-
- NULL deref when use target is reset, then set to display:none
- https://bugs.webkit.org/show_bug.cgi?id=45345
-
- * svg/custom/use-display-none-expected.txt: Added.
- * svg/custom/use-display-none.svg: Added.
-
-2010-09-08 Zoltan Herczeg <zherczeg@webkit.org>
-
- Reviewed by Dirk Schulze.
-
- An individual renderer should be assigned to each SVGFE*Element class
- https://bugs.webkit.org/show_bug.cgi?id=43954
-
- The layout test below is fixed by this patch.
-
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
-
-2010-09-07 Sam Weinig <sam@webkit.org>
-
- Reviewed by Dan Bernstein.
-
- DatasetDOMStringMap does not have the right memory model
- https://bugs.webkit.org/show_bug.cgi?id=45358
-
- Test that the dataset persists gc.
-
- * fast/dom/dataset-gc-expected.txt: Added.
- * fast/dom/dataset-gc.html: Added.
- * fast/dom/script-tests/dataset-gc.js: Added.
-
-2010-09-07 Jan E Hanssen <jhanssen@sencha.com>
-
- Reviewed by Andreas Kling.
-
- [Qt] Added test case for Path::length()
- https://bugs.webkit.org/show_bug.cgi?id=45331
-
- Also removed test case for Path::pointAtLength() that is now passing
-
- * platform/qt/svg/dom/path-pointAtLength-expected.txt: Removed.
- * svg/dom/path-totalLength-expected.txt: Added.
- * svg/dom/path-totalLength.html: Added.
- * svg/dom/script-tests/path-totalLength.js: Added.
- (getTotalLength):
-
-2010-09-07 Ojan Vafai <ojan@chromium.org>
-
- Reviewed by Kent Tamura.
-
- Markup.waitUntilDone does not call Markup.noAutoDump without LayoutTestController
- https://bugs.webkit.org/show_bug.cgi?id=45123
-
- * resources/dump-as-markup.js:
- (Markup.waitUntilDone):
-
-2010-09-07 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Oliver Hunt.
-
- pushState and replaceState do not clone RegExp objects correctly
- https://bugs.webkit.org/show_bug.cgi?id=44718
-
- Make RegExp test of pushstate-object-types.html actually test a RegExp
- value with flags.
-
- Also adds ImageData since it can be serialized as of r54646.
-
- * fast/loader/stateobjects/pushstate-object-types-expected.txt:
- * fast/loader/stateobjects/pushstate-object-types.html:
-
-2010-09-07 Kenneth Russell <kbr@google.com>
-
- Reviewed by James Robinson.
-
- Fix OpenGL error reporting in WebGL layout test utilities
- https://bugs.webkit.org/show_bug.cgi?id=45336
-
- * fast/canvas/webgl/resources/webgl-test.js:
- (getGLErrorAsString):
-
-2010-09-07 Tony Chang <tony@chromium.org>
-
- Unreviewed, updating chromium linux test expectations.
-
- * platform/chromium/drt_expectations.txt: Adding back a test removed in r66924 that is still failing.
-
-2010-09-07 Joseph Pecoraro <joepeck@webkit.org>
-
- Reviewed by Darin Adler.
-
- Provide a way to trigger a <select multiple> onchange event on changes
- https://bugs.webkit.org/show_bug.cgi?id=45192
-
- Testing the DOMHTMLSelectElement interface for selecting an
- index in a <select> and triggering a "change" event. This also
- tests for allowing multiple selections.
-
- * platform/mac/fast/objc/dom-html-select-activate-expected.txt: Added.
- * platform/mac/fast/objc/dom-html-select-activate.html: Added.
-
-2010-09-07 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] removing tests that pass after switch the bot back to hardy
- https://bugs.webkit.org/show_bug.cgi?id=45327
-
- * platform/chromium/drt_expectations.txt:
-
-2010-09-07 Dimitri Glazkov <dglazkov@chromium.org>
-
- [Chromium/DRT] Remove now-passing tests.
-
- * platform/chromium/drt_expectations.txt: A few more tests now pass, yay!
-
-2010-09-07 Tony Chang <tony@chromium.org>
-
- Reviewed by Kent Tamura.
-
- turn off php output buffering in multipart tests
- https://bugs.webkit.org/show_bug.cgi?id=45232
-
- This was causing hanging multipart resources to not output anything.
- On Lucid, the output buffer is enabled by default, but it's not enabled on Hardy.
- http://www.php.net/manual/en/function.ob-end-flush.php
-
- * http/tests/multipart/resources/multipart-wait-before-boundary.php:
- * http/tests/multipart/resources/multipart.php:
- * platform/chromium/drt_expectations.txt:
-
-2010-09-07 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add fast/canvas/webgl/gl-teximage.html (failing on chromium mac bot) to chromium/test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Dimitri Glazkov <dglazkov@chromium.org>
-
- Unreviewed, trivial expectations update.
-
- [Chromium/DRT] Remove expectation of crash for
- fast/js/date-preserve-milliseconds.html. It's now passing.
-
- * platform/chromium/drt_expectations.txt: Remove now-passing test.
-
-2010-09-07 Dimitri Glazkov <dglazkov@chromium.org>
-
- Unreviewed, trivial test move.
-
- [Chromium/DRT] Correct a mistake made eons ago (probably by me)
- and make the test expectations agnostic to the flavor of Windows.
-
- * platform/chromium-win-xp/fast/multicol/client-rects-expected.checksum: Removed.
- * platform/chromium-win-xp/fast/multicol/client-rects-expected.png: Removed.
- * platform/chromium-win/fast/multicol/client-rects-expected.checksum: Updated.
- * platform/chromium-win/fast/multicol/client-rects-expected.png: Updated.
-
-2010-09-07 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Remove passing tests from chromium/test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Abhishek Arya <inferno@chromium.org>
-
- Reviewed by Darin Adler.
-
- Tests that we dont hit assert i < m_length when trying to read
- previousCharacter for text fragments.
- https://bugs.webkit.org/show_bug.cgi?id=45303
-
- * fast/text/one-letter-transform-crash-expected.txt: Added.
- * fast/text/one-letter-transform-crash.html: Added.
-
-2010-09-07 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Remove passing tests from chromium/test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Dimitri Glazkov <dglazkov@chromium.org>
-
- Reviewed by David Levin.
-
- Remove flakiness expectation for tests, fixed by r66861.
- https://bugs.webkit.org/show_bug.cgi?id=45311
-
- * platform/chromium/drt_expectations.txt: Removed tests.
-
-2010-09-07 Kenneth Russell <kbr@google.com>
-
- Reviewed by Dimitri Glazkov.
-
- Regression in JPEG texture uploads on Mac OS X
- https://bugs.webkit.org/show_bug.cgi?id=45316
-
- Fixed regression introduced in
- https://bugs.webkit.org/show_bug.cgi?id=44566 . Added regression
- test covering this case to gl-teximage.html in Khronos repository
- and synced test with WebKit's version.
-
- * fast/canvas/webgl/gl-teximage-expected.txt:
- * fast/canvas/webgl/gl-teximage.html:
- * fast/canvas/webgl/resources/blue-1x1.jpg: Added.
-
-2010-09-07 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Dave Hyatt.
-
- <rdar://problem/7794761> Floats inside of multicol fail to hit test
- https://bugs.webkit.org/show_bug.cgi?id=44730
-
- * fast/multicol/hit-test-float-expected.txt: Added.
- * fast/multicol/hit-test-float.html: Added.
-
-2010-09-07 François Sausset <sausset@gmail.com>
-
- Reviewed by Beth Dakin.
-
- Update to test the display attribute on the math element.
- https://bugs.webkit.org/show_bug.cgi?id=44206
-
- * mathml/presentation/attributes.xhtml:
- * platform/mac/mathml/presentation/attributes-expected.checksum:
- * platform/mac/mathml/presentation/attributes-expected.png:
- * platform/mac/mathml/presentation/attributes-expected.txt:
-
-2010-09-07 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Chris Marrin.
-
- Avoid use of CA plugin in compositing tests so that they work on Windows
- https://bugs.webkit.org/show_bug.cgi?id=45312
-
- Convert tests to use <video> rather than a plugin, so that they have similar
- compositing behavior on Windows.
-
- * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
- * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
- * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
- * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
- * compositing/geometry/limit-layer-bounds-overflow-repaint.html:
- * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
- * compositing/geometry/limit-layer-bounds-overflow-root.html:
- * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
- * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
- * compositing/geometry/limit-layer-bounds-positioned-transition.html:
- * compositing/geometry/limit-layer-bounds-positioned.html:
- * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
- * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
- * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
- * compositing/geometry/limit-layer-bounds-transformed.html:
- * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
-
-2010-09-07 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add fast/text/atsui-spacing-features.html to test_expectations (failing on LINUX).
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Rebaseline WIN LINUX for a few svg/dynamic-updates tests.
-
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
-
-2010-09-07 Satish Sampath <satish@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Disable a timing out speech input test for generated clicks.
- https://bugs.webkit.org/show_bug.cgi?id=45297
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Renata Hodovan <reni@inf.u-szeged.hu>
-
- Reviewed by Dirk Schulze.
-
- SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change.
- https://bugs.webkit.org/show_bug.cgi?id=42244
-
- Adding layout tests for fePointLight dynamic changes.
- feSpotLight svgAttributeChanged covered the pointLight case as well so we don't need new C++ code.
-
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html: Added.
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-x-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-y-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-dom-z-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-x-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-y-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEPointLightElement-svgdom-z-prop.js: Added.
- (executeTest):
-
-2010-09-07 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: disable debugger tests on qt
- https://bugs.webkit.org/show_bug.cgi?id=45290
-
- * platform/gtk/Skipped:
- * platform/qt/Skipped:
-
-2010-09-07 Satish Sampath <satish@chromium.org>
-
- Reviewed by Steve Block.
-
- Fix speech button's hit test logic for RTL rendering.
- https://bugs.webkit.org/show_bug.cgi?id=45288
-
- * fast/speech/input-text-speechbutton.html: Added RTL test case and merged JS code.
- * fast/speech/script-tests/input-text-speechbutton.js: Removed.
-
-2010-09-07 Satish Sampath <satish@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Ignore programmatic clicks on speech input button for security reasons.
- https://bugs.webkit.org/show_bug.cgi?id=45181
-
- * fast/speech/speech-button-ignore-generated-events-expected.txt: Added.
- * fast/speech/speech-button-ignore-generated-events.html: Added.
-
-2010-09-07 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: upstream two debugger tests
- https://bugs.webkit.org/show_bug.cgi?id=45262
-
- * inspector/debugger-pause-on-breakpoint-expected.txt: Added.
- * inspector/debugger-pause-on-breakpoint.html: Added.
- * inspector/debugger-pause-on-exception-expected.txt: Added.
- * inspector/debugger-pause-on-exception.html: Added.
- * platform/chromium/inspector/debugger-pause-on-exception-expected.txt: Added.
-
-2010-09-07 Steve Block <steveblock@google.com>
-
- Reviewed by Jeremy Orlow.
-
- Provide DeviceOrientation LayoutTests
- https://bugs.webkit.org/show_bug.cgi?id=39590
-
- Adds several new DeviceOrientation tests. Also fixes some style in existing tests.
-
- * fast/dom/DeviceOrientation/add-listener-from-callback.html: Added.
- * fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js: Added.
- * fast/dom/DeviceOrientation/add-listener-from-callback-expected.txt: Added.
- * fast/dom/DeviceOrientation/multiple-frames.html: Added.
- * fast/dom/DeviceOrientation/script-tests/multiple-frames.js: Added.
- * fast/dom/DeviceOrientation/multiple-frames-expected.txt: Added.
- * fast/dom/DeviceOrientation/no-synchronous-events.html: Added.
- * fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js: Added.
- * fast/dom/DeviceOrientation/no-synchronous-events-expected.txt: Added.
- * fast/dom/DeviceOrientation/null-values.html: Added.
- * fast/dom/DeviceOrientation/script-tests/null-values.js: Added.
- * fast/dom/DeviceOrientation/null-values-expected.txt: Added.
- * fast/dom/DeviceOrientation/updates.html: Added.
- * fast/dom/DeviceOrientation/script-tests/updates.js: Added.
- * fast/dom/DeviceOrientation/updates-expected.txt: Added.
- * fast/dom/DeviceOrientation/script-tests/basic-operation.js:
- * fast/dom/DeviceOrientation/script-tests/create-event.js:
- * fast/dom/DeviceOrientation/script-tests/optional-event-properties.js:
- * fast/dom/DeviceOrientation/script-tests/window-property.js:
-
-2010-09-07 Csaba Osztrogonác <ossy@webkit.org>
-
- [Qt] Add platform specific expected results for new passing tests.
- Compared to Mac png files and Mac expected files.
-
- * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.checksum: Added.
- * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.png: Added.
- * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Added.
- * platform/qt/fast/forms/placeholder-stripped-expected.checksum: Added.
- * platform/qt/fast/forms/placeholder-stripped-expected.png: Added.
- * platform/qt/fast/forms/placeholder-stripped-expected.txt: Added.
- * platform/qt/fast/gradients/radial-centered-expected.checksum: Added.
- * platform/qt/fast/gradients/radial-centered-expected.png: Added.
- * platform/qt/fast/gradients/radial-centered-expected.txt: Added.
- * platform/qt/fast/multicol/float-paginate-expected.checksum: Added.
- * platform/qt/fast/multicol/float-paginate-expected.png: Added.
- * platform/qt/fast/multicol/float-paginate-expected.txt: Added.
- * platform/qt/fast/multicol/paginate-block-replaced-expected.checksum: Added.
- * platform/qt/fast/multicol/paginate-block-replaced-expected.png: Added.
- * platform/qt/fast/multicol/paginate-block-replaced-expected.txt: Added.
- * platform/qt/fast/repaint/multicol-repaint-expected.checksum: Added.
- * platform/qt/fast/repaint/multicol-repaint-expected.png: Added.
- * platform/qt/fast/repaint/multicol-repaint-expected.txt: Added.
- * platform/qt/fast/repaint/view-background-from-body-1-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/view-background-from-body-1-expected.checksum.
- * platform/qt/fast/repaint/view-background-from-body-1-expected.png: Copied from LayoutTests/platform/qt/svg/custom/use-property-synchronization-crash-expected.png.
- * platform/qt/fast/repaint/view-background-from-body-1-expected.txt: Copied from LayoutTests/platform/gtk/fast/repaint/view-background-from-body-1-expected.txt.
- * platform/qt/fast/repaint/view-background-from-body-2-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/view-background-from-body-2-expected.checksum.
- * platform/qt/fast/repaint/view-background-from-body-2-expected.png: Added.
- * platform/qt/fast/repaint/view-background-from-body-2-expected.txt: Copied from LayoutTests/platform/gtk/fast/repaint/view-background-from-body-2-expected.txt.
- * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: Added.
- * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added.
- * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
- * platform/qt/svg/css/composite-shadow-text-expected.checksum: Added.
- * platform/qt/svg/css/composite-shadow-text-expected.png: Added.
- * platform/qt/svg/css/composite-shadow-text-expected.txt: Added.
- * platform/qt/svg/custom/bug45331-expected.checksum: Added.
- * platform/qt/svg/custom/bug45331-expected.png: Added.
- * platform/qt/svg/custom/bug45331-expected.txt: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.checksum: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.checksum: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.checksum: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Added.
- * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
- * platform/qt/svg/custom/marker-empty-path-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/marker-empty-path-expected.checksum.
- * platform/qt/svg/custom/marker-empty-path-expected.png: Added.
- * platform/qt/svg/custom/marker-empty-path-expected.txt: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-expected.checksum: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-expected.png: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-expected.checksum: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-expected.png: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Added.
- * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
- * platform/qt/svg/custom/non-scaling-stroke-markers-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/non-scaling-stroke-markers-expected.checksum.
- * platform/qt/svg/custom/non-scaling-stroke-markers-expected.png: Added.
- * platform/qt/svg/custom/non-scaling-stroke-markers-expected.txt: Added.
- * platform/qt/svg/custom/pattern-incorrect-tiling-expected.checksum: Added.
- * platform/qt/svg/custom/pattern-incorrect-tiling-expected.png: Added.
- * platform/qt/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
- * platform/qt/svg/custom/pattern-no-pixelation-expected.checksum: Added.
- * platform/qt/svg/custom/pattern-no-pixelation-expected.png: Added.
- * platform/qt/svg/custom/pattern-no-pixelation-expected.txt: Added.
- * platform/qt/svg/custom/use-font-face-crash-expected.checksum: Added.
- * platform/qt/svg/custom/use-font-face-crash-expected.png: Added.
- * platform/qt/svg/custom/use-font-face-crash-expected.txt: Added.
- * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.checksum: Added.
- * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
- * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
- * platform/qt/transitions/svg-text-shadow-transition-expected.checksum: Added.
- * platform/qt/transitions/svg-text-shadow-transition-expected.png: Added.
- * platform/qt/transitions/svg-text-shadow-transition-expected.txt: Added.
-
-2010-09-07 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt: Remove a duplicated entry.
-
-2010-09-07 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed. Build fix.
-
- Update test expectations for Chromium.
-
- * platform/chromium-linux/svg/custom/use-invalid-pattern-expected.txt: Added.
- * platform/chromium-mac/svg/custom/use-invalid-pattern-expected.txt: Added.
- * platform/chromium-win/svg/custom/use-invalid-pattern-expected.txt: Added.
-
-2010-09-07 Kent Tamura <tkent@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- Fix wrong position calculation of fast/forms/listbox-selection.html
- https://bugs.webkit.org/show_bug.cgi?id=45285
-
- * fast/forms/script-tests/listbox-selection.js:
- (mouseDownOnSelect): Refer window.pageYOffset after sl.focus()
- call because focus() might scroll the page.
- * platform/chromium/test_expectations.txt:
-
-2010-09-07 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- Update DRT/Chromium expectations, and skip meter-percent-size.html
- for platforms without <meter> support.
-
- * platform/chromium/drt_expectations.txt:
- * platform/gtk/Skipped:
- * platform/win/Skipped:
-
-2010-09-07 James Kozianski <koz@chromium.org>
-
- Reviewed by Kent Tamura.
-
- Adds tests for percent-based attributes on the <meter> element.
-
- * fast/dom/HTMLMeterElement/meter-percent-size-expected.txt: Added.
- * fast/dom/HTMLMeterElement/meter-percent-size.html: Added.
-
-2010-09-06 Adam Barth <abarth@webkit.org>
-
- Reviewed by Sam Weinig.
-
- OOB read with svg polyline
- https://bugs.webkit.org/show_bug.cgi?id=45279
-
- Test what happens when SVG changes the attribute map out from under us.
-
- * fast/parser/changing-attrbutes-crash-expected.txt: Added.
- * fast/parser/changing-attrbutes-crash.html: Added.
-
-2010-09-06 Kent Tamura <tkent@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [DRT/Chromium] Do not generate pixel results for text/plain resources
- https://bugs.webkit.org/show_bug.cgi?id=45253
-
- * platform/chromium/drt_expectations.txt: Remove slow-utf8-text.pl failure.
-
-2010-09-06 Justin Schuh <jschuh@chromium.org>
-
- Unreviewed. Build fix.
-
- Update test expectations for Leopard.
-
- * platform/mac-leopard/svg/custom/use-invalid-pattern-expected.txt: Added.
-
-2010-09-05 Oliver Hunt <oliver@apple.com>
-
- Reviewed by Sam Weinig.
-
- SerializedScriptValue needs to use a flat storage mechanism
- https://bugs.webkit.org/show_bug.cgi?id=45244
-
- Add a few more test cases to cover the new branches in the
- rewritten serialization logic.
-
- * fast/dom/Window/window-postmessage-clone-expected.txt:
- * fast/dom/Window/window-postmessage-clone.html:
-
-2010-09-06 Justin Schuh <jschuh@chromium.org>
-
- Reviewed by Nikolas Zimmermann.
-
- Test that an invalid pending resource pattern doesn't crash
- https://bugs.webkit.org/show_bug.cgi?id=43587
-
- * platform/mac-snowleopard/svg: Added.
- * platform/mac-snowleopard/svg/custom: Added.
- * platform/mac-snowleopard/svg/custom/use-invalid-pattern-expected.txt: Added.
- * svg/custom/use-invalid-pattern.svg: Added.
-
-2010-09-06 Robert Hogan <robert@webkit.org>
-
- Reviewed by Andreas Kling.
-
- [Qt] utf8 encoding of console() messages
-
- Unskip:
- http/tests/security/xssAuditor/embed-tag-null-char.html
- http/tests/security/xssAuditor/object-embed-tag-null-char.html
-
- Both tests failed because Qt's implementation of String::format()
- is casting a utf8 result to String, which assumes latin1 in
- its constructor. So instead of casting a QString to a String, use
- StringImpl::create() instead. Unfortunately, this involves a lot
- of extra casts but the end result is correct.
-
- https://bugs.webkit.org/show_bug.cgi?id=45240
-
- * platform/qt/Skipped:
-
-2010-09-06 Justin Schuh <jschuh@chromium.org>
-
- Unreviewed. Build fix.
-
- Update test expectations for Chromium Mac.
-
- * platform/chromium-mac/svg/custom/use-invalid-style-expected.txt: Added.
-
-2010-09-06 Tony Gentilcore <tonyg@chromium.org>
-
- Reviewed by Adam Barth.
-
- Implement HTML5 definition of document.readyState
- https://bugs.webkit.org/show_bug.cgi?id=45119
-
- * fast/dom/Document/readystate-expected.txt: Added.
- * fast/dom/Document/readystate.html: Added. Reads readyState inline script, external script, deferred script, DOMContentLoaded, onload, and dynamic post-onload script.
-
-2010-09-06 Shane Stephens <shanestephens@google.com>
-
- Reviewed by Dimitri Glazkov.
-
- [Crash] <animateMotion> element directly inside <symbol> element causes crash when referenced by <use>
- https://bugs.webkit.org/show_bug.cgi?id=44750
-
- Added test case to demonstrate crash bug.
-
- * svg/dom/symbol-embeddedAnimation-expected.txt: Added.
- * svg/dom/symbol-embeddedAnimation.svg: Added.
-
-2010-09-06 Martin Robinson <mrobinson@igalia.com>
-
- Unskip a couple of plugin tests which are now passing.
-
- * platform/gtk/Skipped:
-
-2010-09-06 Ilya Tikhonovsky <loislo@chromium.org>
-
- Unreviewed build fix.
-
- * inspector/report-API-errors.html:
-
-2010-09-06 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r66823.
- http://trac.webkit.org/changeset/66823
- https://bugs.webkit.org/show_bug.cgi?id=45266
-
- Windows build fails with unknown reason (Requested by zherczeg
- on #webkit).
-
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
-
-2010-09-06 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Xan Lopez.
-
- [GTK] EventSender should support modifier keys with mouseDown and mouseUp events
- https://bugs.webkit.org/show_bug.cgi?id=45235
-
- * platform/gtk/Skipped: Unskip a test which is now passing.
-
-2010-09-06 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Antonio Gomes.
-
- Convert editing/selection/shift-click.html to use setEditingBehavior
- https://bugs.webkit.org/show_bug.cgi?id=45233
-
- * editing/selection/script-tests/shift-click.js:
- (shiftClick): Take only one expected string.
- (assertSelectionString): Take only one expected string.
- (runShiftClickTest): Added. Runs the test with a particular editing behavior.
- * editing/selection/shift-click-expected.txt: Updated to reflect new results.
- * platform/win/editing/selection/shift-click-expected.txt: Removed.
-
-2010-09-06 Xan Lopez <xlopez@igalia.com>
-
- Reviewed by Martin Robinson.
-
- [GTK] Provide Keyboard Events to Windowless plugins
- https://bugs.webkit.org/show_bug.cgi?id=44613
-
- Unskip passing test.
-
- * platform/gtk/Skipped:
-
-2010-09-06 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- WebInspector: it'd be possible to pass undefined argument as a callback to InspectorBackend functions.
-
- There are some places where callback is passing via some wrapper. In that case sendMessageToBackend
- will ibe called with additional argument for callback but with undefined value.
-
- https://bugs.webkit.org/show_bug.cgi?id=45265
-
- * inspector/report-API-errors.html:
-
-2010-09-06 Zoltan Herczeg <zherczeg@webkit.org>
-
- Reviewed by Dirk Schulze.
-
- An individual renderer should be assigned to each SVGFE*Element class
- https://bugs.webkit.org/show_bug.cgi?id=43954
-
- The layout test below is fixed by this patch.
-
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
-
-2010-08-26 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- Add index insertion support to IndexedDB.
- https://bugs.webkit.org/show_bug.cgi?id=44695
-
- * storage/indexeddb/objectstore-basics-expected.txt:
- * storage/indexeddb/script-tests/objectstore-basics.js:
- (createSuccess):
- (addIndexSuccess):
- (getSuccess):
-
-2010-09-06 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, skipping a crashing media test.
-
- [GStreamer] multiple <video> elements + PulseAudio are crash-prone
- https://bugs.webkit.org/show_bug.cgi?id=44235
-
- * platform/gtk/Skipped: Skip media/controls-styling.html
-
-2010-09-06 Roland Steiner <rolandsteiner@chromium.org>
-
- Unreviewed: upstream Chromium SVG test_expectations
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-06 Adam Barth <abarth@webkit.org>
-
- Update expected results to match change in test. Qt's behavior is
- unchanged. It's just the redundant expectations in the test that are
- changing.
-
- * platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt:
-
-2010-08-31 Yury Semikhatsky <yurys@chromium.org>
-
- Reviewed by Joseph Pecoraro.
-
- Web Inspector: browser crashes on attempt to evaluate "alert(1)" while staying on a breakpoint
- https://bugs.webkit.org/show_bug.cgi?id=44943
-
- * inspector/debugger-suspend-active-dom-objects-expected.txt: Added.
- * inspector/debugger-suspend-active-dom-objects.html: Added.
-
-2010-09-05 Peter Kasting <pkasting@google.com>
-
- Reviewed by Adam Barth.
-
- Make Chromium/Mac generate continuous mousewheel events with the same wheelDelta values as Safari/Mac.
- https://bugs.webkit.org/show_bug.cgi?id=45155
-
- * fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt:
- * fast/events/continuous-platform-wheelevent-in-scrolling-div.html:
- * platform/chromium/fast/events: Removed.
- * platform/chromium/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Removed.
-
-2010-09-05 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt:
- Fix a duplication with test_expectations.txt in Chromium tree.
-
-2010-09-05 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt: Apply recent failures.
-
-2010-09-05 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- Add svg/dynamic-update/ image results for Chromium-win and Chromium-linux.
-
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
- * platform/chromium/drt_expectations.txt:
-
-2010-09-05 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- Update Chromium-mac results for dynamic-updates.
-
- * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added.
- * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium-mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Added.
- * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
- * platform/chromium/drt_expectations.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-05 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r66801.
- http://trac.webkit.org/changeset/66801
- https://bugs.webkit.org/show_bug.cgi?id=45242
-
- 'breaks editing/pasteboard/onpaste-text-html.html' (Requested
- by mwenge4 on #webkit).
-
- * platform/qt/Skipped:
-
-2010-09-05 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- Add IndexedDB objects' constructors to window
- https://bugs.webkit.org/show_bug.cgi?id=44599
-
- Beef up keyRange test to verify we're actualy operating
- on the interface rather than an instance.
-
- Add a test to verify the constants.
-
- * storage/indexeddb/constants.html:
- * storage/indexeddb/constants-expected.txt:
- * storage/indexeddb/keyrange-expected.txt:
- * storage/indexeddb/script-tests/keyrange.js:
- ():
-
-2010-09-05 Robert Hogan <robert@webkit.org>
-
- Reviewed by Antonio Gomes.
-
- [Qt] utf8 encoding of console() messages
-
- Unskip:
- http/tests/security/xssAuditor/embed-tag-null-char.html
- http/tests/security/xssAuditor/object-embed-tag-null-char.html
-
- https://bugs.webkit.org/show_bug.cgi?id=45240
-
- * platform/qt/Skipped:
-
-2010-09-04 Steve Block <steveblock@google.com>
-
- Reviewed by Martin Robinson.
-
- GTK Skipped list should allow a directory to be listed when a feature is not supported
- https://bugs.webkit.org/show_bug.cgi?id=45229
-
- This change updates the comment in the GTK Skipped list to make this
- clear and applies the new policy for the DeviceOrientation and
- DeviceMotion tests.
-
- * platform/gtk/Skipped:
-
-2010-09-04 Justin Schuh <jschuh@chromium.org>
-
- Unreviewed. Build fix.
-
- Updated platform test to account for xml parser differences
-
- * platform/mac-leopard/svg/custom/use-invalid-style-expected.txt: Added.
- * platform/qt/svg/custom/use-invalid-style-expected.txt: Added.
- * svg/custom/use-invalid-style-expected.txt:
-
-2010-09-04 Justin Schuh <jschuh@chromium.org>
-
- Reviewed by Nikolas Zimmermann.
-
- Check for premature deletion of svg use shadow style element
- https://bugs.webkit.org/show_bug.cgi?id=43260
-
- * svg/custom/use-invalid-style-expected.txt: Added.
- * svg/custom/use-invalid-style.svg: Added.
-
-2010-09-04 Steve Block <steveblock@google.com>
-
- Unreviewed.
-
- Remove platform/android/Skipped which was erroneously added in
- http://trac.webkit.org/changeset/66251. Android does not use a Skipped list.
-
- * platform/android/Skipped: Removed.
-
-2010-09-03 Ilya Tikhonovsky <loislo@chromium.org>
-
- Unreviewed.
-
- Cleanup outdated entries in test_expectations.
-
- BUGWK44996 WIN : inspector/report-API-errors.html = TEXT
- BUGWK44996 WIN : inspector/report-protocol-errors.html = TEXT
- BUGWK45184 WIN : inspector/elements-panel-xhtml-structure.xhtml = TIMEOUT
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Peter Kasting <pkasting@google.com>
-
- Not reviewed, attempted layout test fix.
-
- Report correct (unzoomed) image sizes for zoomed images.
- https://bugs.webkit.org/show_bug.cgi?id=42089
-
- * fast/images/resources/oval.png: Tweak to try to avoid cryptic ImageIO errors.
-
-2010-09-03 Peter Kasting <pkasting@google.com>
-
- Reviewed by Simon Fraser.
-
- Report correct (unzoomed) image sizes for zoomed images.
- https://bugs.webkit.org/show_bug.cgi?id=42089
-
- * fast/images/resources/oval.png: Added.
- * fast/images/zoomed-img-size-expected.txt: Added.
- * fast/images/zoomed-img-size.html: Added.
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add flaky test inspector/dom-breakpoints.html to test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Jian Li <jianli@chromium.org>
-
- Reviewed by Darin Adler.
-
- REGRESSION (r66452): Sending of multipart forms with files is broken.
- https://bugs.webkit.org/show_bug.cgi?id=45159
-
- Updated related tests to include dumping content type.
-
- * http/tests/local/formdata/send-form-data-expected.txt:
- * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt:
- * http/tests/local/formdata/upload-events-expected.txt:
- * http/tests/xmlhttprequest/resources/multipart-post-echo.php:
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Clean up the outdated entries in test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Dimitri Glazkov <dglazkov@chromium.org>
-
- Reviewed by Tony Chang.
-
- [Chromium] Make sure that the width of the menu list is always constant under layout tests.
- https://bugs.webkit.org/show_bug.cgi?id=45196
-
- * platform/chromium/drt_expectations.txt: Remove now-passing tests.
-
-2010-09-03 Ryosuke Niwa <rniwa@webkit.org>
-
- Unreviewed.
-
- Added new expected result that wasn't committed in r66764.
-
- * editing/style/push-down-implicit-styles-around-list-expected.txt:
-
-2010-09-03 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Tony Chang.
-
- Fixed a test committed in r66743.
-
- * editing/style/script-tests/push-down-implicit-styles-around-list.js:
- (selectLastWord):
-
-2010-09-03 Dan Bernstein <mitz@apple.com>
-
- Rubber-stamped by Anders Carlsson.
-
- [Qt] fast/text/decomposed-after-stacked-diacritics.html fails on Qt Linux
- https://bugs.webkit.org/show_bug.cgi?id=45194
-
- * platform/qt/Skipped: Skip fast/text/decomposed-after-stacked-diacritics.html
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add failing test (in Chromium Linux) fast/text/decomposed-after-stacked-diacritics.html to test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add failing test (chromium linux) editing/style/push-down-implicit-styles-around-list.html to test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Uneviewed.
-
- Add TIMEOUT test inspector/elements-panel-xhtml-structure.xhtml to chromium test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Rebaseline after r66731.
-
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.checksum: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.checksum: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Added.
- * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
-
-2010-09-03 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Kent Tamura.
-
- Can't unbold bolded list item when list is surrounded by <b> tag
- https://bugs.webkit.org/show_bug.cgi?id=25086
-
- Added a regression test for the bug because the bug has been fixed by http://trac.webkit.org/changeset/66324.
- The test ensures WebKit removes implicitly styled element such as b around list element
- when style is toggled inside the list.
-
- * editing/style/push-down-implicit-styles-around-list-expected.txt: Added.
- * editing/style/push-down-implicit-styles-around-list.html: Added.
- * editing/style/script-tests/push-down-implicit-styles-around-list.js: Added.
- (testSingleToggle):
- (selectAll):
- (selectTest):
- (selectFirstWord):
- (selectSecondWord):
- (selectLastTwoWords):
-
-2010-09-03 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Anders Carlsson.
-
- <rdar://problem/8392655> REGRESSION (r57215): Decomposed diacritics render incorrectly when preceded by stacked diacritics
- https://bugs.webkit.org/show_bug.cgi?id=45182
-
- * fast/text/decomposed-after-stacked-diacritics-expected.txt: Added.
- * fast/text/decomposed-after-stacked-diacritics.html: Added.
-
-2010-09-03 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Tony Chang.
-
- play-state.html and suspend-resume-animaton.html now pass on Chromium
- https://bugs.webkit.org/show_bug.cgi?id=45158
-
- Two animation tests now pass reliably with both test_shell and Chromium
- DRT due to r66641 and http://crrev.com/58369.
-
- * platform/chromium/drt_expectations.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-03 Andrey Kosyakov <caseq@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- http/tests/inspector/console-xhr-logging.html and http/tests/inspector/resource-har-conversion.html are failing on chromium win bot
- Use CGI as target for POST request to prevent HTTP 405 on apache 1.x (cygwin).
- Changed MIME type for .js to application/x-javascript in lighttpd.conf for
- consistency with apache used on other platforms.
- https://bugs.webkit.org/show_bug.cgi?id=45137
-
- * http/tests/inspector/console-xhr-logging-expected.txt:
- * http/tests/inspector/console-xhr-logging.html: Use post-target.cgi when doing POST request.
- * http/tests/inspector/resource-har-conversion-expected.txt:
- * http/tests/inspector/resource-har-conversion.html: Use post-target.cgi when doing POST request.
- * http/tests/inspector/resource-parameters-expected.txt:
- * http/tests/inspector/resource-parameters.html: Use post-target.cgi when doing POST request
- * http/tests/inspector/resources/post-target.cgi: Added. Used as a target of POST requests by resource tests.
- * platform/chromium-win/http/tests/inspector/resource-parameters-expected.txt: Removed. Custom expectation no longer required.
- * platform/chromium/test_expectations.txt: Re-enabled console-xhr-logging.html & resource-har-conversion.html.
- * platform/win/http/tests/inspector/console-xhr-logging-expected.txt: Removed. Custom expectation no longer required.
- * platform/win/http/tests/inspector/resource-parameters-expected.txt: Removed. Custom expectation no longer required.
-
-2010-09-03 Nikolas Zimmermann <nzimmermann@rim.com>
-
- Reviewed by Dirk Schulze.
-
- SVG atlas map slider doesn't work properly
- https://bugs.webkit.org/show_bug.cgi?id=45107
-
- * platform/mac/svg/custom/mouse-move-on-svg-container-expected.checksum: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-expected.checksum: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Added.
- * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
- * svg/custom/mouse-move-on-svg-container-standalone.svg: Added.
- * svg/custom/mouse-move-on-svg-container.xhtml: Added.
- * svg/custom/mouse-move-on-svg-root-standalone.svg: Added.
- * svg/custom/mouse-move-on-svg-root.xhtml: Added.
-
-2010-09-03 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: provide more information to front-end when breaking on DOM event
- https://bugs.webkit.org/show_bug.cgi?id=44679
-
- * http/tests/inspector/debugger-test2.js:
- (initialize_DebuggerTest.InspectorTest._pausedScript):
-
-2010-09-03 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- Fix and beef up IndexedDB layout test
- https://bugs.webkit.org/show_bug.cgi?id=45035
-
- Implement some fixmes and such.
-
- * storage/indexeddb/database-basics-expected.txt:
- * storage/indexeddb/script-tests/database-basics.js:
- (openSuccess):
- (setVersionAgain):
- (createObjectStore):
- (checkObjectStore):
-
-2010-08-31 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- IDBCursor.continue() should reuse the .openCursor's IDBRequest object
- https://bugs.webkit.org/show_bug.cgi?id=44953
-
- * storage/indexeddb/objectstore-cursor.html:
-
-2010-09-03 Anton Muhin <antonm@chromium.org>
-
- Unreviewed fix, updating Chromium's exectations.
-
- * platform/chromium-linux/plugins/embed-attributes-style-expected.checksum:
- * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
-
-2010-09-03 Hironori Bono <hbono@chromium.org>
-
- Reviewed by Kent Tamura.
-
- Adds textInputController.hasSpellingMarker() to avoid using pixel tests for spellchecking tests
- and implements it for Mac.
- https://bugs.webkit.org/show_bug.cgi?id=41832
-
- * editing/spelling/spelling-contenteditable-expected.txt: Added the expected result for
- spelling-contenteditable.html.
- * editing/spelling/spelling-contenteditable.html: Added a text test of spellcheker APIs
- for contenteditable <div> elements.
- * editing/spelling/spelling-textarea-expected.txt: Added the expected result for spelling-textarea.html.
- * editing/spelling/spelling-textarea.html: Added a text test of spellchecker APIs
- for <textarea> elements.
- * platform/chromium/test_expectations.txt: Skipped the new tests because
- textInputController.hasSpelingMarker() is not implemented.
- * platform/gtk/Skipped: ditto.
- * platform/qt/Skipped: ditto.
- * platform/win/Skipped: ditto.
-
-2010-09-03 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, updated GTK baselines of a mathml test.
-
- Use correct minus glyphs in MathML operators
- https://bugs.webkit.org/show_bug.cgi?id=43629
-
- * platform/gtk/mathml/presentation/mo-expected.txt:
-
-2010-09-02 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: add page reload test to dom-breakpoints.html
- https://bugs.webkit.org/show_bug.cgi?id=44837
-
- * inspector/dom-breakpoints-expected.txt:
- * inspector/dom-breakpoints.html:
-
-2010-09-02 François Sausset <sausset@gmail.com>
-
- Reviewed by Darin Adler.
-
- MathML mo element should render "hyphen-minus" as "minus sign" (Unicode glyph names).
- https://bugs.webkit.org/show_bug.cgi?id=43629
-
- * mathml/presentation/mo.xhtml:
- * platform/mac/mathml/presentation/mo-expected.checksum:
- * platform/mac/mathml/presentation/mo-expected.png:
- * platform/mac/mathml/presentation/mo-expected.txt:
-
-2010-09-02 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt: Remove another duplicate.
-
-2010-09-02 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt:
- Remove a duplicated entry I made in the prior commit.
-
-2010-09-02 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, update test expectation.
-
- * platform/chromium/drt_expectations.txt:
-
-2010-09-02 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Updateing chromium test_expectations for flaky http/tests/security/xssAuditor/dom-write-innerHTML.html.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Updateing chromium test_expectations for flaky editing/selection/extend-selection.html.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 James Robinson <jamesr@chromium.org>
-
- Reviewed by Darin Adler.
- https://bugs.webkit.org/show_bug.cgi?id=37830
-
- Fix an ordering issue in this test. The isSuccessfullyParsed
- function is not defined until the onload event, so avoid running
- the script body until this point.
-
- * fast/events/touch/script-tests/send-oncancel-event.js:
- (window.onload):
-
-2010-09-02 Tony Chang <tony@chromium.org>
-
- Unreviewed, updating chromium test_expectations for a failure
- introduced in r66689.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 Jian Li <jianli@chromium.org>
-
- Skip one time-out test for now.
-
- * platform/mac/Skipped:
-
-2010-09-02 Zhenyao Mo <zmo@google.com>
-
- Unreviewed. Flag a few flaky tests:
- fast/forms/select-baseline.html
- fast/forms/input-spinbutton-capturing.html
- fast/forms/input-number-events.html
- fast/replaced/embed-display-none.html
- media/video-timeupdate-during-playback.html
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 Jian Li <jianli@chromium.org>
-
- Reviewed by Darin Fisher.
-
- Improve tests for blob URL.
- https://bugs.webkit.org/show_bug.cgi?id=45132
-
- Change apply-blob-url-to-xhr.html to produce text based result. Also
- add the test case for revokeBlobURL in apply-blob-url-to-xhr.html
- and work-apply-blob-url-to-xhr.html.
-
- * fast/files/apply-blob-url-to-img-expected.txt: Added.
- * fast/files/apply-blob-url-to-img.html:
- * fast/files/apply-blob-url-to-xhr-expected.txt:
- * fast/files/apply-blob-url-to-xhr.html:
- * fast/files/workers/resources/worker-apply-blob-url-to-xhr.js:
- (sendXMLHttpRequest):
- (onmessage):
- * fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt:
- * platform/chromium/test_expectations.txt:
- * platform/mac/Skipped:
- * platform/mac/fast/files/apply-blob-url-to-img-expected.checksum: Removed.
- * platform/mac/fast/files/apply-blob-url-to-img-expected.png: Removed.
- * platform/mac/fast/files/apply-blob-url-to-img-expected.txt: Removed.
-
-2010-09-02 Adam Langley <agl@chromium.org>
-
- Reviewed by Adam Barth.
-
- [chromium] fix memory corruption in Khmer rendering.
-
- * fast/text/khmer-crash-expected.txt: Added.
- * fast/text/khmer-crash.html: Added.
-
-2010-09-02 Zhenyao Mo <zmo@google.com>
-
- Unreviewed, add two failing tests (http/tests/inspector/console-xhr-logging.html and http/tests/inspector/resource-har-conversion.html) to platform/chromium/test_expectations.txt.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Tony Chang.
-
- dumpAsText conversion: editing/pasteboard/select-element-1.html, editing/deleting/delete-br-012.html, and editing/deleting/delete-select-all-001.html
- https://bugs.webkit.org/show_bug.cgi?id=45121
-
- Converted tests.
-
- * editing/deleting/delete-br-012-expected.txt: Added.
- * editing/deleting/delete-br-012.html:
- * editing/deleting/delete-select-all-001-expected.txt: Added.
- * editing/deleting/delete-select-all-001.html:
- * editing/pasteboard/select-element-1-expected.txt: Added.
- * editing/pasteboard/select-element-1.html:
- * platform/chromium-linux/editing/deleting/delete-br-012-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-br-012-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-select-all-001-expected.checksum: Removed.
- * platform/chromium-linux/editing/pasteboard/select-element-1-expected.checksum: Removed.
- * platform/chromium-linux/editing/pasteboard/select-element-1-expected.png: Removed.
- * platform/chromium-linux/editing/pasteboard/select-element-1-expected.txt: Removed.
- * platform/chromium-win/editing/deleting/delete-br-012-expected.checksum: Removed.
- * platform/chromium-win/editing/deleting/delete-br-012-expected.png: Removed.
- * platform/chromium-win/editing/deleting/delete-br-012-expected.txt: Removed.
- * platform/chromium-win/editing/deleting/delete-select-all-001-expected.checksum: Removed.
- * platform/chromium-win/editing/deleting/delete-select-all-001-expected.png: Removed.
- * platform/chromium-win/editing/deleting/delete-select-all-001-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/select-element-1-expected.checksum: Removed.
- * platform/chromium-win/editing/pasteboard/select-element-1-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/select-element-1-expected.txt: Removed.
- * platform/gtk/editing/deleting/delete-select-all-001-expected.txt: Removed.
- * platform/mac-leopard/editing/pasteboard/select-element-1-expected.checksum: Removed.
- * platform/mac-leopard/editing/pasteboard/select-element-1-expected.png: Removed.
- * platform/mac/editing/deleting/delete-br-012-expected.checksum: Removed.
- * platform/mac/editing/deleting/delete-br-012-expected.png: Removed.
- * platform/mac/editing/deleting/delete-br-012-expected.txt: Removed.
- * platform/mac/editing/deleting/delete-select-all-001-expected.checksum: Removed.
- * platform/mac/editing/deleting/delete-select-all-001-expected.png: Removed.
- * platform/mac/editing/deleting/delete-select-all-001-expected.txt: Removed.
- * platform/mac/editing/pasteboard/select-element-1-expected.checksum: Removed.
- * platform/mac/editing/pasteboard/select-element-1-expected.png: Removed.
- * platform/mac/editing/pasteboard/select-element-1-expected.txt: Removed.
- * platform/qt/editing/deleting/delete-br-012-expected.txt: Removed.
- * platform/qt/editing/deleting/delete-select-all-001-expected.txt: Removed.
- * platform/qt/editing/pasteboard/select-element-1-expected.txt: Removed.
-
-2010-09-02 Matthew Willis <lilmatt@flock.com>
-
- Reviewed by Eric Seidel.
-
- Attempt to fix flaxy test that contains setTimeout() by adding
- layoutTestController.waitUntilDone() and ...notifyDone()
- https://bugs.webkit.org/show_bug.cgi?id=45097
-
- * fast/css/disabled-author-styles.html:
-
-2010-09-02 Eric Seidel <eric@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- fast/loader/recursive-before-unload-crash.html is flaky
- https://bugs.webkit.org/show_bug.cgi?id=43840
-
- Removed the frame loader callbacks as Brady suggested in
- https://bugs.webkit.org/show_bug.cgi?id=38928#c27
- This should stop the flake. As an added bonus this test no longer
- needs platform specific results.
-
- * fast/loader/recursive-before-unload-crash-expected.txt:
- * fast/loader/recursive-before-unload-crash.html:
- * platform/chromium-linux/fast/loader/recursive-before-unload-crash-expected.txt: Removed.
- * platform/mac-tiger/fast/loader/recursive-before-unload-crash-expected.txt: Removed.
-
-2010-09-02 Tony Chang <tony@chromium.org>
-
- Unreviewed, update chromium test expectations.
-
- * platform/chromium/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-02 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Kent Tamura.
-
- dumpAsText/Markup conversion: editing/style/block-style-004.html through block-style-006.html and editing/style/fontsize-1.html
- https://bugs.webkit.org/show_bug.cgi?id=45050
-
- * editing/style/block-style-004-expected.txt: Added.
- * editing/style/block-style-004.html:
- * editing/style/block-style-005.html:
- * editing/style/block-style-006.html:
- * editing/style/fontsize-1.html:
- * platform/chromium-linux/editing/style/block-style-004-expected.checksum: Removed.
- * platform/chromium-linux/editing/style/block-style-004-expected.png: Removed.
- * platform/chromium-linux/editing/style/block-style-005-expected.checksum: Removed.
- * platform/chromium-linux/editing/style/block-style-005-expected.png: Removed.
- * platform/chromium-linux/editing/style/block-style-006-expected.checksum: Removed.
- * platform/chromium-linux/editing/style/block-style-006-expected.png: Removed.
- * platform/chromium-linux/editing/style/fontsize-1-expected.checksum: Removed.
- * platform/chromium-linux/editing/style/fontsize-1-expected.png: Removed.
- * platform/chromium-win/editing/style/block-style-004-expected.checksum: Removed.
- * platform/chromium-win/editing/style/block-style-004-expected.png: Removed.
- * platform/chromium-win/editing/style/block-style-004-expected.txt: Removed.
- * platform/chromium-win/editing/style/block-style-005-expected.checksum: Removed.
- * platform/chromium-win/editing/style/block-style-005-expected.png: Removed.
- * platform/chromium-win/editing/style/block-style-005-expected.txt: Removed.
- * platform/chromium-win/editing/style/block-style-006-expected.checksum: Removed.
- * platform/chromium-win/editing/style/block-style-006-expected.png: Removed.
- * platform/chromium-win/editing/style/block-style-006-expected.txt: Removed.
- * platform/chromium-win/editing/style/fontsize-1-expected.checksum: Removed.
- * platform/chromium-win/editing/style/fontsize-1-expected.png: Removed.
- * platform/chromium-win/editing/style/fontsize-1-expected.txt: Removed.
- * platform/gtk/editing/style/fontsize-1-expected.txt: Removed.
- * platform/mac-leopard/editing/style/fontsize-1-expected.checksum: Removed.
- * platform/mac-leopard/editing/style/fontsize-1-expected.png: Removed.
- * platform/mac/editing/style/block-style-004-expected.checksum: Removed.
- * platform/mac/editing/style/block-style-004-expected.png: Removed.
- * platform/mac/editing/style/block-style-004-expected.txt: Removed.
- * platform/mac/editing/style/block-style-005-expected.checksum: Removed.
- * platform/mac/editing/style/block-style-005-expected.png: Removed.
- * platform/mac/editing/style/block-style-005-expected.txt: Removed.
- * platform/mac/editing/style/block-style-006-expected.checksum: Removed.
- * platform/mac/editing/style/block-style-006-expected.png: Removed.
- * platform/mac/editing/style/block-style-006-expected.txt: Removed.
- * platform/mac/editing/style/fontsize-1-expected.checksum: Removed.
- * platform/mac/editing/style/fontsize-1-expected.png: Removed.
- * platform/mac/editing/style/fontsize-1-expected.txt: Removed.
- * platform/qt/editing/style/block-style-004-expected.txt: Removed.
- * platform/qt/editing/style/block-style-005-expected.txt: Removed.
- * platform/qt/editing/style/block-style-006-expected.txt: Removed.
- * platform/qt/editing/style/fontsize-1-expected.txt: Removed.
-
-2010-09-02 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r66671.
- http://trac.webkit.org/changeset/66671
- https://bugs.webkit.org/show_bug.cgi?id=45115
-
- http/tests/misc/redirect-to-about-blank.html is failing on
- several platforms (Requested by japhet on #webkit).
-
- * fast/dom/resources/a.html:
-
2010-09-02 Andrey Kosyakov <caseq@chromium.org>
- Unreviewed test fix.
- Add size & bodySize to list of non-deterministic fields for HAR tests, as those tend to vary by platform
- in error responses.
- Remove platform-specific expectations that were previously added because of this.
-
- * http/tests/inspector/resource-har-conversion-expected.txt:
- * http/tests/inspector/resource-har-conversion.html:
- * http/tests/inspector/resource-test2.js:
- * platform/chromium-win/inspector/resource-har-conversion-expected.txt: Removed.
- * platform/win/http/tests/inspector/resource-har-conversion-expected.txt: Removed.
-
-2010-09-02 Nate Chapin <japhet@chromium.org>
-
- Reviewed by Adam Barth.
-
- Update a test that busy-waits when it shouldn't and therefore makes
- assumptions about the initialization sequence of Document::url() that
- are no longer valid.
-
- https://bugs.webkit.org/show_bug.cgi?id=41165.
-
- * fast/dom/resources/a.html:
-
-2010-09-01 Tony Gentilcore <tonyg@chromium.org>
-
- Reviewed by Adam Barth.
-
- Support <script defer> as specified by HTML5
- https://bugs.webkit.org/show_bug.cgi?id=40934
-
- * fast/dom/HTMLScriptElement/defer-double-defer-write-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-double-defer-write.html: Added. Tests that a write of a deferred script from a deferred script will execute when the document is closed. The explicit close is necessary because this is a script created parser.
- * fast/dom/HTMLScriptElement/defer-double-write-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-double-write.html: Added. Tests that a script block written from a deferred script will write into the new document.
- * fast/dom/HTMLScriptElement/defer-inline-script-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-inline-script.html: Added. Tests that inline scripts are not deferred. This is consistent with HTML5 and inconsistent with IE.
- * fast/dom/HTMLScriptElement/defer-onbeforeload-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-onbeforeload.html: Added. Tests that the beforeload event is fired immediately and is cancellable.
- * fast/dom/HTMLScriptElement/defer-script-invalid-url-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-script-invalid-url.html: Added. Tests that deferred scripts with invalid URLs are ignored and that subsequent deferred scripts will be run.
- * fast/dom/HTMLScriptElement/defer-write-expected.txt: Added.
- * fast/dom/HTMLScriptElement/defer-write.html: Added. Tests that a basic write from a deferred script blows away the document.
- * fast/dom/HTMLScriptElement/resources/defer.js: Added.
- * fast/dom/HTMLScriptElement/resources/external.js: Added.
- * fast/dom/HTMLScriptElement/resources/shouldnotexecute.js: Added.
- * fast/dom/HTMLScriptElement/shouldnotexecute.js: Added.
- * fast/dom/HTMLScriptElement/two-defer-writes-expected.txt: Added.
- * fast/dom/HTMLScriptElement/two-defer-writes.html: Added. Tests that when a document.write from the first deferred script blows away the document, subsequent deferred scripts are not executed.
- * http/tests/misc/resources/defer-script.js: Added.
- * http/tests/misc/resources/external-script.js: Added.
- * http/tests/misc/resources/script-debug-body-background.js: Added.
- * http/tests/misc/resources/script-write-slow-stylesheet.js: Added.
- * http/tests/misc/resources/slow-defer-script.cgi: Added.
- * http/tests/misc/resources/slow-stylesheet.cgi: Added.
- * http/tests/misc/script-defer-after-slow-stylesheet-expected.txt: Added.
- * http/tests/misc/script-defer-after-slow-stylesheet.html: Added. Tests that deferred scripts respect blocking stylesheets.
- * http/tests/misc/script-defer-expected.txt: Added.
- * http/tests/misc/script-defer.html: Added. Tests basic ordering of deferred scripts.
-
-2010-09-02 Andrey Kosyakov <caseq@chromium.org>
-
Reviewed by Yury Semikhatsky.
Web Inspector: HAR converter fails on POST requests with non-form content type.
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLScriptElement/defer-double-defer-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698