diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 20:24:05 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 20:24:05 +0000 |
commit | eb9d07b321f6b83fe8d15a15be531aabc9d77a32 (patch) | |
tree | cb97aab87bdcc25c125db2aa3352f293063eb737 /webkit/tools | |
parent | 12bc82fc4cb21d4901a18dbb9bc58e622e77d938 (diff) | |
download | chromium_src-eb9d07b321f6b83fe8d15a15be531aabc9d77a32.zip chromium_src-eb9d07b321f6b83fe8d15a15be531aabc9d77a32.tar.gz chromium_src-eb9d07b321f6b83fe8d15a15be531aabc9d77a32.tar.bz2 |
Update test expectations following upstream roll.
BUG=http://crbug.com/12254
TBR=dglazkov
Review URL: http://codereview.chromium.org/113593
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9b5a588..0f3d2da 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2671,3 +2671,12 @@ 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. +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 + |