From 34d05dd9a168329c57149e3a74ffad35fff9e6f3 Mon Sep 17 00:00:00 2001 From: "sky@google.com" Date: Fri, 16 Jan 2009 17:30:42 +0000 Subject: Rebaselines the test LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html . Our results are different due to font size differences and differences in how we scale images. BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/18316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8181 0039d316-1c4b-4281-b951-d872f2087c98 --- .../replaced-inside-fixed-top-bottom-expected.checksum | 1 + .../replaced-inside-fixed-top-bottom-expected.png | Bin 0 -> 99388 bytes .../replaced-inside-fixed-top-bottom-expected.txt | 12 ++++++++++++ webkit/tools/layout_tests/test_lists/tests_fixable.txt | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum new file mode 100644 index 0000000..e316c92 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum @@ -0,0 +1 @@ +ac43bd5f1b7059f1ebf6ef13015f1850 \ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png new file mode 100644 index 0000000..cae8a7d Binary files /dev/null and b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png differ diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt new file mode 100644 index 0000000..182c3fc --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt @@ -0,0 +1,12 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x0 + RenderBlock {HTML} at (0,0) size 800x0 + RenderBody {BODY} at (0,0) size 800x0 +layer at (50,100) size 700x400 + RenderBlock (positioned) {DIV} at (50,100) size 700x400 [border: (1px solid #808080)] +layer at (51,140) size 560x324 + RenderBlock (positioned) {DIV} at (1,40) size 560x320 [border: (1px solid #FF0000)] + RenderImage {IMG} at (1,1) size 392x318 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 912c49b..7e71438 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1184,7 +1184,7 @@ MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL TIMEOUT // We don't draw the spelling markers at all in test shell, and it's a low // priority, so I'm DEFERing. DEFER : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL -LINUX WIN : LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html = FAIL +LINUX : LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html = FAIL LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2.html = FAIL LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL LayoutTests/fast/dom/constructors-cached.html = FAIL -- cgit v1.1