diff options
author | idana@google.com <idana@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:58:14 +0000 |
---|---|---|
committer | idana@google.com <idana@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:58:14 +0000 |
commit | e5924093a43f15ffc72328b98ba84eaf4b9cbec1 (patch) | |
tree | 7fd5f7b939dbccca5d556e84b65a1f06a7990284 | |
parent | b93542fd121fa7f1ec65a27fdf94ccdcbbd638b9 (diff) | |
download | chromium_src-e5924093a43f15ffc72328b98ba84eaf4b9cbec1.zip chromium_src-e5924093a43f15ffc72328b98ba84eaf4b9cbec1.tar.gz chromium_src-e5924093a43f15ffc72328b98ba84eaf4b9cbec1.tar.bz2 |
Disabled more layout tests in an attempt to make the tree go green.
BUG=13913
TEST=none
Review URL: http://codereview.chromium.org/126004
Review URL: http://codereview.chromium.org/126004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18226 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 6b2a134..812b261 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -116,8 +116,17 @@ WONTFIX SKIP : LayoutTests/fast/regex/test1.html = PASS // ----------------------------------------------------------------- // Darin will fix soon -BUG13786 SKIP : LayoutTests/fast/dom/javascript-backslash.html = FAIL -BUG13786 SKIP : LayoutTests/fast/dom/javascript-url-crash-function.html = FAIL +BUG13786 : LayoutTests/fast/dom/javascript-backslash.html = FAIL +BUG13786 : LayoutTests/fast/dom/javascript-url-crash-function.html = FAIL + +// Another batch of disabled layout tests. Filed http://crbugs/xxxxx and assigned +// to Darin. +BUG13913 : LayoutTests/fast/dom/jsDevicePixelRatio.html = FAIL +BUG13913 : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL +BUG13913 : LayoutTests/scrollbars/basic-scrollbar.html = FAIL +BUG13913 : LayoutTests/fonts/cursive.html = FAIL +BUG13913 : LayoutTests/security/block-test-no-port.html = FAIL +BUG13913 : LayoutTests/security/block-test.html = FAIL // We don't intend to pass all of these cases, so this is an expected fail. // Window resizing is not implemented in chrome. |