diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 20:23:39 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 20:23:39 +0000 |
commit | 8acfeb388ff606818c6c05bfbff1c567a403f5b9 (patch) | |
tree | 770404f80a834b4f05508ea878f55438d6406f0a /webkit/tools | |
parent | ab0e2220a2038f42c47ce6cf68691cc0e24b3eb0 (diff) | |
download | chromium_src-8acfeb388ff606818c6c05bfbff1c567a403f5b9.zip chromium_src-8acfeb388ff606818c6c05bfbff1c567a403f5b9.tar.gz chromium_src-8acfeb388ff606818c6c05bfbff1c567a403f5b9.tar.bz2 |
Adjust the readonly form control state to no longer look
disabled. This matches other browsers and is roughly
the patch I sent upstream.
Our classic mode text inputs still needs some love, but
I will do that in a separate change.
BUG=1542
Review URL: http://codereview.chromium.org/8941
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index 3c91e53..2882481 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -1274,7 +1274,6 @@ V8 | KJS # LayoutTests/fast/forms/select-initial-position.html = FAIL V8 | KJS # LayoutTests/fast/forms/select-item-background-clip.html = FAIL V8 | KJS # LayoutTests/fast/forms/select-visual-hebrew.html = FAIL | PASS V8 | KJS # LayoutTests/fast/forms/textarea-rows-cols.html = FAIL -V8 | KJS # LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL V8 | KJS # LayoutTests/fast/frames/invalid.html = FAIL V8 | KJS # LayoutTests/fast/frames/onlyCommentInIFrame.html = FAIL V8 | KJS # LayoutTests/fast/frames/valid.html = FAIL |