diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 00:55:06 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 00:55:06 +0000 |
commit | 04f534a4c7e35412bdda90365cc242f8c7d222aa (patch) | |
tree | 151b8e8c9a266f802b47d2a699be688979d167fc | |
parent | fa2b5fc8a3910a8b56ae9d2e44b0bf0fcd1dfe29 (diff) | |
download | chromium_src-04f534a4c7e35412bdda90365cc242f8c7d222aa.zip chromium_src-04f534a4c7e35412bdda90365cc242f8c7d222aa.tar.gz chromium_src-04f534a4c7e35412bdda90365cc242f8c7d222aa.tar.bz2 |
Remove duplicate tests added during webkit merge to r44969.
TBR=paulg
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/147064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19088 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 53f572d..741f82f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1045,9 +1045,9 @@ BUG10313 : LayoutTests/plugins/bindings-test.html = FAIL // U+2798 (Heavy SE Arrow) and U+2799 (Heavy Rightwards Arrow). See bug #2304. BUG10314 WIN : LayoutTests/css2.1/t0805-c5519-brdr-r-01-e.html = FAIL BUG10314 WIN : LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html = FAIL -BUG10314 WIN LINUX : LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html = FAIL -BUG10314 WIN LINUX : LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = FAIL -BUG10314 WIN LINUX : LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = FAIL +BUG10314 WIN LINUX MAC : LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html = FAIL +BUG10314 WIN LINUX MAC : LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = FAIL +BUG10314 WIN LINUX MAC : LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = FAIL // No glyph for U+FFFD (Replacement Character : black diamond with // question mark) in them @@ -1220,7 +1220,7 @@ BUG10343 LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL BUG10343 LINUX : LayoutTests/fast/text/atsui-partial-selection.html = FAIL BUG10343 LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL BUG10343 LINUX : LayoutTests/fast/text/cg-vs-atsui.html = FAIL -BUG10343 LINUX : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL +BUG10343 LINUX MAC : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL BUG10343 LINUX : LayoutTests/fast/text/large-text-composed-char.html = FAIL // Missing text -- slow font path unimplemented? @@ -1233,7 +1233,7 @@ BUG10344 LINUX : LayoutTests/fast/text/should-use-atsui.html = FAIL BUG10345 LINUX : LayoutTests/fast/text/international/bidi-CS-after-AN.html = FAIL // Missing Hindi font. -BUG10346 LINUX : LayoutTests/fast/text/international/hindi-spacing.html = FAIL +BUG10346 LINUX MAC : LayoutTests/fast/text/international/hindi-spacing.html = FAIL // We print to stderr when a failure happens while importing XSL; // should disable this in libxml. @@ -2658,7 +2658,7 @@ BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = FAIL BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = FAIL BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = FAIL -BUG12053 LINUX : LayoutTests/fast/text/international/danda-space.html = FAIL +BUG12053 LINUX MAC : LayoutTests/fast/text/international/danda-space.html = FAIL BUG12053 LINUX : LayoutTests/fast/text/international/thai-baht-space.html = FAIL // New test, added in http://trac.webkit.org/changeset/43793, fails for us. @@ -2754,13 +2754,3 @@ BUG14889 REBASELINE : LayoutTests/http/tests/security/xssAuditor/link-opens-new- // WebKit 44928:44943 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL - -// WebKit 44946:44969 -BUG15113 : LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html = FAIL -BUG15113 : LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = FAIL -BUG15113 : LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = FAIL -BUG15113 : LayoutTests/fast/text/complex-text-opacity.html = FAIL -BUG15113 : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL -BUG15113 : LayoutTests/fast/text/international/danda-space.html = FAIL -BUG15113 : LayoutTests/fast/text/international/hindi-spacing.html = FAIL - |