diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 19:54:48 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 19:54:48 +0000 |
commit | c66d48086e6519ec4ebab4b799d02a76d187c47f (patch) | |
tree | eb82c778f6cb1647c777e4a71536f6ed0b1e312a /webkit | |
parent | 839807ce1e6e42917b330cc394ce938aa9ddd065 (diff) | |
download | chromium_src-c66d48086e6519ec4ebab4b799d02a76d187c47f.zip chromium_src-c66d48086e6519ec4ebab4b799d02a76d187c47f.tar.gz chromium_src-c66d48086e6519ec4ebab4b799d02a76d187c47f.tar.bz2 |
Fix a layout test.
Our old baseline was wrong. We now on par with the mac
expected output (only differ in font metrics).
Review URL: http://codereview.chromium.org/48020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
3 files changed, 1 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.checksum index b18963a..95e6dfe 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.checksum @@ -1 +1 @@ -12b030d4e5fa096bcf127ba466f804a9
\ No newline at end of file +7613cb1d6f5be0c6dd5bcf176d5dab7a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.png Binary files differindex 56f7c7d..5811558 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/intruding-painted-twice-expected.png diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 19a203a..85ada1f 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1858,7 +1858,6 @@ DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missi // Rebaselined in webkit in http://trac.webkit.org/changeset/41665 MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL // Unknown what change caused these to fail. -WIN : LayoutTests/fast/block/float/intruding-painted-twice.html = FAIL WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-08-b.svg = FAIL LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL |