summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 19:15:12 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 19:15:12 +0000
commitcad53097583e754d912742e4b632928cd25cf2c9 (patch)
tree8724589232d74aa3d13af2c61e4bed5a6e917efa
parent8354d2745a3493405461683af8fedd78608d91a7 (diff)
downloadchromium_src-cad53097583e754d912742e4b632928cd25cf2c9.zip
chromium_src-cad53097583e754d912742e4b632928cd25cf2c9.tar.gz
chromium_src-cad53097583e754d912742e4b632928cd25cf2c9.tar.bz2
Defers the test http/tests/security/canvas-remote-read-svg-image.html. This
test passes in Chrome, but appears to fail in test shell because of a difference in how lighttpd is serving up the resource. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/21299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9684 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt5
1 files changed, 4 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 f09796e..476a72d 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -34,6 +34,10 @@ DEFER : LayoutTests/http/tests/xmlhttprequest/methods-async.html = FAIL TIMEOUT
// LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
// even when a request didn't send the header.
DEFER : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
+// This passes when run in Chrome. It appears to be because of a difference
+// in how lighttpd serves up the svn resource image (or the image
+// contained in the svg image).
+DEFER : LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL
// http://crbug.com/2975 : Need to support upload progress notifications in
// the resource bridge.
LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL CRASH
@@ -705,7 +709,6 @@ 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
// 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