diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 23:26:10 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 23:26:10 +0000 |
commit | 26d008948bbddd48e5fa8c9de9c6586123055d0c (patch) | |
tree | 163130c3b5f09049828883a44904e4fdd73222f5 | |
parent | 382d276d0bcd090ffb9b10f462e5e9d2414801bd (diff) | |
download | chromium_src-26d008948bbddd48e5fa8c9de9c6586123055d0c.zip chromium_src-26d008948bbddd48e5fa8c9de9c6586123055d0c.tar.gz chromium_src-26d008948bbddd48e5fa8c9de9c6586123055d0c.tar.bz2 |
Group spellcheck-related tests and hook them up to the right bug
TBR=hbono
TEST=none
BUG=11577
Review URL: http://codereview.chromium.org/173163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23914 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c8d527d..0f141c35 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1082,6 +1082,11 @@ BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F // added in WebKit. BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL +// We don't draw the spelling markers at all in test shell. +BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL +BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL +BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // @@ -1254,9 +1259,6 @@ BUG10667 MAC : pending/plugins/iframe-shims.html = FAIL // NEW FOR MERGE 36102:37604 -// We don't draw the spelling markers at all in test shell, and it's a low -// priority, so I'm DEFERing. -BUG10352 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL // New test. We should fix it, but it doesn't need to block the current release BUG10352 : LayoutTests/fast/js/arguments.html = FAIL // New test. We should fix it, but it doesn't need to block the current release @@ -1656,10 +1658,6 @@ BUG10413 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL // it doesn't need to block the current release BUG10413 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL -// Merge 40314:40364 -- new tests -// See comment above LayoutTests/editing/spelling/inline_spelling_markers.html -// for why this is disabled. -BUG10414 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL // Merge 40364:40409 -- new test // New test. We should fix it, but it doesn't need to block the current release @@ -2244,7 +2242,6 @@ BUG11469 MAC : LayoutTests/fast/repaint/outline-shrinking.html = CRASH PASS // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL -BUG11483 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL // Regressions from WebKit merge 43242:43321. These just need to re-baselining: |