diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 02:26:25 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 02:26:25 +0000 |
commit | d08311b50fc834eeb8b7f3c456dc08e8e87122c2 (patch) | |
tree | 0f8f0e594d608c6cb99d030f4103c1b977ae586b /webkit | |
parent | 70c89615bdedd0b1643dbf9d1bce2d86960619ca (diff) | |
download | chromium_src-d08311b50fc834eeb8b7f3c456dc08e8e87122c2.zip chromium_src-d08311b50fc834eeb8b7f3c456dc08e8e87122c2.tar.gz chromium_src-d08311b50fc834eeb8b7f3c456dc08e8e87122c2.tar.bz2 |
Update test_expectations for LayoutTests/editing/text-iterator/basic-iteration.html to point to a specific bug, rather than a generic merge bug. Also moves all editing tests that are failing due to unimplemented test shell features into one section of the expectations file.
TEST=none
BUG=23285,11322
Review URL: http://codereview.chromium.org/235049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d9a08b2..5ea3b55 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1150,11 +1150,6 @@ BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA // <body><canvas height=100></canvas></body> is 1 px taller than upstream. BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.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 // @@ -1855,8 +1850,14 @@ BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL -// Regressions from WebKit Merge 43059:43114 -BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL +// Unimplemented test shell features causing editing tests to fail + +// window.plainText not implemented +BUG23285 : LayoutTests/editing/text-iterator/basic-iteration.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 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL |