diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:50:49 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:50:49 +0000 |
commit | 24062acc468ac7c21b0dde801c02d6b72a2330e1 (patch) | |
tree | a98366d9b102cb85c88629c335ea94723337c6d9 /webkit | |
parent | 60139d151bf137f9a25751db73b7a6e31258bdba (diff) | |
download | chromium_src-24062acc468ac7c21b0dde801c02d6b72a2330e1.zip chromium_src-24062acc468ac7c21b0dde801c02d6b72a2330e1.tar.gz chromium_src-24062acc468ac7c21b0dde801c02d6b72a2330e1.tar.bz2 |
Defers three select tests
(LayoutTests/fast/forms/listbox-deselect-scroll.html,
LayoutTests/fast/forms/listbox-selection-2.html and
LayoutTests/fast/forms/select-item-background-clip.html). They are
failing for two reasons:
. One is using meta instead of control. This is upstreamed as
https://bugs.webkit.org/show_bug.cgi?id=24161 .
. The second is we end up using a small scroll bar size, but measure
as though we used a regular scroll bar size. There are actually two
bugs here, one is we shouldn't be using small, but regular. Secondly
we measure against the wrong size. Both are upstreamed as
https://bugs.webkit.org/show_bug.cgi?id=24171.
Neither of these are important for current release, so I'm DEFERing.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/28148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 36f7b39..bc91b82 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -925,13 +925,13 @@ DEFER : LayoutTests/fast/dom/constructors-cached.html = FAIL LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL LayoutTests/fast/forms/form-element-geometry.html = FAIL -// The list box selection is wrong, the focus ring is wrong, and the thumb in -// the scrollbar looks too narrow. -LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL -LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL -// Thumb is the wrong size and this test doesn't work on Windows due to font -// sizes. -LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL +// These tests are wrong for two reasons: +// https://bugs.webkit.org/show_bug.cgi?id=24171 and +// https://bugs.webkit.org/show_bug.cgi?id=24161. Neither of which are +// important for current release. +DEFER LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL +DEFER LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL +DEFER LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL // The pixel diff looks ok, but the render trees are pretty different. LayoutTests/fast/forms/textarea-rows-cols.html = FAIL LayoutTests/fast/invalid/residual-style.html = FAIL |