diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 20:38:20 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 20:38:20 +0000 |
commit | fad7085d5b05eb82dd38e6fbc707c8bd9a007b68 (patch) | |
tree | 48c83d61dcfabf5872498343d57622fa61694a1f /webkit/tools | |
parent | a55369bcd4613046a11b49d6495ce40feaabb3b7 (diff) | |
download | chromium_src-fad7085d5b05eb82dd38e6fbc707c8bd9a007b68.zip chromium_src-fad7085d5b05eb82dd38e6fbc707c8bd9a007b68.tar.gz chromium_src-fad7085d5b05eb82dd38e6fbc707c8bd9a007b68.tar.bz2 |
Fix a canvas layout test by handling null values in canvas.createPattern.
Remove a wrong baseline and update the test list.
Review URL: http://codereview.chromium.org/16242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index d1b69f9..93be532 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -547,14 +547,9 @@ LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL -// getImageData isn't supported on canvas. -// http://code.google.com/p/chromium/issues/detail?id=2974 -LayoutTests/fast/canvas/canvas-pattern-behaviour.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 don't implement toDataURL. -// http://code.google.com/p/chromium/issues/detail?id=2972 LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL // Our shadows looks wrong. The text not having shadows is to be expected, but @@ -640,7 +635,7 @@ LayoutTests/security/set-form-autocomplete-attribute.html = FAIL // Linux pixeltest failure: caret is in the wrong place LINUX WIN : LayoutTests/editing/selection/caret-rtl-2.html = FAIL -// Flaky +// Flaky and wrong pattern output. WIN : LayoutTests/fast/canvas/patternfill-repeat.html = FAIL CRASH LINUX : LayoutTests/fast/canvas/patternfill-repeat.html = FAIL CRASH PASS // This test assumes we're using unix paths and looks for a file:///test |