diff options
author | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 05:03:43 +0000 |
---|---|---|
committer | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 05:03:43 +0000 |
commit | e2e85acafe022a845090128a392a36cd5340ced6 (patch) | |
tree | f8a7bd1a7ac724a44faebc048521e8f4f137c3a2 /webkit/tools/layout_tests | |
parent | 5e558a1962078ef13408fa782d53af9cdc4830d0 (diff) | |
download | chromium_src-e2e85acafe022a845090128a392a36cd5340ced6.zip chromium_src-e2e85acafe022a845090128a392a36cd5340ced6.tar.gz chromium_src-e2e85acafe022a845090128a392a36cd5340ced6.tar.bz2 |
Rebaseline some tests.
LayoutTests/fast/repaint/list-marker.html
LayoutTests/css2.1/t1205-c561-list-displ-00-b.html
LayoutTests/css2.1/t1205-c565-list-pos-00-b.html
LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html
They are marked as expected failures in
http://codereview.chromium.org/454017
The list-marker one is a bit trickier than others.
The position of texts after the list makers were wrong in expected image.
However, it seems italic-styled character 'p' is lacking with the current
test_shell and this is why it was marked as an expected failure.
As its dump render tree result is correct, I've just rebaselined the text
and added some comments on test_expectations.txt.
Note that the following upstream change will fix the rest tests.
https://bugs.webkit.org/show_bug.cgi?id=32014
BUG=28183
TEST=trybots
Review URL: http://codereview.chromium.org/450033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 443e2a6..1a68c5c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -843,7 +843,11 @@ BUG11153 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = F // Repaint issues are revealed by these tests. BUG28183 : LayoutTests/fast/repaint/box-shadow-v.html = IMAGE -BUG28183 WIN LINUX : LayoutTests/fast/repaint/list-marker.html = IMAGE+TEXT +// The difference of positions of texts after the list markers is NOT +// an issue. The behavior of the expectations was wrong. The real +// problem is the change of the 'p' in italic "properly". Note that +// upstream expectation image has the same issue. +BUG28183 WIN LINUX : LayoutTests/fast/repaint/list-marker.html = IMAGE // Extra space at end of test results. Since this is a crash test, a // FAIL here is just as good as running the test normally. @@ -3018,9 +3022,6 @@ BUG28918 : LayoutTests/http/tests/cache/subresource-failover-to-network.html = P BUG29056 WIN LINUX : LayoutTests/svg/custom/mask-with-all-units.svg = FAIL // New failures from WebKit r51527 -BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAGE+TEXT -BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+TEXT -BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMAGE+TEXT BUG_HAMAJI WIN LINUX : LayoutTests/fast/block/positioning/complex-percentage-height.html = IMAGE+TEXT BUG_HAMAJI WIN LINUX : LayoutTests/fast/lists/item-not-in-list-line-wrapping.html = IMAGE+TEXT |