diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 21:20:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 21:20:59 +0000 |
commit | db811c343705e846aba6fe47015de1eb5bacaf14 (patch) | |
tree | 4ac3880c4f4ef95c50c8127ba204329397f3810f | |
parent | 788a15967cba100d87b30d0a0cf7075fb8d0c506 (diff) | |
download | chromium_src-db811c343705e846aba6fe47015de1eb5bacaf14.zip chromium_src-db811c343705e846aba6fe47015de1eb5bacaf14.tar.gz chromium_src-db811c343705e846aba6fe47015de1eb5bacaf14.tar.bz2 |
Update tests fixable and rebaseline one test.
After the last merge, hidden-scrollbar-resize.html is now passing.
hit-test-overflow-controls.html seems more correct now (hyatt
fixed a case where the resize corner was not being clipped properly).
Review URL: http://codereview.chromium.org/41005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11290 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 4 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.checksum index 819054e..aa92c9d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.checksum @@ -1 +1 @@ -7169b291c35ce53f2b03a7cc2a1f2106
\ No newline at end of file +25da452f524e185bb887254a6bb8f9e9
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.png Binary files differindex 36f347b..8f6844f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/hit-test-overflow-controls-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 bb09ba7..3c2546a 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1651,8 +1651,9 @@ DEFER : LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-vi // Regressions from merge 41181:41217 // Upstream regression. https://bugs.webkit.org/show_bug.cgi?id=24248 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL -LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL -LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL +// These need to be rebaselined. +LINUX : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL +LINUX : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL // mbelshe to fix. Temporarily disable while tree red. WIN LINUX : chrome/fast/dom/extensions/interval.html = FAIL PASS |