diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 19:43:36 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 19:43:36 +0000 |
commit | 3ddb7b91615c7c81d6723c061c106b430294b05f (patch) | |
tree | b045a76ad3ff72a2f0b115c5ce01e27bd3fbde7d | |
parent | 6c6e56656ec264805312785186f4492ff805e9d6 (diff) | |
download | chromium_src-3ddb7b91615c7c81d6723c061c106b430294b05f.zip chromium_src-3ddb7b91615c7c81d6723c061c106b430294b05f.tar.gz chromium_src-3ddb7b91615c7c81d6723c061c106b430294b05f.tar.bz2 |
Initial plugin support has been implemented which makes some layout tests pass
now, so update tests_fixable to match.
Review URL: http://codereview.chromium.org/21137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9329 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 02dddf3..f5b2dc3 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -913,23 +913,23 @@ LINUX : chrome/fast/forms/basic-selects.html = FAIL // Depends on plugin support. LINUX MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL -LINUX MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL -LINUX MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL -LINUX MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL -LINUX MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL +MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL +MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL +MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL +MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL LINUX : chrome/plugins/call-as-function.html = CRASH FAIL MAC : chrome/plugins/call-as-function.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/AppletsCollection.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement02.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement03.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement04.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement05.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement06.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement07.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement08.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement09.html = FAIL -LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement10.html = FAIL +MAC : LayoutTests/dom/html/level2/html/AppletsCollection.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement02.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement03.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement04.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement05.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement06.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement07.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement08.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement09.html = FAIL +MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement10.html = FAIL LINUX : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL LINUX MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = FAIL LINUX MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT @@ -939,9 +939,9 @@ LINUX MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT LINUX MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT LINUX MAC : LayoutTests/http/tests/plugins/post-url-file.html = CRASH TIMEOUT LINUX MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html = TIMEOUT -LINUX MAC : LayoutTests/plugins/createScriptableObject-before-start.html = CRASH FAIL +MAC : LayoutTests/plugins/createScriptableObject-before-start.html = CRASH FAIL LINUX MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL -LINUX MAC : LayoutTests/plugins/embed-attributes-style.html = FAIL +MAC : LayoutTests/plugins/embed-attributes-style.html = FAIL LINUX MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT LINUX MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL LINUX MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = FAIL @@ -968,7 +968,7 @@ LINUX MAC : chrome/plugins/refcount-leaks.html = FAIL LINUX MAC : chrome/plugins/return-npobject.html = FAIL LINUX MAC : chrome/plugins/script-object-invoke.html = FAIL LINUX MAC : pending/plugins/destroy-stream-twice.html = TIMEOUT -LINUX MAC : pending/plugins/iframe-shims.html = FAIL +MAC : pending/plugins/iframe-shims.html = FAIL // Depends on event_sending_controller fixes. MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL TIMEOUT |