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

Unified Diff: LayoutTests/ChangeLog

Issue 3551010: Merge 66992 - 2010-09-08 Andy Estes <aestes@apple.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/replaced/object-param-url-control-char.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 68934)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,8311 +1,3 @@
-2010-09-25 Antonio Gomes <agomes@rim.com>
-
- Reviewed by Kenneth Christiansen and Andreas Kling.
-
- document.nodesFromRect() needs to be removed from Document.idl
- https://bugs.webkit.org/show_bug.cgi?id=46492
-
- Skip the tests relying on document.nodesFromRect in all platform for
- the moment, and adjusting the expected results tests also accordingly.
-
- * fast/dom/Window/window-properties-expected.txt:
- * platform/gtk/Skipped:
- * platform/mac/Skipped:
- * platform/qt/Skipped:
- * platform/qt/fast/dom/Window/window-properties-expected.txt:
- * platform/win/Skipped:
-
-2010-09-21 Cosmin Truta <ctruta@chromium.org>
-
- Reviewed by James Robinson.
-
- RenderImage::intrinsicSizeChanged crashes when m_imageResource is missing
- https://bugs.webkit.org/show_bug.cgi?id=46120
-
- Test a style change applied to a zoomed image.
-
- * css3/style-zoomed-image.html: Added.
- * css3/style-zoomed-image-expected.txt: Added.
-
-2010-09-21 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Geoffrey Garen.
-
- Updated test after r67994.
-
- * fast/dom/Range/range-expand.html: Do not expect sentence selections to include
- trailing newline characters.
-
-2010-09-21 John Gregg <johnnyg@google.com>
-
- Unreviewed, chromium test expecations.
-
- [chromium] update test expectations
- https://bugs.webkit.org/show_bug.cgi?id=46235
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Darin Adler.
-
- <rdar://problem/7729077> Extending the selection to sentence boundary after a line break may select extra character
- https://bugs.webkit.org/show_bug.cgi?id=46232
-
- * editing/selection/extend-by-sentence-002-expected.txt: Added.
- * editing/selection/extend-by-sentence-002.html: Added.
-
-2010-09-21 Chris Guillory <chris.guillory@google.com>
-
- Reviewed by Chris Fleizach.
-
- Send webkit accessibility notifications to Chromium.
- https://bugs.webkit.org/show_bug.cgi?id=45156
-
- * platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html:
- * platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt:
- * platform/chromium/accessibility/post-notification-LayoutComplete.html:
- * platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-LoadComplete-expected.txt:
- * platform/chromium/accessibility/post-notification-LoadComplete.html:
- * platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt:
- * platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-RowExpanded-expected.txt:
- * platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt:
- * platform/chromium/accessibility/post-notification-ScrolledToAnchor.html:
- * platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt:
- * platform/chromium/accessibility/post-notification-SelectedTextChanged.html:
- * platform/chromium/accessibility/post-notification-ValueChanged-expected.txt:
- * platform/chromium/accessibility/post-notification.js:
- (test):
-
-2010-09-21 Andrew Wilson <atwilson@chromium.org>
-
- Unreviewed chromium expectations update.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Adam Barth <abarth@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- stray param elements are dropped during parsing
- https://bugs.webkit.org/show_bug.cgi?id=14551
-
- This bug was fixed by the HTML5 parser. Add tests from bug.
-
- * fast/parser/stray-param-expected.txt: Added.
- * fast/parser/stray-param.html: Added.
-
-2010-09-21 Adam Barth <abarth@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- [html-parsing] make entity handling match IE7 / HTML5
- https://bugs.webkit.org/show_bug.cgi?id=14391
-
- This patch adds more test coverage of entity parsing. We seem to have
- a bug with AElig, but I'll fix that in a future patch.
-
- * fast/tokenizer/entities-01.html: Added.
- * fast/tokenizer/entities-02.html: Added.
- * fast/tokenizer/entities-03.html: Added.
- * fast/tokenizer/entities-04.html: Added.
-
-2010-09-21 Adam Barth <abarth@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- Closing <li> should close nested <div>
- https://bugs.webkit.org/show_bug.cgi?id=26170
-
- This bug is fixed by the HTML5 parser. Adding test. (We have lots of
- variations of this test, but I'm adding another one to make Alexey
- happy.)
-
- * html5lib/resources/webkit01.dat:
-
-2010-09-21 Abhishek Arya <inferno@chromium.org>
-
- Reviewed by Dave Hyatt.
-
- Tests that applying a text decoration style does not result in crash.
- https://bugs.webkit.org/show_bug.cgi?id=46194
-
- * editing/execCommand/apply-style-text-decoration-crash-expected.txt: Added.
- * editing/execCommand/apply-style-text-decoration-crash.html: Added.
-
-2010-09-21 Adam Barth <abarth@webkit.org>
-
- Reviewed by Darin Adler.
-
- HTML parser double quote error recovery doesn't match Firefox 3.0.x
- https://bugs.webkit.org/show_bug.cgi?id=23970
-
- This bug is fixed by the HTML5 parser. Adding test.
-
- * fast/tokenizer/unterminated-quote-in-noscript-expected.txt: Added.
- * fast/tokenizer/unterminated-quote-in-noscript.html: Added.
- * html5lib/resources/webkit02.dat:
-
-2010-09-17 Tony Chang <tony@chromium.org>
-
- Reviewed by Adam Barth.
-
- [chromium] last 16 linux baselines due to scrollbar arrows
- https://bugs.webkit.org/show_bug.cgi?id=46019
-
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Satish Sampath <satish@chromium.org>
-
- Unreviewed, rename a test baseline to the correct name and update a test's expectation for chromium linux.
-
- * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-actual.txt.
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Satish Sampath <satish@chromium.org>
-
- Unreviewed, disable a test in chromium per the original author and added missing expectations for another.
-
- * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-actual.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Satish Sampath <satish@chromium.org>
-
- Unreviewed, move an xp-specific results to win-xp
-
- * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum.
- * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png.
- * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt.
-
-2010-09-21 Andy Estes <aestes@apple.com>
-
- Reviewed by Adam Barth.
-
- Test that parser quirks apply when processing both start and end tags.
- https://bugs.webkit.org/show_bug.cgi?id=40961
-
- * fast/parser/pre-html5-parser-quirks-expected.txt:
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-name-state.html:
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-quoted-state.html:
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-unquoted-state.html:
- * fast/parser/resources/pre-html5-parser-quirk-attribute-name-state.html:
- * fast/parser/resources/pre-html5-parser-quirk-before-attribute-name-state.html:
- * fast/parser/resources/pre-html5-parser-quirk-document-fragment.html:
- * fast/parser/resources/pre-html5-parser-quirk-tag-name-state.html:
-
-2010-09-21 Pavel Podivilov <podivilov@chromium.org>
-
- Unreviewed.
-
- [Chromium] remove test expectations for tests regressed in r67178:r67358 (fixed in r67659)
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-21 Alejandro G. Castro <alex@igalia.com>
-
- Unreviewed, skipped crashing test:
- media/video-controls-with-mutation-event-handler.html. Added the
- bug: https://bugs.webkit.org/show_bug.cgi?id=46169
-
- * platform/gtk/Skipped:
-
-2010-09-20 Philippe Normand <pnormand@igalia.com>
-
- Reviewed by Eric Carlson.
-
- [GTK] enhanced context menu for media elements
- https://bugs.webkit.org/show_bug.cgi?id=45021
-
- New test checking the actions that can be triggered by activating
- the contex-menu of the media element. Skipped on mac, qt and win
- because of lack of DRT support.
-
- * media/context-menu-actions-expected.txt: Added.
- * media/context-menu-actions.html: Added.
- * platform/mac/Skipped:
- * platform/qt/Skipped:
- * platform/win/Skipped:
-
-2010-09-20 Mihai Parparita <mihaip@chromium.org>
-
- Unreviewed Chromium test_expectations.txt update.
-
- All of the fill-mode tests that used to fail on Windows were fixed by
- r67877. change-one-anim.html and combo-transform-translate+scale.html
- haven't failed in the past 750 runs.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Mihai Parparita <mihaip@chromium.org>
-
- Unreviewed expectations update for Windows for r67898.
-
- * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
- * platform/win/fast/dom/prototype-inheritance-expected.txt:
- * platform/win/fast/js/global-constructors-expected.txt:
-
-2010-09-20 Dimitri Glazkov <dglazkov@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- Create Chromium/Skia baselines for tests, affected by http://trac.webkit.org/changeset/65665.
- https://bugs.webkit.org/show_bug.cgi?id=46062
-
- * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
- * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
- * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: Added.
- * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added.
- * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
- * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
- * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
- * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.checksum:
- * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
- * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.png: Added.
- * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
- * platform/chromium-linux/svg/custom/pattern-no-pixelation-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/pattern-no-pixelation-expected.png: Added.
- * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum: Added.
- * platform/chromium-linux/svg/custom/stroked-pattern-expected.png: Added.
- * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
- * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
- * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: Added.
- * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added.
- * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
- * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
- * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
- * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.checksum:
- * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
- * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum:
- * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
- * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.checksum: Added.
- * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.png: Added.
- * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
- * platform/chromium-win/svg/custom/pattern-no-pixelation-expected.checksum: Added.
- * platform/chromium-win/svg/custom/pattern-no-pixelation-expected.png: Added.
- * platform/chromium-win/svg/custom/stroked-pattern-expected.checksum:
- * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Andrew Wilson <atwilson@chromium.org>
-
- Unreviewed expectations update for r67898.
-
- * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
- Updated to reflect r67898.
-
-2010-09-20 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by James Robinson.
-
- Rebaseline tests after HashChangeEvent was added by r67898
- https://bugs.webkit.org/show_bug.cgi?id=46155
-
- GTK and Qt changes that mirror the changes from r67898, plus a missed
- test window-property-descriptors from the original change.
-
- * fast/dom/Window/window-property-descriptors-expected.txt:
- * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
- * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
- * platform/gtk/fast/js/global-constructors-expected.txt:
- * platform/qt/fast/dom/Window/window-properties-expected.txt:
- * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
- * platform/qt/fast/dom/prototype-inheritance-expected.txt:
- * platform/qt/fast/js/global-constructors-expected.txt:
-
-2010-09-20 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Dan Bernstein.
-
- When PDF image is directly composited, it does not display
- https://bugs.webkit.org/show_bug.cgi?id=46144
-
- Testcase with an unadorned PDF image on a layer.
-
- * compositing/images/direct-pdf-image-expected.checksum: Added.
- * compositing/images/direct-pdf-image-expected.png: Added.
- * compositing/images/direct-pdf-image-expected.txt: Added.
- * compositing/images/direct-pdf-image.html: Added.
-
-2010-09-20 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Darin Adler.
-
- Crash when div with content set to image gets composited (Vimeo).
- https://bugs.webkit.org/show_bug.cgi?id=46140
-
- Test with a compositing div with content set to an image.
-
- * compositing/images/content-image-expected.txt: Copied from LayoutTests/fast/forms/select-change-popup-to-listbox-in-event-handler-expected.txt.
- * compositing/images/content-image.html: Added.
-
-2010-09-20 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- Hashchange event is no longer a simple event, needs to be its own interface
- https://bugs.webkit.org/show_bug.cgi?id=36335
-
- Add explicit test for newURL and oldURL properties of hashchange events.
- Add HashChangeEvent to expected global objects.
- Update stateobjects tests to also check newURL on the hashchange event.
-
- The original version of this patch was written by
- Steven Lai <s3lance@hotmail.com>.
-
- * fast/dom/Window/window-properties-expected.txt:
- * fast/dom/prototype-inheritance-expected.txt:
- * fast/js/global-constructors-expected.txt:
- * fast/loader/hashchange-event-properties-expected.txt: Added.
- * fast/loader/hashchange-event-properties.html: Added.
- * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html:
- * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html:
-
-2010-09-20 Andrew Wilson <atwilson@chromium.org>
-
- Unreviewed expectations changes (added back mistakenly-deleted lines).
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Andrew Wilson <atwilson@chromium.org>
-
- Revert r67892 (expectations update) as the expectations are out-of-date due to r67879.
-
- * platform/chromium-mac/fast/repaint/table-cell-move-expected.checksum: Removed.
- * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Removed.
- * platform/chromium-mac/fast/repaint/table-extra-bottom-grow-expected.checksum: Removed.
- * platform/chromium-mac/fast/repaint/table-extra-bottom-grow-expected.png: Removed.
- * platform/chromium-win/fast/repaint/table-cell-move-expected.checksum:
- * platform/chromium-win/fast/repaint/table-cell-move-expected.png:
- * platform/chromium-win/fast/repaint/table-extra-bottom-grow-expected.checksum:
- * platform/chromium-win/fast/repaint/table-extra-bottom-grow-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Andrew Wilson <atwilson@chromium.org>
-
- Unreviewed expectations update for chromium.
-
- * platform/chromium-mac/fast/repaint/table-cell-move-expected.checksum: Added.
- * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
- * platform/chromium-mac/fast/repaint/table-extra-bottom-grow-expected.checksum: Added.
- * platform/chromium-mac/fast/repaint/table-extra-bottom-grow-expected.png: Added.
- * platform/chromium-win/fast/repaint/table-cell-move-expected.checksum:
- * platform/chromium-win/fast/repaint/table-cell-move-expected.png:
- * platform/chromium-win/fast/repaint/table-extra-bottom-grow-expected.checksum:
- * platform/chromium-win/fast/repaint/table-extra-bottom-grow-expected.png:
- * platform/chromium/test_expectations.txt:
- Removed duplicate expectations entries to allow rebaselining tool to work.
- Disabled 2d.imageData.get.source.outside.html test as it fails on Chromium.
-
-2010-09-20 Andy Estes <aestes@apple.com>
-
- Reviewed by Adam Barth.
-
- REGRESSION (HTML5 Parser): Pages broken due to <tag<tag> parsing changes
- https://bugs.webkit.org/show_bug.cgi?id=40961
-
- * fast/parser/pre-html5-parser-quirks-expected.txt: Added.
- * fast/parser/pre-html5-parser-quirks.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-name-state.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-quoted-state.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-unquoted-state.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-attribute-name-state.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-before-attribute-name-state.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-document-fragment.html: Added.
- * fast/parser/resources/pre-html5-parser-quirk-tag-name-state.html: Added.
- * platform/chromium/test_expectations.txt: Skip pre-html5-parser-quirks.html.
- * platform/gtk/Skipped: Skip pre-html5-parser-quirks.html.
- * platform/mac-wk2/Skipped: Skip pre-html5-parser-quirks.html.
- * platform/qt/Skipped: Skip pre-html5-parser-quirks.html.
- * platform/win/Skipped: Skip pre-html5-parser-quirks.html.
-
-2010-09-20 David Hyatt <hyatt@apple.com>
-
- Reviewed by Dan Bernstein.
-
- https://bugs.webkit.org/show_bug.cgi?id=46124, add support for logical padding accessors to
- RenderBoxModelObject.
-
- Added fast/blockflow/percentage-padding.html even though it fails, so that when more of layout is patched
- we can see it start passing.
-
- * fast/blockflow: Added.
- * fast/blockflow/percentage-padding-expected.txt: Added.
- * fast/blockflow/percentage-padding.html: Added.
-
-2010-09-20 Eric Carlson <eric.carlson@apple.com>
-
- Rubber-stamped by by Simon Fraser.
-
- video-served-as-text.html failing on Windows
- https://bugs.webkit.org/show_bug.cgi?id=46111
-
- * platform/win/Skipped: Skip http/tests/media/video-served-as-text.html.
-
-2010-09-20 David Hyatt <hyatt@apple.com>
-
- Reviewed by Dan Bernstein.
-
- https://bugs.webkit.org/show_bug.cgi?id=46116, implement block-flow-aware logical properties.
-
- This patch adds all the logical properties from the CSS3 Writing Mode draft for margins, padding, border,
- width and height.
-
- Added fast/css/logical-property-resolution.html
-
- * fast/css/logical-property-resolution-expected.txt: Added.
- * fast/css/logical-property-resolution.html: Added.
-
-2010-09-20 James Robinson <jamesr@chromium.org>
-
- Fix mis-merge of chromium mac expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Adam Roben.
-
- REGRESSION: alternating animation direction doesn't work on Windows
- https://bugs.webkit.org/show_bug.cgi?id=46017
-
- Add test for animation-direction.
-
- * animations/animation-direction-expected.txt: Added.
- * animations/animation-direction.html: Added.
- * platform/win/Skipped: Re-enable skipped tests.
-
-2010-09-20 James Robinson <jamesr@chromium.org>
-
- Fix bad merge in chromium test_expectations.txt
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-17 James Robinson <jamesr@chromium.org>
-
- Reviewed by Andreas Kling
-
- [chromium] Add specific expectations for canvas/philip tests
- https://bugs.webkit.org/show_bug.cgi?id=45991
-
- Instead of marking all of canvas/philip and http/tests/canvas/philip/ as
- TEXT failures, this marks each test exactly.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Dimitri Glazkov <dglazkov@chromium.org>
-
- Fix up the goober from http://trac.webkit.org/changeset/67856.
-
- * platform/chromium-win-xp/css2.1/hindi-spacing-expected.png: Removed.
- * platform/chromium-win-xp/fast/text/international/hindi-spacing-expected.checksum: Renamed from LayoutTests/platform/chromium-win-xp/css2.1/hindi-spacing-expected.checksum.
-
-2010-09-20 Adam Barth <abarth@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- Attributes not interpreted correctly if there is a syntax error
- https://bugs.webkit.org/show_bug.cgi?id=16254
-
- The underlying bug was fixed by the HTML5 parser, but I don't think we
- have a test for this particular tokenization behavior.
-
- * html5lib/resources/webkit01.dat:
-
-2010-09-20 Gavin Barraclough <barraclough@apple.com>
-
- Reviewed by Oliver Hunt.
-
- Bug 46077 - ASSERT failure in YARR JIT
-
- We will currently attempt to loop if there are multiple alternatives, they are all
- BOL predicated, and the last alternative is longer then the first - however if all
- alternatives are BOL predicated the head of loop label will not have been set, and
- we'll try to link a jump to an undefined label. Stop doing so.
-
- * fast/js/regexp-norepeat-expected.txt: Added.
- * fast/js/regexp-norepeat.html: Added.
- * fast/js/script-tests/regexp-norepeat.js: Added.
-
-2010-09-20 Adam Roben <aroben@apple.com>
-
- Skip some failing animation tests on Windows
-
- The failures are covered by http://webkit.org/b/46017
-
- Rubber-stamped by Simon Fraser.
-
- * platform/win/Skipped:
-
-2010-09-20 Martin Robinson <mrobinson@igalia.com>
-
- Correct a GTK+ baseline. These issues should hopefully be mitigated
- by upcoming font fixes.
-
- * platform/gtk/fast/events/keydown-1-expected.txt: Updated baseline.
-
-2010-09-20 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Daniel Bates.
-
- [GTK] fast/forms/listbox-selection.html fails
- https://bugs.webkit.org/show_bug.cgi?id=45942
-
- * platform/gtk/Skipped: Unskip test which is now passing.
- * platform/gtk/fast/events/keydown-1-expected.txt: Added.
-
-2010-09-20 Dimitri Glazkov <dglazkov@chromium.org>
-
- Update a win-xp-specific baseline.
-
- * platform/chromium-win-xp/fast/text/international/hindi-spacing-expected.png: Updated.
-
-2010-09-20 Adam Barth <abarth@webkit.org>
-
- Reviewed by Alexey Proskuryakov.
-
- script element created with html element as parent
- https://bugs.webkit.org/show_bug.cgi?id=17023
-
- The underlying bug is fixed by the HTML5 parser. We have lots of tests
- for the resulting DOM in this case, but we don't have a test for what
- the DOM looks like to a script running inline at that time. Since
- that's how the test case attached to the bug was written, it seems
- worth adding.
-
- * fast/parser/parent-of-script-before-head-expected.txt: Added.
- * fast/parser/parent-of-script-before-head.html: Added.
-
-2010-09-20 Dimitri Glazkov <dglazkov@chromium.org>
-
- Move a few more xp-specific results to win-xp and clean up test expectations.
-
- * platform/chromium-win-vista/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt.
- * platform/chromium-win-xp/css2.1/hindi-spacing-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/text/international/hindi-spacing-expected.checksum.
- * platform/chromium-win-xp/css2.1/hindi-spacing-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/text/international/hindi-spacing-expected.png.
- * platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.checksum: Renamed from LayoutTests/platform/chromium-win/css2.1/t1202-counter-09-b-expected.checksum.
- * platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.png: Renamed from LayoutTests/platform/chromium-win/css2.1/t1202-counter-09-b-expected.png.
- * platform/chromium-win-xp/css2.1/t1202-counters-09-b-expected.checksum: Renamed from LayoutTests/platform/chromium-win/css2.1/t1202-counters-09-b-expected.checksum.
- * platform/chromium-win-xp/css2.1/t1202-counters-09-b-expected.png: Renamed from LayoutTests/platform/chromium-win/css2.1/t1202-counters-09-b-expected.png.
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Web Inspector: merge Inspector client runtime events into the serialized inspector state object.
-
- Drive-by rename getBackendSettings -> getInspectorState to better reflect the nature of the data.
-
- https://bugs.webkit.org/show_bug.cgi?id=45974
-
- * http/tests/inspector/console-xhr-logging.html:
- * inspector/report-API-errors-expected.txt:
- * inspector/report-API-errors.html:
-
-2010-09-20 Csaba Osztrogonác <ossy@webkit.org>
-
- [Qt]REGRESSION? (r67762): 23 layout tests fail
- https://bugs.webkit.org/show_bug.cgi?id=46093
-
- * platform/qt/Skipped: Skip failing tests until fix.
-
-2010-09-20 Adam Roben <aroben@apple.com>
-
- Remove no-longer-needed Windows-specific results for a Sputnik
- Array.prototype.splice test
-
- Rubber-stamped by Anders Carlsson.
-
- * platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt: Removed.
-
-2010-09-20 Csaba Osztrogonác <ossy@webkit.org>
-
- Unreviewed, update Qt specific expected result after r67770.
-
- Canvas sizing ignores intrinsic size
- https://bugs.webkit.org/show_bug.cgi?id=46024
-
- * platform/qt/fast/replaced/table-percent-height-expected.txt: Updated.
-
-2010-09-20 Satish Sampath <satish@chromium.org>
-
- Unreviewed, updating baselines for a layout test and setting expectations for 3 others.
-
- * platform/chromium-linux/animations/animation-drt-api-expected.checksum: Added.
- * platform/chromium-linux/animations/animation-drt-api-expected.png: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Satish Sampath <satish@chromium.org>
-
- Unreviewed, updating baselines for a layout test and adding 5 others to the skip list.
-
- * platform/chromium-linux/fast/css/preserve-user-specified-zoom-level-on-reload-expected.checksum: Added.
- * platform/chromium-linux/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added.
- * platform/chromium-linux/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Added.
- * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.checksum: Added.
- * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added.
- * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-20 Csaba Osztrogonác <ossy@webkit.org>
-
- Unreviewed. Update Qt specific expected results after r67660.
-
- Paginate and column-break at layout time rather than when painting
- https://bugs.webkit.org/show_bug.cgi?id=38402
-
- * platform/qt/fast/multicol/client-rects-expected.txt:
- * platform/qt/fast/multicol/column-count-with-rules-expected.txt:
- * platform/qt/fast/multicol/float-paginate-expected.txt:
- * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
- * platform/qt/fast/multicol/nested-columns-expected.txt:
- * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
- * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
- * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
- * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
- * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
- * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
- * platform/qt/fast/repaint/multicol-repaint-expected.txt:
-
-2010-09-20 James Kozianski <koz@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- [chromium] Unskip the canvas philip suite
- https://bugs.webkit.org/show_bug.cgi?id=45991
-
- Adds failing mac canvas/philip tests to test_expectations.txt.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-19 Dimitri Glazkov <dglazkov@chromium.org>
-
- Move win-xp-specific baselines to their proper places.
-
- * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/forms/search-styled-expected.txt.
- * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/text/backslash-to-yen-sign-expected.checksum.
- * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png.
- * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/text/backslash-to-yen-sign-expected.txt.
- * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.checksum.
- * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png.
- * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.txt.
- * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.checksum.
- * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.png.
- * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
- * platform/chromium-win-xp/fast/text/international/plane2-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/text/international/plane2-expected.checksum.
- * platform/chromium-win-xp/fast/text/international/plane2-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/text/international/plane2-expected.png.
- * platform/chromium-win-xp/fast/text/international/plane2-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/text/international/plane2-expected.txt.
- * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/text/text-intro-05-t-expected.checksum.
- * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png: Renamed from LayoutTests/platform/chromium-win/svg/text/text-intro-05-t-expected.png.
- * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/chromium-win/svg/text/text-intro-05-t-expected.txt.
-
-2010-09-19 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [Chromium] userscripts/user-script-top-frame-only.html has incorrect expectations
- https://bugs.webkit.org/show_bug.cgi?id=46064
-
- r62958 added incorrect expectations for this test. Chromium DRT actually
- gets this test right if we let it use the base expectations file. Mark
- the test as failing with test_shell only.
-
- * platform/chromium-mac/userscripts/user-script-top-frame-only-expected.txt: Removed.
- * platform/chromium-win/userscripts/user-script-top-frame-only-expected.txt: Removed.
- * platform/chromium/drt_expectations.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-19 Gavin Barraclough <barraclough@apple.com>
-
- Reviewed by Oliver Hunt.
-
- Bug 46065 - Unify implementation of ToInt32 and ToUInt32, don't use fmod.
-
- These methods implement the same conversion (see discussion in the notes
- of sections of 9.5 and 9.6 of the spec), only differing in how the result
- is interpretted.
-
- Add test cases for ToInt32 / ToUInt32 functionality.
-
- * fast/js/script-tests/toInt32UInt32.js: Added.
- * fast/js/toInt32UInt32-expected.txt: Added.
- * fast/js/toInt32UInt32.html: Added.
-
-2010-09-19 Dimitri Glazkov <dglazkov@chromium.org>
-
- Fix up expectation sadness I introduced in http://trac.webkit.org/changeset/67822, because no sadness is allowed.
-
- * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.checksum: Renamed from LayoutTests/platform/chromium-win-vista/css2.1/t1202-counter-09-b-checksum.png.
- * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.checksum: Renamed from LayoutTests/platform/chromium-win-vista/css2.1/t1202-counters-09-b-checksum.png.
- * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.checksum: Removed.
- * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
-
-2010-09-19 Dimitri Glazkov <dglazkov@chromium.org>
-
- Create one more text baseline for win-vista.
-
- * platform/chromium-win-vista/fast/forms/search-styled-expected.txt: Added.
- * platform/chromium/drt_expectations.txt: Removed search-styled as it's now passing.
- * platform/chromium/test_expectations.txt: Removed an errant line break.
-
-2010-09-19 Dimitri Glazkov <dglazkov@chromium.org>
-
- Reviewed by Adam Barth.
-
- Update win-vista baselines for Chromium to make a few more tests pass.
- https://bugs.webkit.org/show_bug.cgi?id=46056
-
- * platform/chromium-win-vista/css2.1/t1202-counter-09-b-checksum.png: Added.
- * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.png: Added.
- * platform/chromium-win-vista/css2.1/t1202-counters-09-b-checksum.png: Added.
- * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.png: Added.
- * platform/chromium-win-vista/fast/text/atsui-spacing-features-expected.checksum:
- * platform/chromium-win-vista/fast/text/atsui-spacing-features-expected.png:
- * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.checksum: Added.
- * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.png: Added.
- * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.txt: Added.
- * platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
- * platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
- * platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
- * platform/chromium-win-vista/fast/text/international/hindi-spacing-expected.checksum: Added.
- * platform/chromium-win-vista/fast/text/international/hindi-spacing-expected.png: Added.
- * platform/chromium-win-vista/fast/text/international/hindi-whitespace-expected.checksum: Added.
- * platform/chromium-win-vista/fast/text/international/hindi-whitespace-expected.png: Added.
- * platform/chromium-win-vista/fast/text/international/plane2-expected.checksum: Added.
- * platform/chromium-win-vista/fast/text/international/plane2-expected.png: Added.
- * platform/chromium-win-vista/fast/text/international/plane2-expected.txt: Added.
- * platform/chromium-win-vista/svg/batik/text/textFeatures-expected.checksum: Removed.
- * platform/chromium-win-vista/svg/batik/text/textFeatures-expected.png: Removed.
- * platform/chromium-win-vista/svg/batik/text/verticalText-expected.checksum:
- * platform/chromium-win-vista/svg/batik/text/verticalText-expected.png:
- * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.checksum: Added.
- * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Added.
- * platform/chromium/drt_expectations.txt: Removed expectations of failure, also added more info on remaining Windows failures.
-
-2010-09-19 Adam Barth <abarth@webkit.org>
-
- Turns out these still fail.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-19 Adam Barth <abarth@webkit.org>
-
- These tests now pass. Go team.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-19 Adam Barth <abarth@webkit.org>
-
- Also update mac-leopard and mac-tiger.
- See https://bugs.webkit.org/show_bug.cgi?id=46042
-
- * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
- * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
-
-2010-09-19 Kent Tamura <tkent@chromium.org>
-
- Reviewed by Adam Barth.
-
- [DRT/Chromium] Fix a WebSettings handling bug
- https://bugs.webkit.org/show_bug.cgi?id=45945
-
- * platform/chromium/drt_expectations.txt:
- Remove link-opens-new-window.html, which is fixed by this revision.
-
-2010-09-18 Erik Arvidsson <arv@chromium.org>
-
- Reviewed by Nate Chapin.
-
- [Chromium] fast/dom/dataset-gc.html is failing
- https://bugs.webkit.org/show_bug.cgi?id=45426
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-18 Adam Barth <abarth@webkit.org>
-
- Also update the snow-leopard result.
-
- * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
-
-2010-09-18 Dimitri Glazkov <dglazkov@chromium.org>
-
- Unreviewed, rolling out r67792.
- http://trac.webkit.org/changeset/67792
- https://bugs.webkit.org/show_bug.cgi?id=45976
-
- Broke over a hundred SVG tests.
-
- * canvas/philip/tests/2d.drawImage.negativeOneDest-expected.txt: Removed.
- * canvas/philip/tests/2d.drawImage.negativeOneDest.html: Removed.
- * canvas/philip/tests/2d.drawImage.negativeOneSource-expected.txt: Removed.
- * canvas/philip/tests/2d.drawImage.negativeOneSource.html: Removed.
-
-2010-09-18 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- file-url-mimetypes-2.html fails on my Snow Leopard box
- https://bugs.webkit.org/show_bug.cgi?id=46042
-
- This line of this test seems to depend on something besides WebKit. It
- fails on my Snow Leopard box because it reports text/plain instead of
- postscript. This is blocking me from running a commit-cluster machine
- on my box.
-
- * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
- * platform/mac/fast/loader/file-url-mimetypes-2.html:
-
-2010-09-18 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Simon Fraser.
-
- webkitAnimationEnd event doesn't fire when skipping over final iteration
- https://bugs.webkit.org/show_bug.cgi?id=46010
-
- Add a test with a short enough animation interval (0.001s) that we
- appear to always skip the second iteration.
-
- * animations/animation-end-event-short-iterations-expected.txt: Added.
- * animations/animation-end-event-short-iterations.html: Added.
-
-2010-09-17 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by James Robinson.
-
- Remove passing animation tests from Chromium's test_expectations.txt
- https://bugs.webkit.org/show_bug.cgi?id=45996
-
- Update Chromium test_expectations.txt to remove tests that now pass:
-
- animations/animation-shorthand-removed.html, animations/
- animation-shorthand.html, and transitions/inherit-other-props.html were
- fixed by http://trac.webkit.org/changeset/67634.
-
- transforms/2d/transform-value-types.html has not failed in the last
- 1,500 runs.
-
- animations/animation-drt-api.html was most likely fixed by 66641 (it
- hasn't failed in the last 1,500 runs either).
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-18 Matthew Delaney <mdelaney@apple.com>
-
- Reviewed by Oliver Hunt.
-
- Canvas drawImage with source or destination widths/heights of -1 renders incorrectly.
- https://bugs.webkit.org/show_bug.cgi?id=45976
-
- * canvas/philip/tests/2d.drawImage.negativeOneDest-expected.txt: Added.
- * canvas/philip/tests/2d.drawImage.negativeOneDest.html: Added. Tests that using -1
- for the destination width/height renders correctly.
- * canvas/philip/tests/2d.drawImage.negativeOneSource-expected.txt: Added.
- * canvas/philip/tests/2d.drawImage.negativeOneSource.html: Added. Tests that using -1
- for the source width/height renders correctly.
-
-2010-09-18 Michael Saboff <msaboff@apple.com>
-
- Reviewed by Gavin Barraclough.
-
- Added new tests to check for proper handling of ^ in multiline
- regular expressions. Added as part of
- https://bugs.webkit.org/show_bug.cgi?id=45787
-
- * fast/js/regexp-bol-with-multiline-expected.txt: Added.
- * fast/js/regexp-bol-with-multiline.html: Added.
- * fast/js/script-tests/regexp-bol-with-multiline.js: Added.
-
-2010-09-18 Dimitri Glazkov <dglazkov@chromium.org>
-
- Remove duplicate expectations from platform/chromium-win-xp.
-
- * platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.checksum: Removed.
- * platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.png: Removed.
- * platform/chromium-win-xp/css2.1/t1202-counters-09-b-expected.checksum: Removed.
- * platform/chromium-win-xp/css2.1/t1202-counters-09-b-expected.png: Removed.
-
-2010-09-18 Mike Lawther <mikelawther@chromium.org>
-
- Reviewed by Nate Chapin.
-
- Remove passing tests from chromium test_expectations
- https://bugs.webkit.org/show_bug.cgi?id=45948
-
- Removes tests the flakiness dashboard shows as having passed for a couple of weeks
-
-2010-09-18 Daniel Bates <dbates@rim.com>
-
- Rubber-stamped by Sam Weinig.
-
- REGRESSION (r60104): Zoom level is unexpectedly reset on page reload
- https://bugs.webkit.org/show_bug.cgi?id=42863
-
- Fix some minor, non-visual typos that do not affect the test result.
-
- * fast/css/preserve-user-specified-zoom-level-on-reload.html:
-
-2010-09-18 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dirk Schulze.
-
- fast/css/preserve-user-specified-zoom-level-on-reload.html does not clean up after itself
- https://bugs.webkit.org/show_bug.cgi?id=46040
-
- Delete the sessionStorage property that this test adds once it's complete.
- Otherwise it fails when run with --iterations=2 and also causes a diff in
- in fast/dom/prototype-inheritance-2.html (which runs after it).
-
- * fast/css/preserve-user-specified-zoom-level-on-reload.html:
-
-2010-09-17 David Hyatt <hyatt@apple.com>
-
- Reviewed by Sam Weinig.
-
- https://bugs.webkit.org/show_bug.cgi?id=46027, image on gamespot.com paginates without bringing its enclosing border along.
-
- Make sure that unsplittable objects like replaced elements propagate their pagination strut outward to the parent block
- when appropriate. An image on a line did this, but a block-level image did not.
-
- Added fast/multicol/image-inside-nested-blocks-with-border.html
-
- * fast/multicol/image-inside-nested-blocks-with-border-expected.txt: Added.
- * fast/multicol/image-inside-nested-blocks-with-border.html: Added.
-
-2010-09-17 Dimitri Glazkov <dglazkov@chromium.org>
-
- Remove passing tests from expectations.
-
- * platform/chromium/drt_expectations.txt: Removed tests that are now
- consistently passing on Chromium Windows DRT.
-
-2010-09-17 David Hyatt <hyatt@apple.com>
-
- Reviewed by Simon Fraser.
-
- https://bugs.webkit.org/show_bug.cgi?id=45993, convert printing to the new pagination model.
-
- Remove the overflow test, since the new model treats overflow:auto/scroll as unsplittable.
-
- * printing/page-break-always-for-overflow-expected.txt: Removed.
- * printing/page-break-always-for-overflow.html: Removed.
-
-2010-09-17 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Simon Fraser.
-
- Canvas sizing ignores intrinsic size
- https://bugs.webkit.org/show_bug.cgi?id=46024
-
- * fast/replaced/table-percent-height-expected.txt: Updated.
- * fast/replaced/table-percent-height.html: Changed to expect canvas to maintain
- its intrinsic ratio.
-
-2010-09-17 Adam Barth <abarth@webkit.org>
-
- Remove Leopard specific expected results because these now match Snow
- Leopard.
-
- https://bugs.webkit.org/show_bug.cgi?id=38402
-
- * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
- * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Removed.
- * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
- * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
- * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Removed.
-
-2010-09-17 Daniel Bates <dbates@rim.com>
-
- Reviewed by Darin Adler.
-
- REGRESSION (r60104): Zoom level is unexpectedly reset on page reload
- https://bugs.webkit.org/show_bug.cgi?id=42863
-
- * fast/css/preserve-user-specified-zoom-level-on-reload.html: Added.
- * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.checksum: Added.
- * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added.
- * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Added.
-
-2010-09-17 Tony Chang <tony@chromium.org>
-
- Reviewed by Kent Tamura.
-
- [chromium] 16 more chromium linux baselines (scrollbars change)
- https://bugs.webkit.org/show_bug.cgi?id=46009
-
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
- * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
- * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
- * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
- * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
- * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/test3-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-17 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] rebaseline tests that are only scrollbar differences on Linux
- https://bugs.webkit.org/show_bug.cgi?id=46000
-
- * platform/chromium-linux/css1/basic/containment-expected.checksum:
- * platform/chromium-linux/css1/basic/containment-expected.png:
- * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
- * platform/chromium-linux/css1/font_properties/font_size-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_size-expected.png:
- * platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum:
- * platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
- * platform/chromium-linux/fast/block/positioning/051-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/051-expected.png:
- * platform/chromium-linux/fast/block/positioning/055-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/055-expected.png:
- * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum:
- * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png:
- * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum:
- * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
- * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum:
- * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png:
- * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum:
- * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png:
- * platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum:
- * platform/chromium-linux/http/tests/navigation/error404-frames-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-17 Sergio Villar Senin <svillar@igalia.com>
-
- Reviewed by Martin Robinson.
-
- http/tests/security/xss-DENIED-mime-type-execute-as-html.html fails
- https://bugs.webkit.org/show_bug.cgi?id=37540
-
- * platform/gtk/Skipped: test works fine after the fix for
- https://bugs.webkit.org/show_bug.cgi?id=45377
-
-2010-09-17 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- http/tests/navigation/post-goback1.html should not be a pixel test
- https://bugs.webkit.org/show_bug.cgi?id=45834
-
- Convert post-goback1.html to be a simpler dumpAsText test. It can use
- the form-target.pl that was added r67466 with some small modifications.
-
- To be extra safe, clear the back forward list for all the tests that
- were converted to use dumpAsText.
-
- * http/tests/navigation/post-basic.html:
- * http/tests/navigation/post-frames.html:
- * http/tests/navigation/post-goback1-expected.txt: Added.
- * http/tests/navigation/post-goback1.html:
- * http/tests/navigation/resources/form-target.pl:
- * http/tests/navigation/resources/go-back.html: Added.
- * platform/chromium-linux/http/tests/navigation/post-goback1-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/post-goback1-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-goback1-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/post-goback1-expected.png: Removed.
- * platform/chromium/test_expectations.txt:
- * platform/mac/http/tests/navigation/post-goback1-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/post-goback1-expected.png: Removed.
- * platform/mac/http/tests/navigation/post-goback1-expected.txt: Removed.
-
-2010-09-17 Eric Carlson <eric.carlson@apple.com>
-
- Rubber-stamped by Simon Fraser.
-
- https://bugs.webkit.org/show_bug.cgi?id=45983
-
- * platform/win/Skipped: Skip media-can-play-mpeg4-video.html.
-
-2010-09-17 James Robinson <jamesr@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] Unskip the canvas philip suite
- https://bugs.webkit.org/show_bug.cgi?id=45991
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-17 Jian Li <jianli@chromium.org>
-
- Skip the new test fast/files/create-blob-url-crash.html in unsupported
- platforms.
-
- * platform/gtk/Skipped:
- * platform/mac-wk2/Skipped:
- * platform/qt/Skipped:
- * platform/win/Skipped:
-
-2010-09-17 Jian Li <jianli@chromium.org>
-
- Reviewed by Dmitry Titov.
-
- createBlobURL with no argument causes crash.
- https://bugs.webkit.org/show_bug.cgi?id=45880
-
- * fast/files/create-blob-url-crash-expected.txt: Added.
- * fast/files/create-blob-url-crash.html: Added.
-
-2010-09-17 Brian Weinstein <bweinstein@apple.com>
-
- Rubber-stamped by Adam Roben.
-
- Skip some userscripts tests that are flaky on Windows (but pass on Mac),
- this needs investigation, and is being tracked by <http://webkit.org/b/45980>.
-
- * platform/win/Skipped:
-
-2010-09-17 Adam Roben <aroben@apple.com>
-
- Land new Windows results for fast/forms/file-input-disabled.html
-
- This corresponds to the changes made in r64712.
-
- Rubber-stamped by John Sullivan.
-
- * platform/win/fast/forms/file-input-disabled-expected.txt:
-
-2010-09-14 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Web Inspector: show status message below call stack when debugger is paused on DOM breakpoint
- https://bugs.webkit.org/show_bug.cgi?id=45114
-
- * http/tests/inspector/inspector-test2.js:
- (initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout):
- (initialize_InspectorTest.InspectorTest.findDOMNode.findDOMNode.processChildren):
- (initialize_InspectorTest.InspectorTest.findDOMNode.findDOMNode):
- (initialize_InspectorTest.InspectorTest.findDOMNode):
- * inspector/dom-breakpoints-expected.txt:
- * inspector/dom-breakpoints.html:
-
-2010-09-17 Johnny Ding <jnd@chromium.org>
-
- Reviewed by Adam Barth.
-
- Stop history reload navigation to bypass WebKit's popup blocker.
- https://bugs.webkit.org/show_bug.cgi?id=45369
-
- * fast/events/popup-blocked-from-history-reload-expected.txt: Added.
- * fast/events/popup-blocked-from-history-reload.html: Added.
-
-2010-09-17 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Add failing WebGL tests in drt_expectations.txt.
-
- * platform/chromium/drt_expectations.txt:
-
-2010-09-17 Adam Roben <aroben@apple.com>
-
- Land new Windows results for html5lib/runner.html
-
- This corresponds to the changes made in r67233 and r67356.
-
- Rubber-stamped by Anders Carlsson.
-
- * platform/win/html5lib/runner-expected.txt:
-
-2010-09-17 Adam Roben <aroben@apple.com>
-
- Add some tests failing due to unimplemented DRT APIs to the Windows
- Skipped file
-
- * platform/win/Skipped: Added two tests which fail due to
- already-known limitations of Windows DRT.
-
-2010-09-15 Alexander Pavlov <apavlov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Provide source-based properties for style declarations to CSSParser clients
- https://bugs.webkit.org/show_bug.cgi?id=44949
-
- * inspector/resources/styles-source-offsets.css:
- (body):
- (/* comment before selector */body.main1/* comment after selector */):
- (body.main2):
- * inspector/styles-source-offsets-expected.txt:
- * inspector/styles-source-offsets.html:
-
-2010-09-17 Alejandro G. Castro <alex@igalia.com>
-
- Unreviewed, GTK+ rebaselines.
-
- * platform/gtk/fast/repaint/multicol-repaint-expected.txt:
- * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
-
-2010-09-16 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by James Robinson.
-
- In layerTreeAsText output, avoid printing properties which have their default values
- https://bugs.webkit.org/show_bug.cgi?id=45931
-
- Updated results.
-
- * compositing/geometry/clip-expected.txt:
- * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
- * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
- * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
- * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
- * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
- * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
- * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
- * compositing/geometry/preserve-3d-switching-expected.txt:
- * compositing/iframes/become-overlapped-iframe-expected.txt:
- * compositing/iframes/composited-parent-iframe-expected.txt:
- * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
- * compositing/iframes/connect-compositing-iframe-expected.txt:
- * compositing/iframes/connect-compositing-iframe2-expected.txt:
- * compositing/iframes/connect-compositing-iframe3-expected.txt:
- * compositing/iframes/enter-compositing-iframe-expected.txt:
- * compositing/iframes/iframe-resize-expected.txt:
- * compositing/iframes/iframe-size-from-zero-expected.txt:
- * compositing/iframes/overlapped-iframe-expected.txt:
- * compositing/iframes/scrolling-iframe-expected.txt:
- * compositing/images/clip-on-directly-composited-image-expected.txt:
- * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
- * compositing/layer-creation/scroll-partial-update-expected.txt:
- * compositing/overflow/clip-descendents-expected.txt:
- * compositing/overflow/resize-painting-expected.txt:
- * compositing/plugins/small-to-large-composited-plugin-expected.txt:
- * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
- * compositing/tiling/huge-layer-add-remove-child-expected.txt:
- * compositing/tiling/huge-layer-expected.txt:
- * compositing/tiling/huge-layer-resize-expected.txt:
- * compositing/tiling/huge-layer-with-layer-children-expected.txt:
- * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
-
-2010-09-16 John Gregg <johnnyg@google.com>
-
- Unreviewed, chromium rebaselines.
-
- [chromium] Rebaseline multicol tests
- https://bugs.webkit.org/show_bug.cgi?id=45936
-
- * platform/chromium-linux/fast/multicol/border-padding-pagination-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/border-padding-pagination-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/client-rects-expected.checksum:
- * platform/chromium-linux/fast/multicol/client-rects-expected.png:
- * platform/chromium-linux/fast/multicol/client-rects-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png: Added.
- * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/column-count-with-rules-expected.checksum:
- * platform/chromium-linux/fast/multicol/column-count-with-rules-expected.png:
- * platform/chromium-linux/fast/multicol/column-rules-expected.checksum:
- * platform/chromium-linux/fast/multicol/column-rules-expected.png:
- * platform/chromium-linux/fast/multicol/column-rules-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/float-avoidance-expected.checksum:
- * platform/chromium-linux/fast/multicol/float-avoidance-expected.png:
- * platform/chromium-linux/fast/multicol/float-avoidance-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/float-multicol-expected.checksum:
- * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
- * platform/chromium-linux/fast/multicol/float-multicol-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png: Added.
- * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/float-paginate-expected.txt:
- * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.checksum:
- * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png:
- * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/margin-collapse-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/margin-collapse-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/max-height-columns-block-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/max-height-columns-block-expected.png: Added.
- * platform/chromium-linux/fast/multicol/max-height-columns-block-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum:
- * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
- * platform/chromium-linux/fast/multicol/nested-columns-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.txt:
- * platform/chromium-linux/fast/multicol/positioned-split-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/positioned-split-expected.png: Added.
- * platform/chromium-linux/fast/multicol/positioned-split-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/shadow-breaking-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/shadow-breaking-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/single-line-expected.checksum:
- * platform/chromium-linux/fast/multicol/single-line-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/table-margin-collapse-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/table-margin-collapse-expected.png: Added.
- * platform/chromium-linux/fast/multicol/table-margin-collapse-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/table-vertical-align-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/table-vertical-align-expected.png: Added.
- * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Added.
- * platform/chromium-linux/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
- * platform/chromium-linux/fast/multicol/unsplittable-inline-block-expected.png: Added.
- * platform/chromium-linux/fast/multicol/unsplittable-inline-block-expected.txt: Added.
- * platform/chromium-linux/fast/repaint/multicol-repaint-expected.txt:
- * platform/chromium-mac/fast/multicol/client-rects-expected.checksum:
- * platform/chromium-mac/fast/multicol/client-rects-expected.png: Removed.
- * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png: Added.
- * platform/chromium-mac/fast/multicol/column-rules-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/column-rules-expected.png: Added.
- * platform/chromium-mac/fast/multicol/float-avoidance-expected.checksum:
- * platform/chromium-mac/fast/multicol/float-multicol-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/float-multicol-expected.png: Added.
- * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png: Added.
- * platform/chromium-mac/fast/multicol/float-paginate-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/float-paginate-expected.png: Added.
- * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum:
- * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
- * platform/chromium-mac/fast/multicol/margin-collapse-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/paginate-block-replaced-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/positioned-split-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/single-line-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Removed.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Removed.
- * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added.
- * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
- * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
- * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
- * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
- * platform/chromium-mac/fast/multicol/table-margin-collapse-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/table-vertical-align-expected.checksum: Added.
- * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png: Added.
- * platform/chromium-mac/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
- * platform/chromium-mac/fast/repaint/multicol-repaint-expected.checksum:
- * platform/chromium-mac/fast/repaint/multicol-repaint-expected.png:
- * platform/chromium-win/fast/multicol/border-padding-pagination-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/border-padding-pagination-expected.png: Added.
- * platform/chromium-win/fast/multicol/border-padding-pagination-expected.txt: Added.
- * platform/chromium-win/fast/multicol/client-rects-expected.checksum:
- * platform/chromium-win/fast/multicol/client-rects-expected.png:
- * platform/chromium-win/fast/multicol/client-rects-expected.txt:
- * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png: Added.
- * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.txt: Added.
- * platform/chromium-win/fast/multicol/column-count-with-rules-expected.checksum:
- * platform/chromium-win/fast/multicol/column-count-with-rules-expected.png:
- * platform/chromium-win/fast/multicol/column-rules-expected.checksum:
- * platform/chromium-win/fast/multicol/column-rules-expected.png:
- * platform/chromium-win/fast/multicol/column-rules-expected.txt:
- * platform/chromium-win/fast/multicol/float-avoidance-expected.checksum:
- * platform/chromium-win/fast/multicol/float-avoidance-expected.png:
- * platform/chromium-win/fast/multicol/float-avoidance-expected.txt:
- * platform/chromium-win/fast/multicol/float-multicol-expected.checksum:
- * platform/chromium-win/fast/multicol/float-multicol-expected.png:
- * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
- * platform/chromium-win/fast/multicol/float-paginate-complex-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/float-paginate-complex-expected.png: Added.
- * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt: Added.
- * platform/chromium-win/fast/multicol/float-paginate-expected.txt:
- * platform/chromium-win/fast/multicol/layers-in-multicol-expected.checksum:
- * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
- * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
- * platform/chromium-win/fast/multicol/margin-collapse-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/margin-collapse-expected.png: Added.
- * platform/chromium-win/fast/multicol/margin-collapse-expected.txt: Added.
- * platform/chromium-win/fast/multicol/max-height-columns-block-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/max-height-columns-block-expected.png: Added.
- * platform/chromium-win/fast/multicol/max-height-columns-block-expected.txt: Added.
- * platform/chromium-win/fast/multicol/nested-columns-expected.checksum:
- * platform/chromium-win/fast/multicol/nested-columns-expected.png:
- * platform/chromium-win/fast/multicol/nested-columns-expected.txt:
- * platform/chromium-win/fast/multicol/paginate-block-replaced-expected.txt:
- * platform/chromium-win/fast/multicol/positioned-split-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/positioned-split-expected.png: Added.
- * platform/chromium-win/fast/multicol/positioned-split-expected.txt: Added.
- * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/shadow-breaking-expected.png: Added.
- * platform/chromium-win/fast/multicol/shadow-breaking-expected.txt: Added.
- * platform/chromium-win/fast/multicol/single-line-expected.checksum:
- * platform/chromium-win/fast/multicol/single-line-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png:
- * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt:
- * platform/chromium-win/fast/multicol/table-margin-collapse-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/table-margin-collapse-expected.png: Added.
- * platform/chromium-win/fast/multicol/table-margin-collapse-expected.txt: Added.
- * platform/chromium-win/fast/multicol/table-vertical-align-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/table-vertical-align-expected.png: Added.
- * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt: Added.
- * platform/chromium-win/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
- * platform/chromium-win/fast/multicol/unsplittable-inline-block-expected.png: Added.
- * platform/chromium-win/fast/multicol/unsplittable-inline-block-expected.txt: Added.
- * platform/chromium-win/fast/repaint/multicol-repaint-expected.checksum:
- * platform/chromium-win/fast/repaint/multicol-repaint-expected.png:
- * platform/chromium-win/fast/repaint/multicol-repaint-expected.txt:
-
-2010-09-16 Brian Weinstein <bweinstein@apple.com>
-
- Rubber-stamped by Jon Honeycutt.
-
- Update Windows-specific results to getComputedStyle tests after r67667.
-
- * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
- * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
-
-2010-09-16 Tony Chang <tony@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- convert fast/events/5056619.html to a dump-as-markup test
- https://bugs.webkit.org/show_bug.cgi?id=45907
-
- * fast/events/5056619.html:
- * platform/chromium-linux/fast/events/5056619-expected.checksum: Removed.
- * platform/chromium-linux/fast/events/5056619-expected.png: Removed.
- * platform/chromium-win/fast/events/5056619-expected.checksum: Removed.
- * platform/chromium-win/fast/events/5056619-expected.png: Removed.
- * platform/chromium-win/fast/events/5056619-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
- * platform/mac/fast/events/5056619-expected.checksum: Removed.
- * platform/mac/fast/events/5056619-expected.png: Removed.
- * platform/mac/fast/events/5056619-expected.txt: Removed.
-
-2010-09-15 Tony Chang <tony@chromium.org>
-
- Reviewed by Kent Tamura.
-
- [Chromium] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations
- https://bugs.webkit.org/show_bug.cgi?id=42151
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-16 Zhenyao Mo <zmo@google.com>
-
- Unreviewed.
-
- Remove passing WebGL tests from platform/chromium/test_expectations.txt
- https://bugs.webkit.org/show_bug.cgi?id=45905
-
- Remove passing tests; also, put webgl tests in one place.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-16 Eric Seidel <eric@webkit.org>
-
- Unreviewed. Just changing the path to the PNG file.
-
- fast/css/font-face-svg-decoding-error.html can cause later CSS tests to fail
- https://bugs.webkit.org/show_bug.cgi?id=45919
-
- Fixing the underlying issue in a separate bug. For now
- give this test its own png so to unblock the commit-queue.
-
- * fast/css/font-face-svg-decoding-error.html:
- * fast/css/resources/invalidfont.png: Copied from LayoutTests/fast/css-generated-content/resources/greenbox.png.
-
-2010-09-16 Martin Robinson <mrobinson@igalia.com>
-
- Update baselines for GTK+ and unskip a test which is passing.
-
- * platform/gtk/Skipped: Update baselines for GTK+.
- * platform/gtk/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Added.
- * platform/gtk/fast/images/gif-large-checkerboard-expected.txt: Added.
- * platform/gtk/fast/multicol/border-padding-pagination-expected.txt: Added.
- * platform/gtk/fast/multicol/client-rects-expected.txt: Added.
- * platform/gtk/fast/multicol/column-break-with-balancing-expected.txt: Added.
- * platform/gtk/fast/multicol/column-rules-expected.txt: Added.
- * platform/gtk/fast/multicol/column-rules-stacking-expected.txt: Added.
- * platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt: Added.
- * platform/gtk/fast/multicol/float-avoidance-expected.txt: Added.
- * platform/gtk/fast/multicol/float-multicol-expected.txt: Added.
- * platform/gtk/fast/multicol/float-paginate-complex-expected.txt: Added.
- * platform/gtk/fast/multicol/float-paginate-expected.txt: Added.
- * platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
- * platform/gtk/fast/multicol/margin-collapse-expected.txt: Added.
- * platform/gtk/fast/multicol/max-height-columns-block-expected.txt: Added.
- * platform/gtk/fast/multicol/nested-columns-expected.txt:
- * platform/gtk/fast/multicol/paginate-block-replaced-expected.txt: Added.
- * platform/gtk/fast/multicol/positioned-split-expected.txt: Added.
- * platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt: Added.
- * platform/gtk/fast/multicol/shadow-breaking-expected.txt: Added.
- * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
- * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt:
- * platform/gtk/fast/multicol/table-margin-collapse-expected.txt: Added.
- * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Added.
- * platform/gtk/fast/multicol/unsplittable-inline-block-expected.txt: Added.
- * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
- * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.txt: Added.
- * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
- * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt: Added.
- * platform/gtk/svg/css/shadow-changes-expected.txt: Added.
- * platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
- * platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
- * platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
- * platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
- * platform/gtk/svg/custom/non-scaling-stroke-markers-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/non-scaling-stroke-markers-expected.txt.
- * platform/gtk/svg/custom/use-invalid-pattern-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/svg/custom/use-invalid-pattern-expected.txt.
- * platform/gtk/svg/repaint/filter-repaint-expected.txt: Added.
- * platform/gtk/transitions/svg-text-shadow-transition-expected.txt: Added.
-
-2010-09-16 takano takumi <takano1@asia.apple.com>
-
- Reviewed by Dave Hyatt.
-
- https://bugs.webkit.org/show_bug.cgi?id=45020
- Support "block-flow" and "writing-mode": interpret properties into RenderStyle
-
- Added code that interprets "block-flow" property and "writing-mode" property settings
- into a RenderStyle object.
-
- * fast/css/getComputedStyle/computed-style-expected.txt:
- * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
- * fast/text/international/block-flow-parser-test-expected.txt: Added.
- * fast/text/international/block-flow-parser-test.html: Added.
- * svg/css/getComputedStyle-basic-expected.txt:
-
-2010-09-15 David Hyatt <hyatt@apple.com>
-
- Reviewed by Darin Adler.
-
- https://bugs.webkit.org/show_bug.cgi?id=38402, paginate columns at layout time rather than at paint time.
-
- Add many new multicol layout tests that demonstrate new pagination features.
-
- * fast/multicol/border-padding-pagination.html: Added.
- * fast/multicol/client-rects-expected.checksum:
- * fast/multicol/client-rects-expected.png:
- * fast/multicol/client-rects-expected.txt:
- * fast/multicol/column-break-with-balancing.html: Added.
- * fast/multicol/float-paginate-complex.html: Added.
- * fast/multicol/float-paginate.html:
- * fast/multicol/float-truncation.html:
- * fast/multicol/margin-collapse.html: Added.
- * fast/multicol/max-height-columns-block.html: Added.
- * fast/multicol/positioned-split.html: Added.
- * fast/multicol/shadow-breaking.html: Added.
- * fast/multicol/single-line-expected.checksum:
- * fast/multicol/single-line-expected.png:
- * fast/multicol/table-margin-collapse.html: Added.
- * fast/multicol/table-vertical-align.html: Added.
- * fast/multicol/unsplittable-inline-block.html: Added.
- * platform/mac/fast/multicol/border-padding-pagination-expected.checksum: Added.
- * platform/mac/fast/multicol/border-padding-pagination-expected.png: Added.
- * platform/mac/fast/multicol/border-padding-pagination-expected.txt: Added.
- * platform/mac/fast/multicol/column-break-with-balancing-expected.checksum: Added.
- * platform/mac/fast/multicol/column-break-with-balancing-expected.png: Added.
- * platform/mac/fast/multicol/column-break-with-balancing-expected.txt: Added.
- * platform/mac/fast/multicol/column-count-with-rules-expected.checksum: Added.
- * platform/mac/fast/multicol/column-count-with-rules-expected.png: Added.
- * platform/mac/fast/multicol/column-count-with-rules-expected.txt:
- * platform/mac/fast/multicol/column-rules-expected.checksum:
- * platform/mac/fast/multicol/column-rules-expected.png:
- * platform/mac/fast/multicol/column-rules-expected.txt:
- * platform/mac/fast/multicol/column-rules-stacking-expected.checksum:
- * platform/mac/fast/multicol/column-rules-stacking-expected.png:
- * platform/mac/fast/multicol/columns-shorthand-parsing-expected.checksum:
- * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
- * platform/mac/fast/multicol/float-avoidance-expected.checksum:
- * platform/mac/fast/multicol/float-avoidance-expected.png:
- * platform/mac/fast/multicol/float-avoidance-expected.txt:
- * platform/mac/fast/multicol/float-multicol-expected.checksum:
- * platform/mac/fast/multicol/float-multicol-expected.png:
- * platform/mac/fast/multicol/float-multicol-expected.txt:
- * platform/mac/fast/multicol/float-paginate-complex-expected.checksum: Added.
- * platform/mac/fast/multicol/float-paginate-complex-expected.png: Added.
- * platform/mac/fast/multicol/float-paginate-complex-expected.txt: Added.
- * platform/mac/fast/multicol/float-paginate-expected.txt:
- * platform/mac/fast/multicol/layers-in-multicol-expected.checksum:
- * platform/mac/fast/multicol/layers-in-multicol-expected.png:
- * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
- * platform/mac/fast/multicol/margin-collapse-expected.checksum: Added.
- * platform/mac/fast/multicol/margin-collapse-expected.png: Added.
- * platform/mac/fast/multicol/margin-collapse-expected.txt: Added.
- * platform/mac/fast/multicol/max-height-columns-block-expected.checksum: Added.
- * platform/mac/fast/multicol/max-height-columns-block-expected.png: Added.
- * platform/mac/fast/multicol/max-height-columns-block-expected.txt: Added.
- * platform/mac/fast/multicol/nested-columns-expected.checksum:
- * platform/mac/fast/multicol/nested-columns-expected.png:
- * platform/mac/fast/multicol/nested-columns-expected.txt:
- * platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
- * platform/mac/fast/multicol/positioned-split-expected.checksum: Added.
- * platform/mac/fast/multicol/positioned-split-expected.png: Added.
- * platform/mac/fast/multicol/positioned-split-expected.txt: Added.
- * platform/mac/fast/multicol/positioned-with-constrained-height-expected.checksum:
- * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
- * platform/mac/fast/multicol/positioned-with-constrained-height-expected.txt:
- * platform/mac/fast/multicol/shadow-breaking-expected.checksum: Added.
- * platform/mac/fast/multicol/shadow-breaking-expected.png: Added.
- * platform/mac/fast/multicol/shadow-breaking-expected.txt: Added.
- * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
- * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
- * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
- * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
- * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
- * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
- * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
- * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
- * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
- * platform/mac/fast/multicol/table-margin-collapse-expected.checksum: Added.
- * platform/mac/fast/multicol/table-margin-collapse-expected.png: Added.
- * platform/mac/fast/multicol/table-margin-collapse-expected.txt: Added.
- * platform/mac/fast/multicol/table-vertical-align-expected.checksum: Added.
- * platform/mac/fast/multicol/table-vertical-align-expected.png: Added.
- * platform/mac/fast/multicol/table-vertical-align-expected.txt: Added.
- * platform/mac/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
- * platform/mac/fast/multicol/unsplittable-inline-block-expected.png: Added.
- * platform/mac/fast/multicol/unsplittable-inline-block-expected.txt: Added.
-
-2010-09-16 Darin Adler <darin@apple.com>
-
- Mac results for recently-added test.
-
- * platform/mac/fast/images/gif-large-checkerboard-expected.checksum: Added.
- * platform/mac/fast/images/gif-large-checkerboard-expected.png: Added.
- * platform/mac/fast/images/gif-large-checkerboard-expected.txt: Added.
-
-2010-09-16 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: move resourceTracking flag under control of BackendSettings.
-
- Four Inspector API methods about resourceTracking flag were removed.
- Actual state of the flag is transfered as the response of setResourceTracking request.
- Initial state of the flag on the frontend side is obtained from settings.backend.
-
- https://bugs.webkit.org/show_bug.cgi?id=45887
-
- * http/tests/inspector/inspector-test2.js:
- (initialize_InspectorTest.InspectorTest.enableResourceTracking):
- (initialize_InspectorTest.InspectorTest.disableResourceTracking):
- * http/tests/inspector/resource-parameters.html:
- * inspector/audits-panel-functional.html:
- * inspector/report-API-errors-expected.txt:
- * inspector/report-API-errors.html:
- * inspector/styles-source-offsets.html:
-
-2010-09-16 Jian Li <jianli@chromium.org>
-
- Reviewed by David Levin.
-
- BlobData should be copied for it to be used cross-thread in ThreadableBlobRegistry.
- https://bugs.webkit.org/show_bug.cgi?id=45909
-
- Also fix a test issue that we do not calculate the right position to move
- mouse to on some platform.
-
- * fast/files/apply-blob-url-to-img.html:
-
-2010-09-16 Zhenyao Mo <zmo@google.com>
-
- Unreviewed, TAG fix for two webgl tests in Linux/Win.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-16 Patrick Gansterer <paroga@paroga.com>
-
- Reviewed by Darin Adler.
-
- [Mac] Always use a valid string when setting WebKitUserStyleSheetLocationPreferenceKey.
- https://bugs.webkit.org/show_bug.cgi?id=41510
-
- * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt:
- * platform/mac/fast/loader/user-stylesheet-fast-path.html:
-
-2010-09-16 Zhenyao Mo <zmo@google.com>
-
- Unreviewed, test TAG fix.
-
- * platform/chromium/test_expectations.txt: should be IMAGE+TEXT, not TEXT+IMAGE.
-
-2010-09-16 Martin Robinson <mrobinson@igalia.com>
-
- Unskip some tests that are now passing after libxml fixes in r66336.
-
- * platform/gtk/Skipped: Unskip passing tests.
- * platform/gtk/svg/custom/js-update-stop-linked-gradient-expected.txt: Added.
-
-2010-09-16 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r67628.
- http://trac.webkit.org/changeset/67628
- https://bugs.webkit.org/show_bug.cgi?id=45904
-
- broke the build (Requested by eric_carlson on #webkit).
-
- * media/context-menu-actions-expected.txt: Removed.
- * media/context-menu-actions.html: Removed.
- * platform/mac/Skipped:
- * platform/qt/Skipped:
- * platform/win/Skipped:
-
-2010-09-16 Zhenyao Mo <zmo@google.com>
-
- Reviewed by Kenneth Russell.
-
- Turn on WebGL layout tests for Chromium win/linux
- https://bugs.webkit.org/show_bug.cgi?id=45859
-
- * platform/chromium/test_expectations.txt: Re-enabling WebGL tests.
-
-2010-09-16 John Gregg <johnnyg@google.com>
-
- Unreviewed; chromium test expectations.
-
- editing/selection/context-menu-on-text.html fails on chromium
- https://bugs.webkit.org/show_bug.cgi?id=45898
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-15 Philippe Normand <pnormand@igalia.com>
-
- Reviewed by Eric Carlson.
-
- [GTK] enhanced context menu for media elements
- https://bugs.webkit.org/show_bug.cgi?id=45021
-
- New test checking the actions that can be triggered by activating
- the contex-menu of the media element. Skipped on mac, qt and win
- because of lack of DRT support.
-
- * media/context-menu-actions-expected.txt: Added.
- * media/context-menu-actions.html: Added.
- * platform/mac/Skipped:
- * platform/qt/Skipped:
- * platform/win/Skipped:
-
-2010-09-16 Tony Gentilcore <tonyg@chromium.org>
-
- Reviewed by Adam Barth.
-
- Crash in WebCore::FrameLoader::shouldInterruptLoadForXFrameOptions
- https://bugs.webkit.org/show_bug.cgi?id=45833
-
- * fast/parser/x-frame-options-detached-document-crash-expected.txt: Added.
- * fast/parser/x-frame-options-detached-document-crash.html: Added. Crashes before this patch.
-
-2010-09-14 Philippe Normand <pnormand@igalia.com>
-
- Reviewed by Eric Carlson and Martin Robinson.
-
- [GTK] eventSender.contextClick() should return the contents of the context menu
- https://bugs.webkit.org/show_bug.cgi?id=39102
-
- New test checking the return value of eventSender.contextClick()
- on a non-editable element. Skipped on qt and win.
-
- * editing/selection/context-menu-on-text-expected.txt: Added.
- * editing/selection/context-menu-on-text.html: Added.
- * platform/qt/Skipped:
- * platform/win/Skipped:
-
-2010-09-16 Alexey Proskuryakov <ap@apple.com>
-
- Reviewed by Adam Barth.
-
- https://bugs.webkit.org/show_bug.cgi?id=45852
- Range::selectNode and selectNodeContents misbehave when argument is in another document
-
- * fast/dom/Range/select-node-different-document-expected.txt: Added.
- * fast/dom/Range/select-node-different-document.html: Added.
-
-2010-09-16 Satish Sampath <satish@chromium.org>
-
- Unreviewed, build fix after checking in the wrong location.
-
- Moving a test expectation which should have been under the chromium platform.
-
- * platform/chromium/fast/images/gif-large-checkerboard-expected.txt: Renamed from LayoutTests/fast/images/gif-large-checkerboard-expected.txt.
-
-2010-09-16 Satish Sampath <satish@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Add chromium baselines for a recently added layout test.
- https://bugs.webkit.org/show_bug.cgi?id=45886
-
- * fast/images/gif-large-checkerboard-expected.txt: Added.
- * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.checksum: Added.
- * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.png: Added.
- * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Added.
- * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Added.
- * platform/chromium-win/fast/images/gif-large-checkerboard-expected.checksum: Added.
- * platform/chromium-win/fast/images/gif-large-checkerboard-expected.png: Added.
-
-2010-09-16 Satish Sampath <satish@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Rename an image file to all lower case matching how it is used in the layout test.
- https://bugs.webkit.org/show_bug.cgi?id=45884
-
- * fast/images/resources/large-gif-checkerboard.gif: Renamed from LayoutTests/fast/images/resources/large-gif-checkerboard.GIF.
-
-2010-09-16 Robert Hogan <robert@webkit.org>
-
- Reviewed by Antonio Gomes.
-
- [Qt] Support globalhistory tests
- https://bugs.webkit.org/show_bug.cgi?id=45774
-
- * platform/qt/Skipped:
-
-2010-09-16 Yong Li <yoli@rim.com>
-
- Reviewed by George Staikos.
-
- Add a test for GIF down sampling.
-
- GIF image down sampling can miss some lines
- https://bugs.webkit.org/show_bug.cgi?id=45322
-
- * fast/images/gif-large-checkerboard.html: Added.
- * fast/images/resources/large-gif-checkerboard.GIF: Added.
-
-2010-09-08 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- Complete index support for IndexedDB
- https://bugs.webkit.org/show_bug.cgi?id=45386
-
- * storage/indexeddb/index-basics-expected.txt: Added.
- * storage/indexeddb/index-basics.html: Added.
- * storage/indexeddb/index-cursor-expected.txt: Added.
- * storage/indexeddb/index-cursor.html: Added.
- * storage/indexeddb/objectstore-basics-expected.txt:
- * storage/indexeddb/objectstore-basics.html:
- * storage/indexeddb/script-tests/objectstore-basics.js: Removed.
-
-2010-09-15 John Gregg <johnnyg@google.com>
-
- Unreviewed, build fix after incomplete revert.
-
- Remove layout test added in 67570 that wasn't reverted in 67574.
- https://bugs.webkit.org/show_bug.cgi?id=45854
-
- * fast/css/test-setting-canvas-color-expected.txt: Removed.
- * fast/css/test-setting-canvas-color.html: Removed.
-
-2010-09-15 Julien Chaffraix <jchaffraix@codeaurora.org>
-
- Unreviewed.
-
- Reverting my changes as it is breaking several tests on Gtk and Qt.
-
- * platform/mac/Skipped:
- * platform/qt/Skipped:
-
-2010-09-15 Erik Arvidsson <arv@chromium.org>
-
- Reviewed by Adam Barth.
-
- Fix regression from bug 32230. The test needed to be updated to reflect the zoom adjusted font-size.
- https://bugs.webkit.org/show_bug.cgi?id=45841
-
- * editing/pasteboard/page-zoom.html:
-
-2010-09-15 Julien Chaffraix <jchaffraix@codeaurora.org>
-
- Reviewed by Andreas Kling.
-
- Test for: Parse system colors in the HTML5 canvas context.
- https://bugs.webkit.org/show_bug.cgi?id=39168
-
- This tests that svg color, deprecated system color and different
- type of colors and invalid inputs are still parsed as such.
-
- * fast/css/test-setting-canvas-color-expected.txt: Added.
- * fast/css/test-setting-canvas-color.html: Added.
- * platform/mac/Skipped:
- * platform/qt/Skipped:
-
-2010-09-14 Erik Arvidsson <arv@chromium.org>
-
- Reviewed by Darin Adler.
-
- getComputedStyle() returns different values for different zoom levels
- https://bugs.webkit.org/show_bug.cgi?id=32230
-
- * fast/css/getComputedStyle/computed-style-with-zoom-expected.txt: Added.
- * fast/css/getComputedStyle/computed-style-with-zoom.html: Added.
- * fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js: Added.
- (testProperty):
- (testPropertyValue):
-
-2010-09-15 Chris Fleizach <cfleizach@apple.com>
-
- AX: when text is auto-truncated, accessibility bounds are wrong
- https://bugs.webkit.org/show_bug.cgi?id=45793
-
- Adding ellipsis-text.html to the skip list for GTK until the reason for its failure
- is determined.
-
- * platform/gtk/Skipped:
-
-2010-09-15 Tony Chang <tony@chromium.org>
-
- Unreviewed, remove test that is now passing in test_shell and DRT.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-15 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by Simon Fraser.
-
- AX: when text is auto-truncated, accessibility bounds are wrong
- https://bugs.webkit.org/show_bug.cgi?id=45793
-
- * accessibility/ellipsis-text-expected.txt: Added.
- * accessibility/ellipsis-text.html: Added.
-
-2010-09-15 Ariya Hidayat <ariya@sencha.com>
-
- [Qt] Improve the speed of blur shadow
- https://bugs.webkit.org/show_bug.cgi?id=44222
-
- Update pixel test result.
-
- * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
- * platform/qt/fast/box-shadow/basic-shadows-expected.png:
-
-2010-09-15 Steve Block <steveblock@google.com>
-
- Reviewed by Jeremy Orlow.
-
- fast/dom/DeviceOrientation/add-listener-from-callback flaky
- https://bugs.webkit.org/show_bug.cgi?id=45814
-
- When we call addEventListener(), an event is sent to all registered
- event listeners on that page. So in the existing test, both the calls
- to setMockDeviceOrientation() and addEventListener() will trigger events
- to fire asynchronously on both listeners (both will be registered by the
- time the event fires), giving a total of five events. A race condition
- exists as to whether the test finishes after the third event, before
- the fourth event fires.
-
- This patch fixes the problem by expecting the correct number of events
- to fire. We also remove the call to setMockDeviceOrientation() as this
- adds extra complication and is tested in update.html.
-
- * fast/dom/DeviceOrientation/add-listener-from-callback-expected.txt:
- * fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js:
- (checkOrientation):
- (firstListener):
-
-2010-09-15 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Chromium] rebaseline 10 new svg tests added in 67544
- https://bugs.webkit.org/show_bug.cgi?id=45813
-
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
- * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
- * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
-
-2010-09-15 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- [Chromium] mark new viewport tests as failing rather then skip them
- https://bugs.webkit.org/show_bug.cgi?id=45652
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- WebInspector: small refactoring for monitorXHR backend property.
-
- Our Inspector API is quite big and can be simplified a bit.
- As example for single backend property like monitoringXHR we
- have 4 functions in the API. Two functions for frontend
- enableMonitoringXHR/disableMonitoringXHR and
- two functions for backend monitoringXHRWasEnabled and
- monitoringXHRWasDisabled. These functions can be replaced by
- one setMonitoringXHR with one 'in' and one 'out' argument.
- The initial state of the flag can be gathered from backend
- with help of getSettings call where additional section was
- added for backend state information.
-
- https://bugs.webkit.org/show_bug.cgi?id=45759
-
- * http/tests/inspector/console-xhr-logging.html:
- * inspector/report-API-errors.html:
-
-2010-09-15 Steve Block <steveblock@google.com>
-
- Reviewed by Kent Tamura.
-
- LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html is flaky
- https://bugs.webkit.org/show_bug.cgi?id=45783
-
- This test synchronously navigates the page to a new URL from its main script file.
- This navigation causes WebView.onPageFinished() to be called for the test page.
- The problem is that this may occur before js-test-post.js, which is included by the
- test and calls layoutTestController.waitUntilDone(), is loaded and parsed. As a
- result, the test is incorrectly deemed to have finished as soon as the navigation
- is started and the output will therefore be incorrect.
-
- This patch fixes the problem by initiating the page navigation from
- the onload handler, which is not fired until all resources have been
- loaded and parsed. This guarantees that WebView.onPageFinished() is
- not called until after layoutTestController.waitUntilDone() has been
- called.
-
- * fast/dom/Geolocation/script-tests/clear-watch-invalid-id-crash.js:
-
-2010-09-15 Renata Hodovan <reni@inf.u-szeged.hu>
-
- Reviewed by Dirk Schulze.
-
- SVGFETurbulenceElement doesn't support dynamic invalidation, when attributes change.
- https://bugs.webkit.org/show_bug.cgi?id=45809
-
- Adding layout tests for feTurbulence dynamic changes.
-
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html: Added.
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-baseFrequency-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-numOctaves-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-seed-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-stitchTiles-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-type-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-baseFrequency-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-numOctaves-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-seed-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-stitchTiles-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-type-prop.js: Added.
- (executeTest):
-
-2010-09-15 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Web Inspector] mark two debugger tests as slow on win debug chromium
- https://bugs.webkit.org/show_bug.cgi?id=45742
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 John Gregg <johnnyg@google.com>
-
- Unreviewed, chromium rebaseline to fix build.
-
- [chromium] rebaselines for bug16012.html after font-size changes
- https://bugs.webkit.org/show_bug.cgi?id=45805
-
- * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.txt: Added.
- * platform/chromium-mac/tables/mozilla/bugs/bug16012-expected.checksum: Added.
- * platform/chromium-mac/tables/mozilla/bugs/bug16012-expected.png: Added.
- * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.checksum:
- * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.png:
- * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.txt:
-
-2010-09-14 John Gregg <johnnyg@google.com>
-
- Unreviewed, chromium rebaseline.
-
- Rebaseline xss-DENIED-frame-name-expected.txt
- https://bugs.webkit.org/show_bug.cgi?id=45795
-
- * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
- * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
- * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Attempt to fix test failure on Qt and Gtk. It's tricky to write a test
- for an API that supposed to report the current date and time without a
- timezone. This patch increases the allowably time window to a day +
- one hour, which should be enough to account for any timezone issues.
-
- * http/tests/misc/no-last-modified.html:
-
-2010-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r67503.
- http://trac.webkit.org/changeset/67503
- https://bugs.webkit.org/show_bug.cgi?id=45802
-
- This patch broke GTK builds (Requested by jianli_ on #webkit).
-
- * fast/files/apply-blob-url-to-img.html:
- * platform/mac/Skipped:
-
-2010-09-14 Tony Chang <tony@chromium.org>
-
- Reviewed by Kent Tamura.
-
- [chromium] fix http/tests/security/local-user-CSS-from-remote.html
- https://bugs.webkit.org/show_bug.cgi?id=45788
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Tony Chang.
-
- blob: URL scheme does not work with Chromium DRT
- https://bugs.webkit.org/show_bug.cgi?id=45772
-
- Remove blob-related tests that now pass.
-
- * platform/chromium/drt_expectations.txt:
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Darin Adler.
-
- Handle <font size=0> as <font size=1> like any other browser
- https://bugs.webkit.org/show_bug.cgi?id=39148
-
- Update tests and results to match new behavior.
-
- * editing/execCommand/query-font-size-expected.txt:
- * fast/dom/HTMLFontElement/script-tests/size-attribute.js:
- * fast/dom/HTMLFontElement/size-attribute-expected.txt:
- * platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Darin Adler.
-
- document.lastModified gives no output if the response doesn't have a Last-Modified header
- https://bugs.webkit.org/show_bug.cgi?id=8475
-
- * http/tests/misc/last-modified-parsing-expected.txt: Added.
- * http/tests/misc/last-modified-parsing.html: Added.
- - Tests some details of our date parsing and serialization. The
- serialization format is kind of goofy, but that's what the spec
- seems to want.
- * http/tests/misc/no-last-modified-expected.txt: Added.
- * http/tests/misc/no-last-modified.html: Added.
- - Test was happens if the server doesn't send a Last-Modified
- header. We're supposed to use the current date and time.
- * http/tests/resources/last-modified.php: Added.
- - PHP helper script.
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- `document.compatMode` is `undefined` when using `application/xhtml+xml`
- https://bugs.webkit.org/show_bug.cgi?id=44422
-
- Test the value of compatMode in XHTML. I'm terrible at XML, but this
- test seems to work.
-
- * fast/parser/compatMode-in-xhtml-expected.txt: Added.
- * fast/parser/compatMode-in-xhtml.xhtml: Added.
-
-2010-09-14 James Kozianski <soulplant@gmail.com>
-
- Reviewed by Ojan Vafai.
-
- Setting of CSSStyleDeclaration.prototype.foo on outer window affects prototype of inner window
- https://bugs.webkit.org/show_bug.cgi?id=18447
-
- Add a test for CSSStyleDeclaration.prototype.foo leaking into inner
- windows.
-
- * fast/frames/css-style-declaration-isolation-expected.txt: Added.
- * fast/frames/css-style-declaration-isolation.html: Added.
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Nate Chapin.
-
- V8 security checks don't account for shadowing named frames
- https://bugs.webkit.org/show_bug.cgi?id=45700
-
- Test whether cross-origin observers can see global variables shadowing
- named frames.
-
- * http/tests/security/resources/frame-for-parent-name.html: Added.
- * http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
- * http/tests/security/xss-DENIED-frame-name.html: Added.
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- incorrect tabindex parsing
- https://bugs.webkit.org/show_bug.cgi?id=21076
-
- * fast/parser/tabindex-parsing-2-expected.txt: Added.
- * fast/parser/tabindex-parsing-2.html: Added.
- - Test a bunch of corner cases in tabindex parsing.
- * fast/parser/tabindex-parsing-expected.txt:
- * fast/parser/tabindex-parsing.html:
- - Update expected result. This case is actually the one that the
- original reporter was complaining about.
-
-2010-09-14 Jian Li <jianli@chromium.org>
-
- Reviewed by David Levin.
-
- fast/files/apply-blob-url-to-img.html timeout on Leopard
- https://bugs.webkit.org/show_bug.cgi?id=45576
-
- Update the test to compute the right coordinates to drag the file to.
- This fixes the problem that onInputFileChange() is not called on
- Leopard.
-
- * fast/files/apply-blob-url-to-img.html:
- * platform/mac/Skipped: Remove the passing test from Skipped list.
-
-2010-09-14 Victor Wang <victorw@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [Chromium] Remove the wrong chromium-win-vista expectations.
-
- Layout test results generated from Chromium vista bots match
- the expectations in chromium-win. These baselines are either
- wrong or out of date. Need to be cleaned up so chromium
- vista bots can pass on these tests.
-
- https://bugs.webkit.org/show_bug.cgi?id=45766
-
- * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
- * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.png: Removed.
- * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.checksum: Removed.
- * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.png: Removed.
- * platform/chromium-win-vista/fast/gradients/radial-centered-expected.checksum: Removed.
- * platform/chromium-win-vista/fast/gradients/radial-centered-expected.png: Removed.
- * platform/chromium-win-vista/fast/gradients/radial-centered-expected.txt: Removed.
- * platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Removed.
- * platform/chromium-win-vista/svg/custom/text-linking-expected.png: Removed.
-
-2010-09-14 Geoffrey Garen <ggaren@apple.com>
-
- Not reviewed.
-
- Fixed layout test failure seen on buildbot by correcting expected results.
-
- It looks like Darin accidentally checked in the wrong expected results.
-
- * fast/css/visited-link-hang-expected.txt:
-
-2010-09-14 Chris Guillory <chris.guillory@google.com>
-
- Reviewed by Chris Fleizach.
-
- Send all accessibility notifications to Chromium.
- https://bugs.webkit.org/show_bug.cgi?id=45156
-
- * platform/chromium/accessibility/children-changed-notification-expected.txt: Removed.
- * platform/chromium/accessibility/children-changed-notification.html: Removed.
- * platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-ActiveDescendantChanged.html: Added.
- * platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-CheckedStateChanged.html: Added.
- * platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-ChildrenChanged.html: Added.
- * platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html: Added.
- * platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-LayoutComplete.html: Added.
- * platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-LiveRegionChanged.html: Added.
- * platform/chromium/accessibility/post-notification-LoadComplete-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-LoadComplete.html: Added.
- * platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-MenuListValueChanged.html: Added.
- * platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-RowCollapsed.html: Added.
- * platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-RowCountChanged.html: Added.
- * platform/chromium/accessibility/post-notification-RowExpanded-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-RowExpanded.html: Added.
- * platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-ScrolledToAnchor.html: Added.
- * platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-SelectedChildrenChanged.html: Added.
- * platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-SelectedTextChanged.html: Added.
- * platform/chromium/accessibility/post-notification-ValueChanged-expected.txt: Added.
- * platform/chromium/accessibility/post-notification-ValueChanged.html: Added.
- * platform/chromium/accessibility/post-notification.js: Added.
- (enumAccessibilityObjects):
- (testDone):
- (test):
- * platform/chromium/drt_expectations.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Darin Adler <darin@apple.com>
-
- Reviewed by Geoffrey Garen.
-
- Hang processing href attribute containing a million slashes
- https://bugs.webkit.org/show_bug.cgi?id=45767
-
- * fast/css/visited-link-hang-expected.txt: Added.
- * fast/css/visited-link-hang.html: Added.
-
-2010-09-14 Darin Adler <darin@apple.com>
-
- Reviewed by Geoffrey Garen.
-
- Sort with non-numeric custom sort function fails on array with length but no values
- https://bugs.webkit.org/show_bug.cgi?id=45781
-
- * fast/js/script-tests/sort-large-array.js: Added test cases.
- * fast/js/sort-large-array-expected.txt: Updated.
-
-2010-09-14 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Tony Chang.
-
- applyInlineStyleToNodeRange does not extend a run properly
- https://bugs.webkit.org/show_bug.cgi?id=45616
-
- Added a test to ensure WebKit adds just one element when applying inline style and removes redundant styled elements.
- Rebaseline of other tests are required because WebKit now generates less elements.
-
- * editing/execCommand/script-tests/toggle-style-3.js: Merged two b elements.
- * editing/execCommand/toggle-style-3-expected.txt: Ditto.
- * editing/execCommand/unlink-expected.txt: Changed the order in which span and anchor appear.
- * editing/style/inline-style-extend-run-expected.txt: Added.
- * editing/style/inline-style-extend-run.html: Added.
- * editing/style/script-tests/inline-style-extend-run.js: Added.
- (testSingleToggle):
- * editing/style/script-tests/make-text-writing-direction-inline.js: Merged two spans.
- * fast/events/event-input-contentEditable-expected.txt: Merged two anchor elements.
- * fast/events/event-input-contentEditable.html: Ditto.
-
-2010-09-14 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- HTML5 spec violation: </><!doctype html> or </x><!doctype html> SHOULD NOT imply standards mode
- https://bugs.webkit.org/show_bug.cgi?id=17722
-
- I believe our behavior matches the HTML5 spec. When we see a </x>, we
- correctly kick out of standards mode. In the </> case, however, the
- tokenizer just eats the bytes, without emitting a token, which means we
- don't get kicked out of standards mode. Our behavior matches Minefield.
-
- * fast/parser/strange-doctype-compatmode-1-expected.txt: Added.
- * fast/parser/strange-doctype-compatmode-1.html: Added.
- * fast/parser/strange-doctype-compatmode-2-expected.txt: Added.
- * fast/parser/strange-doctype-compatmode-2.html: Added.
-
-2010-09-14 Tony Chang <tony@chromium.org>
-
- Unreviewed, remove tests that are now passing after Noel Gordon's
- fix to test_shell delete key handling.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] implement layoutTestController.setDomainRelaxationForbiddenForURLScheme
- https://bugs.webkit.org/show_bug.cgi?id=45762
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Andrey Kosyakov <caseq@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: [Resources panel] [HAR] Need a way to save timing data.
- https://bugs.webkit.org/show_bug.cgi?id=45663
-
- * http/tests/inspector/resource-har-conversion-expected.txt:
- * http/tests/inspector/resource-parameters-expected.txt:
- * http/tests/inspector/resource-test2.js: Added entire timings object to list of non-deterministic fields.
- * http/tests/inspector/resource-tests.js: Ditto.
-
-2010-09-14 Hans Wennborg <hans@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Rebaseline DeviceOrientation related layout tests for Chromium.
- https://bugs.webkit.org/show_bug.cgi?id=45542
-
- Some DeviceOrientation layout tests need Chromium-specific
- baselines because of differences between JSC and V8.
-
- Also enable prototype-inheritance.html again and unfork its
- expectations.
-
- * fast/dom/script-tests/prototype-inheritance.js:
- * platform/chromium-linux/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
- * platform/chromium-linux/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
- * platform/chromium-mac/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
- * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
- * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Removed.
- * platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
- * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
- * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: Removed.
- * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- [Chromium] add new tests from r67463 to expectations
- https://bugs.webkit.org/show_bug.cgi?id=45753
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Alexander Pavlov <apavlov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Web Inspector: Implement on-demand reporting of empty CSS rules matched for a node by WebCore
- https://bugs.webkit.org/show_bug.cgi?id=45530
-
- * inspector/elements-panel-styles-expected.txt:
- * inspector/resources/elements-panel-styles.css:
- (.foo):
- (.foo::before):
-
-2010-09-14 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
- https://bugs.webkit.org/show_bug.cgi?id=45610
-
- post-basic.html and post-frames.html would be a lot simpler if
- they weren't pixel tests (post-frames.html doesn't even have the right
- expectations for Chromium/Mac). Since all they test is that form
- POSTs are handled correctly, they can just use dumpAsText.
-
- * http/tests/navigation/post-basic-expected.txt: Added.
- * http/tests/navigation/post-basic.html:
- * http/tests/navigation/post-frames-expected.txt: Added.
- * http/tests/navigation/post-frames.html:
- * http/tests/navigation/resources/form-target.pl: Added
- * http/tests/navigation/resources/page-that-posts.html: Added.
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
- * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
-
-2010-09-14 Anton Muhin <antonm@chromium.org>
-
- Unreviewed cleanup of test expectations for Chromium.
-
- ietestcenter/Javascript/15.4.4.15-3-14.html, ietestcenter/Javascript/15.4.4.15-3-29.html and
- ietestcenter/Javascript/15.4.4.15-3-8.html are passing now.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Pierre-Antoine LaFayette <plafayet@codeaurora.org>
-
- Reviewed by Darin Adler.
-
- REGRESSION (r52839): Incomplete repaint of IMG with text-align:center
- https://bugs.webkit.org/show_bug.cgi?id=40142
-
- Add pixel tests to verify proper repaint of RenderReplaced as well as non-inline children.
-
- * fast/repaint/block-layout-inline-children-float-positioned.html: Added.
- * fast/repaint/block-layout-inline-children-replaced.html: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.checksum: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
- * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Added.
-
-2010-09-14 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Chromium] mark fast/frames/frame-limit.html as DEBUG SLOW CRASH
- https://bugs.webkit.org/show_bug.cgi?id=45738
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r67449.
- http://trac.webkit.org/changeset/67449
- https://bugs.webkit.org/show_bug.cgi?id=45746
-
- This change makes tree red. (Requested by pfeldman on
- #webkit).
-
- * editing/execCommand/script-tests/toggle-style-3.js:
- * editing/execCommand/toggle-style-3-expected.txt:
- * editing/execCommand/unlink-expected.txt:
- * editing/style/inline-style-extend-run-expected.txt: Removed.
- * editing/style/inline-style-extend-run.html: Removed.
- * editing/style/script-tests/inline-style-extend-run.js: Removed.
- * editing/style/script-tests/make-text-writing-direction-inline.js:
-
-2010-09-14 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Tony Chang.
-
- applyInlineStyleToNodeRange does not extend a run properly
- https://bugs.webkit.org/show_bug.cgi?id=45616
-
- Added a test to ensure WebKit adds just one element when applying inline style and removes redundant styled elements.
- Rebaseline of other tests are required because WebKit now generates less elements.
-
- * editing/execCommand/script-tests/toggle-style-3.js: Merged two b elements.
- * editing/execCommand/toggle-style-3-expected.txt: Ditto.
- * editing/execCommand/unlink-expected.txt: Changed the order in which span and anchor appear.
- * editing/style/inline-style-extend-run-expected.txt: Added.
- * editing/style/inline-style-extend-run.html: Added.
- * editing/style/script-tests/inline-style-extend-run.js: Added.
- (testSingleToggle):
- * editing/style/script-tests/make-text-writing-direction-inline.js: Merged two spans.
-
-2010-09-13 Yuta Kitamura <yutak@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Web Inspector: WebSocket in Resources tab
- https://bugs.webkit.org/show_bug.cgi?id=40768
-
- * inspector/extensions-api-expected.txt: Added a new resource type.
-
-2010-09-13 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Darin Adler.
-
- REGRESSION: In Gmail, a crash occurs at getDoubleValue() when applying a text color to a new line
- https://bugs.webkit.org/show_bug.cgi?id=45632
-
- Added a test to ensure WebKit does not crash when querying font size even if there is a typing style.
-
- * editing/execCommand/query-font-size-with-typing-style-expected.txt: Added.
- * editing/execCommand/query-font-size-with-typing-style.html: Added.
-
-2010-09-13 Eric Carlson <eric.carlson@apple.com>
-
- Reviewed by Geoff Garen.
-
- JavaScript dialog should not deactivate media element
- https://bugs.webkit.org/show_bug.cgi?id=45688
-
- * http/tests/media/reload-after-dialog-expected.txt: Added.
- * http/tests/media/reload-after-dialog.html: Added.
-
-2010-09-13 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, build fix.
-
- Fix duplicate entries in expectations file; we really need to fix
- the checkin trigger to catch these.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- Add some suppressions back in - it looks like we are probably tripping
- over some debug asserts that I need to triage downstream.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by Darin Adler.
-
- AX: REGRESSION: WebKit does not report label of web popup buttons
- https://bugs.webkit.org/show_bug.cgi?id=45715
-
- * platform/mac/accessibility/popup-button-title-expected.txt: Added.
- * platform/mac/accessibility/popup-button-title.html: Added.
-
-2010-09-13 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- Remove a bunch of tests that are now passing.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- [Chromium] rebaseline two svg tests after r67200
- https://bugs.webkit.org/show_bug.cgi?id=45665
-
- * platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
- * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Chromium] mark fast/files/read-blob-async.html as CRASH PASS on linux
- https://bugs.webkit.org/show_bug.cgi?id=45672
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by David Kilzer.
-
- AX: accessibilityIsIgnored is returning nil when return value expects a BOOL
- https://bugs.webkit.org/show_bug.cgi?id=45548
-
- * platform/mac/accessibility/element-is-ignored-expected.txt: Added.
- * platform/mac/accessibility/element-is-ignored.html: Added.
-
-2010-09-13 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by Darin Adler.
-
- CrashTracer: 874 crashes in Safari at com.apple.WebCore: WebCore::AccessibilityTable::isTableExposableThroughAccessibility + 663
- https://bugs.webkit.org/show_bug.cgi?id=45697
-
- * platform/mac/accessibility/updating-attribute-in-table-row-crash-expected.txt: Added.
- * platform/mac/accessibility/updating-attribute-in-table-row-crash.html: Added.
-
-2010-09-13 Tony Chang <tony@chromium.org>
-
- Unreviewed, removing chromium-linux results that deduplicate-tests says are
- unnecessary (mostly due to the checksum computation change last week).
-
- * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-image-004-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-image-004-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.png: Removed.
- * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.checksum: Removed.
- * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.png: Removed.
- * platform/chromium-linux/editing/undo/5378473-expected.checksum: Removed.
- * platform/chromium-linux/editing/undo/5378473-expected.png: Removed.
- * platform/chromium-linux/editing/undo/undo-misspellings-expected.checksum: Removed.
- * platform/chromium-linux/editing/undo/undo-misspellings-expected.png: Removed.
- * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.checksum: Removed.
- * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.png: Removed.
- * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Removed.
- * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Removed.
- * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.checksum: Removed.
- * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.png: Removed.
- * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Removed.
- * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Removed.
- * platform/chromium-linux/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
- * platform/chromium-linux/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
- * platform/chromium-linux/fast/dom/attr_dead_doc-expected.checksum: Removed.
- * platform/chromium-linux/fast/dom/attr_dead_doc-expected.png: Removed.
- * platform/chromium-linux/fast/frames/content-opacity-1-expected.checksum: Removed.
- * platform/chromium-linux/fast/frames/content-opacity-1-expected.png: Removed.
- * platform/chromium-linux/fast/frames/content-opacity-2-expected.checksum: Removed.
- * platform/chromium-linux/fast/frames/content-opacity-2-expected.png: Removed.
- * platform/chromium-linux/fast/frames/iframe-text-contents-expected.checksum: Removed.
- * platform/chromium-linux/fast/frames/iframe-text-contents-expected.png: Removed.
- * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.checksum: Removed.
- * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.png: Removed.
- * platform/chromium-linux/fast/layers/self-painting-outline-expected.checksum: Removed.
- * platform/chromium-linux/fast/layers/self-painting-outline-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/background-generated-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/background-generated-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/background-misaligned-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/background-misaligned-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/content-into-overflow-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/content-into-overflow-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/float-new-in-block-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/float-new-in-block-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/focus-ring-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/focus-ring-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/multicol-repaint-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/multicol-repaint-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/outline-inset-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/outline-inset-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/overflow-into-content-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/overflow-into-content-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/selection-clear-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/selection-clear-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/table-outer-border-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/table-outer-border-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/table-section-repaint-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/table-section-repaint-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.png: Removed.
- * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.checksum: Removed.
- * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Removed.
- * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Removed.
- * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Removed.
- * platform/chromium-linux/fast/table/giantRowspan-expected.checksum: Removed.
- * platform/chromium-linux/fast/table/giantRowspan-expected.png: Removed.
- * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.checksum: Removed.
- * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.png: Removed.
- * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
- * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.png: Removed.
- * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Removed.
- * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.png: Removed.
- * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.png: Removed.
- * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.png: Removed.
- * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
- * platform/chromium-linux/svg/custom/group-opacity-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/group-opacity-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-container-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-container-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-container2-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-container2-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-style-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-style-expected.png: Removed.
- * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Removed.
- * platform/chromium-linux/svg/custom/marker-referencePoint-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Removed.
- * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/mask-changes-expected.png: Removed.
- * platform/chromium-linux/svg/custom/pattern-y-offset-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/pattern-y-offset-expected.png: Removed.
- * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.png: Removed.
- * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png: Removed.
- * platform/chromium-linux/svg/custom/text-dom-removal-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/text-dom-removal-expected.png: Removed.
- * platform/chromium-linux/svg/custom/use-forward-refs-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Removed.
- * platform/chromium-linux/svg/hixie/data-types/001-expected.checksum: Removed.
- * platform/chromium-linux/svg/hixie/data-types/001-expected.png: Removed.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.checksum: Removed.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Removed.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.checksum: Removed.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Removed.
- * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.checksum: Removed.
- * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-1-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-1-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-3-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-3-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.png: Removed.
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.checksum: Removed.
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
-
-2010-09-13 Adam Langley <agl@chromium.org>
-
- Unreviewed. Layout test re-baseline.
-
- After r66882, complex text word spacing changed due to a bug fix. This
- rebaselines the layout test for that case.
-
- https://bugs.webkit.org/show_bug.cgi?id=45191
-
- * platform/chromium-linux/fast/text/atsui-spacing-features-expected.checksum:
- * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
- * platform/chromium-linux/fast/text/atsui-spacing-features-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Adam Barth <abarth@webkit.org>
-
- Reviewed by Darin Adler.
-
- Fix </sarcasm>
- https://bugs.webkit.org/show_bug.cgi?id=45645
-
- Test that </sarcasm> works properly.
-
- * html5lib/resources/webkit02.dat:
-
-2010-09-13 Yury Semikhatsky <yurys@chromium.org>
-
- Unreviewed. Rebaseline inspector/extensions-events.html
-
- * inspector/extensions-events-expected.txt:
-
-2010-09-13 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by Darin Adler.
-
- REGRESSION (r64816-r64889): Crash in WebCore::AccessibilityRenderObject
- https://bugs.webkit.org/show_bug.cgi?id=43807
-
- * platform/mac/accessibility/visible-position-crash-for-text-node-expected.txt: Added.
- * platform/mac/accessibility/visible-position-crash-for-text-node.html: Added.
-
-2010-09-13 Martin Robinson <mrobinson@igalia.com>
-
- Reviewed by Andreas Kling.
-
- [Qt] DOM listeners get wrong keycodes for some keys
- https://bugs.webkit.org/show_bug.cgi?id=43365
-
- * platform/qt/Skipped: Unskip tests that are now passing.
-
-2010-09-13 Jonathan Dixon <joth@chromium.org>
-
- Reviewed by Steve Block.
-
- [chromium] Port test shell geolocation fixes to DRT
- https://bugs.webkit.org/show_bug.cgi?id=45313
-
- Remove exceptions for tests that now pass (in DRT and downstream test_shell)
-
- * platform/chromium/drt_expectations.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Yury Semikhatsky <yurys@chromium.org>
-
- Unreviewed. Skip new debugger test on Qt.
-
- * platform/qt/Skipped:
-
-2010-09-13 Yury Semikhatsky <yurys@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- Web Inspector: upstream testExpandScope debugger test
- https://bugs.webkit.org/show_bug.cgi?id=45260
-
- Test that scope sections in Scripts panel are expandable and
- contain correct data.
-
- * inspector/debugger-expand-scope-expected.txt: Added.
- * inspector/debugger-expand-scope.html: Added.
- * platform/chromium/inspector/debugger-expand-scope-expected.txt: Added.
-
-2010-09-13 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Chromium] add viewport meta tag tests to expectations
- https://bugs.webkit.org/show_bug.cgi?id=45655
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 MORITA Hajime <morrita@google.com>
-
- Reviewed by Kent Tamura.
-
- [Chromium][Test] custom-scrollbar-with-incomplete-style.html need expectation files.
- https://bugs.webkit.org/show_bug.cgi?id=45646
-
- Added missing expectations.
-
- * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
- * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
- * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
- * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
- * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
- * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
- * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
- * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
- * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 MORITA Hajime <morrita@google.com>
-
- Reviewed by Dirk Schulze.
-
- [chromium] svg/filters/filter-empty-g.svg crashes in linux/mac debug after r63530
- https://bugs.webkit.org/show_bug.cgi?id=42486
-
- Removed skip line.
- This looks fixed with a fix for http://webkit.org/b/41175.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-13 Andreas Kling <andreas.kling@nokia.com>
-
- Unreviewed.
-
- [Qt] Skip three viewport meta tag tests that fail on the bot.
-
- * platform/qt/Skipped:
-
-2010-09-13 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- [Chromium] update test expectations for tests that pass after rolling out r67328
- https://bugs.webkit.org/show_bug.cgi?id=45642
-
- * platform/chromium/test_expectations.txt:
-
-2010-08-27 Kenneth Rohde Christiansen <kenneth@webkit.org>
-
- Reviewed by Antti Koivisto.
-
- Add tests for the viewport meta tag algorithm and parsing,
- based on a test suite developed by Opera employees
- Rune Lillesveen and Øyvind Stenhaug.
-
- * fast/viewport/viewport-1-expected.txt: Added.
- * fast/viewport/viewport-1.html: Added.
- * fast/viewport/viewport-10-expected.txt: Added.
- * fast/viewport/viewport-10.html: Added.
- * fast/viewport/viewport-100-expected.txt: Added.
- * fast/viewport/viewport-100.html: Added.
- * fast/viewport/viewport-101-expected.txt: Added.
- * fast/viewport/viewport-101.html: Added.
- * fast/viewport/viewport-102-expected.txt: Added.
- * fast/viewport/viewport-102.html: Added.
- * fast/viewport/viewport-103-expected.txt: Added.
- * fast/viewport/viewport-103.html: Added.
- * fast/viewport/viewport-104-expected.txt: Added.
- * fast/viewport/viewport-104.html: Added.
- * fast/viewport/viewport-105-expected.txt: Added.
- * fast/viewport/viewport-105.html: Added.
- * fast/viewport/viewport-106-expected.txt: Added.
- * fast/viewport/viewport-106.html: Added.
- * fast/viewport/viewport-107-expected.txt: Added.
- * fast/viewport/viewport-107.html: Added.
- * fast/viewport/viewport-108-expected.txt: Added.
- * fast/viewport/viewport-108.html: Added.
- * fast/viewport/viewport-109-expected.txt: Added.
- * fast/viewport/viewport-109.html: Added.
- * fast/viewport/viewport-11-expected.txt: Added.
- * fast/viewport/viewport-11.html: Added.
- * fast/viewport/viewport-110-expected.txt: Added.
- * fast/viewport/viewport-110.html: Added.
- * fast/viewport/viewport-111-expected.txt: Added.
- * fast/viewport/viewport-111.html: Added.
- * fast/viewport/viewport-112-expected.txt: Added.
- * fast/viewport/viewport-112.html: Added.
- * fast/viewport/viewport-113-expected.txt: Added.
- * fast/viewport/viewport-113.html: Added.
- * fast/viewport/viewport-114-expected.txt: Added.
- * fast/viewport/viewport-114.html: Added.
- * fast/viewport/viewport-115-expected.txt: Added.
- * fast/viewport/viewport-115.html: Added.
- * fast/viewport/viewport-116-expected.txt: Added.
- * fast/viewport/viewport-116.html: Added.
- * fast/viewport/viewport-117-expected.txt: Added.
- * fast/viewport/viewport-117.html: Added.
- * fast/viewport/viewport-118-expected.txt: Added.
- * fast/viewport/viewport-118.html: Added.
- * fast/viewport/viewport-119-expected.txt: Added.
- * fast/viewport/viewport-119.html: Added.
- * fast/viewport/viewport-12-expected.txt: Added.
- * fast/viewport/viewport-12.html: Added.
- * fast/viewport/viewport-120-expected.txt: Added.
- * fast/viewport/viewport-120.html: Added.
- * fast/viewport/viewport-121-expected.txt: Added.
- * fast/viewport/viewport-121.html: Added.
- * fast/viewport/viewport-122-expected.txt: Added.
- * fast/viewport/viewport-122.html: Added.
- * fast/viewport/viewport-123-expected.txt: Added.
- * fast/viewport/viewport-123.html: Added.
- * fast/viewport/viewport-124-expected.txt: Added.
- * fast/viewport/viewport-124.html: Added.
- * fast/viewport/viewport-125-expected.txt: Added.
- * fast/viewport/viewport-125.html: Added.
- * fast/viewport/viewport-126.html: Added.
- * fast/viewport/viewport-127.html: Added.
- * fast/viewport/viewport-13-expected.txt: Added.
- * fast/viewport/viewport-13.html: Added.
- * fast/viewport/viewport-14-expected.txt: Added.
- * fast/viewport/viewport-14.html: Added.
- * fast/viewport/viewport-15-expected.txt: Added.
- * fast/viewport/viewport-15.html: Added.
- * fast/viewport/viewport-16-expected.txt: Added.
- * fast/viewport/viewport-16.html: Added.
- * fast/viewport/viewport-17-expected.txt: Added.
- * fast/viewport/viewport-17.html: Added.
- * fast/viewport/viewport-18-expected.txt: Added.
- * fast/viewport/viewport-18.html: Added.
- * fast/viewport/viewport-19-expected.txt: Added.
- * fast/viewport/viewport-19.html: Added.
- * fast/viewport/viewport-2-expected.txt: Added.
- * fast/viewport/viewport-2.html: Added.
- * fast/viewport/viewport-20-expected.txt: Added.
- * fast/viewport/viewport-20.html: Added.
- * fast/viewport/viewport-21-expected.txt: Added.
- * fast/viewport/viewport-21.html: Added.
- * fast/viewport/viewport-22-expected.txt: Added.
- * fast/viewport/viewport-22.html: Added.
- * fast/viewport/viewport-23-expected.txt: Added.
- * fast/viewport/viewport-23.html: Added.
- * fast/viewport/viewport-24-expected.txt: Added.
- * fast/viewport/viewport-24.html: Added.
- * fast/viewport/viewport-25-expected.txt: Added.
- * fast/viewport/viewport-25.html: Added.
- * fast/viewport/viewport-26-expected.txt: Added.
- * fast/viewport/viewport-26.html: Added.
- * fast/viewport/viewport-27-expected.txt: Added.
- * fast/viewport/viewport-27.html: Added.
- * fast/viewport/viewport-28-expected.txt: Added.
- * fast/viewport/viewport-28.html: Added.
- * fast/viewport/viewport-29-expected.txt: Added.
- * fast/viewport/viewport-29.html: Added.
- * fast/viewport/viewport-3-expected.txt: Added.
- * fast/viewport/viewport-3.html: Added.
- * fast/viewport/viewport-30-expected.txt: Added.
- * fast/viewport/viewport-30.html: Added.
- * fast/viewport/viewport-31-expected.txt: Added.
- * fast/viewport/viewport-31.html: Added.
- * fast/viewport/viewport-32-expected.txt: Added.
- * fast/viewport/viewport-32.html: Added.
- * fast/viewport/viewport-33-expected.txt: Added.
- * fast/viewport/viewport-33.html: Added.
- * fast/viewport/viewport-34-expected.txt: Added.
- * fast/viewport/viewport-34.html: Added.
- * fast/viewport/viewport-35-expected.txt: Added.
- * fast/viewport/viewport-35.html: Added.
- * fast/viewport/viewport-36-expected.txt: Added.
- * fast/viewport/viewport-36.html: Added.
- * fast/viewport/viewport-37-expected.txt: Added.
- * fast/viewport/viewport-37.html: Added.
- * fast/viewport/viewport-38-expected.txt: Added.
- * fast/viewport/viewport-38.html: Added.
- * fast/viewport/viewport-39-expected.txt: Added.
- * fast/viewport/viewport-39.html: Added.
- * fast/viewport/viewport-4-expected.txt: Added.
- * fast/viewport/viewport-4.html: Added.
- * fast/viewport/viewport-40-expected.txt: Added.
- * fast/viewport/viewport-40.html: Added.
- * fast/viewport/viewport-41-expected.txt: Added.
- * fast/viewport/viewport-41.html: Added.
- * fast/viewport/viewport-42-expected.txt: Added.
- * fast/viewport/viewport-42.html: Added.
- * fast/viewport/viewport-43-expected.txt: Added.
- * fast/viewport/viewport-43.html: Added.
- * fast/viewport/viewport-44-expected.txt: Added.
- * fast/viewport/viewport-44.html: Added.
- * fast/viewport/viewport-45-expected.txt: Added.
- * fast/viewport/viewport-45.html: Added.
- * fast/viewport/viewport-46-expected.txt: Added.
- * fast/viewport/viewport-46.html: Added.
- * fast/viewport/viewport-47-expected.txt: Added.
- * fast/viewport/viewport-47.html: Added.
- * fast/viewport/viewport-48-expected.txt: Added.
- * fast/viewport/viewport-48.html: Added.
- * fast/viewport/viewport-49-expected.txt: Added.
- * fast/viewport/viewport-49.html: Added.
- * fast/viewport/viewport-5-expected.txt: Added.
- * fast/viewport/viewport-5.html: Added.
- * fast/viewport/viewport-50-expected.txt: Added.
- * fast/viewport/viewport-50.html: Added.
- * fast/viewport/viewport-51-expected.txt: Added.
- * fast/viewport/viewport-51.html: Added.
- * fast/viewport/viewport-52-expected.txt: Added.
- * fast/viewport/viewport-52.html: Added.
- * fast/viewport/viewport-53-expected.txt: Added.
- * fast/viewport/viewport-53.html: Added.
- * fast/viewport/viewport-54-expected.txt: Added.
- * fast/viewport/viewport-54.html: Added.
- * fast/viewport/viewport-55-expected.txt: Added.
- * fast/viewport/viewport-55.html: Added.
- * fast/viewport/viewport-56-expected.txt: Added.
- * fast/viewport/viewport-56.html: Added.
- * fast/viewport/viewport-57-expected.txt: Added.
- * fast/viewport/viewport-57.html: Added.
- * fast/viewport/viewport-58-expected.txt: Added.
- * fast/viewport/viewport-58.html: Added.
- * fast/viewport/viewport-59-expected.txt: Added.
- * fast/viewport/viewport-59.html: Added.
- * fast/viewport/viewport-6-expected.txt: Added.
- * fast/viewport/viewport-6.html: Added.
- * fast/viewport/viewport-60-expected.txt: Added.
- * fast/viewport/viewport-60.html: Added.
- * fast/viewport/viewport-61-expected.txt: Added.
- * fast/viewport/viewport-61.html: Added.
- * fast/viewport/viewport-62-expected.txt: Added.
- * fast/viewport/viewport-62.html: Added.
- * fast/viewport/viewport-63-expected.txt: Added.
- * fast/viewport/viewport-63.html: Added.
- * fast/viewport/viewport-64-expected.txt: Added.
- * fast/viewport/viewport-64.html: Added.
- * fast/viewport/viewport-65.html: Added.
- * fast/viewport/viewport-66-expected.txt: Added.
- * fast/viewport/viewport-66.html: Added.
- * fast/viewport/viewport-67-expected.txt: Added.
- * fast/viewport/viewport-67.html: Added.
- * fast/viewport/viewport-68-expected.txt: Added.
- * fast/viewport/viewport-68.html: Added.
- * fast/viewport/viewport-69-expected.txt: Added.
- * fast/viewport/viewport-69.html: Added.
- * fast/viewport/viewport-7-expected.txt: Added.
- * fast/viewport/viewport-7.html: Added.
- * fast/viewport/viewport-70-expected.txt: Added.
- * fast/viewport/viewport-70.html: Added.
- * fast/viewport/viewport-71-expected.txt: Added.
- * fast/viewport/viewport-71.html: Added.
- * fast/viewport/viewport-72-expected.txt: Added.
- * fast/viewport/viewport-72.html: Added.
- * fast/viewport/viewport-73-expected.txt: Added.
- * fast/viewport/viewport-73.html: Added.
- * fast/viewport/viewport-74-expected.txt: Added.
- * fast/viewport/viewport-74.html: Added.
- * fast/viewport/viewport-75-expected.txt: Added.
- * fast/viewport/viewport-75.html: Added.
- * fast/viewport/viewport-76-expected.txt: Added.
- * fast/viewport/viewport-76.html: Added.
- * fast/viewport/viewport-77-expected.txt: Added.
- * fast/viewport/viewport-77.html: Added.
- * fast/viewport/viewport-78-expected.txt: Added.
- * fast/viewport/viewport-78.html: Added.
- * fast/viewport/viewport-79-expected.txt: Added.
- * fast/viewport/viewport-79.html: Added.
- * fast/viewport/viewport-8-expected.txt: Added.
- * fast/viewport/viewport-8.html: Added.
- * fast/viewport/viewport-80-expected.txt: Added.
- * fast/viewport/viewport-80.html: Added.
- * fast/viewport/viewport-81-expected.txt: Added.
- * fast/viewport/viewport-81.html: Added.
- * fast/viewport/viewport-82.html: Added.
- * fast/viewport/viewport-83-expected.txt: Added.
- * fast/viewport/viewport-83.html: Added.
- * fast/viewport/viewport-84.html: Added.
- * fast/viewport/viewport-85-expected.txt: Added.
- * fast/viewport/viewport-85.html: Added.
- * fast/viewport/viewport-86-expected.txt: Added.
- * fast/viewport/viewport-86.html: Added.
- * fast/viewport/viewport-87.html: Added.
- * fast/viewport/viewport-88-expected.txt: Added.
- * fast/viewport/viewport-88.html: Added.
- * fast/viewport/viewport-9-expected.txt: Added.
- * fast/viewport/viewport-9.html: Added.
- * fast/viewport/viewport-90-expected.txt: Added.
- * fast/viewport/viewport-90.html: Added.
- * platform/gtk/Skipped: Skip tests due to missing DRT support.
- * platform/mac/Skipped: Skip tests due to missing DRT support.
- * platform/win/Skipped: Skip tests due to missing DRT support.
- * platform/qt/Skipped: Skip failing tests.
-
-2010-09-12 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by Dan Bernstein.
-
- Re-skip some layout tests that fail on the bots but not on my system
- https://bugs.webkit.org/show_bug.cgi?id=45626
-
- * platform/mac-wk2/Skipped:
-
-2010-09-13 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- Apply spec changes to InForeignContentMode
- https://bugs.webkit.org/show_bug.cgi?id=45636
-
- Add some tests of breaking out of foreign content.
-
- * html5lib/resources/webkit01.dat:
-
-2010-09-12 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- Remove FIXME now that the HTML5 spec has been updated
- https://bugs.webkit.org/show_bug.cgi?id=45634
-
- Add tests recommended by Hixie.
-
- * fast/parser/form-pointer-1-expected.txt: Added.
- * fast/parser/form-pointer-1.html: Added.
- * fast/parser/form-pointer-2-expected.txt: Added.
- * fast/parser/form-pointer-2.html: Added.
- * fast/parser/form-pointer-3-expected.txt: Added.
- * fast/parser/form-pointer-3.html: Added.
- * fast/parser/form-pointer-4-expected.txt: Added.
- * fast/parser/form-pointer-4.html: Added.
-
-2010-09-12 Robin Qiu <robin.qiu@torchmobile.com.cn>
-
- Reviewed by Antonio Gomes.
-
- https://bugs.webkit.org/show_bug.cgi?id=18768
- Fixed a bug in scroll flow. When we don't have scrollbars, we need to
- repaintFixedElementsAfterScrolling(), sendScrollEvent() ... as well as
- scrollContents();
-
- * scrollbars/resources/scrollable-iframe.html: Added.
- * scrollbars/scrollevent-iframe-no-scrolling-expected.txt: Added.
- * scrollbars/scrollevent-iframe-no-scrolling-wheel-expected.txt: Added.
- * scrollbars/scrollevent-iframe-no-scrolling-wheel.html: Added.
- * scrollbars/scrollevent-iframe-no-scrolling.html: Added.
-
-2010-09-12 Adam Barth <abarth@webkit.org>
-
- Revert mistaken changes to test baselines.
-
- * platform/mac/http/tests/navigation/post-goback1-expected.txt:
- * platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
- * platform/mac/http/tests/navigation/postredirect-frames-expected.txt:
- * platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
-
-2010-09-10 MORITA Hajime <morrita@google.com>
-
- Reviewed by Tony Chang.
-
- [Chromium] Implement textInputController.hasSpellingMarker() for Chromium
- https://bugs.webkit.org/show_bug.cgi?id=45441
-
- Add an note for API readiness.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- Think this is the last set.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- Suppress some more failures so I can triage the WebKit roll
- without the tree being red.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change. Suppress some failures so I can
- triage the WebKit roll without the tree being red.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change. Fix a duplicate expectation and
- remove some passing tests.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- Adoption agency should use takeAllChildrenFrom
- https://bugs.webkit.org/show_bug.cgi?id=45570
-
- More test cases.
-
- * html5lib/resources/webkit01.dat:
-
-2010-09-12 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- isParsingFragment assert hit in new treebuilder
- https://bugs.webkit.org/show_bug.cgi?id=45621
-
- Add new tests and (minor) test progression.
-
- * html5lib/resources/webkit01.dat:
- * html5lib/runner-expected.txt:
-
-2010-09-12 Robert Hogan <robert@webkit.org>
-
- Reviewed by Andreas Kling.
-
- [Qt] Fix http/tests/navigation/reload-subframe-object.html
-
- Unskip http/tests/navigation/reload-subframe-object.html
-
- https://bugs.webkit.org/show_bug.cgi?id=45613
-
- * platform/qt/Skipped:
-
-2010-09-12 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by James Robinson.
-
- Remove some tests from the WebKit2 skipped list that are now passing
- https://bugs.webkit.org/show_bug.cgi?id=45625
-
- * platform/mac-wk2/Skipped:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-12 James Robinson <jamesr@chromium.org>
-
- Unreviewed, rolling out r67328.
- http://trac.webkit.org/changeset/67328
- https://bugs.webkit.org/show_bug.cgi?id=45610
-
- Broke layout tests on mac and chromium.
-
- * http/tests/navigation/post-basic-expected.txt: Removed.
- * http/tests/navigation/post-basic.html:
- * http/tests/navigation/post-frames-expected.txt: Removed.
- * http/tests/navigation/post-frames.html:
- * http/tests/navigation/resources/page-that-posts.html: Removed.
- * http/tests/navigation/resources/postresult.pl:
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Added.
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Added.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Added.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Added.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Added.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Added.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Added.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Added.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Added.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
- * platform/mac/http/tests/navigation/post-basic-expected.checksum: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.checksum.
- * platform/mac/http/tests/navigation/post-basic-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.png.
- * platform/mac/http/tests/navigation/post-basic-expected.txt: Added.
- * platform/mac/http/tests/navigation/post-frames-expected.checksum: Added.
- * platform/mac/http/tests/navigation/post-frames-expected.png: Added.
- * platform/mac/http/tests/navigation/post-frames-expected.txt: Added.
-
-2010-09-12 Simon Hausmann <simon.hausmann@nokia.com>
-
- Reviewed by Antonio Gomes.
-
- [Qt] Rebase a bunch of tests after r67200.
-
- * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
- * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
- * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
- * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
-
-2010-09-12 Andreas Kling <andreas.kling@nokia.com>
-
- Reviewed by Kenneth Rohde Christiansen.
-
- [Qt] Remove Path::closeSubpath() workaround for broken miter joins
- https://bugs.webkit.org/show_bug.cgi?id=45618
-
- Skip fast/canvas/canvas-closePath-single-point.html - it can be unskipped again
- once the bot is upgraded to Qt 4.7.1.
-
- * platform/qt/Skipped:
-
-2010-09-12 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
- https://bugs.webkit.org/show_bug.cgi?id=45610
-
- post-basic.html and post-frames.html would be a lot simpler if
- they weren't pixel tests (post-frames.html doesn't even have the right
- expectations for Chromium/Mac). Since all they test is that form
- POSTs are handled correctly, they can just use dumpAsText.
-
- * http/tests/navigation/post-basic-expected.txt: Added.
- * http/tests/navigation/post-basic.html:
- * http/tests/navigation/post-frames-expected.txt: Added.
- * http/tests/navigation/post-frames.html:
- * http/tests/navigation/resources/page-that-posts.html: Added.
- * http/tests/navigation/resources/postresult.pl:
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
- * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
- * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
- * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
-
-2010-09-11 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by Adam Barth.
-
- Animations don't seem to run in multiple WebKit2 animation tests
- https://bugs.webkit.org/show_bug.cgi?id=42137
-
- * platform/mac-wk2/Skipped:
- These tests no longer fail, so simply unskip them.
-
-2010-09-11 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by Sam Weinig.
-
- Remove nonexistent test from skipped list
- https://bugs.webkit.org/show_bug.cgi?id=45608
-
- * platform/mac-wk2/Skipped:
-
-2010-09-11 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by Sam Weinig.
-
- Skip some new tests that depend on APIs missing from WebKitTestRunner
- https://bugs.webkit.org/show_bug.cgi?id=45607
-
- * platform/mac-wk2/Skipped:
-
-2010-09-11 Martin Robinson <mrobinson@igalia.com>
-
- Add a platform-specific result after r67281.
-
- * platform/gtk/fast/dynamic/first-letter-display-change-expected.txt: Added.
-
-2010-09-10 Eric Seidel <eric@webkit.org>
-
- Reviewed by Adam Barth.
-
- chromium fast/dom/replaceChild.html regression by r67182
- https://bugs.webkit.org/show_bug.cgi?id=45527
-
- Turns out this is a progression! Our new images
- match minefield (and sanity). The old image had a
- border drawn which should have been removed when the
- iframe was replaced.
-
- Other platforms may need to update their results as well.
-
- * platform/mac/fast/dom/replaceChild-expected.checksum:
- * platform/mac/fast/dom/replaceChild-expected.png:
-
-2010-09-11 Robert Hogan <robert@webkit.org>
-
- Unreviewed, unskip passing test.
-
- Test fixed by http://trac.webkit.org/changeset/56511
-
- See https://bugs.webkit.org/show_bug.cgi?id=36492
-
- * platform/qt/Skipped:
-
-2010-09-11 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Tony Chang.
-
- Implement layoutTestController.dumpResourceResponseMIMETypes in Chromium DRT
- https://bugs.webkit.org/show_bug.cgi?id=45479
-
- Remove tests from Chromium expectations that now pass. Add
- Chromium/Linux expectations for the script test, since it reports a
- different MIME type (application/javascript vs.
- application/x-javascript).
-
- * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
- * platform/chromium-linux/fast/preloader/script-expected.txt: Added.
- * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
-
-2010-09-11 Tony Chang <tony@chromium.org>
-
- Reviewed by Kent Tamura.
-
- [chromium] remove passing test svg/custom/transform-ignore-after-invalid.svg
- https://bugs.webkit.org/show_bug.cgi?id=45579
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-11 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Adam Barth.
-
- URIs in styles created via innerHTML are not resolved against the document's base URI
- https://bugs.webkit.org/show_bug.cgi?id=45565
-
- Add test to read back the background image URL from an element that was
- created via innerHTML (reduction of http://crbug.com/55023).
-
- * fast/innerHTML/innerHTML-uri-resolution-expected.txt: Added.
- * fast/innerHTML/innerHTML-uri-resolution.html: Added.
-
-2010-09-10 Alexey Proskuryakov <ap@apple.com>
-
- Reviewed by Darin Adler.
-
- https://bugs.webkit.org/show_bug.cgi?id=45563
- Assertion failure: useTransforms when scrolling to an SVG element
-
- This has been indirectly fixed in r63633, just adding a test.
-
- * svg/custom/scroll-to-svg-element-assertion-expected.txt: Added.
- * svg/custom/scroll-to-svg-element-assertion.html: Added.
-
-2010-09-10 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Darin Adler.
-
- <rdar://problem/8414282> Can’t dynamically change first-letter to/from floating
-
- * fast/dynamic/first-letter-display-change-expected.checksum: Added.
- * fast/dynamic/first-letter-display-change-expected.png: Added.
- * fast/dynamic/first-letter-display-change-expected.txt: Added.
- * fast/dynamic/first-letter-display-change.html: Added.
-
-2010-09-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Unreviewed.
-
- Added editing/style/style-3690704-fix.html to the gtk's skipped list
- since the test requires editing delegates, which hasn't been implemented in gtk.
-
- * platform/gtk/Skipped:
-
-2010-09-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Tony Chang.
-
- editing/inserting/insert-3659587-fix.html and editing/style/style-3690704-fix.html should use runDumpAsTextEditingTest
- https://bugs.webkit.org/show_bug.cgi?id=45578
-
- Modified insert-3659587-fix.html and style-3690704-fix.html to use runDumpAsTextEditingTest().
-
- * editing/inserting/insert-3659587-fix-expected.txt: Added.
- * editing/inserting/insert-3659587-fix.html:
- * editing/style/style-3690704-fix-expected.txt: Added.
- * editing/style/style-3690704-fix.html:
- * platform/chromium-linux/editing/inserting/insert-3659587-fix-expected.checksum: Removed.
- * platform/chromium-linux/editing/inserting/insert-3659587-fix-expected.png: Removed.
- * platform/chromium-linux/editing/style/style-3690704-fix-expected.checksum: Removed.
- * platform/chromium-linux/editing/style/style-3690704-fix-expected.png: Removed.
- * platform/chromium-win/editing/inserting/insert-3659587-fix-expected.checksum: Removed.
- * platform/chromium-win/editing/inserting/insert-3659587-fix-expected.png: Removed.
- * platform/chromium-win/editing/inserting/insert-3659587-fix-expected.txt: Removed.
- * platform/chromium-win/editing/style/style-3690704-fix-expected.checksum: Removed.
- * platform/chromium-win/editing/style/style-3690704-fix-expected.png: Removed.
- * platform/chromium-win/editing/style/style-3690704-fix-expected.txt: Removed.
- * platform/gtk/editing/inserting/insert-3659587-fix-expected.txt: Removed.
- * platform/gtk/editing/style/style-3690704-fix-expected.txt: Removed.
- * platform/mac/editing/inserting/insert-3659587-fix-expected.checksum: Removed.
- * platform/mac/editing/inserting/insert-3659587-fix-expected.png: Removed.
- * platform/mac/editing/inserting/insert-3659587-fix-expected.txt: Removed.
- * platform/mac/editing/style/style-3690704-fix-expected.checksum: Removed.
- * platform/mac/editing/style/style-3690704-fix-expected.png: Removed.
- * platform/mac/editing/style/style-3690704-fix-expected.txt: Removed.
- * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Removed.
- * platform/qt/editing/style/style-3690704-fix-expected.txt: Removed.
-
-2010-09-10 Yael Aharon <yael.aharon@nokia.com>
-
- Reviewed by Andreas Kling.
-
- [Qt] Support click event for notifications
- https://bugs.webkit.org/show_bug.cgi?id=44836
-
- * fast/notifications/notifications-click-event-expected.txt:
- * platform/qt/Skipped:
-
-2010-09-10 Peter Kasting <pkasting@google.com>
-
- Reviewed by Darin Adler.
-
- Make middle clicks not fire DOM onclick events.
- https://bugs.webkit.org/show_bug.cgi?id=22382
-
- * fast/events/mouse-click-events-expected.txt:
- * fast/events/script-tests/mouse-click-events.js:
-
-2010-09-10 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- Need to rebaseline a bunch of files resulting from the SVG change
- in r67200.
-
- https://bugs.webkit.org/show_bug.cgi?id=45580
-
- * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-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-05-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-tspan-01-b-expected.txt
- * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt
- * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt
- * platform/chromium-win/svg/batik/text/textLayout-expected.txt
- * platform/chromium-win/svg/batik/text/textLayout2-expected.txt
- * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt
- * platform/chromium-win/svg/batik/text/textPosition-expected.txt
- * platform/chromium-win/svg/batik/text/textPosition2-expected.txt
- * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt
- * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt
- * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt
- * platform/chromium-win/svg/text/select-x-list-1-expected.txt
- * platform/chromium-win/svg/text/select-x-list-2-expected.txt
- * platform/chromium-win/svg/text/select-x-list-3-expected.txt
- * platform/chromium-win/svg/text/select-x-list-4-expected.txt
- * 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.txt
- * 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.txt
- * platform/chromium-win/svg/text/text-text-04-t-expected.txt
- * 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.txt
- * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Dan Bernstein <mitz@apple.com>
-
- Reviewed by Anders Carlsson.
-
- Pseudostyle resolution corrupts cached child index values
- https://bugs.webkit.org/show_bug.cgi?id=45574
-
- * fast/dom/firstline-fixed-crash-expected.txt: Updated results.
-
-2010-09-10 Cosmin Truta <ctruta@chromium.org>
-
- Reviewed by Nikolas Zimmermann.
-
- getBoundingClientRect Broken for SVG Elements
- https://bugs.webkit.org/show_bug.cgi?id=42815
-
- Added tests for getBoundingClientRect applied to SVG elements.
-
- * svg/custom/getBoundingClientRect.xhtml: Added
- * svg/custom/getBoundingClientRect-expected.txt: Added
-
-2010-09-10 Jian Li <jianli@chromium.org>
-
- Update mac/Skipped to include the bug numbers for newly added skip entries.
-
- * platform/mac/Skipped:
-
-2010-09-10 Mike Lawther <mikelawther@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- [Chromium] Rebaseline transitions/opacity-transition-zindex.html
- https://bugs.webkit.org/show_bug.cgi?id=45515
-
- Difference was off-by-one on the green channel.
-
- * platform/chromium-win/transitions/opacity-transition-zindex-expected.checksum: Added.
- * platform/chromium-win/transitions/opacity-transition-zindex-expected.png: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Tony Gentilcore <tonyg@chromium.org>
-
- Reviewed by Eric Seidel.
-
- Implement HTML5 definition of script for-event neutering
- https://bugs.webkit.org/show_bug.cgi?id=45493
-
- * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
- * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Beef up test with some more cases, change style to be more readable, and remove obsolete comments about supporting for-event.
-
-2010-09-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Eric Seidel.
-
- execCommand("fontsize") on certain selected html generates too many SPAN tags.
- https://bugs.webkit.org/show_bug.cgi?id=28968
-
- Added a test to ensure only one font element is added when applying font-size
- to multiple inline nodes.
-
- * editing/style/apply-font-size-to-multiple-nodes-expected.txt: Added.
- * editing/style/apply-font-size-to-multiple-nodes.html: Added.
-
-2010-09-10 Simon Fraser <simon.fraser@apple.com>
-
- Re-enable some Windows compositing tests that no longer assert.
-
- * platform/win/Skipped:
-
-2010-09-10 Justin Schuh <jschuh@chromium.org>
-
- Reviewed by Darin Adler.
-
- SVGGElement::rendererIsNeeded should return false when parent isn't SVG
- https://bugs.webkit.org/show_bug.cgi?id=45562
-
- * svg/custom/g-outside-svg-expected.txt: Added.
- * svg/custom/g-outside-svg.html: Added.
-
-2010-09-10 Jian Li <jianli@chromium.org>
-
- Skip file api tests for workers that could crash occasionally before
- we figure out how to fix them.
-
- * platform/mac/Skipped:
-
-2010-09-10 Adam Barth <abarth@webkit.org>
-
- Reviewed by Darin Adler.
-
- REGRESSION (HTML Parser): CNN's Money site is not formatted correctly with AdBlock installed
- https://bugs.webkit.org/show_bug.cgi?id=41371
-
- Update test results for new behavior.
-
- * fast/parser/comments-expected.txt:
- * fast/parser/comments.html:
- - Removed the redundant in-test expectations.
- * html5lib/runner-expected.txt:
- - We now "fail" these two tests. We'll pass them again once the spec
- changes and HTML5lib updates its expectations.
-
-2010-09-10 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Adam Roben.
-
- compositing/iframes/iframe-src-change.html test fails on Windows
- https://bugs.webkit.org/show_bug.cgi?id=45554
-
- This test had the wrong behavior. It never actually entered compositing mode.
- Now give it a chance to do so (and test for it), and then test that the layers
- disappeared.
-
- * compositing/iframes/iframe-src-change-expected.txt:
- * compositing/iframes/iframe-src-change.html:
-
-2010-09-10 Adam Roben <aroben@apple.com>
-
- Give expected results files the right names
-
- * platform/win/fast/text/hyphenate-first-word-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-first-word-actual.txt.
- * platform/win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/win/fast/text/hyphenate-locale-actual.txt.
- * platform/win/html5lib/runner-expected.txt: Renamed from LayoutTests/platform/win/html5lib/runner-actual.txt.
-
-2010-09-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Antonio Gomes.
-
- REGRESSION(r67176): editing/selection/doubleclick-inline-first-last-contenteditable.html crashes
- https://bugs.webkit.org/show_bug.cgi?id=45525
-
- Added a test to ensure WebKit does not crash when copying a region that doesn't have any common block ancestor.
- Also removed doubleclick-inline-first-last-contenteditable.html from the qt's skipped list since
- this test should not crash anymore.
-
- * editing/pasteboard/copy-without-common-block-crash-expected.txt: Added.
- * editing/pasteboard/copy-without-common-block-crash.html: Added.
- * platform/qt/Skipped: Removed doubleclick-inline-first-last-contenteditable.html from the list.
-
-2010-09-10 Adam Roben <aroben@apple.com>
-
- Land new expected results for some tests on Windows
-
- Rubber-stamped in advance by Simon Fraser.
-
- * platform/win/fast/text/hyphenate-first-word-actual.txt: Added.
- * platform/win/fast/text/hyphenate-locale-actual.txt: Added.
- Windows doesn't support hyphenation.
-
- * platform/win/html5lib/runner-actual.txt: Added.
- We don't implement <keygen> on Windows, so we pass some tests that
- expect <keygen> to have no child elements (on Mac, the child elements
- are real DOM elements, rather than living in the shadow DOM tree like
- HTML5 mandates, so the tests fail).
-
-2010-09-09 Joseph Pecoraro <joepeck@webkit.org>
-
- Reviewed by Andreas Kling.
-
- Clean Up Some Expected Results for Missing Tests
- https://bugs.webkit.org/show_bug.cgi?id=45489
-
- Test was removed in r35456 but expected results were missed.
-
- * http/tests/xmlhttprequest/access-control-basic-exclude-expected.txt: Removed.
-
- Results were added in r19036 but the test was never added. No record of the test.
-
- * editing/pasteboard/4944770-expected.txt: Removed.
- * platform/mac/editing/pasteboard/4944770-expected.checksum: Removed.
- * platform/mac/editing/pasteboard/4944770-expected.png: Removed.
-
-2010-09-10 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Chris Marrin.
-
- Update Windows LayoutTest/compositing results
- https://bugs.webkit.org/show_bug.cgi?id=45323
-
- Fix up some windows compositing test results.
-
- * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
- * platform/win/compositing/iframes/iframe-resize-expected.txt: Removed.
- * platform/win/compositing/iframes/leave-compositing-iframe-expected.txt: Removed.
- * platform/win/compositing/iframes/overlapped-iframe-expected.txt: Removed.
- * platform/win/compositing/plugins/composited-plugin-expected.txt: Added.
- * platform/win/compositing/plugins/small-to-large-composited-plugin-expected.txt: Copied from LayoutTests/compositing/iframes/leave-compositing-iframe-expected.txt.
-
-2010-09-10 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- [Chromium] rebaseline SVGFEDiffuseLightingElement-lighting-color-css-prop.html
- https://bugs.webkit.org/show_bug.cgi?id=45540
-
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
-
-2010-09-10 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by David Kilzer.
-
- AX: accessibility not returning strings when visibility is hidden
- https://bugs.webkit.org/show_bug.cgi?id=45116
-
- * platform/mac/accessibility/clipped-text-under-element-expected.txt: Added.
- * platform/mac/accessibility/clipped-text-under-element.html: Added.
-
-2010-09-10 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by David Kilzer.
-
- Mail crashes with searching for next misspelled word with VoiceOver
- https://bugs.webkit.org/show_bug.cgi?id=45501
-
- * platform/mac/accessibility/crash-in-element-for-text-marker-expected.txt: Added.
- * platform/mac/accessibility/crash-in-element-for-text-marker.html: Added.
-
-2010-09-10 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
-
- Reviewed by Eric Carlson.
-
- Skip a few media tests that started randomly failing after r66961
-
- * platform/mac-leopard/Skipped:
-
-2010-09-10 Nikolas Zimmermann <nzimmermann@rim.com>
-
- Not reviewed. Fix wrong gtk baseline for select-x-list-1.svg.
-
- * platform/gtk/svg/text/select-x-list-1-expected.txt:
-
-2010-09-10 Martin Robinson <mrobinson@igalia.com>
-
- Slight skipped list reorganization.
-
- * platform/gtk/Skipped: Group one more test in the beginDragWithFiles section.
-
-2010-09-10 Nikolas Zimmermann <nzimmermann@rim.com>
-
- Reviewed by Dirk Schulze.
-
- SVG text chunk concept needs to be integrated in the InlineBox structure
- https://bugs.webkit.org/show_bug.cgi?id=45533
-
- Updated all tests containing text chunks, to reflect the fact that more SVGInlineTextBoxes are created now.
- All 'startOffset' dumps now begin at 0, indicating that there's only one chunk contained in a single SVGInlineTextBox.
- These dumps will be removed in follow-up patches, as they don't make any sense anymore in the new concept.
-
- * 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/mac/svg/W3C-SVG-1.1/animate-elem-40-t-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-tspan-01-b-expected.txt:
- * platform/mac/svg/batik/text/textAnchor2-expected.txt:
- * platform/mac/svg/batik/text/textAnchor3-expected.txt:
- * platform/mac/svg/batik/text/textLayout-expected.txt:
- * platform/mac/svg/batik/text/textLayout2-expected.txt:
- * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
- * platform/mac/svg/batik/text/textPosition-expected.txt:
- * platform/mac/svg/batik/text/textPosition2-expected.txt:
- * platform/mac/svg/custom/text-letter-spacing-expected.txt:
- * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
- * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
- * platform/mac/svg/text/select-x-list-1-expected.txt:
- * platform/mac/svg/text/select-x-list-2-expected.txt:
- * platform/mac/svg/text/select-x-list-3-expected.txt:
- * platform/mac/svg/text/select-x-list-4-expected.txt:
- * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
- * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
- * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
- * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
- * platform/mac/svg/text/text-text-04-t-expected.txt:
- * 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.txt:
- * platform/mac/svg/text/text-tspan-01-b-expected.txt:
- * svg/custom/glyph-transformation-with-hkern-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:
-
-2010-09-10 Anton Muhin <antonm@chromium.org>
-
- Unreview fixed.
-
- Remove duplicate test expectations for media/media-can-play-mpeg4-video.html.
-
-2010-09-10 Alexander Pavlov <apavlov@chromium.org>
-
- Unreviewed, build fix.
-
- * inspector/elements-panel-rewrite-href.html:
-
-2010-09-10 Hans Wennborg <hans@chromium.org>
-
- Reviewed by Jeremy Orlow.
-
- Un-skip DeviceOrientation layout tests for Chromium.
- https://bugs.webkit.org/show_bug.cgi?id=45531
-
- fast/dom/DeviceOrientation/window-property.html and
- fast/dom/Window/window-properties-device-orientation.html need to be
- rebaselined, which will be done in a subsequent patch.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Anton Muhin <antonm@chromium.org>
-
- Reviewed by Kent Tamura.
-
- [Chromium] media/media-can-play-mpeg4-video.html fails under Chromium
- https://bugs.webkit.org/show_bug.cgi?id=45102
-
- Chromium is not going to support mpeg, so media/media-can-play-mpeg4-video.html
- is expected to fail.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Andreas Kling <andreas.kling@nokia.com>
-
- Reviewed by Tor Arne Vestbø.
-
- [Qt] Unskip canvas/philip/tests/2d.text.draw.fontface.repeat.html
-
- This test was fixed by <http://trac.webkit.org/changeset/62016>
-
- * platform/qt/Skipped:
-
-2010-09-10 Zoltan Herczeg <zherczeg@webkit.org>
-
- Reviewed by Nikolas Zimmermann.
-
- An individual renderer should be assigned to each SVGFE*Element class
- https://bugs.webkit.org/show_bug.cgi?id=43954
-
- Updating the description of the following test (it does not fail anymore):
-
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- * svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt:
- * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js:
-
-2010-09-10 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed. expectations update.
-
- fast/dom/replaceChild.html image failure.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-10 Cris Neckar <cdn@chromium.org>
-
- Reviewed by Chris Fleizach.
-
- Test for null deref in RenderBlock::updateFirstLetter().
- https://bugs.webkit.org/show_bug.cgi?id=45404
-
- * fast/dom/firstletter-tablecell-crash-expected.txt: Added.
- * fast/dom/firstletter-tablecell-crash.html: Added.
-
-2010-09-10 Cris Neckar <cdn@chromium.org>
-
- Reviewed by Chris Fleizach.
-
- Test for null deref in RenderBlock::findNextLineBreak().
- https://bugs.webkit.org/show_bug.cgi?id=45350
-
- * fast/dom/firstline-fixed-crash-expected.txt: Added.
- * fast/dom/firstline-fixed-crash.html: Added.
-
-2010-09-10 Eric Seidel <eric@webkit.org>
-
- Reviewed by Dimitri Glazkov.
-
- Remove support for non-lazy attach and fix frames to load from insertedIntoDocument instead of attach
- https://bugs.webkit.org/show_bug.cgi?id=45365
-
- * fast/dom/beforeload/remove-frame-in-beforeload-listener.html:
- - Add a comment to make clear that this test intentionally
- does not cancel the load in the beforeload event, but rather
- relies on WebCore's own Node::willRemove() implementation to
- cancel the load when the frame is removed.
- (The load is not actually directly canceled per say, but the
- loading logic checks to see if the frame is still in the frame
- tree right after creating the frame and aborts if its not.
- HTMLFrameOwnerElement::willRemove clears the frame owner pointer
- causing the frame to be removed from the tree.)
-
-2010-09-10 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- * platform/chromium/drt_expectations.txt: Add some comments and sort.
-
-2010-09-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Unreviewed.
-
- Added editing/selection/doubleclick-inline-first-last-contenteditable.html to the qt's skipped list.
- See https://bugs.webkit.org/show_bug.cgi?id=45525 for the detail.
-
- * platform/qt/Skipped:
-
-2010-09-10 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, rolling out r67178.
- http://trac.webkit.org/changeset/67178
- https://bugs.webkit.org/show_bug.cgi?id=45524
-
- re-roll-out patch to put original changes back in
-
- * 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-10 Dirk Pranke <dpranke@chromium.org>
-
- Reviewed by Kent Tamura.
-
- roll out r66992 and r66997 - possibly introduced a perf slowdown in chromium tests
- https://bugs.webkit.org/show_bug.cgi?id=45524
-
- * 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-10 Ryosuke Niwa <rniwa@webkit.org>
-
- Unreviewed.
-
- Added editing/spelling/spelling-backspace-between-lines.html to the skipped list for WebKit2
- since the test uses textInputController, which hasn't been implemented yet in WebKitTestRunner.
-
- * platform/mac-wk2/Skipped:
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations update.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, second attempt to fix a Qt test failure.
-
- * fast/forms/input-number-unacceptable-style-expected.txt:
- * fast/forms/input-number-unacceptable-style.html:
-
-2010-09-09 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, attempt to fix a Qt test failure.
-
- * fast/forms/input-number-unacceptable-style.html: Set background-color explicitly.
-
-2010-09-09 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Eric Seidel.
-
- REGRESSION: applying new font size causes font-size outside selection to change
- https://bugs.webkit.org/show_bug.cgi?id=45026
-
- Added a test to apply font-size and font-family on various markups.
-
- * editing/deleting/delete-br-012-expected.txt: Conflicting font and span elements are merged into one font element.
- * editing/inserting/5994480-2-expected.txt: Removed redundant size attribute from font element.
- * editing/deleting/delete-select-all-001-expected.txt: Style spans are replaced by font elements.
- * editing/style/block-style-004-expected.txt: Ditto.
- * editing/style/block-style-005-expected.txt: Ditto.
- * editing/style/block-style-006-expected.txt: Ditto.
- * editing/style/fontsize-1-expected.txt: Ditto.
- * editing/execCommand/query-font-size-expected.txt: Ditto; also fixed the test not to add extraneous spans.
- * editing/style/push-down-font-styles-expected.txt: Added.
- * editing/style/push-down-font-styles.html: Added.
- * editing/style/script-tests/push-down-font-styles.js: Added.
- (testSingleToggle):
- (selectAll):
- (selectTest):
- (selectFirstWord):
- (selectSecondWord):
- (selectLastTwoWords):
- * platform/chromium-win/editing/inserting/5994480-2-expected.txt: Removed extraneous span.
-
-2010-09-09 James Kozianski <koz@chromium.org>
-
- Reviewed by Ojan Vafai.
-
- Test expectation update.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Kent Tamura <tkent@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- Apply :invalid CSS class to <input type=number> with an unacceptable value
- https://bugs.webkit.org/show_bug.cgi?id=45376
-
- * fast/forms/input-number-unacceptable-style-expected.txt: Added.
- * fast/forms/input-number-unacceptable-style.html: Added.
-
-2010-09-09 Kent Tamura <tkent@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- <input type=number> should not have an invalid number as its value
- https://bugs.webkit.org/show_bug.cgi?id=43973
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt:
- * fast/forms/ValidityState-rangeUnderflow-expected.txt:
- * fast/forms/ValidityState-typeMismatch-number-expected.txt:
- * fast/forms/input-number-commit-valid-only-expected.txt: Added.
- * fast/forms/input-number-commit-valid-only.html: Added.
- * fast/forms/script-tests/ValidityState-typeMismatch-number.js:
- * fast/forms/script-tests/input-number-commit-valid-only.js: Added.
-
-2010-09-09 Tony Gentilcore <tonyg@chromium.org>
-
- Reviewed by Adam Barth.
-
- Support <script async> as specified by HTML5
- https://bugs.webkit.org/show_bug.cgi?id=45310
-
- * fast/dom/Document/readystate.html: Dynamically inserted scripts now block the load event like in FF4. So move the finishJSTest call to load.
- * fast/dom/Document/readystate-expected.txt: Dynamically inserted script now runs before load during "interactive" phase.
- * fast/dom/HTMLScriptElement/async-inline-script-expected.txt: Added.
- * fast/dom/HTMLScriptElement/async-inline-script.html: Added. The async attribute doesn't apply to inline scripts, so check that they execute in order.
- * fast/dom/HTMLScriptElement/async-onbeforeload-expected.txt: Added.
- * fast/dom/HTMLScriptElement/async-onbeforeload.html: Added. Check that onbeforeload events fire synchronously and that they may be cancelled.
- * fast/dom/HTMLScriptElement/async-write-expected.txt: Added.
- * fast/dom/HTMLScriptElement/async-write.html: Added. Check that writes from async scripts are neutralized.
- * fast/dom/HTMLScriptElement/resources/async.js: Added.
- * http/tests/misc/async-and-defer-script-expected.txt: Added.
- * http/tests/misc/async-and-defer-script.html: Added. The async attributes takes precendence over the defer attribute.
- Check that a script which has both async and defer acts as async by ensuring it loads after DOMContentLoaded.
- A deferred scripts would block DCL.
- * http/tests/misc/resources/async-script.js: Added.
- * http/tests/misc/resources/slow-async-script.cgi: Added.
- * http/tests/misc/script-async-expected.txt: Added.
- * http/tests/misc/script-async.html: Added. Test general execution order of deferred scripts.
- The test checks for multiple valid orders since it is indeterminate.
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations update.
-
- inspector/extensions-resources.html isn't SLOW, it's timing out.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Yuzo Fujishima <yuzo@google.com>
-
- Reviewed by Darin Adler.
-
- Fix for Bug 24742 - CSS tokenizer allows color in 6 hex digit notation to be followed by the next token without separation
- https://bugs.webkit.org/show_bug.cgi?id=24742
-
- * fast/css/invalid-hex-color-expected.txt: Added.
- * fast/css/invalid-hex-color.html: Added.
- * svg/custom/invalid-fill-hex.svg: Changed to avoid a questionable behavior that this bug fix revealed.
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, rolling out r67145.
- http://trac.webkit.org/changeset/67145
- https://bugs.webkit.org/show_bug.cgi?id=45431
-
- broke editing/inserting/5994480-2.html on Chromium Linux
-
- * editing/deleting/delete-br-012-expected.txt:
- * editing/deleting/delete-select-all-001-expected.txt:
- * editing/execCommand/query-font-size-expected.txt:
- * editing/execCommand/query-font-size.html:
- * editing/inserting/5994480-2-expected.txt:
- * editing/style/block-style-004-expected.txt:
- * editing/style/block-style-005-expected.txt:
- * editing/style/block-style-006-expected.txt:
- * editing/style/fontsize-1-expected.txt:
- * editing/style/push-down-font-styles-expected.txt: Removed.
- * editing/style/push-down-font-styles.html: Removed.
- * editing/style/script-tests/push-down-font-styles.js: Removed.
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations update.
-
- Mark inspector/extensions-resources.html as SLOW on Win.
-
- https://bugs.webkit.org/show_bug.cgi?id=45513
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, test expectations update.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Eric Seidel.
-
- REGRESSION: applying new font size causes font-size outside selection to change
- https://bugs.webkit.org/show_bug.cgi?id=45026
-
- * editing/deleting/delete-br-012-expected.txt: Conflicting font and span elements are merged into one font element.
- * editing/inserting/5994480-2-expected.txt: Removed redundant size attribute from font element.
- * editing/deleting/delete-select-all-001-expected.txt: Style spans are replaced by font elements.
- * editing/style/block-style-004-expected.txt: Ditto.
- * editing/style/block-style-005-expected.txt: Ditto.
- * editing/style/block-style-006-expected.txt: Ditto.
- * editing/style/fontsize-1-expected.txt: Ditto.
- * editing/execCommand/query-font-size-expected.txt: Ditto; also fixed the test not to add extraneous spans.
- * editing/style/push-down-font-styles-expected.txt: Added.
- * editing/style/push-down-font-styles.html: Added.
- * editing/style/script-tests/push-down-font-styles.js: Added.
- (testSingleToggle):
- (selectAll):
- (selectTest):
- (selectFirstWord):
- (selectSecondWord):
- (selectLastTwoWords):
-
-2010-09-09 Kent Tamura <tkent@chromium.org>
-
- Unreviewed, test expectation update.
-
- The baseline image was wrong. It was exposed by r45431.
- https://bugs.webkit.org/show_bug.cgi?id=45431
-
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations fix.
-
- Update w/ tests that are now passing.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations fix.
-
- Remove unused platform-specific expectations (test is actually
- text-only).
-
- * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.checksum: Removed.
- * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.png: Removed.
-
-2010-09-09 Dirk Pranke <dpranke@chromium.org>
-
- Unreviewed, expectations change.
-
- * platform/chromium-mac/fast/dom/Window/window-property-shadowing-expected.txt:
- * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r67119.
- http://trac.webkit.org/changeset/67119
- https://bugs.webkit.org/show_bug.cgi?id=45505
-
- Extra newlines in results (Requested by tony^work on #webkit).
-
- * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
- * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Tony Chang.
-
- Implement layoutTestController.dumpResourceResponseMIMETypes in Chromium DRT
- https://bugs.webkit.org/show_bug.cgi?id=45479
-
- Remove tests from Chromium expectations that now pass.
-
- * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Robert Hogan <robert@webkit.org>
-
- Reviewed by Andreas Kling.
-
- [Qt] always send an Accept header
-
- Ensure QtWebKit always sends an Accept header. This is required
- for compatibility with sites that expect the header in requests
- for subresources.
-
- See https://bugs.webkit.org/show_bug.cgi?id=33242 for more.
-
- https://bugs.webkit.org/show_bug.cgi?id=45458
-
- * platform/qt/Skipped:
-
-2010-09-09 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by James Robinson.
-
- REGRESSION (r67101): query-font-size.html fails on qt and gtk builds
- https://bugs.webkit.org/show_bug.cgi?id=45484
-
- Removed the computed style's font size from the result.
-
- This is fine because the expected result still contains queryCommandValue('fontSize')
- along with the markup on which queryCommandValue is called,
- which is sufficient to ensure the bug 21033 does not regress.
-
- * editing/execCommand/query-font-size.html:
-
-2010-09-09 Brian Weinstein <bweinstein@apple.com>
-
- Rubber-stamped by Adam Roben.
-
- Add failing Windows results to some mouse-move SVG tests. Fixing the tests is covered by
- <https://bugs.webkit.org/show_bug.cgi?id=45475>.
-
- * platform/win/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
- * platform/win/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
- * platform/win/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
- * platform/win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
-
-2010-09-09 Ryosuke Niwa <rniwa@webkit.org>
-
- Reviewed by Darin Adler.
-
- queryCommandValue('FontSize') returns pixel values instead of IE font numbers
- https://bugs.webkit.org/show_bug.cgi?id=21033
-
- Added a test to ensure queryCommandValue('fontSize') returns legacy font size
- for both variable width and fixed width fonts.
-
- * editing/execCommand/query-font-size-expected.txt: Added.
- * editing/execCommand/query-font-size.html: Added.
- * fast/serializer: Added.
-
-2010-09-09 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] remove chromium-linux tests that pass now that we match windows baselines
- https://bugs.webkit.org/show_bug.cgi?id=45473
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Robert Hogan <robert@webkit.org>
-
- Reviewed by Adam Barth.
-
- Give WebKit clients a way to replace window.screen to
- foil attempts to track users with it
-
- This allows clients to overload the values returned by the
- Screen object through the JSC manipulation API (such as
- QWebFrame::addToJavaScriptWindowObject() in Qt). Clients will
- want to do this when they do not want to reveal too much
- explicit information about the user's desktop configuration.
-
- https://bugs.webkit.org/show_bug.cgi?id=41802
-
- * fast/dom/Window/window-property-shadowing-expected.txt:
- * fast/dom/Window/window-property-shadowing.html:
- * fast/js/sputnik/Conformance/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1-expected.txt:
- * fast/js/var-declarations-shadowing-expected.txt:
- * fast/js/var-declarations-shadowing.html:
- * http/tests/security/cross-frame-access-put-expected.txt:
-
-2010-09-09 Dean Jackson <dino@apple.com>
-
- Reviewed by Simon Fraser.
-
- Fill mode is broken with multiple keyframes
- https://bugs.webkit.org/show_bug.cgi?id=41209
-
- With a forward fill mode the animation would tick after
- the end of the animation, causing the fractional
- duration of the animation to wrap. This meant the last
- style update would happen using the incorrect keyframes.
- The solution was to put clamps in for the elapsed time
- and current iteration count.
-
- * animations/fill-mode-missing-from-to-keyframes-expected.txt: Added.
- * animations/fill-mode-missing-from-to-keyframes.html: Added.
- * animations/fill-mode-multiple-keyframes-expected.txt: Added.
- * animations/fill-mode-multiple-keyframes.html: Added.
-
-2010-09-09 Chris Fleizach <cfleizach@apple.com>
-
- Reviewed by David Kilzer.
-
- AX: Support AccessibilityTextMarkers in DRT
- https://bugs.webkit.org/show_bug.cgi?id=44778
-
- Add basic text marker tests to validate functions are working.
-
- * platform/mac/accessibility/element-for-text-marker-expected.txt: Added.
- * platform/mac/accessibility/element-for-text-marker.html: Added.
- * platform/mac/accessibility/text-marker-length-expected.txt: Added.
- * platform/mac/accessibility/text-marker-length.html: Added.
-
-2010-09-09 Tony Chang <tony@chromium.org>
-
- Unreviewed. This test failed after I landed the new checksums. I
- suspect we had the wrong png checked in. I manually verified that
- this seemed just like a rebaseline.
-
- * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
- * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
-
-2010-09-09 Simon Fraser <simon.fraser@apple.com>
-
- Reviewed by Dan Bernstein.
-
- REGRESSION(r58875-r59046): Scrollable content drawn in wrong layer with Flash 10.1
- https://bugs.webkit.org/show_bug.cgi?id=40743
-
- Test for compositing layers updates on scrolling.
-
- * compositing/layer-creation/scroll-partial-update-expected.txt: Added.
- * compositing/layer-creation/scroll-partial-update.html: Added.
-
-2010-09-09 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] make linux checksums computed from pngs to match windows
- https://bugs.webkit.org/show_bug.cgi?id=45465
-
- This updates all the checksums based on the checked in images. There
- may be a few test failures in the case where a checksum was updated
- but the png wasn't, so I'll watch the bots.
-
- * platform/chromium-linux/css1/basic/class_as_selector-expected.checksum:
- * platform/chromium-linux/css1/basic/comments-expected.checksum:
- * platform/chromium-linux/css1/basic/containment-expected.checksum:
- * platform/chromium-linux/css1/basic/contextual_selectors-expected.checksum:
- * platform/chromium-linux/css1/basic/grouping-expected.checksum:
- * platform/chromium-linux/css1/basic/id_as_selector-expected.checksum:
- * platform/chromium-linux/css1/basic/inheritance-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_bottom-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_bottom_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_bottom_width-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_bottom_width_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_color-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_color_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_left-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_left_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_left_width-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_left_width_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_right-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_right_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_right_width-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_right_width_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_style-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_style_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_top-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_top_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_top_width-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_top_width_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_width-expected.checksum:
- * platform/chromium-linux/css1/box_properties/border_width_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/clear-expected.checksum:
- * platform/chromium-linux/css1/box_properties/clear_float-expected.checksum:
- * platform/chromium-linux/css1/box_properties/float-expected.checksum:
- * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.checksum:
- * platform/chromium-linux/css1/box_properties/float_margin-expected.checksum:
- * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.checksum:
- * platform/chromium-linux/css1/box_properties/height-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_bottom-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_bottom_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_left-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_left_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_right_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_top-expected.checksum:
- * platform/chromium-linux/css1/box_properties/margin_top_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_bottom-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_bottom_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_left-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_left_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_right_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_top-expected.checksum:
- * platform/chromium-linux/css1/box_properties/padding_top_inline-expected.checksum:
- * platform/chromium-linux/css1/box_properties/width-expected.checksum:
- * platform/chromium-linux/css1/cascade/cascade_order-expected.checksum:
- * platform/chromium-linux/css1/cascade/important-expected.checksum:
- * platform/chromium-linux/css1/classification/display-expected.checksum:
- * platform/chromium-linux/css1/classification/list_style-expected.checksum:
- * platform/chromium-linux/css1/classification/list_style_image-expected.checksum:
- * platform/chromium-linux/css1/classification/list_style_position-expected.checksum:
- * platform/chromium-linux/css1/classification/list_style_type-expected.checksum:
- * platform/chromium-linux/css1/classification/white_space-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background_attachment-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background_color-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background_image-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background_position-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/background_repeat-expected.checksum:
- * platform/chromium-linux/css1/color_and_background/color-expected.checksum:
- * platform/chromium-linux/css1/conformance/forward_compatible_parsing-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_family-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_size-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_style-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_variant-expected.checksum:
- * platform/chromium-linux/css1/font_properties/font_weight-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/canvas-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/floating_elements-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/height_of_lines-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/inline_elements-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.checksum:
- * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.checksum:
- * platform/chromium-linux/css1/pseudo/anchor-expected.checksum:
- * platform/chromium-linux/css1/pseudo/firstletter-expected.checksum:
- * platform/chromium-linux/css1/pseudo/firstline-expected.checksum:
- * platform/chromium-linux/css1/pseudo/multiple_pseudo_elements-expected.checksum:
- * platform/chromium-linux/css1/pseudo/pseudo_elements_in_selectors-expected.checksum:
- * platform/chromium-linux/css1/text_properties/letter_spacing-expected.checksum:
- * platform/chromium-linux/css1/text_properties/line_height-expected.checksum:
- * platform/chromium-linux/css1/text_properties/text_align-expected.checksum:
- * platform/chromium-linux/css1/text_properties/text_decoration-expected.checksum:
- * platform/chromium-linux/css1/text_properties/text_indent-expected.checksum:
- * platform/chromium-linux/css1/text_properties/text_transform-expected.checksum:
- * platform/chromium-linux/css1/text_properties/vertical_align-expected.checksum:
- * platform/chromium-linux/css1/text_properties/word_spacing-expected.checksum:
- * platform/chromium-linux/css1/units/color_units-expected.checksum:
- * platform/chromium-linux/css1/units/length_units-expected.checksum:
- * platform/chromium-linux/css1/units/percentage_units-expected.checksum:
- * platform/chromium-linux/css1/units/urls-expected.checksum:
- * platform/chromium-linux/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum:
- * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.checksum:
- * platform/chromium-linux/css2.1/t050803-c14-classes-00-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0509-c15-ids-01-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum:
- * platform/chromium-linux/css2.1/t0803-c5505-mrgn-02-c-expected.checksum:
- * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5522-brdr-00-b-expected.checksum:
- * platform/chromium-linux/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum:
- * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
- * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
- * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
- * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum:
- * platform/chromium-linux/css2.1/t1002-c5523-width-02-b-g-expected.checksum:
- * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.checksum:
- * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.checksum:
- * platform/chromium-linux/css2.1/t1205-c563-list-type-00-b-expected.checksum:
- * platform/chromium-linux/css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
- * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
- * platform/chromium-linux/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
- * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.checksum:
- * platform/chromium-linux/css3/css3-modsel-33-expected.checksum:
- * platform/chromium-linux/editing/deleting/4845371-expected.checksum:
- * platform/chromium-linux/editing/deleting/4922367-expected.checksum:
- * platform/chromium-linux/editing/deleting/5026848-1-expected.checksum:
- * platform/chromium-linux/editing/deleting/5026848-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5026848-3-expected.checksum:
- * platform/chromium-linux/editing/deleting/5032066-expected.checksum:
- * platform/chromium-linux/editing/deleting/5091898-expected.checksum:
- * platform/chromium-linux/editing/deleting/5099303-expected.checksum:
- * platform/chromium-linux/editing/deleting/5115601-expected.checksum:
- * platform/chromium-linux/editing/deleting/5126166-expected.checksum:
- * platform/chromium-linux/editing/deleting/5144139-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5156801-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5168598-expected.checksum:
- * platform/chromium-linux/editing/deleting/5206311-1-expected.checksum:
- * platform/chromium-linux/editing/deleting/5206311-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5272440-expected.checksum:
- * platform/chromium-linux/editing/deleting/5300379-expected.checksum:
- * platform/chromium-linux/editing/deleting/5369009-expected.checksum:
- * platform/chromium-linux/editing/deleting/5390681-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5390681-expected.checksum:
- * platform/chromium-linux/editing/deleting/5408255-expected.checksum:
- * platform/chromium-linux/editing/deleting/5433862-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/5483370-expected.checksum:
- * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-3608430-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-3608445-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-3608462-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-4083333-fix-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-after-span-ws-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-after-span-ws-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-after-span-ws-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-and-undo-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-005-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-006-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-007-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-008-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-009-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-010-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-005-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-006-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-007-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-008-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-009-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-010-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-011-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-012-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-013-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-014-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-015-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-016-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-merge-contents-017-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-block-table-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-005-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-006-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-007-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-br-013-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-character-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-first-list-item-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-hr-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-image-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-image-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-image-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-image-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-leading-ws-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-line-015-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-line-016-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-line-017-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-listitem-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-listitem-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-selection-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-tab-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-tab-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-tab-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-tab-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-to-select-table-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-trailing-ws-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-ws-fixup-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/delete-ws-fixup-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/list-item-1-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-different-styles-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-endOfParagraph-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-into-empty-block-1-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-into-empty-block-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-no-br-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-unrendered-space-expected.checksum:
- * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.checksum:
- * platform/chromium-linux/editing/deleting/non-smart-delete-expected.checksum:
- * platform/chromium-linux/editing/deleting/paragraph-in-preserveNewline-expected.checksum:
- * platform/chromium-linux/editing/deleting/pruning-after-merge-2-expected.checksum:
- * platform/chromium-linux/editing/deleting/smart-delete-001-expected.checksum:
- * platform/chromium-linux/editing/deleting/smart-delete-002-expected.checksum:
- * platform/chromium-linux/editing/deleting/smart-delete-003-expected.checksum:
- * platform/chromium-linux/editing/deleting/smart-delete-004-expected.checksum:
- * platform/chromium-linux/editing/deleting/table-cells-expected.checksum:
- * platform/chromium-linux/editing/deleting/type-delete-after-quote-expected.checksum:
- * platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4580583-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4580583-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4641880-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4641880-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4747450-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4786404-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4786404-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4916402-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4916541-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4920488-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4920742-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/4924441-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5049671-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5080333-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5080333-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5136770-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5138441-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5142012-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5142012-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5190926-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5481523-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5569741-expected.checksum:
- * platform/chromium-linux/editing/execCommand/5573879-expected.checksum:
- * platform/chromium-linux/editing/execCommand/boldSelection-expected.checksum:
- * platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.checksum:
- * platform/chromium-linux/editing/execCommand/find-after-replace-expected.checksum:
- * platform/chromium-linux/editing/execCommand/findString-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/findString-expected.checksum:
- * platform/chromium-linux/editing/execCommand/format-block-expected.checksum:
- * platform/chromium-linux/editing/execCommand/format-block-with-braces-expected.checksum:
- * platform/chromium-linux/editing/execCommand/format-block-with-trailing-br-expected.checksum:
- * platform/chromium-linux/editing/execCommand/indent-empty-root-expected.checksum:
- * platform/chromium-linux/editing/execCommand/indent-list-item-expected.checksum:
- * platform/chromium-linux/editing/execCommand/indent-paragraphs-expected.checksum:
- * platform/chromium-linux/editing/execCommand/indent-selection-expected.checksum:
- * platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.checksum:
- * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.checksum:
- * platform/chromium-linux/editing/execCommand/insertImage-expected.checksum:
- * platform/chromium-linux/editing/execCommand/nsresponder-indent-expected.checksum:
- * platform/chromium-linux/editing/execCommand/nsresponder-outdent-expected.checksum:
- * platform/chromium-linux/editing/execCommand/outdent-selection-expected.checksum:
- * platform/chromium-linux/editing/execCommand/paste-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/paste-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/print-expected.checksum:
- * platform/chromium-linux/editing/execCommand/remove-formatting-2-expected.checksum:
- * platform/chromium-linux/editing/execCommand/remove-formatting-expected.checksum:
- * platform/chromium-linux/editing/execCommand/remove-list-from-range-selection-expected.checksum:
- * platform/chromium-linux/editing/execCommand/remove-list-item-1-expected.checksum:
- * platform/chromium-linux/editing/execCommand/selectAll-expected.checksum:
- * platform/chromium-linux/editing/input/emacs-ctrl-o-expected.checksum:
- * platform/chromium-linux/editing/inserting/12882-expected.checksum:
- * platform/chromium-linux/editing/inserting/4278698-expected.checksum:
- * platform/chromium-linux/editing/inserting/4840662-expected.checksum:
- * platform/chromium-linux/editing/inserting/4875189-1-expected.checksum:
- * platform/chromium-linux/editing/inserting/4875189-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/4959067-expected.checksum:
- * platform/chromium-linux/editing/inserting/4960120-1-expected.checksum:
- * platform/chromium-linux/editing/inserting/4960120-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/5002441-expected.checksum:
- * platform/chromium-linux/editing/inserting/5058163-1-expected.checksum:
- * platform/chromium-linux/editing/inserting/5058163-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/5156401-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/5418891-expected.checksum:
- * platform/chromium-linux/editing/inserting/5510537-expected.checksum:
- * platform/chromium-linux/editing/inserting/5549929-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/5549929-3-expected.checksum:
- * platform/chromium-linux/editing/inserting/5607069-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/5607069-3-expected.checksum:
- * platform/chromium-linux/editing/inserting/6703873-expected.checksum:
- * platform/chromium-linux/editing/inserting/before-after-input-element-expected.checksum:
- * platform/chromium-linux/editing/inserting/break-blockquote-after-delete-expected.checksum:
- * platform/chromium-linux/editing/inserting/editable-inline-element-expected.checksum:
- * platform/chromium-linux/editing/inserting/edited-whitespace-1-expected.checksum:
- * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-3659587-fix-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-3775316-fix-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-3778059-fix-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-3786362-fix-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-3800346-fix-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-after-delete-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-at-end-01-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-at-end-02-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-004-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-005-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-006-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-007-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-008-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-009-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-004-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-005-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-br-quoted-006-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-div-023-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-div-025-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-div-026-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-paragraph-01-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-paragraph-04-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-paragraph-05-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-space-in-empty-doc-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-tab-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-tab-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-tab-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-tab-004-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-text-at-tabspan-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-text-at-tabspan-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-text-at-tabspan-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.checksum:
- * platform/chromium-linux/editing/inserting/line-break-expected.checksum:
- * platform/chromium-linux/editing/inserting/multiple-lines-selected-expected.checksum:
- * platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.checksum:
- * platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.checksum:
- * platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.checksum:
- * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-1-expected.checksum:
- * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.checksum:
- * platform/chromium-linux/editing/inserting/redo-expected.checksum:
- * platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-002-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-003-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-around-image-001-expected.checksum:
- * platform/chromium-linux/editing/inserting/typing-tab-designmode-forms-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/3976872-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4076267-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4076267-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4076267-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4242293-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4631972-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4700297-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4806874-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4861080-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/4947130-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5006779-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5027857-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5032095-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5065605-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5071074-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5071074-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5075944-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5075944-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5075944-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5089327-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5134759-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5156401-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5247341-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5368833-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5387578-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5478250-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5483567-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/5601583-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/8145-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/8145-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/8145-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/bad-placeholder-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/block-wrappers-necessary-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/copy-standalone-image-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/cut-text-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/displaced-generic-placeholder-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/displaced-placeholder-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/display-block-on-spans-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/drag-drop-dead-frame-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/drag-drop-modifies-page-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/drop-text-without-selection-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/emacs-cntl-y-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/emacs-ctrl-a-k-y-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/input-field-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/interchange-newline-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/interchange-newline-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/interchange-newline-4-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-5-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-borders-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-start-blockquote-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/merge-start-list-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-4038267-fix-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-4039777-fix-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-after-blockquote-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-002-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-003-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-004-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-005-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-006-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-007-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-008-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-009-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-line-endings-010-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-list-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-match-style-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-match-style-002-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-pre-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-pre-002-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-table-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-017-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-018-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-019-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-003-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-unrendered-select-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/paste-xml-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/pasting-object-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/prevent-block-nesting-01-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/quirks-mode-br-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-001-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-002-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-005-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-006-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-007-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/smart-paste-008-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/styled-element-markup-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/testcase-9507-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.checksum:
- * platform/chromium-linux/editing/pasteboard/unrendered-br-expected.checksum:
- * platform/chromium-linux/editing/selection/13804-expected.checksum:
- * platform/chromium-linux/editing/selection/14971-expected.checksum:
- * platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
- * platform/chromium-linux/editing/selection/3690703-expected.checksum:
- * platform/chromium-linux/editing/selection/3690719-expected.checksum:
- * platform/chromium-linux/editing/selection/4397952-expected.checksum:
- * platform/chromium-linux/editing/selection/4402375-expected.checksum:
- * platform/chromium-linux/editing/selection/4776665-expected.checksum:
- * platform/chromium-linux/editing/selection/4818145-expected.checksum:
- * platform/chromium-linux/editing/selection/4866671-expected.checksum:
- * platform/chromium-linux/editing/selection/4889598-expected.checksum:
- * platform/chromium-linux/editing/selection/4895428-1-expected.checksum:
- * platform/chromium-linux/editing/selection/4895428-2-expected.checksum:
- * platform/chromium-linux/editing/selection/4895428-3-expected.checksum:
- * platform/chromium-linux/editing/selection/4895428-4-expected.checksum:
- * platform/chromium-linux/editing/selection/4932260-1-expected.checksum:
- * platform/chromium-linux/editing/selection/4932260-2-expected.checksum:
- * platform/chromium-linux/editing/selection/4932260-3-expected.checksum:
- * platform/chromium-linux/editing/selection/4947387-expected.checksum:
- * platform/chromium-linux/editing/selection/4960137-expected.checksum:
- * platform/chromium-linux/editing/selection/4975120-expected.checksum:
- * platform/chromium-linux/editing/selection/4983858-expected.checksum:
- * platform/chromium-linux/editing/selection/5007143-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5007143-expected.checksum:
- * platform/chromium-linux/editing/selection/5057506-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5057506-expected.checksum:
- * platform/chromium-linux/editing/selection/5076323-1-expected.checksum:
- * platform/chromium-linux/editing/selection/5076323-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5076323-3-expected.checksum:
- * platform/chromium-linux/editing/selection/5099303-expected.checksum:
- * platform/chromium-linux/editing/selection/5131716-1-expected.checksum:
- * platform/chromium-linux/editing/selection/5131716-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5131716-3-expected.checksum:
- * platform/chromium-linux/editing/selection/5131716-4-expected.checksum:
- * platform/chromium-linux/editing/selection/5195166-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5232159-expected.checksum:
- * platform/chromium-linux/editing/selection/5234383-1-expected.checksum:
- * platform/chromium-linux/editing/selection/5234383-2-expected.checksum:
- * platform/chromium-linux/editing/selection/5240265-expected.checksum:
- * platform/chromium-linux/editing/selection/5333725-expected.checksum:
- * platform/chromium-linux/editing/selection/5354455-1-expected.checksum:
- * platform/chromium-linux/editing/selection/5354455-2-expected.checksum:
- * platform/chromium-linux/editing/selection/6476-expected.checksum:
- * platform/chromium-linux/editing/selection/7152-1-expected.checksum:
- * platform/chromium-linux/editing/selection/7152-2-expected.checksum:
- * platform/chromium-linux/editing/selection/addRange-expected.checksum:
- * platform/chromium-linux/editing/selection/after-line-wrap-expected.checksum:
- * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
- * platform/chromium-linux/editing/selection/caret-rtl-expected.checksum:
- * platform/chromium-linux/editing/selection/click-before-and-after-table-expected.checksum:
- * platform/chromium-linux/editing/selection/click-start-of-line-expected.checksum:
- * platform/chromium-linux/editing/selection/contains-boundaries-expected.checksum:
- * platform/chromium-linux/editing/selection/contenteditable-click-inside-expected.checksum:
- * platform/chromium-linux/editing/selection/contenteditable-click-outside-expected.checksum:
- * platform/chromium-linux/editing/selection/display-table-text-expected.checksum:
- * platform/chromium-linux/editing/selection/doubleclick-crash-expected.checksum:
- * platform/chromium-linux/editing/selection/drag-in-iframe-expected.checksum:
- * platform/chromium-linux/editing/selection/drag-select-1-expected.checksum:
- * platform/chromium-linux/editing/selection/drag-text-delay-expected.checksum:
- * platform/chromium-linux/editing/selection/drag-to-contenteditable-iframe-expected.checksum:
- * platform/chromium-linux/editing/selection/editable-non-editable-crash-expected.checksum:
- * platform/chromium-linux/editing/selection/end-of-document-expected.checksum:
- * platform/chromium-linux/editing/selection/expanding-selections-expected.checksum:
- * platform/chromium-linux/editing/selection/expanding-selections2-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-001-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-002-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-003-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-004-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-005-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-character-006-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-sentence-001-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-word-001-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
- * platform/chromium-linux/editing/selection/extend-selection-bidi-expected.checksum:
- * platform/chromium-linux/editing/selection/fake-doubleclick-expected.checksum:
- * platform/chromium-linux/editing/selection/fake-drag-expected.checksum:
- * platform/chromium-linux/editing/selection/focus_editable_html-expected.checksum:
- * platform/chromium-linux/editing/selection/iframe-expected.checksum:
- * platform/chromium-linux/editing/selection/image-before-linebreak-expected.checksum:
- * platform/chromium-linux/editing/selection/inline-closest-leaf-child-expected.checksum:
- * platform/chromium-linux/editing/selection/inline-table-expected.checksum:
- * platform/chromium-linux/editing/selection/leave-requested-block-expected.checksum:
- * platform/chromium-linux/editing/selection/line-wrap-1-expected.checksum:
- * platform/chromium-linux/editing/selection/line-wrap-2-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-1-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-2-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-3-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-4-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-5-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-6-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-7-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-8-expected.checksum:
- * platform/chromium-linux/editing/selection/mixed-editability-9-expected.checksum:
- * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-between-blocks-no-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-002-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-003-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-004-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-005-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-character-6-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-line-002-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-sentence-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-sentence-linebreak-expected.checksum:
- * platform/chromium-linux/editing/selection/move-by-word-001-expected.checksum:
- * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.checksum:
- * platform/chromium-linux/editing/selection/node-removal-2-expected.checksum:
- * platform/chromium-linux/editing/selection/paragraph-granularity-expected.checksum:
- * platform/chromium-linux/editing/selection/previous-line-position-expected.checksum:
- * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum:
- * platform/chromium-linux/editing/selection/replace-selection-1-expected.checksum:
- * platform/chromium-linux/editing/selection/replaced-boundaries-1-expected.checksum:
- * platform/chromium-linux/editing/selection/replaced-boundaries-2-expected.checksum:
- * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-001-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-002-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-003-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-004-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-005-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-006-expected.checksum:
- * platform/chromium-linux/editing/selection/select-all-iframe-expected.checksum:
- * platform/chromium-linux/editing/selection/select-box-expected.checksum:
- * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
- * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.checksum:
- * platform/chromium-linux/editing/selection/select-missing-image-expected.checksum:
- * platform/chromium-linux/editing/selection/select-text-overflow-ellipsis-expected.checksum:
- * platform/chromium-linux/editing/selection/selection-3748164-fix-expected.checksum:
- * platform/chromium-linux/editing/selection/selection-actions-expected.checksum:
- * platform/chromium-linux/editing/selection/selection-background-expected.checksum:
- * platform/chromium-linux/editing/selection/table-caret-1-expected.checksum:
- * platform/chromium-linux/editing/selection/table-caret-2-expected.checksum:
- * platform/chromium-linux/editing/selection/table-caret-3-expected.checksum:
- * platform/chromium-linux/editing/selection/triple-click-in-pre-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-001-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-002-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-003-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-004-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-005-expected.checksum:
- * platform/chromium-linux/editing/selection/unrendered-space-expected.checksum:
- * platform/chromium-linux/editing/selection/word-granularity-expected.checksum:
- * platform/chromium-linux/editing/selection/wrapped-line-caret-1-expected.checksum:
- * platform/chromium-linux/editing/selection/wrapped-line-caret-2-expected.checksum:
- * platform/chromium-linux/editing/spelling/spelling-expected.checksum:
- * platform/chromium-linux/editing/style/4916887-expected.checksum:
- * platform/chromium-linux/editing/style/5017613-1-expected.checksum:
- * platform/chromium-linux/editing/style/5017613-2-expected.checksum:
- * platform/chromium-linux/editing/style/5046875-1-expected.checksum:
- * platform/chromium-linux/editing/style/5046875-2-expected.checksum:
- * platform/chromium-linux/editing/style/5065910-expected.checksum:
- * platform/chromium-linux/editing/style/5084241-expected.checksum:
- * platform/chromium-linux/editing/style/5228141-expected.checksum:
- * platform/chromium-linux/editing/style/5279521-expected.checksum:
- * platform/chromium-linux/editing/style/apple-style-editable-mix-expected.checksum:
- * platform/chromium-linux/editing/style/apply-through-end-of-document-expected.checksum:
- * platform/chromium-linux/editing/style/block-style-003-expected.checksum:
- * platform/chromium-linux/editing/style/block-styles-007-expected.checksum:
- * platform/chromium-linux/editing/style/create-block-for-style-005-expected.checksum:
- * platform/chromium-linux/editing/style/create-block-for-style-006-expected.checksum:
- * platform/chromium-linux/editing/style/create-block-for-style-010-expected.checksum:
- * platform/chromium-linux/editing/style/create-block-for-style-011-expected.checksum:
- * platform/chromium-linux/editing/style/create-block-for-style-012-expected.checksum:
- * platform/chromium-linux/editing/style/designmode-expected.checksum:
- * platform/chromium-linux/editing/style/highlight-expected.checksum:
- * platform/chromium-linux/editing/style/non-inheritable-styles-expected.checksum:
- * platform/chromium-linux/editing/style/relative-font-size-change-001-expected.checksum:
- * platform/chromium-linux/editing/style/relative-font-size-change-002-expected.checksum:
- * platform/chromium-linux/editing/style/relative-font-size-change-003-expected.checksum:
- * platform/chromium-linux/editing/style/relative-font-size-change-004-expected.checksum:
- * platform/chromium-linux/editing/style/smoosh-styles-001-expected.checksum:
- * platform/chromium-linux/editing/style/smoosh-styles-002-expected.checksum:
- * platform/chromium-linux/editing/style/smoosh-styles-003-expected.checksum:
- * platform/chromium-linux/editing/style/style-3681552-fix-001-expected.checksum:
- * platform/chromium-linux/editing/style/style-3681552-fix-002-expected.checksum:
- * platform/chromium-linux/editing/style/style-3690704-fix-expected.checksum:
- * platform/chromium-linux/editing/style/style-3998892-fix-expected.checksum:
- * platform/chromium-linux/editing/style/style-boundary-001-expected.checksum:
- * platform/chromium-linux/editing/style/style-boundary-002-expected.checksum:
- * platform/chromium-linux/editing/style/style-boundary-003-expected.checksum:
- * platform/chromium-linux/editing/style/style-boundary-004-expected.checksum:
- * platform/chromium-linux/editing/style/style-boundary-005-expected.checksum:
- * platform/chromium-linux/editing/style/table-selection-expected.checksum:
- * platform/chromium-linux/editing/style/typing-style-001-expected.checksum:
- * platform/chromium-linux/editing/style/typing-style-002-expected.checksum:
- * platform/chromium-linux/editing/style/unbold-in-bold-expected.checksum:
- * platform/chromium-linux/editing/undo/4063751-expected.checksum:
- * platform/chromium-linux/editing/undo/5378473-expected.checksum:
- * platform/chromium-linux/editing/undo/redo-typing-001-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-combined-delete-boundary-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-combined-delete-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-delete-boundary-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-delete-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-forward-delete-boundary-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-forward-delete-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-misspellings-expected.checksum:
- * platform/chromium-linux/editing/undo/undo-typing-001-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/list-delete-001-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/list-delete-003-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/list-type-after-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/list-type-before-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/table-delete-001-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/table-delete-002-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/table-delete-003-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/table-type-after-expected.checksum:
- * platform/chromium-linux/editing/unsupported-content/table-type-before-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/animated-svg-as-background-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/svg-as-background-1-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/svg-as-background-3-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/svg-as-background-4-expected.checksum:
- * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
- * platform/chromium-linux/fast/block/basic/013-expected.checksum:
- * platform/chromium-linux/fast/block/basic/016-expected.checksum:
- * platform/chromium-linux/fast/block/basic/018-expected.checksum:
- * platform/chromium-linux/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
- * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.checksum:
- * platform/chromium-linux/fast/block/basic/text-indent-rtl-expected.checksum:
- * platform/chromium-linux/fast/block/float/008-expected.checksum:
- * platform/chromium-linux/fast/block/float/013-expected.checksum:
- * platform/chromium-linux/fast/block/float/015-expected.checksum:
- * platform/chromium-linux/fast/block/float/016-expected.checksum:
- * platform/chromium-linux/fast/block/float/019-expected.checksum:
- * platform/chromium-linux/fast/block/float/021-expected.checksum:
- * platform/chromium-linux/fast/block/float/025-expected.checksum:
- * platform/chromium-linux/fast/block/float/026-expected.checksum:
- * platform/chromium-linux/fast/block/float/027-expected.checksum:
- * platform/chromium-linux/fast/block/float/028-expected.checksum:
- * platform/chromium-linux/fast/block/float/032-expected.checksum:
- * platform/chromium-linux/fast/block/float/033-expected.checksum:
- * platform/chromium-linux/fast/block/float/035-expected.checksum:
- * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.checksum:
- * platform/chromium-linux/fast/block/float/br-with-clear-2-expected.checksum:
- * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
- * platform/chromium-linux/fast/block/float/nopaint-after-layer-destruction-expected.checksum:
- * platform/chromium-linux/fast/block/float/nopaint-after-layer-destruction2-expected.checksum:
- * platform/chromium-linux/fast/block/float/relative-painted-twice-expected.checksum:
- * platform/chromium-linux/fast/block/float/table-relayout-expected.checksum:
- * platform/chromium-linux/fast/block/float/width-update-after-clear-expected.checksum:
- * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
- * platform/chromium-linux/fast/block/margin-collapse/104-expected.checksum:
- * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/047-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-ltr-2-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-ltr-3-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-ltr-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-rtl-2-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-rtl-3-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-rtl-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-short-ltr-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/absolute-in-inline-short-rtl-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/auto/007-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/height-change-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/relayout-on-position-change-expected.checksum:
- * platform/chromium-linux/fast/block/positioning/window-height-change-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/001-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/001-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/002-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/003-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/004-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/005-declarative-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/005-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/005-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/006-declarative-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/006-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/006-xhtml-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/007-expected.checksum:
- * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.checksum:
- * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.checksum:
- * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.checksum:
- * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.checksum:
- * platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
- * platform/chromium-linux/fast/box-shadow/transform-fringing-expected.checksum:
- * platform/chromium-linux/fast/box-sizing/box-sizing-expected.checksum:
- * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum:
- * platform/chromium-linux/fast/canvas/canvas-bg-expected.checksum:
- * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum:
- * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.checksum:
- * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.checksum:
- * platform/chromium-linux/fast/clip/014-expected.checksum:
- * platform/chromium-linux/fast/clip/outline-overflowClip-expected.checksum:
- * platform/chromium-linux/fast/css-generated-content/012-expected.checksum:
- * platform/chromium-linux/fast/css-generated-content/014-expected.checksum:
- * platform/chromium-linux/fast/css-generated-content/016-expected.checksum:
- * platform/chromium-linux/fast/css-generated-content/hover-style-change-expected.checksum:
- * platform/chromium-linux/fast/css/005-expected.checksum:
- * platform/chromium-linux/fast/css/MarqueeLayoutTest-expected.checksum:
- * platform/chromium-linux/fast/css/apple-prefix-expected.checksum:
- * platform/chromium-linux/fast/css/border-height-expected.checksum:
- * platform/chromium-linux/fast/css/continuationCrash-expected.checksum:
- * platform/chromium-linux/fast/css/empty-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/fieldset-display-row-expected.checksum:
- * platform/chromium-linux/fast/css/find-next-layer-expected.checksum:
- * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/first-letter-detach-expected.checksum:
- * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.checksum:
- * platform/chromium-linux/fast/css/font_property_normal-expected.checksum:
- * platform/chromium-linux/fast/css/hover-subselector-expected.checksum:
- * platform/chromium-linux/fast/css/hsl-color-expected.checksum:
- * platform/chromium-linux/fast/css/imageTileOpacity-expected.checksum:
- * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/line-height-expected.checksum:
- * platform/chromium-linux/fast/css/line-height-overflow-expected.checksum:
- * platform/chromium-linux/fast/css/list-outline-expected.checksum:
- * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum:
- * platform/chromium-linux/fast/css/marginComputedStyle-expected.checksum:
- * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.checksum:
- * platform/chromium-linux/fast/css/nested-rounded-corners-expected.checksum:
- * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.checksum:
- * platform/chromium-linux/fast/css/outline-auto-empty-rects-expected.checksum:
- * platform/chromium-linux/fast/css/outline-auto-location-expected.checksum:
- * platform/chromium-linux/fast/css/percentage-non-integer-expected.checksum:
- * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.checksum:
- * platform/chromium-linux/fast/css/pseudo-cache-stale-expected.checksum:
- * platform/chromium-linux/fast/css/resize-corner-tracking-expected.checksum:
- * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-expected.checksum:
- * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum:
- * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.checksum:
- * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.checksum:
- * platform/chromium-linux/fast/css/universal-hover-quirk-expected.checksum:
- * platform/chromium-linux/fast/css/word-space-extra-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLElement/bdo-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLTableElement/colSpan-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.checksum:
- * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
- * platform/chromium-linux/fast/dom/Window/open-existing-pop-up-blocking-expected.checksum:
- * platform/chromium-linux/fast/dom/attr_dead_doc-expected.checksum:
- * platform/chromium-linux/fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum:
- * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.checksum:
- * platform/chromium-linux/fast/dom/css-inline-style-important-expected.checksum:
- * platform/chromium-linux/fast/dom/focus-contenteditable-expected.checksum:
- * platform/chromium-linux/fast/dom/gc-10-expected.checksum:
- * platform/chromium-linux/fast/dom/isindex-001-expected.checksum:
- * platform/chromium-linux/fast/dom/isindex-002-expected.checksum:
- * platform/chromium-linux/fast/dom/row-inner-text-expected.checksum:
- * platform/chromium-linux/fast/dynamic/008-expected.checksum:
- * platform/chromium-linux/fast/dynamic/012-expected.checksum:
- * platform/chromium-linux/fast/dynamic/013-expected.checksum:
- * platform/chromium-linux/fast/dynamic/015-expected.checksum:
- * platform/chromium-linux/fast/dynamic/anchor-lock-expected.checksum:
- * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
- * platform/chromium-linux/fast/dynamic/selection-highlight-adjust-expected.checksum:
- * platform/chromium-linux/fast/encoding/invalid-UTF-8-expected.checksum:
- * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.checksum:
- * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.checksum:
- * platform/chromium-linux/fast/events/5056619-expected.checksum:
- * platform/chromium-linux/fast/events/autoscroll-expected.checksum:
- * platform/chromium-linux/fast/events/event-sender-mouse-moved-expected.checksum:
- * platform/chromium-linux/fast/events/label-focus-expected.checksum:
- * platform/chromium-linux/fast/events/pointer-events-2-expected.checksum:
- * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.checksum:
- * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.checksum:
- * platform/chromium-linux/fast/flexbox/009-expected.checksum:
- * platform/chromium-linux/fast/flexbox/016-expected.checksum:
- * platform/chromium-linux/fast/flexbox/flex-hang-expected.checksum:
- * platform/chromium-linux/fast/forms/001-expected.checksum:
- * platform/chromium-linux/fast/forms/003-expected.checksum:
- * platform/chromium-linux/fast/forms/004-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
- * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
- * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum:
- * platform/chromium-linux/fast/forms/basic-inputs-expected.checksum:
- * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
- * platform/chromium-linux/fast/forms/basic-textareas-expected.checksum:
- * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.checksum:
- * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum:
- * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
- * platform/chromium-linux/fast/forms/button-align-expected.checksum:
- * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum:
- * platform/chromium-linux/fast/forms/button-default-title-expected.checksum:
- * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum:
- * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum:
- * platform/chromium-linux/fast/forms/button-positioned-expected.checksum:
- * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
- * platform/chromium-linux/fast/forms/button-style-color-expected.checksum:
- * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum:
- * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum:
- * platform/chromium-linux/fast/forms/button-white-space-expected.checksum:
- * platform/chromium-linux/fast/forms/caret-rtl-expected.checksum:
- * platform/chromium-linux/fast/forms/control-clip-expected.checksum:
- * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
- * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
- * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
- * platform/chromium-linux/fast/forms/encoding-test-expected.checksum:
- * platform/chromium-linux/fast/forms/fieldset-align-expected.checksum:
- * platform/chromium-linux/fast/forms/fieldset-with-float-expected.checksum:
- * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
- * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
- * platform/chromium-linux/fast/forms/floating-textfield-relayout-expected.checksum:
- * platform/chromium-linux/fast/forms/form-added-to-table-expected.checksum:
- * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
- * platform/chromium-linux/fast/forms/form-hides-table-expected.checksum:
- * platform/chromium-linux/fast/forms/formmove3-expected.checksum:
- * platform/chromium-linux/fast/forms/image-border-expected.checksum:
- * platform/chromium-linux/fast/forms/input-align-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-bkcolor-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-default-bkcolor-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-disabled-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-focus-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-preventDefault-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-readonly-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-selection-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-visibility-expected.checksum:
- * platform/chromium-linux/fast/forms/input-appearance-width-expected.checksum:
- * platform/chromium-linux/fast/forms/input-baseline-expected.checksum:
- * platform/chromium-linux/fast/forms/input-disabled-color-expected.checksum:
- * platform/chromium-linux/fast/forms/input-double-click-selection-gap-bug-expected.checksum:
- * platform/chromium-linux/fast/forms/input-field-text-truncated-expected.checksum:
- * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum:
- * platform/chromium-linux/fast/forms/input-first-letter-expected.checksum:
- * platform/chromium-linux/fast/forms/input-paste-undo-expected.checksum:
- * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.checksum:
- * platform/chromium-linux/fast/forms/input-readonly-dimmed-expected.checksum:
- * platform/chromium-linux/fast/forms/input-readonly-empty-expected.checksum:
- * platform/chromium-linux/fast/forms/input-spaces-expected.checksum:
- * platform/chromium-linux/fast/forms/input-table-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-click-inside-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-click-outside-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-double-click-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-drag-down-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-option-delete-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-self-emptying-click-expected.checksum:
- * platform/chromium-linux/fast/forms/input-text-word-wrap-expected.checksum:
- * platform/chromium-linux/fast/forms/input-type-change2-expected.checksum:
- * platform/chromium-linux/fast/forms/input-type-text-min-width-expected.checksum:
- * platform/chromium-linux/fast/forms/input-value-expected.checksum:
- * platform/chromium-linux/fast/forms/input-width-expected.checksum:
- * platform/chromium-linux/fast/forms/isindex-placeholder-expected.checksum:
- * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
- * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.checksum:
- * platform/chromium-linux/fast/forms/listbox-width-change-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
- * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
- * platform/chromium-linux/fast/forms/minWidthPercent-expected.checksum:
- * platform/chromium-linux/fast/forms/negativeLineHeight-expected.checksum:
- * platform/chromium-linux/fast/forms/option-script-expected.checksum:
- * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
- * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
- * platform/chromium-linux/fast/forms/password-placeholder-expected.checksum:
- * platform/chromium-linux/fast/forms/password-placeholder-text-security-expected.checksum:
- * platform/chromium-linux/fast/forms/placeholder-pseudo-style-expected.checksum:
- * platform/chromium-linux/fast/forms/placeholder-set-attribute-expected.checksum:
- * platform/chromium-linux/fast/forms/placeholder-stripped-expected.checksum:
- * platform/chromium-linux/fast/forms/plaintext-mode-2-expected.checksum:
- * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.checksum:
- * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum:
- * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum:
- * platform/chromium-linux/fast/forms/search-rtl-expected.checksum:
- * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.checksum:
- * platform/chromium-linux/fast/forms/search-zoomed-expected.checksum:
- * platform/chromium-linux/fast/forms/searchfield-heights-expected.checksum:
- * platform/chromium-linux/fast/forms/select-align-expected.checksum:
- * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
- * platform/chromium-linux/fast/forms/select-block-background-expected.checksum:
- * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum:
- * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.checksum:
- * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.checksum:
- * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
- * platform/chromium-linux/fast/forms/select-initial-position-expected.checksum:
- * platform/chromium-linux/fast/forms/select-item-background-clip-expected.checksum:
- * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.checksum:
- * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
- * platform/chromium-linux/fast/forms/select-size-expected.checksum:
- * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.checksum:
- * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.checksum:
- * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
- * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum:
- * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum:
- * platform/chromium-linux/fast/forms/text-style-color-expected.checksum:
- * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.checksum:
- * platform/chromium-linux/fast/forms/textarea-rows-cols-expected.checksum:
- * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.checksum:
- * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.checksum:
- * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.checksum:
- * platform/chromium-linux/fast/forms/textfield-outline-expected.checksum:
- * platform/chromium-linux/fast/forms/textfield-overflow-expected.checksum:
- * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.checksum:
- * platform/chromium-linux/fast/frames/content-opacity-1-expected.checksum:
- * platform/chromium-linux/fast/frames/content-opacity-2-expected.checksum:
- * platform/chromium-linux/fast/frames/contentWindow_iFrame-expected.checksum:
- * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.checksum:
- * platform/chromium-linux/fast/frames/frameElement-iframe-expected.checksum:
- * platform/chromium-linux/fast/frames/iframe-option-crash-expected.checksum:
- * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum:
- * platform/chromium-linux/fast/frames/iframe-text-contents-expected.checksum:
- * platform/chromium-linux/fast/frames/iframe-with-frameborder-expected.checksum:
- * platform/chromium-linux/fast/frames/inline-object-inside-frameset-expected.checksum:
- * platform/chromium-linux/fast/frames/invalid-expected.checksum:
- * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum:
- * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.checksum:
- * platform/chromium-linux/fast/frames/valid-expected.checksum:
- * platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum:
- * platform/chromium-linux/fast/frames/viewsource-on-image-file-expected.checksum:
- * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum:
- * platform/chromium-linux/fast/html/keygen-expected.checksum:
- * platform/chromium-linux/fast/images/animated-svg-as-image-expected.checksum:
- * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum:
- * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.checksum:
- * platform/chromium-linux/fast/inline-block/tricky-baseline-expected.checksum:
- * platform/chromium-linux/fast/inline/continuation-outlines-expected.checksum:
- * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.checksum:
- * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.checksum:
- * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.checksum:
- * platform/chromium-linux/fast/inline/inline-continuation-borders-expected.checksum:
- * platform/chromium-linux/fast/inline/long-wrapped-line-expected.checksum:
- * platform/chromium-linux/fast/inspector/style-expected.checksum:
- * platform/chromium-linux/fast/invalid/014-expected.checksum:
- * platform/chromium-linux/fast/invalid/residual-style-expected.checksum:
- * platform/chromium-linux/fast/invalid/table-inside-stray-table-content-expected.checksum:
- * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.checksum:
- * platform/chromium-linux/fast/layers/inline-dirty-z-order-lists-expected.checksum:
- * platform/chromium-linux/fast/layers/opacity-outline-expected.checksum:
- * platform/chromium-linux/fast/layers/overflow-scroll-auto-switch-expected.checksum:
- * platform/chromium-linux/fast/layers/remove-layer-with-nested-stacking-expected.checksum:
- * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.checksum:
- * platform/chromium-linux/fast/layers/self-painting-outline-expected.checksum:
- * platform/chromium-linux/fast/lists/004-expected.checksum:
- * platform/chromium-linux/fast/lists/008-expected.checksum:
- * platform/chromium-linux/fast/lists/alpha-list-wrap-expected.checksum:
- * platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum:
- * platform/chromium-linux/fast/lists/dynamic-marker-crash-expected.checksum:
- * platform/chromium-linux/fast/lists/li-br-expected.checksum:
- * platform/chromium-linux/fast/lists/markers-in-selection-expected.checksum:
- * platform/chromium-linux/fast/lists/ol-start-parsing-expected.checksum:
- * platform/chromium-linux/fast/lists/olstart-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-02-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-03-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-04-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-05-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-06-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-07-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.checksum:
- * platform/chromium-linux/fast/media/mq-relative-constraints-09-expected.checksum:
- * platform/chromium-linux/fast/media/mq-width-absolute-01-expected.checksum:
- * platform/chromium-linux/fast/media/mq-width-absolute-02-expected.checksum:
- * platform/chromium-linux/fast/media/mq-width-absolute-03-expected.checksum:
- * platform/chromium-linux/fast/media/mq-width-absolute-04-expected.checksum:
- * platform/chromium-linux/fast/media/viewport-media-query-expected.checksum:
- * platform/chromium-linux/fast/multicol/client-rects-expected.checksum:
- * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum:
- * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.checksum:
- * platform/chromium-linux/fast/multicol/float-multicol-expected.checksum:
- * platform/chromium-linux/fast/multicol/float-paginate-expected.checksum:
- * platform/chromium-linux/fast/multicol/float-paginate-failure-expected.checksum:
- * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.checksum:
- * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.checksum:
- * platform/chromium-linux/fast/multicol/negativeColumnWidth-expected.checksum:
- * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum:
- * platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
- * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum:
- * platform/chromium-linux/fast/multicol/zeroColumnCount-expected.checksum:
- * platform/chromium-linux/fast/overflow/002-expected.checksum:
- * platform/chromium-linux/fast/overflow/003-expected.checksum:
- * platform/chromium-linux/fast/overflow/005-expected.checksum:
- * platform/chromium-linux/fast/overflow/006-expected.checksum:
- * platform/chromium-linux/fast/overflow/007-expected.checksum:
- * platform/chromium-linux/fast/overflow/008-expected.checksum:
- * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.checksum:
- * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.checksum:
- * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.checksum:
- * platform/chromium-linux/fast/overflow/hit-test-overflow-controls-expected.checksum:
- * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-auto-table-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-focus-ring-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-rtl-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-rtl-inline-scrollbar-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-stacking-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum:
- * platform/chromium-linux/fast/overflow/overflow-x-y-expected.checksum:
- * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.checksum:
- * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
- * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.checksum:
- * platform/chromium-linux/fast/overflow/scrollbar-position-update-expected.checksum:
- * platform/chromium-linux/fast/overflow/table-overflow-float-expected.checksum:
- * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.checksum:
- * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
- * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.checksum:
- * platform/chromium-linux/fast/reflections/reflection-direction-expected.checksum:
- * platform/chromium-linux/fast/repaint/4774354-expected.checksum:
- * platform/chromium-linux/fast/repaint/4776765-expected.checksum:
- * platform/chromium-linux/fast/repaint/background-generated-expected.checksum:
- * platform/chromium-linux/fast/repaint/background-misaligned-expected.checksum:
- * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/block-no-inflow-children-expected.checksum:
- * platform/chromium-linux/fast/repaint/block-selection-gap-in-composited-layer-expected.checksum:
- * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.checksum:
- * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum:
- * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.checksum:
- * platform/chromium-linux/fast/repaint/border-fit-lines-expected.checksum:
- * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/border-repaint-glitch-expected.checksum:
- * platform/chromium-linux/fast/repaint/box-shadow-dynamic-expected.checksum:
- * platform/chromium-linux/fast/repaint/bugzilla-3509-expected.checksum:
- * platform/chromium-linux/fast/repaint/bugzilla-5699-expected.checksum:
- * platform/chromium-linux/fast/repaint/bugzilla-6278-expected.checksum:
- * platform/chromium-linux/fast/repaint/bugzilla-6388-expected.checksum:
- * platform/chromium-linux/fast/repaint/bugzilla-7235-expected.checksum:
- * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.checksum:
- * platform/chromium-linux/fast/repaint/caret-outside-block-expected.checksum:
- * platform/chromium-linux/fast/repaint/change-transform-expected.checksum:
- * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.checksum:
- * platform/chromium-linux/fast/repaint/clipped-relative-expected.checksum:
- * platform/chromium-linux/fast/repaint/containing-block-position-change-expected.checksum:
- * platform/chromium-linux/fast/repaint/content-into-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/continuation-after-outline-expected.checksum:
- * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
- * platform/chromium-linux/fast/repaint/create-layer-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.checksum:
- * platform/chromium-linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/fixed-tranformed-expected.checksum:
- * platform/chromium-linux/fast/repaint/flexible-box-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/flexible-box-overflow-horizontal-expected.checksum:
- * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.checksum:
- * platform/chromium-linux/fast/repaint/float-move-during-layout-expected.checksum:
- * platform/chromium-linux/fast/repaint/float-new-in-block-expected.checksum:
- * platform/chromium-linux/fast/repaint/float-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/float-overflow-right-expected.checksum:
- * platform/chromium-linux/fast/repaint/focus-layers-expected.checksum:
- * platform/chromium-linux/fast/repaint/focus-ring-expected.checksum:
- * platform/chromium-linux/fast/repaint/inline-block-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/inline-color-change-expected.checksum:
- * platform/chromium-linux/fast/repaint/inline-outline-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.checksum:
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.checksum:
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.checksum:
- * platform/chromium-linux/fast/repaint/layer-child-outline-expected.checksum:
- * platform/chromium-linux/fast/repaint/layer-outline-expected.checksum:
- * platform/chromium-linux/fast/repaint/layer-outline-horizontal-expected.checksum:
- * platform/chromium-linux/fast/repaint/layout-state-only-positioned-expected.checksum:
- * platform/chromium-linux/fast/repaint/layout-state-relative-expected.checksum:
- * platform/chromium-linux/fast/repaint/layout-state-scrolloffset-expected.checksum:
- * platform/chromium-linux/fast/repaint/layout-state-scrolloffset2-expected.checksum:
- * platform/chromium-linux/fast/repaint/layout-state-scrolloffset3-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-in-scrolled-clipped-block-expected.checksum:
- * platform/chromium-linux/fast/repaint/line-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/lines-with-layout-delta-expected.checksum:
- * platform/chromium-linux/fast/repaint/list-marker-2-expected.checksum:
- * platform/chromium-linux/fast/repaint/make-children-non-inline-expected.checksum:
- * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.checksum:
- * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum:
- * platform/chromium-linux/fast/repaint/multicol-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/opacity-change-on-overflow-float-expected.checksum:
- * platform/chromium-linux/fast/repaint/outline-child-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/outline-inset-expected.checksum:
- * platform/chromium-linux/fast/repaint/outline-repaint-glitch-expected.checksum:
- * platform/chromium-linux/fast/repaint/outline-shrinking-expected.checksum:
- * platform/chromium-linux/fast/repaint/overflow-delete-line-expected.checksum:
- * platform/chromium-linux/fast/repaint/overflow-into-content-expected.checksum:
- * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.checksum:
- * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum:
- * platform/chromium-linux/fast/repaint/reflection-redraw-expected.checksum:
- * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.checksum:
- * platform/chromium-linux/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
- * platform/chromium-linux/fast/repaint/repaint-during-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/repaint-resized-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/search-field-cancel-expected.checksum:
- * platform/chromium-linux/fast/repaint/selected-replaced-expected.checksum:
- * platform/chromium-linux/fast/repaint/selection-after-delete-expected.checksum:
- * platform/chromium-linux/fast/repaint/selection-after-remove-expected.checksum:
- * platform/chromium-linux/fast/repaint/selection-clear-expected.checksum:
- * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum:
- * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-expected.checksum:
- * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.checksum:
- * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
- * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
- * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.checksum:
- * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.checksum:
- * platform/chromium-linux/fast/repaint/static-to-positioned-expected.checksum:
- * platform/chromium-linux/fast/repaint/subtree-layoutstate-transform-expected.checksum:
- * platform/chromium-linux/fast/repaint/subtree-root-skipped-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-cell-collapsed-border-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-cell-move-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-collapsed-border-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-extra-bottom-grow-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-outer-border-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-section-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/text-append-dirty-lines-expected.checksum:
- * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
- * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
- * platform/chromium-linux/fast/repaint/text-shadow-expected.checksum:
- * platform/chromium-linux/fast/repaint/text-shadow-horizontal-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-absolute-child-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-relative-position-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.checksum:
- * platform/chromium-linux/fast/repaint/transform-translate-expected.checksum:
- * platform/chromium-linux/fast/replaced/005-expected.checksum:
- * platform/chromium-linux/fast/replaced/007-expected.checksum:
- * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum:
- * platform/chromium-linux/fast/replaced/inline-box-wrapper-handover-expected.checksum:
- * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
- * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
- * platform/chromium-linux/fast/replaced/selection-rect-expected.checksum:
- * platform/chromium-linux/fast/replaced/selection-rect-in-table-cell-expected.checksum:
- * platform/chromium-linux/fast/replaced/selection-rect-transform-expected.checksum:
- * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
- * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum:
- * platform/chromium-linux/fast/replaced/width100percent-image-expected.checksum:
- * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum:
- * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.checksum:
- * platform/chromium-linux/fast/replaced/width100percent-textfield-expected.checksum:
- * platform/chromium-linux/fast/selectors/032-expected.checksum:
- * platform/chromium-linux/fast/selectors/064-expected.checksum:
- * platform/chromium-linux/fast/selectors/077-expected.checksum:
- * platform/chromium-linux/fast/selectors/077b-expected.checksum:
- * platform/chromium-linux/fast/selectors/078b-expected.checksum:
- * platform/chromium-linux/fast/selectors/159-expected.checksum:
- * platform/chromium-linux/fast/selectors/166-expected.checksum:
- * platform/chromium-linux/fast/selectors/177a-expected.checksum:
- * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.checksum:
- * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.checksum:
- * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum:
- * platform/chromium-linux/fast/table/003-expected.checksum:
- * platform/chromium-linux/fast/table/004-expected.checksum:
- * platform/chromium-linux/fast/table/006-expected.checksum:
- * platform/chromium-linux/fast/table/007-expected.checksum:
- * platform/chromium-linux/fast/table/009-expected.checksum:
- * platform/chromium-linux/fast/table/017-expected.checksum:
- * platform/chromium-linux/fast/table/018-expected.checksum:
- * platform/chromium-linux/fast/table/020-expected.checksum:
- * platform/chromium-linux/fast/table/023-expected.checksum:
- * platform/chromium-linux/fast/table/029-expected.checksum:
- * platform/chromium-linux/fast/table/030-expected.checksum:
- * platform/chromium-linux/fast/table/034-expected.checksum:
- * platform/chromium-linux/fast/table/035-expected.checksum:
- * platform/chromium-linux/fast/table/038-expected.checksum:
- * platform/chromium-linux/fast/table/039-expected.checksum:
- * platform/chromium-linux/fast/table/040-expected.checksum:
- * platform/chromium-linux/fast/table/041-expected.checksum:
- * platform/chromium-linux/fast/table/add-before-anonymous-child-expected.checksum:
- * platform/chromium-linux/fast/table/append-cells2-expected.checksum:
- * platform/chromium-linux/fast/table/border-collapsing/004-expected.checksum:
- * platform/chromium-linux/fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
- * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum:
- * platform/chromium-linux/fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
- * platform/chromium-linux/fast/table/click-near-anonymous-table-expected.checksum:
- * platform/chromium-linux/fast/table/colspanMinWidth-expected.checksum:
- * platform/chromium-linux/fast/table/dynamic-cellpadding-expected.checksum:
- * platform/chromium-linux/fast/table/early-table-layout-expected.checksum:
- * platform/chromium-linux/fast/table/edge-offsets-expected.checksum:
- * platform/chromium-linux/fast/table/empty-cells-expected.checksum:
- * platform/chromium-linux/fast/table/empty-section-crash-expected.checksum:
- * platform/chromium-linux/fast/table/empty-table-percent-height-expected.checksum:
- * platform/chromium-linux/fast/table/frame-and-rules-expected.checksum:
- * platform/chromium-linux/fast/table/giantRowspan-expected.checksum:
- * platform/chromium-linux/fast/table/height-percent-test-expected.checksum:
- * platform/chromium-linux/fast/table/large-width-expected.checksum:
- * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.checksum:
- * platform/chromium-linux/fast/table/nobr-expected.checksum:
- * platform/chromium-linux/fast/table/overflowHidden-expected.checksum:
- * platform/chromium-linux/fast/table/percent-heights-expected.checksum:
- * platform/chromium-linux/fast/table/prepend-in-anonymous-table-expected.checksum:
- * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum:
- * platform/chromium-linux/fast/table/row-height-recalc-expected.checksum:
- * platform/chromium-linux/fast/table/rowindex-expected.checksum:
- * platform/chromium-linux/fast/table/rowspan-paint-order-expected.checksum:
- * platform/chromium-linux/fast/table/rtl-cell-display-none-assert-expected.checksum:
- * platform/chromium-linux/fast/table/spanOverlapRepaint-expected.checksum:
- * platform/chromium-linux/fast/table/table-display-types-expected.checksum:
- * platform/chromium-linux/fast/table/table-hspace-align-center-expected.checksum:
- * platform/chromium-linux/fast/table/text-field-baseline-expected.checksum:
- * platform/chromium-linux/fast/table/unbreakable-images-quirk-expected.checksum:
- * platform/chromium-linux/fast/table/vertical-align-baseline-expected.checksum:
- * platform/chromium-linux/fast/table/wide-colspan-expected.checksum:
- * platform/chromium-linux/fast/table/wide-column-expected.checksum:
- * platform/chromium-linux/fast/text/atsui-spacing-features-expected.checksum:
- * platform/chromium-linux/fast/text/basic/001-expected.checksum:
- * platform/chromium-linux/fast/text/basic/006-expected.checksum:
- * platform/chromium-linux/fast/text/basic/007-expected.checksum:
- * platform/chromium-linux/fast/text/basic/015-expected.checksum:
- * platform/chromium-linux/fast/text/capitalize-boundaries-expected.checksum:
- * platform/chromium-linux/fast/text/capitalize-empty-generated-string-expected.checksum:
- * platform/chromium-linux/fast/text/cg-vs-atsui-expected.checksum:
- * platform/chromium-linux/fast/text/delete-hard-break-character-expected.checksum:
- * platform/chromium-linux/fast/text/drawBidiText-expected.checksum:
- * platform/chromium-linux/fast/text/in-rendered-text-rtl-expected.checksum:
- * platform/chromium-linux/fast/text/international/003-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-LDB-2-CSS-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-LDB-2-HTML-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-innertext-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-listbox-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
- * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum:
- * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum:
- * platform/chromium-linux/fast/text/international/khmer-selection-expected.checksum:
- * platform/chromium-linux/fast/text/international/rtl-caret-expected.checksum:
- * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.checksum:
- * platform/chromium-linux/fast/text/justified-selection-at-edge-expected.checksum:
- * platform/chromium-linux/fast/text/justified-selection-expected.checksum:
- * platform/chromium-linux/fast/text/midword-break-hang-expected.checksum:
- * platform/chromium-linux/fast/text/selection-hard-linebreak-expected.checksum:
- * platform/chromium-linux/fast/text/softHyphen-expected.checksum:
- * platform/chromium-linux/fast/text/text-letter-spacing-expected.checksum:
- * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
- * platform/chromium-linux/fast/text/updateNewFont-expected.checksum:
- * platform/chromium-linux/fast/text/wbr-expected.checksum:
- * platform/chromium-linux/fast/text/whitespace/024-expected.checksum:
- * platform/chromium-linux/fast/text/whitespace/027-expected.checksum:
- * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.checksum:
- * platform/chromium-linux/fast/text/whitespace/pre-wrap-overflow-selection-expected.checksum:
- * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
- * platform/chromium-linux/fast/text/word-break-expected.checksum:
- * platform/chromium-linux/fast/transforms/diamond-expected.checksum:
- * platform/chromium-linux/fast/transforms/shadows-expected.checksum:
- * platform/chromium-linux/fast/transforms/skew-with-unitless-zero-expected.checksum:
- * platform/chromium-linux/fast/transforms/transformed-caret-expected.checksum:
- * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.checksum:
- * platform/chromium-linux/fonts/cursive-expected.checksum:
- * platform/chromium-linux/fonts/default-expected.checksum:
- * platform/chromium-linux/fonts/fantasy-expected.checksum:
- * platform/chromium-linux/fonts/monospace-expected.checksum:
- * platform/chromium-linux/fonts/sans-serif-expected.checksum:
- * platform/chromium-linux/fonts/serif-expected.checksum:
- * platform/chromium-linux/http/tests/loading/simple-subframe-expected.checksum:
- * platform/chromium-linux/http/tests/local/file-url-sent-as-referer-expected.checksum:
- * platform/chromium-linux/http/tests/misc/iframe404-expected.checksum:
- * platform/chromium-linux/http/tests/misc/location-replace-crossdomain-expected.checksum:
- * platform/chromium-linux/http/tests/multipart/invalid-image-data-standalone-expected.checksum:
- * platform/chromium-linux/http/tests/navigation/error404-subframeload-expected.checksum:
- * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.checksum:
- * platform/chromium-linux/linux_selection_color-expected.checksum:
- * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
- * platform/chromium-linux/media/controls-after-reload-expected.checksum:
- * platform/chromium-linux/media/controls-strict-expected.checksum:
- * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
- * platform/chromium-linux/media/video-display-toggle-expected.checksum:
- * platform/chromium-linux/media/video-empty-source-expected.checksum:
- * platform/chromium-linux/media/video-layer-crash-expected.checksum:
- * platform/chromium-linux/media/video-no-audio-expected.checksum:
- * platform/chromium-linux/media/video-transformed-expected.checksum:
- * platform/chromium-linux/media/video-volume-slider-expected.checksum:
- * platform/chromium-linux/media/video-zoom-expected.checksum:
- * platform/chromium-linux/plugins/embed-attributes-style-expected.checksum:
- * platform/chromium-linux/printing/return-from-printing-mode-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
- * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
- * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
- * platform/chromium-linux/svg/batik/filters/filterRegions-expected.checksum:
- * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.checksum:
- * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
- * platform/chromium-linux/svg/batik/text/longTextOnPath-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textAnchor-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textAnchor2-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textAnchor3-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textDecoration-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textFeatures-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textOnPath2-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textOnPath3-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum:
- * platform/chromium-linux/svg/batik/text/textProperties2-expected.checksum:
- * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
- * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
- * platform/chromium-linux/svg/carto.net/button-expected.checksum:
- * platform/chromium-linux/svg/carto.net/combobox-expected.checksum:
- * platform/chromium-linux/svg/carto.net/scrollbar-expected.checksum:
- * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum:
- * platform/chromium-linux/svg/carto.net/slider-expected.checksum:
- * platform/chromium-linux/svg/carto.net/textbox-expected.checksum:
- * platform/chromium-linux/svg/carto.net/window-expected.checksum:
- * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum:
- * platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.checksum:
- * platform/chromium-linux/svg/custom/altglyph-expected.checksum:
- * platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum:
- * platform/chromium-linux/svg/custom/circle-move-invalidation-expected.checksum:
- * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.checksum:
- * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.checksum:
- * platform/chromium-linux/svg/custom/coords-relative-units-transforms-expected.checksum:
- * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.checksum:
- * platform/chromium-linux/svg/custom/deep-dynamic-updates-expected.checksum:
- * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
- * platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.checksum:
- * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.checksum:
- * platform/chromium-linux/svg/custom/dynamic-svg-document-creation-expected.checksum:
- * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.checksum:
- * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.checksum:
- * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.checksum:
- * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.checksum:
- * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.checksum:
- * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.checksum:
- * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.checksum:
- * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
- * platform/chromium-linux/svg/custom/foreignObject-crash-on-hover-expected.checksum:
- * platform/chromium-linux/svg/custom/fractional-rects-expected.checksum:
- * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.checksum:
- * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.checksum:
- * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.checksum:
- * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.checksum:
- * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.checksum:
- * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
- * platform/chromium-linux/svg/custom/group-opacity-expected.checksum:
- * platform/chromium-linux/svg/custom/image-clipped-hit-expected.checksum:
- * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum:
- * platform/chromium-linux/svg/custom/invisible-text-after-scrolling-expected.checksum:
- * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
- * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.checksum:
- * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-container-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-container2-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-path-changes-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-path-removal-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-style-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.checksum:
- * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum:
- * platform/chromium-linux/svg/custom/junk-data-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.checksum:
- * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
- * platform/chromium-linux/svg/custom/marker-default-width-height-expected.checksum:
- * platform/chromium-linux/svg/custom/marker-opacity-expected.checksum:
- * platform/chromium-linux/svg/custom/marker-referencePoint-expected.checksum:
- * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum:
- * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/mask-changes-expected.checksum.
- * platform/chromium-linux/svg/custom/mask-colorspace-expected.checksum:
- * platform/chromium-linux/svg/custom/missing-xlink-expected.checksum:
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.checksum:
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.checksum:
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
- * platform/chromium-linux/svg/custom/no-inherited-dashed-stroke-expected.checksum:
- * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.checksum:
- * platform/chromium-linux/svg/custom/path-bad-data-expected.checksum:
- * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.checksum:
- * platform/chromium-linux/svg/custom/path-update-expected.checksum:
- * platform/chromium-linux/svg/custom/path-zero-strokewidth-expected.checksum:
- * platform/chromium-linux/svg/custom/pattern-y-offset-expected.checksum:
- * platform/chromium-linux/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
- * platform/chromium-linux/svg/custom/recursive-clippath-expected.checksum:
- * platform/chromium-linux/svg/custom/recursive-filter-expected.checksum:
- * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
- * platform/chromium-linux/svg/custom/recursive-mask-expected.checksum:
- * platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum:
- * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
- * platform/chromium-linux/svg/custom/relative-sized-inner-svg-expected.checksum:
- * platform/chromium-linux/svg/custom/relative-sized-use-on-symbol-expected.checksum:
- * platform/chromium-linux/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum:
- * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.checksum:
- * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.checksum:
- * platform/chromium-linux/svg/custom/rounded-rects-expected.checksum:
- * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
- * platform/chromium-linux/svg/custom/second-inline-text-expected.checksum:
- * platform/chromium-linux/svg/custom/shape-rendering-expected.checksum:
- * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.checksum:
- * platform/chromium-linux/svg/custom/struct-use-09-b-expected.checksum:
- * platform/chromium-linux/svg/custom/svg-float-border-padding-expected.checksum:
- * platform/chromium-linux/svg/custom/text-dom-01-f-expected.checksum:
- * platform/chromium-linux/svg/custom/text-dom-removal-expected.checksum:
- * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.checksum:
- * platform/chromium-linux/svg/custom/use-clipped-hit-expected.checksum:
- * platform/chromium-linux/svg/custom/use-css-events-expected.checksum:
- * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum:
- * platform/chromium-linux/svg/custom/use-elementInstance-event-target-expected.checksum:
- * platform/chromium-linux/svg/custom/use-elementInstance-methods-expected.checksum:
- * platform/chromium-linux/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
- * platform/chromium-linux/svg/custom/use-event-handler-on-use-element-expected.checksum:
- * platform/chromium-linux/svg/custom/use-forward-refs-expected.checksum:
- * platform/chromium-linux/svg/custom/use-nested-transform-expected.checksum:
- * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
- * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
- * platform/chromium-linux/svg/custom/use-transform-expected.checksum:
- * platform/chromium-linux/svg/custom/viewBox-hit-expected.checksum:
- * platform/chromium-linux/svg/custom/viewbox-syntax-expected.checksum:
- * platform/chromium-linux/svg/custom/width-full-percentage-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
- * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum:
- * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.checksum:
- * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.checksum:
- * platform/chromium-linux/svg/hixie/cascade/001-broken-expected.checksum:
- * platform/chromium-linux/svg/hixie/cascade/002-expected.checksum:
- * platform/chromium-linux/svg/hixie/data-types/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/error/003-expected.checksum:
- * platform/chromium-linux/svg/hixie/error/012-expected.checksum:
- * platform/chromium-linux/svg/hixie/links/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/links/003-broken-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/003-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/004-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/005-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/006-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/008-expected.checksum:
- * platform/chromium-linux/svg/hixie/mixed/011-expected.checksum:
- * platform/chromium-linux/svg/hixie/perf/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/perf/002-expected.checksum:
- * platform/chromium-linux/svg/hixie/perf/007-expected.checksum:
- * platform/chromium-linux/svg/hixie/rendering-model/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/rendering-model/002-expected.checksum:
- * platform/chromium-linux/svg/hixie/shapes/path/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/transform/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
- * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
- * platform/chromium-linux/svg/in-html/circle-expected.checksum:
- * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum:
- * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum:
- * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum:
- * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum:
- * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum:
- * platform/chromium-linux/svg/text/foreignObject-text-clipping-bug-expected.checksum:
- * platform/chromium-linux/svg/text/kerning-expected.checksum:
- * platform/chromium-linux/svg/text/multichar-glyph-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-4-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-with-tspans-1-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-with-tspans-2-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-with-tspans-3-expected.checksum:
- * platform/chromium-linux/svg/text/select-x-list-with-tspans-4-expected.checksum:
- * platform/chromium-linux/svg/text/selection-background-color-expected.checksum:
- * platform/chromium-linux/svg/text/selection-doubleclick-expected.checksum:
- * platform/chromium-linux/svg/text/selection-styles-expected.checksum:
- * platform/chromium-linux/svg/text/selection-tripleclick-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-02-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-03-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-04-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-05-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-align-06-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-fonts-01-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-fonts-02-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-gradient-positioning-expected.checksum:
- * platform/chromium-linux/svg/text/text-intro-05-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-spacing-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-03-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-04-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-05-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-tref-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-tselect-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-tselect-02-f-expected.checksum:
- * platform/chromium-linux/svg/text/text-tspan-01-b-expected.checksum:
- * platform/chromium-linux/svg/text/text-ws-01-t-expected.checksum:
- * platform/chromium-linux/svg/text/text-ws-02-t-expected.checksum:
- * platform/chromium-linux/svg/text/textPathBoundsBug-expected.checksum:
- * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
- * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
- * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/zoom-coords-viewattr-01-b-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum:
- * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum:
- * platform/chromium-linux/tables/layering/paint-test-layering-1-expected.checksum:
- * platform/chromium-linux/tables/layering/paint-test-layering-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug10009-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug10039-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug101201-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1067-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug106816-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug108340-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug109043-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug110566-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug113235-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug113424-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug11384q-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug11384s-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug119786-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12008-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug120364-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1220-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1224-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12268-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12384-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1261-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12709-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug128229-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12908-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug12910-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug13118-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug13196-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug133756-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug13484-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug137388-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug139524-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1474-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug149275-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug15247-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug17168-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug175455-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug17548-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug17587-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1800-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1802-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1802s-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1809-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug1828-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug18440-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug18558-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug18955-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug19061-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug19061-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug19356-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug19599-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2050-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2065-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug20804-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug21299-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug21918-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug220536-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug22246-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug22246-2a-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug22246-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug22246-3a-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug222846-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2267-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2296-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug23151-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug24200-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug24503-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug24627-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug24661-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug24880-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug25004-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug25086-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2516-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug25663-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2585-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2684-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2757-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2773-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug278385-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug27993-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2886-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29058-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29058-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29157-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug29429-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2962-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30273-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30332-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30332-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30418-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3103-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3191-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug32205-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug32205-5-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3260-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3263-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug32841-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug33137-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug34176-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3454-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug35662-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3718-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug38916-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug40828-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug41890-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug42187-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug42443-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4385-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug44523-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4501-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4520-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4523-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug45486-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4576-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46268-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46268-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46268-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46268-5-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46268-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46623-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46623-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46924-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug46944-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug4739-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug47432-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug50695-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug51140-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug53891-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug54450-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug55545-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug55694-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug56405-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug57300-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug57378-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug57828-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug5798-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug5799-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug5835-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug58402-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug60013-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug60804-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug60807-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug60992-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug6184-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug647-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug6674-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug68998-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug69187-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug69382-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug69382-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7121-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug727-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7471-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug7714-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug78162-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug81934-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug82946-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug86708-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug88035-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug88035-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug8858-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug8950-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug9123-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug9123-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug92143-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug9271-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug9271-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug97138-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug98196-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug9879-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug99923-expected.checksum:
- * platform/chromium-linux/tables/mozilla/bugs/bug99948-expected.checksum:
- * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/borders-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_auto-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFixPer-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_auto_per-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_auto-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fix-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/col_widths_fix_per-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/misc-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/nested1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/one_row-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/row_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/table_frame-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/table_heights-expected.checksum:
- * platform/chromium-linux/tables/mozilla/core/table_widths-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/appendCol2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/appendRowsExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/appendTbodyExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCellsRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCellsShrink1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCellsShrink2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCol1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCol2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteCol3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteColGroup1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteColGroup2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteRowsRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteRowsShrink1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteTbodyExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCellsExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCellsExpand2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCellsRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCellsRebuild2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertColGroups1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertColGroups2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCols1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCols2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCols3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCols4-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertCols5-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertRowsExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/insertRowsRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/body_col-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/col_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/colgroup_width_px-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_frame_border-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_row_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_row_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/table_row_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_aqua-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_black-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_blue-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_gray-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_green-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_lime-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_maroon-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_navy-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_olive-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_purple-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_red-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_silver-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_teal-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_white-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_yellow-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_border_1-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_border_2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_border_3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_bot-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_cellpadding-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_colspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_height-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_nowrap-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_rowspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_td_width-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_colspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_height-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_rowspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tables_th_width-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_black-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_blue-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_gray-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_green-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_lime-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_maroon-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_navy-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_olive-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_purple-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_red-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_silver-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_teal-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_white-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_yellow-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_width_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_width_px-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_col_width_rel-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_span-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_border-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_border_px-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_cellpadding-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_cellpadding_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_cellspacing-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_cellspacing_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_width_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_table_width_px-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_colspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_rowspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_td_width-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_colspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_rowspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_th_width-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_center-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_char-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_class-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_id-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_style-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/body_col-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/cellspacing-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/nested2-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/padding-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/test6-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
- * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106336-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1164-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1262-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug24880-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug27993-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3105-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-8-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug46268-4-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug65372-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7113-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug8499-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug9879-1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/cols1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/conflicts-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCells1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCol1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendColGroup1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
- * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
- * platform/chromium-linux/transforms/2d/compound-transforms-vs-containers-expected.checksum:
- * platform/chromium-linux/transforms/2d/transform-fixed-container-expected.checksum:
- * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
- * platform/chromium-linux/transforms/svg-vs-css-expected.checksum:
- * platform/chromium-linux/webarchive/test-duplicate-resources-expected.checksum:
- * platform/google-chrome-linux32/editing/execCommand/5138441-expected.checksum:
- * platform/google-chrome-linux32/editing/inserting/editing-empty-divs-expected.checksum:
- * platform/google-chrome-linux32/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum:
- * platform/google-chrome-linux32/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
- * platform/google-chrome-linux32/fast/backgrounds/size/contain-and-cover-expected.checksum:
- * platform/google-chrome-linux32/fast/backgrounds/svg-as-background-4-expected.checksum:
- * platform/google-chrome-linux32/fast/backgrounds/svg-as-background-5-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-ltr-2-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-ltr-3-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-ltr-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-rtl-2-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-rtl-3-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-rtl-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-short-ltr-expected.checksum:
- * platform/google-chrome-linux32/fast/block/positioning/absolute-in-inline-short-rtl-expected.checksum:
- * platform/google-chrome-linux32/fast/css-generated-content/012-expected.checksum:
- * platform/google-chrome-linux32/fast/css/border-height-expected.checksum:
- * platform/google-chrome-linux32/fast/css/margin-top-bottom-dynamic-expected.checksum:
- * platform/google-chrome-linux32/fast/forms/menulist-style-color-expected.checksum:
- * platform/google-chrome-linux32/fast/forms/negativeLineHeight-expected.checksum:
- * platform/google-chrome-linux32/fast/forms/search-vertical-alignment-expected.checksum:
- * platform/google-chrome-linux32/fast/forms/textAreaLineHeight-expected.checksum:
- * platform/google-chrome-linux32/fast/images/animated-svg-as-image-expected.checksum:
- * platform/google-chrome-linux32/fast/inline-block/inline-block-vertical-align-expected.checksum:
- * platform/google-chrome-linux32/fast/lists/ordered-list-with-no-ol-tag-expected.checksum:
- * platform/google-chrome-linux32/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- * platform/google-chrome-linux32/fast/repaint/shadow-multiple-horizontal-expected.checksum:
- * platform/google-chrome-linux32/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
- * platform/google-chrome-linux32/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
- * platform/google-chrome-linux32/fast/repaint/shadow-multiple-vertical-expected.checksum:
- * platform/google-chrome-linux32/fast/table/empty-table-percent-height-expected.checksum:
- * platform/google-chrome-linux32/plugins/embed-attributes-style-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
- * platform/google-chrome-linux32/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/filters/filterRegions-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/textEffect-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/textOnPath-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/textOnPath2-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/textOnPath3-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/textOnPathSpaces-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/verticalText-expected.checksum:
- * platform/google-chrome-linux32/svg/batik/text/verticalTextOnPath-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/circular-marker-reference-2-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/control-points-for-S-and-T-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/feComponentTransfer-Table-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/focus-ring-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/inline-svg-in-xhtml-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/linking-a-03-b-all-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/linking-a-03-b-transform-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/linking-a-03-b-viewBox-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/non-circular-marker-reference-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/relative-sized-use-on-symbol-expected.checksum:
- * platform/google-chrome-linux32/svg/custom/use-css-events-expected.checksum:
- * platform/google-chrome-linux32/svg/filters/subRegion-one-effect-expected.checksum:
- * platform/google-chrome-linux32/svg/filters/subRegion-two-effects-expected.checksum:
- * platform/google-chrome-linux32/svg/hixie/perf/001-expected.checksum:
- * platform/google-chrome-linux32/svg/hixie/perf/002-expected.checksum:
- * platform/google-chrome-linux32/svg/text/text-path-01-b-expected.checksum:
- * platform/google-chrome-linux32/svg/text/text-text-06-t-expected.checksum:
- * platform/google-chrome-linux32/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum:
- * platform/google-chrome-linux32/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug23235-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug2886-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug2947-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug2981-2-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug4284-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug4427-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/bugs/bug625-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/core/bloomberg-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_position-table-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla/other/cell_widths-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
- * platform/google-chrome-linux32/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
- * platform/google-chrome-linux32/transforms/svg-vs-css-expected.checksum:
- * platform/google-chrome-linux64/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
- * platform/google-chrome-linux64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
- * platform/google-chrome-linux64/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum:
-
-2010-09-09 Andrey Kosyakov <caseq@chromium.org>
-
- Unreviewed test fix.
- Make resource url sorting order depend less on collation order
-
- * inspector/extensions-resources.html:
-
-2010-09-09 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Steve Block.
-
- Convert IndexedDB tests from script tests to normal tests
- https://bugs.webkit.org/show_bug.cgi?id=45452
-
- Half the indexedDB tests are currently script tests and half aren't.
- We should make them all the same. Based on the webkit-dev thread AP
- started not long ago, I think normal tests (but using the script tests)
- scripts makes the most sense.
-
- There are no changes to the tests themselves...I just moved code between
- files.
-
- * storage/indexeddb/basics.html:
- * storage/indexeddb/database-basics.html:
- * storage/indexeddb/keyrange.html:
- * storage/indexeddb/objectstore-basics.html:
- * storage/indexeddb/open-cursor.html:
- * storage/indexeddb/script-tests/TEMPLATE.html: Removed.
- * storage/indexeddb/script-tests/basics.js: Removed.
- * storage/indexeddb/script-tests/database-basics.js: Removed.
- * storage/indexeddb/script-tests/keyrange.js: Removed.
- * storage/indexeddb/script-tests/objectstore-basics.js: Removed.
- * storage/indexeddb/script-tests/open-cursor.js: Removed.
- * storage/indexeddb/script-tests/transaction-basics.js: Removed.
- * storage/indexeddb/transaction-basics.html:
-
-2010-09-09 Andrey Kosyakov <caseq@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: use string representation of resource type in extension API
- Split resource tests from the misc. extension API tests, added more resource types.
- https://bugs.webkit.org/show_bug.cgi?id=45286
-
- * inspector/extensions-api-expected.txt:
- * inspector/extensions-events-expected.txt:
- * inspector/extensions-expected.txt:
- * inspector/extensions-resources-expected.txt: Added.
- * inspector/extensions-resources.html: Added.
- * inspector/extensions.html:
- * inspector/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
- * inspector/resources/abe.png: Copied from LayoutTests/editing/resources/abe.png.
-
-2010-09-09 Pavel Podivilov <podivilov@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- Web Inspector: remove inspector/debugger-pause-on-debugger-statement.html from skipped list for GTK
- https://bugs.webkit.org/show_bug.cgi?id=45445
-
- * platform/gtk/Skipped:
-
-2010-09-09 Mads Ager <ager@chromium.org>
-
- Reviewed by Yury Semikhatsky.
-
- [V8] Rebaseline parser-xml-close-comment
- https://bugs.webkit.org/show_bug.cgi?id=45444
-
- The only difference is the parse error message.
-
- * platform/chromium/fast/js/parser-xml-close-comment-expected.txt: Added.
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- 4 test failing in chromium win/linux from webkit r67068
- - svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html
- - svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html
- - svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html
- - svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Luke Macpherson <macpherson@chromium.org>
-
- Reviewed by James Robinson.
-
- Add test for percent height image inside floated element.
- https://bugs.webkit.org/show_bug.cgi?id=45366
-
- * fast/images/percent-height-image-expected.txt: Added.
- * fast/images/percent-height-image.html: Added.
-
-2010-09-09 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- 6 test start failing in chromium win.
- animations/animation-shorthand-removed.html = TEXT
- animations/animation-shorthand.html = TEXT
- fast/css/getComputedStyle/computed-style-without-renderer.html = TEXT
- fast/css/getComputedStyle/computed-style.html = TEXT
- svg/css/getComputedStyle-basic.xhtml = TEXT
- transitions/inherit-other-props.html = TEXT
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-09 Csaba Osztrogonác <ossy@webkit.org>
-
- Unreviewed typo fix after r67068 based on suggestion of Renáta Hodován.
-
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.checksum: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.png: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.checksum: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.png: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.checksum: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.png: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.checksum: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.png: Removed.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.checksum: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.checksum.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.png.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.checksum: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.checksum.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.png.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.checksum: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.checksum.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.png.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.checksum: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.checksum.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.png.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.txt: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr.html: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.txt: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr.html: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.txt: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop.html: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.txt: Removed.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop.html: Removed.
- * svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.txt: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.txt.
- * svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr.html.
- * svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.txt: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.txt.
- * svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr.html.
- * svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.txt: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.txt.
- * svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop.html.
- * svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.txt: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.txt.
- * svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html: Copied from LayoutTests/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop.html.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-azimuth-attr.js: Removed.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-elevation-attr.js: Removed.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-azimuth-prop.js: Removed.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-elevation-prop.js: Removed.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightElement-dom-azimuth-attr.js: Copied from LayoutTests/svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-azimuth-attr.js.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightElement-dom-elevation-attr.js: Copied from LayoutTests/svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-elevation-attr.js.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightElement-svgdom-azimuth-prop.js: Copied from LayoutTests/svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-azimuth-prop.js.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightElement-svgdom-elevation-prop.js: Copied from LayoutTests/svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-elevation-prop.js.
-
-2010-09-09 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 feDistantLight dynamic changes.
- feSpotLight svgAttributeChanged covered the distantLight case as well so we don't need new C++ code.
-
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.png: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.checksum: Added.
- * platform/mac/svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.png: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-azimuth-attr.html: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr-expected.txt: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-dom-elevation-attr.html: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-azimuth-prop.html: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop-expected.txt: Added.
- * svg/dynamic-updates/SVGFEDistantLightELement-svgdom-elevation-prop.html: Added.
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-azimuth-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-dom-elevation-attr.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-azimuth-prop.js: Added.
- (executeTest):
- * svg/dynamic-updates/script-tests/SVGFEDistantLightELement-svgdom-elevation-prop.js: Added.
- (executeTest):
-
-2010-09-08 Yury Semikhatsky <yurys@chromium.org>
-
- Reviewed by Joseph Pecoraro.
-
- Web Inspector: add a sanity test for DOM storage view in the storage panel
- https://bugs.webkit.org/show_bug.cgi?id=45294
-
- * inspector/storage-panel-dom-storage-expected.txt: Added.
- * inspector/storage-panel-dom-storage.html: Added.
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Rebaseline chromium-mac image: WebKit r67049 starts showing spelling marker under foo or so.
-
- * platform/chromium-mac/editing/execCommand/outdent-selection-expected.checksum: Added.
- * platform/chromium-mac/editing/execCommand/outdent-selection-expected.png: Added.
- * platform/chromium-mac/editing/inserting/insert-3907422-fix-expected.checksum: Added.
- * platform/chromium-mac/editing/inserting/insert-3907422-fix-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/interchange-newline-1-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/interchange-newline-1-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-4-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-4-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.checksum: Added.
- * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.png: Added.
- * platform/chromium-mac/editing/style/create-block-for-style-011-expected.checksum: Added.
- * platform/chromium-mac/editing/style/create-block-for-style-011-expected.png: Added.
- * platform/chromium-mac/editing/style/create-block-for-style-012-expected.checksum: Added.
- * platform/chromium-mac/editing/style/create-block-for-style-012-expected.png: Added.
-
-2010-09-08 Csaba Osztrogonác <ossy@webkit.org>
-
- LayoutTest regressions due to http://trac.webkit.org/changeset/67001
- https://bugs.webkit.org/show_bug.cgi?id=45411
-
- * platform/qt/Skipped: Unskip tests, because bug fixed in r67052.
-
-2010-09-08 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- pushstate-clears-forward-history.html crashes with Chromium DRT
- https://bugs.webkit.org/show_bug.cgi?id=45351
-
- pushstate-clears-forward-history.html would appear to crash with the
- Chromium DRT. The crash was actually caused by the test that preceded
- it, popstate-fires-with-page-cache.html, added with r66628. That test
- would close a popup window during a popstate event handler, triggering
- bug 36202 (popstate fires sychronously instead of asynchronously),
- leading to asserts firing.
-
- The workaround is to simulate popstate being async by wrapping the
- cleanup code in a timeout (fixing 36202 itself is also on my radar).
-
- * fast/loader/stateobjects/popstate-fires-with-page-cache.html:
- * platform/chromium/drt_expectations.txt:
-
-2010-09-08 MORITA Hajime <morrita@google.com>
-
- Unreviewed, Added 1 test failures on Win to test_expectations.txt
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 MORITA Hajime <morrita@google.com>
-
- Unreviewed, Added newly failing test to skipped list.
-
- * platform/gtk/Skipped:
-
-2010-09-08 Tony Chang <tony@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- [chromium] remove Skipped file from google-chrome-linux64
- https://bugs.webkit.org/show_bug.cgi?id=45320
-
- The file is not used by chromium. Also add a README files to try to
- make this less confusing.
-
- * platform/google-chrome-linux32/README: Added.
- * platform/google-chrome-linux64/README: Added.
- * platform/google-chrome-linux64/Skipped: Removed.
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Rebaseline for chromium-win. console message diffs in JavaScript engine.
-
- * platform/chromium-win/inspector/debugger-autocontinue-on-syntax-error-expected.txt: Added.
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Fixed typo: s/fixd/fixed/
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 MORITA Hajime <morrita@google.com>
-
- Unreviewed, Added newly failing test to skipped list.
-
- * platform/qt/Skipped:
-
-2010-09-08 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by James Robinson.
-
- http/tests/navigation/anchor-frames.html doesn't pass with TestShell
- https://bugs.webkit.org/show_bug.cgi?id=45430
-
- Check scroll position in a timeout, otherwise TestShell will report 0
- for it.
-
- * http/tests/navigation/resources/frame-with-anchor.html:
-
-2010-09-08 Maciej Stachowiak <mjs@apple.com>
-
- Not reviewed, fixing trivial typo.
-
- Fix typo in my last commit (.htm should be .html)
-
- * platform/mac-wk2/Skipped:
-
-2010-09-08 MORITA Hajime <morrita@google.com>
-
- Reviewed by Tony Chang.
-
- spelling underline gets lost on backspace
- https://bugs.webkit.org/show_bug.cgi?id=41423
-
- * editing/spelling/script-tests/TEMPLATE.html: Copied from LayoutTests/editing/selection/script-tests/TEMPLATE.html.
- * editing/spelling/script-tests/spelling-backspace-between-lines.js: Added.
- * editing/spelling/spelling-backspace-between-lines-expected.txt: Added.
- * editing/spelling/spelling-backspace-between-lines.html: Added.
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Add 4 tests failures on Win to test_expectations.txt
- - editing/input/page-up-down-scrolls.html
- - fast/events/remove-child-onscroll.html
- - fast/events/scroll-event-does-not-bubble.html
- - fast/repaint/fixd-move-after-keyboard-scroll.html
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Add fast/dom/dataset-gc.html to test_expectations.txt
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 Fumitoshi Ukai <ukai@chromium.org>
-
- Unreviewed.
-
- Add svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html to test_expectations.txt
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 Tony Chang <tony@chromium.org>
-
- Unreviewed. Remove compositing results because we skip these
- tests in chromium-linux.
-
- * platform/chromium-linux/compositing: Removed.
- * platform/chromium-linux/compositing/generated-content-expected.checksum: Removed.
- * platform/chromium-linux/compositing/generated-content-expected.png: Removed.
- * platform/chromium-linux/compositing/overflow: Removed.
- * platform/chromium-linux/compositing/overflow/overflow-positioning-expected.checksum: Removed.
- * platform/chromium-linux/compositing/overflow/overflow-positioning-expected.png: Removed.
- * platform/chromium-linux/compositing/repaint: Removed.
- * platform/chromium-linux/compositing/repaint/become-overlay-composited-layer-expected.checksum: Removed.
-
-2010-09-08 Tony Chang <tony@chromium.org>
-
- Unreviewed. Adding png files for chromium-linux tests that have
- .checksum files but no png files. Also remove 4 checksums where
- there is no corresponding png file, but we're failing the tests so
- I didn't want to check in a bad png file.
-
- * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.png.
- * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-at-start-or-end-expected.png.
- * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-block-contents-001-expected.png.
- * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-block-contents-002-expected.png.
- * platform/chromium-linux/editing/deleting/delete-image-004-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-image-004-expected.png.
- * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.png.
- * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.png: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-003-expected.png.
- * platform/chromium-linux/editing/pasteboard/innerText-inline-table-expected.png: Added.
- * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Added.
- * platform/chromium-linux/editing/selection/selectNode-expected.png: Added.
- * platform/chromium-linux/editing/selection/selectNodeContents-expected.png: Added.
- * platform/chromium-linux/editing/undo/5378473-expected.png: Copied from LayoutTests/platform/chromium-win/editing/undo/5378473-expected.png.
- * platform/chromium-linux/editing/undo/undo-misspellings-expected.png: Copied from LayoutTests/platform/chromium-win/editing/undo/undo-misspellings-expected.png.
- * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.png: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/bgCompositeCopy-expected.png.
- * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.png.
- * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.png: Copied from LayoutTests/platform/chromium-win/fast/block/basic/quirk-percent-height-table-cell-expected.png.
- * platform/chromium-linux/fast/block/float/014-expected.png: Added.
- * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
- * platform/chromium-linux/fast/borders/svg-as-border-image-2-expected.png: Added.
- * platform/chromium-linux/fast/borders/svg-as-border-image-expected.png: Added.
- * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-win/fast/canvas/canvas-as-image-incremental-repaint-expected.png.
- * platform/chromium-linux/fast/canvas/canvas-text-baseline-expected.png: Added.
- * platform/chromium-linux/fast/canvas/quadraticCurveTo-expected.png: Added.
- * platform/chromium-linux/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
- * platform/chromium-linux/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
- * platform/chromium-linux/fast/css-generated-content/table-row-with-before-expected.png: Added.
- * platform/chromium-linux/fast/css-generated-content/table-with-before-expected.png: Added.
- * platform/chromium-linux/fast/css/001-expected.png: Added.
- * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png: Added.
- * platform/chromium-linux/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
- * platform/chromium-linux/fast/css/variables/image-test-expected.png: Added.
- * platform/chromium-linux/fast/doctypes/001-expected.png: Added.
- * platform/chromium-linux/fast/doctypes/002-expected.png: Added.
- * platform/chromium-linux/fast/doctypes/004-expected.png: Added.
- * platform/chromium-linux/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
- * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
- * platform/chromium-linux/fast/inline/emptyInlinesWithinLists-expected.png: Added.
- * platform/chromium-linux/fast/invalid/016-expected.png: Added.
- * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.png: Copied from LayoutTests/platform/chromium-win/fast/layers/add-layer-with-nested-stacking-expected.png.
- * platform/chromium-linux/fast/layers/self-painting-outline-expected.png: Copied from LayoutTests/platform/chromium-win/fast/layers/self-painting-outline-expected.png.
- * platform/chromium-linux/fast/layers/video-layer-expected.png: Added.
- * platform/chromium-linux/fast/lists/005-expected.png: Added.
- * platform/chromium-linux/fast/lists/big-list-marker-expected.png: Added.
- * platform/chromium-linux/fast/lists/scrolled-marker-paint-expected.png: Added.
- * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Added.
- * platform/chromium-linux/fast/repaint/background-generated-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/background-generated-expected.png.
- * platform/chromium-linux/fast/repaint/background-misaligned-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/background-misaligned-expected.png.
- * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/block-selection-gap-in-table-cell-expected.png.
- * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.png: Added.
- * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/button-spurious-layout-hint-expected.png.
- * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.png: Added.
- * platform/chromium-linux/fast/repaint/content-into-overflow-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/content-into-overflow-expected.png.
- * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
- * platform/chromium-linux/fast/repaint/float-new-in-block-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/float-new-in-block-expected.png.
- * platform/chromium-linux/fast/repaint/focus-ring-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/focus-ring-expected.png.
- * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.png: Added.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/intermediate-layout-position-clip-expected.png.
- * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/intermediate-layout-position-expected.png.
- * platform/chromium-linux/fast/repaint/multicol-repaint-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/multicol-repaint-expected.png.
- * platform/chromium-linux/fast/repaint/outline-inset-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/outline-inset-expected.png.
- * platform/chromium-linux/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/overflow-into-content-expected.png.
- * platform/chromium-linux/fast/repaint/positioned-document-element-expected.png: Added.
- * platform/chromium-linux/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/selection-clear-expected.png.
- * platform/chromium-linux/fast/repaint/table-outer-border-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/table-outer-border-expected.png.
- * platform/chromium-linux/fast/repaint/table-section-repaint-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/table-section-repaint-expected.png.
- * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/table-two-pass-layout-overpaint-expected.png.
- * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/transform-disable-layoutstate-expected.png.
- * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Copied from LayoutTests/platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png.
- * platform/chromium-linux/fast/replaced/image-sizing-expected.png: Added.
- * platform/chromium-linux/fast/runin/generated4-expected.png: Added.
- * platform/chromium-linux/fast/selectors/001-expected.png: Added.
- * platform/chromium-linux/fast/selectors/013-expected.png: Added.
- * platform/chromium-linux/fast/selectors/015-expected.png: Added.
- * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Copied from LayoutTests/platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-expected.png.
- * platform/chromium-linux/fast/table/giantRowspan-expected.png: Copied from LayoutTests/platform/chromium-win/fast/table/giantRowspan-expected.png.
- * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.png: Copied from LayoutTests/platform/chromium-win/fast/table/multiple-percent-height-rows-expected.png.
- * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
- * platform/chromium-linux/svg/batik/masking/maskRegions-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/bug45331-expected.png: Added.
- * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added.
- * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/control-points-for-S-and-T-expected.png.
- * platform/chromium-linux/svg/custom/deep-dynamic-updates-expected.png: Added.
- * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/dynamic-empty-path-expected.png.
- * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png.
- * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/fill-opacity-hsl-expected.png.
- * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/fill-opacity-rgba-expected.png.
- * platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
- * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png.
- * platform/chromium-linux/svg/custom/grayscale-gradient-mask-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/group-opacity-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/group-opacity-expected.png.
- * platform/chromium-linux/svg/custom/image-with-transform-clip-filter-expected.png: Added.
- * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
- * platform/chromium-linux/svg/custom/js-update-container-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
- * platform/chromium-linux/svg/custom/js-update-container2-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container2-expected.png.
- * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-polygon-changes-expected.png.
- * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-polygon-removal-expected.png.
- * platform/chromium-linux/svg/custom/js-update-style-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-style-expected.png.
- * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-transform-addition-expected.png.
- * platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-referencePoint-expected.png.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.png: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.png: Added.
- * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Added.
- * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/pattern-cycle-detection-expected.png: Added.
- * platform/chromium-linux/svg/custom/pattern-deep-referencing-expected.png: Added.
- * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png: Added.
- * platform/chromium-linux/svg/custom/pattern-y-offset-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/pattern-y-offset-expected.png.
- * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/repaint-moving-svg-and-div-expected.png.
- * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.png.
- * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum: Removed.
- * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
- * platform/chromium-linux/svg/custom/text-dom-removal-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/text-dom-removal-expected.png.
- * platform/chromium-linux/svg/custom/text-linking-expected.png: Added.
- * platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/use-forward-refs-expected.png.
- * platform/chromium-linux/svg/filters/feComposite-expected.png: Added.
- * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png: Added.
- * platform/chromium-linux/svg/filters/filter-width-update-expected.png: Added.
- * platform/chromium-linux/svg/filters/sourceAlpha-expected.png: Added.
- * platform/chromium-linux/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
- * platform/chromium-linux/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
- * platform/chromium-linux/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
- * platform/chromium-linux/svg/hixie/data-types/001-expected.png: Copied from LayoutTests/platform/chromium-win/svg/hixie/data-types/001-expected.png.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png.
- * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/zoom/text/absolute-sized-document-scrollbars-expected.png.
- * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/zoom/text/relative-sized-document-scrollbars-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug106795-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png: Added.
- * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png: Added.
- * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug131020-2-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug13169-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug133948-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png: Added.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug1818-1-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug1818-2-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug1818-3-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug1818-4-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug219693-1-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug219693-2-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug26553-expected.png.
- * platform/chromium-linux/tables/mozilla/bugs/bug32447-expected.png: Added.
- * platform/chromium-linux/tables/mozilla/bugs/bug34538-expected.png: Added.
- * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug56201-expected.png.
- * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Copied from LayoutTests/platform/chromium-win/tables/mozilla_expected_failures/bugs/bug23847-expected.png.
-
-2010-09-08 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- text/plain documents that start with \n trigger ASSERT
- https://bugs.webkit.org/show_bug.cgi?id=45409
-
- * fast/tokenizer/resources/text.txt: Added.
- * fast/tokenizer/text-plain.html: Added.
-
-2010-09-08 Yury Semikhatsky <yurys@chromium.org>
-
- Reviewed by Joseph Pecoraro.
-
- Web Inspector: test that debugger won't pause on syntax errors
- https://bugs.webkit.org/show_bug.cgi?id=45388
-
- * inspector/debugger-autocontinue-on-syntax-error-expected.txt: Added.
- * inspector/debugger-autocontinue-on-syntax-error.html: Added.
-
-2010-09-08 Brian Weinstein <bweinstein@apple.com>
-
- Rubber-stamped by Steve Falkenburg.
-
- Updated expected results for computed-style and prototype-inheritance tests on Windows.
-
- * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
- * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
- * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
-
-2010-09-08 Mihai Parparita <mihaip@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- http/tests/navigation/anchor-frames.html should not be diffing images
- https://bugs.webkit.org/show_bug.cgi?id=45307
-
- anchor-frames.html is a pretty straightforward test that makes sure that we
- scroll to named anchors when they're used as frame sources. There's no need
- for it to be a pixel test with per-platform expectations (which are currently
- missing for Chromium Mac in any case).
-
- * http/tests/navigation/anchor-frames-expected.txt: Added.
- * http/tests/navigation/anchor-frames.html:
- * http/tests/navigation/resources/frame-with-anchor.html: Added.
- * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.checksum: Removed.
- * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.png: Removed.
- * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.txt: Removed.
- * platform/chromium-win/http/tests/navigation/anchor-frames-expected.checksum: Removed.
- * platform/chromium-win/http/tests/navigation/anchor-frames-expected.png: Removed.
- * platform/chromium-win/http/tests/navigation/anchor-frames-expected.txt: Removed.
- * platform/chromium/test_expectations.txt:
- * platform/mac/http/tests/navigation/anchor-frames-expected.checksum: Removed.
- * platform/mac/http/tests/navigation/anchor-frames-expected.png: Removed.
- * platform/mac/http/tests/navigation/anchor-frames-expected.txt: Removed.
-
-2010-09-08 Dean Jackson <dino@apple.com>
-
- Reviewed by Simon Fraser.
-
- Implement steps() timing function for animations
- https://bugs.webkit.org/show_bug.cgi?id=44541
-
- * transitions/steps-timing-function-expected.txt: Added.
- * transitions/steps-timing-function.html: Added.
- * animations/timing-functions-expected.txt: Added.
- * animations/timing-functions.html: Added.
- - New tests that exercise steps in animations
- and transitions, in software and hardware
-
- * animations/computed-style-expected.txt:
- * animations/computed-style.html:
- * animations/animation-shorthand.html:
- * animations/fill-unset-properties.html:
- * transitions/inherit-other-props-expected.txt:
- * transitions/inherit-other-props.html:
- - Change existing tests to use 'linear' computed
- style where necessary
-
-2010-09-08 Adam Barth <abarth@webkit.org>
-
- Reviewed by Eric Seidel.
-
- move-during-parse-parent.html crashes
- https://bugs.webkit.org/show_bug.cgi?id=45210
-
- * fast/parser/move-during-parsing-expected.txt: Added.
- * fast/parser/move-during-parsing.html: Added.
- * fast/parser/resources/move-during-parsing-iframe.html: Added.
-
-2010-09-08 Maciej Stachowiak <mjs@apple.com>
-
- Rubber stamped by John Honeycutt.
-
- Add newly failing test to skipped list.
-
- * platform/mac-wk2/Skipped:
-
-2010-09-08 Csaba Osztrogonác <ossy@webkit.org>
-
- LayoutTest regressions due to http://trac.webkit.org/changeset/67001
- https://bugs.webkit.org/show_bug.cgi?id=45411
-
- * platform/qt/Skipped: Skip some flakey tests to make buildbot green.
-
-2010-09-08 Jian Li <jianli@chromium.org>
-
- Reviewed by Darin Adler.
-
- Fix a problem in createCanonicalUUIDString that causes the last digit
- missing on Linux.
- https://bugs.webkit.org/show_bug.cgi?id=45412
-
- Remove the test that is now passing on Linux for chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2010-09-08 Peter Kasting <pkasting@google.com>
-
- Not reviewed, skip failing layout tests.
-
- https://bugs.webkit.org/show_bug.cgi?id=45411
-
- * platform/qt/Skipped:
-
-2010-09-08 Martin Robinson <mrobinson@igalia.com>
-
- Skip websocket tests until the GLib/GIO situation on the
- Debug bots can be sorted out.
-
- * platform/gtk/Skipped: Skip websocket tests.
-
-2010-09-08 Maciej Stachowiak <mjs@apple.com>
-
- Reviewed by Anders Carlsson.
-
- Add some entries to the WebKit2 skipped list, based on the buildbot
- https://bugs.webkit.org/show_bug.cgi?id=45380
-
- * platform/mac-wk2/Skipped:
-
2010-09-08 Andy Estes <aestes@apple.com>
Reviewed by Eric Carlson.
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/object-param-url-control-char.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698