diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 21:32:08 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 21:32:08 +0000 |
commit | a514488aafec0dd0eaba9e22e8b5ce0651cff1cd (patch) | |
tree | 778858e7b8beac74f97354dc7b592f184998672c | |
parent | 04f4f4544f7b1973f3ae72a919ffbb7c2f12996e (diff) | |
download | chromium_src-a514488aafec0dd0eaba9e22e8b5ce0651cff1cd.zip chromium_src-a514488aafec0dd0eaba9e22e8b5ce0651cff1cd.tar.gz chromium_src-a514488aafec0dd0eaba9e22e8b5ce0651cff1cd.tar.bz2 |
Defers the test LayoutTests/fast/invalid/residual-style.html. We're
failing this because of sizes and because our text is different due to
not supporting keygen.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10826 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 271c8d0..682a695 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -133,9 +133,10 @@ LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL DEFER SKIP : LayoutTests/fast/workers = TIMEOUT DEFER: LayoutTests/fast/events/dispatchEvent-crash.html = FAIL -// This test relies on the keygen tag, which we haven't wired up. +// These tests rely on the keygen tag, which we haven't wired up. // See bug 802185 for details. DEFER : LayoutTests/fast/html/keygen.html = FAIL +DEFER : LayoutTests/fast/invalid/residual-style.html = FAIL // ----------------------------------------------------------------- // Other @@ -936,7 +937,6 @@ DEFER LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL // our forked modifications to RenderTextControlMultiLine.cpp, specifically // the calls to set the overflow in createInnerTextStyle. DEFER : LayoutTests/fast/forms/textarea-rows-cols.html = FAIL -LayoutTests/fast/invalid/residual-style.html = FAIL // Linux pixeltest failure: We, with Windows, are failing to repaint correctly LINUX WIN : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL WIN : LayoutTests/fast/repaint/overflow-scroll-delete.html = FAIL |