diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:25:35 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:25:35 +0000 |
commit | 8872aae93c8be5953338ab6eda9b81d7846d6690 (patch) | |
tree | 4a29b5e2c64bce2b874e527ac5a91cc227f86833 | |
parent | 1b9b73ffad554ffb60eaeb7723f96a5ed2036aa1 (diff) | |
download | chromium_src-8872aae93c8be5953338ab6eda9b81d7846d6690.zip chromium_src-8872aae93c8be5953338ab6eda9b81d7846d6690.tar.gz chromium_src-8872aae93c8be5953338ab6eda9b81d7846d6690.tar.bz2 |
Mac test regressions 20529:20532
BUG=16675
TEST=None
Review URL: http://codereview.chromium.org/149586
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20588 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index db42acb..667f85c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1247,7 +1247,7 @@ BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F // Skip because we throw an exception before we get to dumpAsText. BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL -BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT +BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = CRASH BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = FAIL BUG10351 MAC : LayoutTests/plugins/getintidentifier-special-values.html = FAIL @@ -2834,3 +2834,12 @@ BUG16410 : LayoutTests/fast/events/message-port-constructor-for-deleted-document BUG16410 : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH BUG16639 : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH + +// WebKit tests regressions 20529:20532 +BUG16675 : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL +BUG16675 : LayoutTests/fast/loader/loadInProgress.html = FAIL +BUG16675 : LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html = FAIL +BUG16675 : LayoutTests/fast/dom/offset-parent-positioned-and-inline.html = CRASH +BUG16675 : LayoutTests/fast/images/favicon-as-image.html = CRASH +BUG16675 : LayoutTests/fast/images/pdf-as-background.html = CRASH + |