diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 22:46:20 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 22:46:20 +0000 |
commit | 8f810bfb73db594e4b1da71a75e521ae37ecdfe3 (patch) | |
tree | 540995cd3fe05c23711727ad9b1748167acf4f69 /webkit | |
parent | 3f3a2fd5c80a82c54c5b27b32976ad0d78baad77 (diff) | |
download | chromium_src-8f810bfb73db594e4b1da71a75e521ae37ecdfe3.zip chromium_src-8f810bfb73db594e4b1da71a75e521ae37ecdfe3.tar.gz chromium_src-8f810bfb73db594e4b1da71a75e521ae37ecdfe3.tar.bz2 |
New pixel baseline for float-in-float-hit-testing
The webkit patch (http://trac.webkit.org/changeset/49619)
adds focus outline for anchor node. Rebaseline the chromium
pixel results.
TBR=dglazkov
TEST=none
BUG=24959
Review URL: http://codereview.chromium.org/309003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
7 files changed, 3 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum index 0235136..081a32f 100644 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum @@ -1 +1 @@ -1f3f82d917cc44929f5575cf35b3636e
\ No newline at end of file +c91054b984b17ed5229ba18f95f5f16f
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png Binary files differindex dbf6483..08861ed 100644 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum new file mode 100644 index 0000000..44ba894 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum @@ -0,0 +1 @@ +f0d67a4e818b7b4b746bea7e4b3305e6
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png Binary files differnew file mode 100644 index 0000000..2b402d6 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum index cb6a0cc..e7afb87 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.checksum @@ -1 +1 @@ -34920c34cab83cdc7b1f30d6bef22357
\ No newline at end of file +57c2a8f8b62e93881f122a1b01fb5c22
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png Binary files differindex 969d55d..387d937 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/float-in-float-hit-testing-expected.png diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index fa10210..905ebd6 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3136,7 +3136,6 @@ BUG24930 LINUX DEBUG : LayoutTests/editing/selection/editable-html-element.html BUG24930 MAC DEBUG : LayoutTests/editing/selection/editable-html-element.html = FAIL PASS // WebKit Roll 49597:49640 -BUG24959 : LayoutTests/fast/block/float/float-in-float-hit-testing.html = FAIL BUG24961 : LayoutTests/fast/events/clientXY-in-zoom-and-scroll.html = FAIL BUG24962 WIN LINUX : LayoutTests/fast/events/click-focus-anchor.html = FAIL BUG24963 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL |