diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 15:46:31 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 15:46:31 +0000 |
commit | 078b1f167e2144bf55d5b5bcbcd0f07a161df9e3 (patch) | |
tree | ad7ac3f90ee25b00e782eb4379efdbffb016ec10 | |
parent | 3bbf09ac9e7f47dfa6096614378814b6bf9e2993 (diff) | |
download | chromium_src-078b1f167e2144bf55d5b5bcbcd0f07a161df9e3.zip chromium_src-078b1f167e2144bf55d5b5bcbcd0f07a161df9e3.tar.gz chromium_src-078b1f167e2144bf55d5b5bcbcd0f07a161df9e3.tar.bz2 |
Remove line cause dup for linux
Add back in mac to one defer, just failed after being fine for so long.
Review URL: http://codereview.chromium.org/45071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12648 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 79151fc..a413560 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1734,8 +1734,7 @@ DEFER SKIP : LayoutTests/http/tests/navigation/post-goback-repost-policy.html = // Probably just needs to be rebaselined. We generate the png before the // image in the iframe loads so its dimensions are 0x0. // TODO(tc): Failing on buildbots -// (mac seems to be passing this as of 03/27/09) -DEFER LINUX WIN : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL +DEFER : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL // Missing expected results. Probably going to fail anyway, since // chromium does not support webarchive format. @@ -2265,7 +2264,6 @@ DEFER WIN LINUX : LayoutTests/http/tests/misc/generated-content-inside-table.htm // New failures from merge DEFER WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAIL DEFER LINUX : LayoutTests/fast/clip/016.html = FAIL -DEFER : LayoutTests/fast/clip/outline-overflowClip.html = FAIL DEFER WIN LINUX : LayoutTests/fast/css/clip-zooming.html = FAIL DEFER WIN : LayoutTests/fast/forms/input-appearance-height.html = FAIL DEFER WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL |