summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 22:15:50 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 22:15:50 +0000
commit91ecf06406432962102086445cdf9fe30d5acacb (patch)
tree24c186cb96cb609411361244e8ab556ef2439c20 /webkit
parent0236fd3039a7a990565d459bbc7bbb318acb5938 (diff)
downloadchromium_src-91ecf06406432962102086445cdf9fe30d5acacb.zip
chromium_src-91ecf06406432962102086445cdf9fe30d5acacb.tar.gz
chromium_src-91ecf06406432962102086445cdf9fe30d5acacb.tar.bz2
Defers the test
LayoutTests/fast/canvas/toDataURL-supportedTypes.html. We won't fully support this until we support GIF/JPG encoders, which isn't going to happen soon. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/23015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 4638691..26914421 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -705,7 +705,9 @@ LINUX WIN : 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
LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL
-LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL
+// We're much closer now. To fully pass this we need encoders for jpg
+// 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.