diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 17:59:00 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 17:59:00 +0000 |
commit | 203ff596f347d9809ab7620c23c53012856b1654 (patch) | |
tree | 9237fd42661c7ac6a66862d563f8a9734f20f268 /webkit/tools | |
parent | 4c08cd375baa66f8cfa63ba04eca29cac0ba5efa (diff) | |
download | chromium_src-203ff596f347d9809ab7620c23c53012856b1654.zip chromium_src-203ff596f347d9809ab7620c23c53012856b1654.tar.gz chromium_src-203ff596f347d9809ab7620c23c53012856b1654.tar.bz2 |
Rebaselines a test after fixing rounded rects in Skia. Prior to
landing an upstream fix we always rendered rounded rect shadows as
solid rects. Now we correctly render them. The colored rectangle
behind 'multiple' in is a different color then that of the mac because
it's selected text.
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/24019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 694bbe8..2e5ac99 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -679,10 +679,9 @@ MAC DEBUG : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL // http://b/issue?id=1344252 DEFER : LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL -// Shadows don't render correctly for these tests. -// The first likely just needs a rebaseline on Linux. +// These need to be rebaselined. LINUX : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL -LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL +LINUX : LayoutTests/fast/css/shadow-multiple.html = FAIL // Problems with getImageData and toDataURL: http://crbug.com/2972 LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL |