diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 08:39:20 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 08:39:20 +0000 |
commit | 5175208bcd1429e9944ee58b12220cf66c5ba975 (patch) | |
tree | fb8c3779021b888fb7320fcea5536c9fa68965a5 /webkit | |
parent | 07f99f066b009eec245ac04e1d07854d0e2861c0 (diff) | |
download | chromium_src-5175208bcd1429e9944ee58b12220cf66c5ba975.zip chromium_src-5175208bcd1429e9944ee58b12220cf66c5ba975.tar.gz chromium_src-5175208bcd1429e9944ee58b12220cf66c5ba975.tar.bz2 |
A few more test updates from the webkit merge [42671:42725]
TBR=dimich
Review URL: http://codereview.chromium.org/93062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 66b9db1..1e40aeb 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2520,9 +2520,10 @@ BUG10859 LINUX MAC : LayoutTests/editing/style/font-family-with-space.html = FAI BUG10859 LINUX MAC : LayoutTests/editing/selection/select-all-iframe.html = FAIL BUG10859 LINUX MAC : LayoutTests/svg/custom/pointer-events-path.svg = FAIL BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL +BUG10859 LINUX : LayoutTests/fast/table/cell-coalescing.html = FAIL // New tests from WebKit Merge 42671:42725 -BUG1 WIN LINUX MAC : LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html = CRASH +BUG10861 WIN LINUX MAC : LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document.html = CRASH // New failures from WebKit Merge 42671:42725 // Several of these failures are due to the onload firing twice. @@ -2535,3 +2536,9 @@ BUG10861 WIN : LayoutTests/security/block-test.html = FAIL BUG10861 : chrome/fast/forms/lazy-event-listener-scope-chain.html = FAIL BUG10861 : LayoutTests/fast/events/no-blur-on-page-leave.html = TIMEOUT BUG10861 WIN MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT +BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL +BUG10861 LINUX MAC : LayoutTests/security/set-form-autocomplete-attribute.html = TIMEOUT +BUG10861 MAC : LayoutTests/svg/custom/js-late-marker-creation.svg = FAIL + + + |