diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 05:36:32 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 05:36:32 +0000 |
commit | 5ea2fac2f268f602a830eadf8f54d407ea200d8f (patch) | |
tree | 578a8dc868848fb96485f7848289c39db11d7420 /webkit | |
parent | 9c972f5024021bf4e3e9de1091bb430048abef97 (diff) | |
download | chromium_src-5ea2fac2f268f602a830eadf8f54d407ea200d8f.zip chromium_src-5ea2fac2f268f602a830eadf8f54d407ea200d8f.tar.gz chromium_src-5ea2fac2f268f602a830eadf8f54d407ea200d8f.tar.bz2 |
Group failures for HTML5 datalist tests.
We need to define ENABLE_DATALIST for them. We'll define it when the
WebKit's implementation is completed.
BUG=20292
TEST=none
Review URL: http://codereview.chromium.org/174595
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index e6d0762..0ff2d74 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -640,6 +640,8 @@ BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT // Implement HTML5 datalist element. BUG20226 : LayoutTests/fast/forms/datalist-nonoption-child.html = FAIL BUG20226 : LayoutTests/fast/forms/datalist.html = FAIL +BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL +BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL // Fails due to storage APIs not implemented. Might be worth re-baselining // temporarily so the rest of the conditions are still tested. @@ -2806,10 +2808,6 @@ BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.html = CRASH -// WebKit 47759:47770. -BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL -BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL - // Fails after V8 rollup BUG20314 MAC : LayoutTests/fast/css/only-of-type-pseudo-class.html = FAIL |