diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:42:09 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:42:09 +0000 |
commit | 7bf5fa671779c6dbc3645e1a03ab013b99b37c2b (patch) | |
tree | d4cfea67aeb93deb31ca3435df3bbef1b42b53b9 | |
parent | b65e2a004765afddbaf609dcee2f90254e348923 (diff) | |
download | chromium_src-7bf5fa671779c6dbc3645e1a03ab013b99b37c2b.zip chromium_src-7bf5fa671779c6dbc3645e1a03ab013b99b37c2b.tar.gz chromium_src-7bf5fa671779c6dbc3645e1a03ab013b99b37c2b.tar.bz2 |
Move failures back where they belong.
I accidentally removed them and abarth caught them. Now they're back where they ought to be.
TBR=gwilson
BUG=10463
TEST=0
Review URL: http://codereview.chromium.org/113845
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16923 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d266925..f377919 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1935,6 +1935,8 @@ BUG10462 WIN LINUX : LayoutTests/fast/replaced/percent-height-in-anonymous-block BUG10462 WIN LINUX : LayoutTests/http/tests/misc/generated-content-inside-table.html = FAIL // New failures from merge +BUG10463 LINUX : LayoutTests/fast/css/clip-zooming.html = FAIL +BUG10463 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL BUG10463 WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAIL BUG10463 LINUX : LayoutTests/fast/clip/016.html = FAIL BUG10463 WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL @@ -2655,10 +2657,5 @@ BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL -// Test failures from WebKit 44049:44065 -BUG12563 LINUX : LayoutTests/fast/css/clip-zooming.html = FAIL -BUG12563 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL - // Test failures from WebKit 44065:44094 BUG12611 : LayoutTests/fast/js/exception-for-nonobject.html = FAIL - |