diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 17:30:42 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 17:30:42 +0000 |
commit | 34d05dd9a168329c57149e3a74ffad35fff9e6f3 (patch) | |
tree | b45f2f40274ac0471604a3f3d73fc2d3888baee4 /webkit | |
parent | 2e1ef44951f2239bdc87c788ae6c6b781d2579c0 (diff) | |
download | chromium_src-34d05dd9a168329c57149e3a74ffad35fff9e6f3.zip chromium_src-34d05dd9a168329c57149e3a74ffad35fff9e6f3.tar.gz chromium_src-34d05dd9a168329c57149e3a74ffad35fff9e6f3.tar.bz2 |
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
Diffstat (limited to 'webkit')
4 files changed, 14 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..cae8a7d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png 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 |