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

Unified Diff: LayoutTests/ChangeLog

Issue 3431018: Merge 68004 - 2010-09-21 Cosmin Truta <ctruta@chromium.org>... (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/css3/style-zoomed-image.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 68005)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,1892 @@
+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.
« no previous file with comments | « no previous file | LayoutTests/css3/style-zoomed-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698