diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 16:31:29 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 16:31:29 +0000 |
commit | b0e221a8400fabd68a066e613a4f25d4b4505812 (patch) | |
tree | a2b3264e08107796be351b3f42b414752af13440 /webkit/tools | |
parent | dc78e06a23023fc08e991a7ddf44b21f0d0c4807 (diff) | |
download | chromium_src-b0e221a8400fabd68a066e613a4f25d4b4505812.zip chromium_src-b0e221a8400fabd68a066e613a4f25d4b4505812.tar.gz chromium_src-b0e221a8400fabd68a066e613a4f25d4b4505812.tar.bz2 |
Rebaseline more of fast/repaint tests we are now passing.
The difference between repaint areas is due to the difference in repaint logic. Safari/Mac port uses NSView's native
rectangle collection/unification, and we just unify all into one damage rect.
R=jparent
BUG=8630
TEST=none
Review URL: http://codereview.chromium.org/195028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4ed1ff7..79333b8 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1473,30 +1473,11 @@ BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL // regression becomes visible. BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/control-clip.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/delete-into-nested-block.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change.html = FAIL + BUG8630 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/fixed.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-in-new-block-with-layout-delta.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-move-during-layout.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-new-in-block.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-overflow-right.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-overflow.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/focus-layers.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/focus-ring.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/inline-block-overflow.html = FAIL BUG8630 LINUX : LayoutTests/fast/repaint/inline-block-resize.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/inline-color-change.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/inline-outline-repaint.html = FAIL BUG8630 LINUX : LayoutTests/fast/repaint/inline-overflow.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/intermediate-layout-position-clip.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/intermediate-layout-position.html = FAIL BUG8630 LINUX : LayoutTests/fast/repaint/invisible-objects.html = FAIL -BUG8630 WIN LINUX : LayoutTests/fast/repaint/layer-child-outline.html = FAIL BUG8630 LINUX : LayoutTests/fast/repaint/layer-full-repaint.html = FAIL BUG8630 LINUX : LayoutTests/fast/repaint/layer-hide-when-needs-layout.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/layer-outline-horizontal.html = FAIL |