diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 23:27:05 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 23:27:05 +0000 |
commit | 1de3cf1162b0390e02072d612c8368f761685c3c (patch) | |
tree | 4871d2add8a51d57723b0625600fc7a49253c9b2 /webkit/tools | |
parent | 565579ef7c9b56c55628a5fdae5b06a15e5e3cd1 (diff) | |
download | chromium_src-1de3cf1162b0390e02072d612c8368f761685c3c.zip chromium_src-1de3cf1162b0390e02072d612c8368f761685c3c.tar.gz chromium_src-1de3cf1162b0390e02072d612c8368f761685c3c.tar.bz2 |
fix 3 layout tests
- textarea-hard-linewrap needed to be updated to match match http://trac.webkit.org/changeset/31086#file3
- textAreaLineHeight.html had incorrect positioning of space in render tree. Looks like the previous baseline was wrong, and merge fixed it.
- select-accesskey.html had forked expectations, which were no longer applicable -- removed the forked results.
Review URL: http://codereview.chromium.org/6558
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2980 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index fec8ee2..1682a0e 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1068,9 +1068,6 @@ V8 | KJS # LayoutTests/fast/events/onload-after-document-close-with-subresource. V8 | KJS # LayoutTests/fast/forms/form-hides-table.html = FAIL V8 | KJS # LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL V8 | KJS # LayoutTests/fast/forms/legend-access-key.html = FAIL -V8 | KJS # LayoutTests/fast/forms/select-accesskey.html = FAIL -V8 | KJS # LayoutTests/fast/forms/textAreaLineHeight.html = FAIL -V8 | KJS # LayoutTests/fast/forms/textarea-hard-linewrap.html = FAIL V8 | KJS # LayoutTests/fast/images/svg-as-background.html = FAIL V8 | KJS # LayoutTests/fast/images/svg-as-tiled-background.html = FAIL V8 | KJS # LayoutTests/fast/loader/url-parse-1.html = FAIL |