diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 18:53:18 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 18:53:18 +0000 |
commit | e1c9e10a46516c9b49289560f98d1ceaf728df0b (patch) | |
tree | 6a0e778ec0fb68d9f13d22030d28eda54c067bf3 /webkit | |
parent | f89011f3c76c6e896f846969840a8180169b21e2 (diff) | |
download | chromium_src-e1c9e10a46516c9b49289560f98d1ceaf728df0b.zip chromium_src-e1c9e10a46516c9b49289560f98d1ceaf728df0b.tar.gz chromium_src-e1c9e10a46516c9b49289560f98d1ceaf728df0b.tar.bz2 |
Add back repaint-related tests from fast/canvas.
BUG=8630
TBR=levin
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 16cbb32..b74b380 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1650,6 +1650,9 @@ BUG10388 LINUX : LayoutTests/fast/layers/layer-visibility-sublayer.html = FAIL P // failures for Mac is because Mac doesn't yet run pixel tests where the // regression becomes visible. BUG8630 WIN LINUX : LayoutTests/fast/repaint = FAIL +BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-as-image-incremental-repaint.html = FAIL +BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html = FAIL +BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL // Linux pixeltest failure: Failing to rotate the form control BUG10390 LINUX : LayoutTests/fast/transforms/transformed-focused-text-input.html = FAIL |