diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 18:01:53 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 18:01:53 +0000 |
commit | 0bf1290e675e027726127d74e5210239ebf76dbb (patch) | |
tree | b728d138fb8f5132feba9cc5c22a3ffac33744fc /webkit/tools | |
parent | 7befbac12401e3d1fa86580c7f2f87a07d8154d1 (diff) | |
download | chromium_src-0bf1290e675e027726127d74e5210239ebf76dbb.zip chromium_src-0bf1290e675e027726127d74e5210239ebf76dbb.tar.gz chromium_src-0bf1290e675e027726127d74e5210239ebf76dbb.tar.bz2 |
Re-baseline additional tests after the big font-metric hack-excision.
BUG=1221100
TEST=covered by layout tests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 0e6c223..9dc51a3 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -69,6 +69,15 @@ V8 | KJS # LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. +// Bug 1316221: fail now that we use the same font code path in test_shell +// as in Chrome +V8 | KJS # DEFER : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL +V8 | KJS # DEFER : LayoutTests/css2.1/t1202-counters-04-b-diff-win.txt = FAIL + +// Bug 1316382: fails now that we use the same font code path in test_shell +// as in Chrome: some characters that should have zero width don't +V8 | KJS # DEFER : LayoutTests/fast/text/zero-width-characters.html = FAIL + // Bug 1124513: the max length is being applied correctly, but the over- and // under-lines aren't placed properly over the "x". // The under-lines are a cosmetic error which is not necessary to fix for Beta. (eseidel) |