diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 21:42:00 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 21:42:00 +0000 |
commit | ab70538617925b9b7c142dadd582e36f53079e59 (patch) | |
tree | ca75e08a548665324d691612f23efbc9cf618d20 /webkit/tools/layout_tests | |
parent | 0cf5b9c3c3bd06e0cfcdbc07b9748d08689235b9 (diff) | |
download | chromium_src-ab70538617925b9b7c142dadd582e36f53079e59.zip chromium_src-ab70538617925b9b7c142dadd582e36f53079e59.tar.gz chromium_src-ab70538617925b9b7c142dadd582e36f53079e59.tar.bz2 |
Fixed LayoutTests/fast/overflow/line-clamp.html expectation from IMAGE+TEXT to IMAGE (or) TEXT, since mac only fails on image while linux and win fail also on text.
TBR: idana@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 256c918..c756e4e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3095,6 +3095,6 @@ BUG27683 : LayoutTests/svg/custom/viewport-update2.svg = IMAGE+TEXT BUGYAAR : LayoutTests/editing/selection/4960116.html = IMAGE BUGYAAR : LayoutTests/fast/css/apple-prefix.html = IMAGE BUGYAAR : LayoutTests/fast/repaint/fixed.html = IMAGE -BUGYAAR : LayoutTests/fast/overflow/line-clamp.html = IMAGE+TEXT +BUGYAAR : LayoutTests/fast/overflow/line-clamp.html = IMAGE TEXT BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT |