diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 00:02:12 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 00:02:12 +0000 |
commit | 4ddf3513d40173f5f4d3f7a1098ec51b4d97ebd6 (patch) | |
tree | dd412cb331fa21ec20a33346ba2b5508195a497d | |
parent | 24b7975a697c6f834c57a2bc8d76bcbd7243b66c (diff) | |
download | chromium_src-4ddf3513d40173f5f4d3f7a1098ec51b4d97ebd6.zip chromium_src-4ddf3513d40173f5f4d3f7a1098ec51b4d97ebd6.tar.gz chromium_src-4ddf3513d40173f5f4d3f7a1098ec51b4d97ebd6.tar.bz2 |
Add failed editing tests to test_expectations
TBR=dglazkov
BUG=17883
TEST=layout tests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23781 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d49e645..bc70def 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2698,6 +2698,11 @@ BUG17635 MAC : LayoutTests/fast/css/only-child-pseudo-class.html = PASS FAIL BUG18116 : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL BUG18116 : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL +// Test failures from WebKit merge 46426 to 46471 +// These probably just need to be rebaselined on win/linux. +BUG17883 WIN LINUX : LayoutTests/editing/deleting/delete-3857753-fix.html = FAIL +BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html = FAIL + // This happened when I enabled DOM Storage. Adam asked me to just exclude and // file a bug. BUG18412 : LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html = FAIL |