diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 09:56:58 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 09:56:58 +0000 |
commit | f7be14d64a2157ade3da0fd906adb3a5716a10a8 (patch) | |
tree | 222d7b1e27dbd0102e90e6582f1b933e5862856c /webkit | |
parent | 323e6c3860dea8ed7b80a7a22dd1d5959c18bccd (diff) | |
download | chromium_src-f7be14d64a2157ade3da0fd906adb3a5716a10a8.zip chromium_src-f7be14d64a2157ade3da0fd906adb3a5716a10a8.tar.gz chromium_src-f7be14d64a2157ade3da0fd906adb3a5716a10a8.tar.bz2 |
Rebaseline fast/forms/search-styled.html for WIN.
The old image had the "inset" border though this field has "inputtext"
CSS class, which has "border:1px solid #bdc7d8".
It still fails on WIN-VISTA. The field on WIN-VISTA is wider than on
WIN-XP by 2 pixels.
BUG=21859
TEST=none
Review URL: http://codereview.chromium.org/307035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
3 files changed, 2 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum index 622a224..998d448 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum @@ -1 +1 @@ -d270ac404cd3b31d03e092a72adfb1bd
\ No newline at end of file +24c67da8d9c97a5400b19c8793f5b410
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png Binary files differindex 40b3b04..c77fdb1 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8b7e266..a9eaa36 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3022,7 +3022,7 @@ BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL -BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL +BUG21859 WIN-VISTA : LayoutTests/fast/forms/search-styled.html = FAIL BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL BUG21859 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL |