diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 00:38:36 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 00:38:36 +0000 |
commit | b98b68ddeccfa6a9e3185f982e6917c0e3908da5 (patch) | |
tree | a799ae3d0ac4fc2066ab4359ef7b7009eefb471c | |
parent | a19d8acd20f324a87b78c5fc70cf9a5f1098913e (diff) | |
download | chromium_src-b98b68ddeccfa6a9e3185f982e6917c0e3908da5.zip chromium_src-b98b68ddeccfa6a9e3185f982e6917c0e3908da5.tar.gz chromium_src-b98b68ddeccfa6a9e3185f982e6917c0e3908da5.tar.bz2 |
Rebaselining a layout test - the text fonts are different. This is one of those funky layout tests where the mac baseline is a lie, and it seems our output is actually slightly better than that shown by the mac baseline.
Review URL: http://codereview.chromium.org/20094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9294 0039d316-1c4b-4281-b951-d872f2087c98
4 files changed, 19 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum new file mode 100644 index 0000000..3769f84 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum @@ -0,0 +1 @@ +fc33cfec77513e58f5d65504ef26a04c
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.png Binary files differnew file mode 100644 index 0000000..3123a35 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.txt new file mode 100644 index 0000000..00be080 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/css2.1/t1507-c526-font-sz-02-b-a-expected.txt @@ -0,0 +1,18 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x164 + RenderBlock {HTML} at (0,0) size 800x164 + RenderBody {BODY} at (8,16) size 784x140 + RenderBlock {P} at (0,0) size 784x20 + RenderText {#text} at (0,0) size 445x19 + text run at (0,0) width 445: "There should be a solid single uninterrupted smooth column of blue below." + RenderBlock {DIV} at (0,36) size 784x104 [color=#000080] + RenderBlock {DIV} at (0,0) size 784x32 + RenderText {#text} at (0,0) size 32x32 + text run at (0,0) width 32: "x" + RenderBlock {DIV} at (0,32) size 784x40 + RenderText {#text} at (0,0) size 40x40 + text run at (0,0) width 40: "x" + RenderBlock {DIV} at (0,72) size 784x32 + RenderText {#text} at (0,0) size 32x32 + text run at (0,0) width 32: "x" diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index d9f03f7..fcf7485 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -824,9 +824,6 @@ LINUX : LayoutTests/css2.1/t100801-c548-ln-ht-04-d-ag.html = FAIL // Red pixels, even upstream! Linux is like upstream but everyone fails. LINUX WIN : LayoutTests/css2.1/t1605-c545-txttrans-00-b-ag.html = FAIL -// Some tests that we had baselined improperly on Windows. -WIN : LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html = FAIL - // Linux: color off by one. Rounding error? LINUX : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL |