diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 18:10:47 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 18:10:47 +0000 |
commit | 9562bcbcd3b40b103176cb37257ff977281e0281 (patch) | |
tree | a0b85e56ac63d91402c77fed257e91a8ea72d353 /webkit/tools | |
parent | d34d334798fd8692a43e3038e46aaafc5ffb0618 (diff) | |
download | chromium_src-9562bcbcd3b40b103176cb37257ff977281e0281.zip chromium_src-9562bcbcd3b40b103176cb37257ff977281e0281.tar.gz chromium_src-9562bcbcd3b40b103176cb37257ff977281e0281.tar.bz2 |
Rebaselines shadow tests now that we correctly render shadows (webkit
bug https://bugs.webkit.org/show_bug.cgi?id=23934). The SVG rebaseline
is because we now anti-alias text decorations correctly.
BUG=2982
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/21420
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 2e5ac99..b103351 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -352,6 +352,7 @@ LINUX : LayoutTests/fast/transforms/transform-on-inline.html = FAIL LINUX : LayoutTests/fast/transforms/transform-table-row.html = FAIL LINUX : LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL CRASH DEFER MAC : LayoutTests/svg/batik/text/textFeatures.svg = FAIL PASS +// Needs to be rebaselined. LINUX : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL MAC : LayoutTests/svg/custom/inline-svg-in-xhtml.xml = FAIL DEFER MAC LINUX : LayoutTests/svg/batik/text/textDecoration2.svg = FAIL PASS @@ -689,13 +690,11 @@ LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL // and gif, which is a low priority. DEFER LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL -// Our shadows looks wrong. The text not having shadows is to be expected, but -// it looks like we're missing a red shadow that Safari has. -// http://code.google.com/p/chromium/issues/detail?id=2982 -LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-horizontal.html = FAIL -LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL -LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL -LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL +// These need to be rebaselined on Linux. +LINUX : LayoutTests/fast/repaint/shadow-multiple-horizontal.html = FAIL +LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL +LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL +LINUX : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL // We don't render reflection masks properly. // http://code.google.com/p/chromium/issues/detail?id=3229 @@ -1719,7 +1718,6 @@ WIN LINUX : LayoutTests/fast/text/line-breaks.html = FAIL PASS // Now the left one is slightly different. WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL WIN : LayoutTests/svg/carto.net/colourpicker.svg = FAIL -WIN : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL // Upstream dumprendertree changes caused the expected to change. // Now our baseline is out of date, and we differ from Mac expected on the // caret position in the last line of the text output. |