diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 00:48:52 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 00:48:52 +0000 |
commit | e45d6c74d34536fec38f742a2c801f0039993e4a (patch) | |
tree | c491c3b1f9d37d6625cce4b46ed71f73c1ad1f66 | |
parent | b4df004a7dac50166c92e4b5ed133fcfa0db130f (diff) | |
download | chromium_src-e45d6c74d34536fec38f742a2c801f0039993e4a.zip chromium_src-e45d6c74d34536fec38f742a2c801f0039993e4a.tar.gz chromium_src-e45d6c74d34536fec38f742a2c801f0039993e4a.tar.bz2 |
Turns out this test is still failing for Chrome
after the merge. Looks like TestShell is inserting
one fewer line-break than DRT.
TBR to green the tree.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118482
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18009 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9e21573..72d28e9 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2695,3 +2695,6 @@ BUG13721 WIN LINUX : LayoutTests/fast/canvas/quadraticCurveTo.xml = FAIL BUG13721 WIN LINUX : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT BUG13721 SKIP : LayoutTests/fast/canvas/canvas-lineWidth.html = FAIL BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-children.html = FAIL + +// We seem to be missing a line-break in the results for this first test. +BUG13728 WIN LINUX : LayoutTests/editing/deleting/4866671.html = FAIL |