diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 02:35:01 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 02:35:01 +0000 |
commit | 26c611ce4797195d58d323e16b4d1699d7eefeac (patch) | |
tree | 6f0499ac989dfc2dfb48b936e97dfbb73aacdc96 | |
parent | e23f046af41e813f02ee9ba1e0707cec6dc639ab (diff) | |
download | chromium_src-26c611ce4797195d58d323e16b4d1699d7eefeac.zip chromium_src-26c611ce4797195d58d323e16b4d1699d7eefeac.tar.gz chromium_src-26c611ce4797195d58d323e16b4d1699d7eefeac.tar.bz2 |
Add more failing layout tests to the list after the last webkit merge.
Also add back a line that was deleted in 13529. The comment of 13529
does not talk about this, and the rietveld link shows a diff that does
not include this change either. It looks like what got submitted is not
what was reviewed.
Review URL: http://codereview.chromium.org/72001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13576 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 d4e2fe2..6dbef06 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2470,3 +2470,6 @@ BUG9962 MAC LINUX : LayoutTests/http/tests/security/XFrameOptions/x-frame-option BUG9992 : LayoutTests/fast/repaint/box-shadow-h.html = FAIL BUG9992 : LayoutTests/fast/repaint/box-shadow-v.html = FAIL BUG9992 : LayoutTests/fast/text/shadow-no-blur.html = FAIL +BUG9992 LINUX DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS +BUG9992 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL +BUG9962 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL |