diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 08:20:50 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 08:20:50 +0000 |
commit | 3da3c006d55d12c8de743f4f95e857799cbbd6cf (patch) | |
tree | 7c7bf1cbd4db405f0ee686e762349f7ffd0099ef | |
parent | 243dc40e3f8110e5afe0aae7a7572518037cbb68 (diff) | |
download | chromium_src-3da3c006d55d12c8de743f4f95e857799cbbd6cf.zip chromium_src-3da3c006d55d12c8de743f4f95e857799cbbd6cf.tar.gz chromium_src-3da3c006d55d12c8de743f4f95e857799cbbd6cf.tar.bz2 |
WebKit Update 43880:43889
The only tests that are newly failing are new tests added for WCSS
which are also skipped by desktop platforms (osx, windws, etc.)
upstream as well.
BUG=12310
TEST=no additional test regressions.
Review URL: http://codereview.chromium.org/113624
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16469 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
2 files changed, 9 insertions, 3 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "43880", + "webkit_revision": "43889", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0f3d2da..1d0a962 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2672,11 +2672,17 @@ BUG12105 DEBUG : LayoutTests/svg/dom/svglist-exception-on-out-bounds-error.html // New test, added in http://trac.webkit.org/changeset/43822, fails for us BUG12197 : LayoutTests/editing/pasteboard/get-data-text-plain-drop.html = FAIL -// xhtml mp tests added with http://trac.webkit.org/changeset/43865 and skipped -// on all platforms upstream. +// xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are +// skipped on all platforms upstream. BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-doctype-declaration.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-rootelement.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-in-multiscripts.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-nested.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript.xhtml = FAIL +// wap css tests were added in http://trac.webkit.org/changeset/43887 and are +// skipped on all platforms upstream. +BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL +BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL +BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL +BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL |