diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-28 21:44:53 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-28 21:44:53 +0000 |
commit | ee5a92c39da86fb72cddcc17fa2efeaaf3b8f840 (patch) | |
tree | 23584dc0e58b15cdacb337368cb18d4431d00068 /webkit | |
parent | b43c4fe6b9e5cd4ec930a48bf49dcebf3298e083 (diff) | |
download | chromium_src-ee5a92c39da86fb72cddcc17fa2efeaaf3b8f840.zip chromium_src-ee5a92c39da86fb72cddcc17fa2efeaaf3b8f840.tar.gz chromium_src-ee5a92c39da86fb72cddcc17fa2efeaaf3b8f840.tar.bz2 |
Updated layout test failures related to text and lighttpd
TBR=dglazkov
BUG=20509,20521,20519,20547,20551
TEST=none
Review URL: http://codereview.chromium.org/180029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 7c2aa39..d32c3c8 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -406,9 +406,13 @@ BUG20404 : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL // (rdar://5313536) BUG10270 WIN : LayoutTests/fast/dom/frame-loading-via-document-write.html = TIMEOUT FAIL +// ----------------------------------------------------------------- +// LIGHTTPD +// ----------------------------------------------------------------- // This are failing for different reasons under our new lighttpd configuration // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork. // Maybe flaky and need to be forked? + // Difference in caching headers BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL // LightTPD doesn't accept unknown HTTP methods @@ -434,37 +438,30 @@ BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. -// The max length doesn't appear to be applied correctly (or the test needs -// changing), and furthermore, the over- and under-lines aren't placed -// properly over the "x". -BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL -BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL +// The complex charater composition is not working correctly in these tests. +BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL +BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL // COMBINING GRAVE ACCENT appears higher than E WITH GRAVE. BUG20130 LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL BUG20130 LINUX : LayoutTests/fast/text/stroking.html = FAIL // Incrorect results, in incorrect international font metrics. -// Fixing these overrides does not help us to Beta, deffering -BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL -BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL +BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL +BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL +BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL // This test checks that we hack around a bug in helvetica. We fail to. -BUG1143382 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL - -// Font-size differences in international text cause the wrong character -// to be under the (x,y) click location used by the test. See bug -// on faking international font sizes like we do for Latin fonts. -BUG850411 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL +BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL // More missing international text overides, not needed for Beta. // Capitalization results match Safari, even if "not fully correct" -BUG1124542 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL +BUG20547 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL // Different button line-heights, our behavior looks wrong. -BUG1145887 LINUX WIN : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL -BUG1145887 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL -BUG1145887 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-controls.html = FAIL +BUG20551 LINUX WIN : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL +BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL +BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-controls.html = FAIL // ----------------------------------------------------------------- |