diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 05:06:17 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 05:06:17 +0000 |
commit | aa60540fbb84166c838987fa1e3224d0eba9388d (patch) | |
tree | 49ffa8dc3532c78180e6896b8a49cb1ed45415c2 /webkit | |
parent | 352eb2de77f112422af987f01eb6c35b78efc76f (diff) | |
download | chromium_src-aa60540fbb84166c838987fa1e3224d0eba9388d.zip chromium_src-aa60540fbb84166c838987fa1e3224d0eba9388d.tar.gz chromium_src-aa60540fbb84166c838987fa1e3224d0eba9388d.tar.bz2 |
Add failure tests by WebKit Update 43965:44030
LayoutTests/fast/js/global-function-resolve.html
added by webkit 44016
LayoutTests/http/tests/mime/accept-all-text-types.html
modified by webkit 43991
LayoutTests/http/tests/local/drag-over-remote-content.html
LayoutTests/http/tests/security/drag-over-remote-content-iframe.html
added by webkit 44010, 44027
TBR=paul
BUG=12477
TEST=4 new failure tests
Review URL: http://codereview.chromium.org/115694
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2e80611..bc52ce9 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2688,3 +2688,11 @@ BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL BUG12355 : LayoutTests/editing/pasteboard/file-input-files-access.html = FAIL BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL +// webkit 44016 introducted this new test +BUG12477 : LayoutTests/fast/js/global-function-resolve.html = FAIL +// webkit 43991 fixed the test +BUG12477 : LayoutTests/http/tests/mime/accept-all-text-types.html = FAIL +// webkit 44010+44027 introducted new tests +BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL +BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL + |