diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 01:29:57 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 01:29:57 +0000 |
commit | 740a9846504e7b29a24d68cd9044c8e5d8fb2083 (patch) | |
tree | b6be04d247c67dfedb6db3fb494e9dc131ae85bf /webkit/tools/layout_tests | |
parent | 6a14f0457287adcd1dbf45cec6e758af0f9e0b7c (diff) | |
download | chromium_src-740a9846504e7b29a24d68cd9044c8e5d8fb2083.zip chromium_src-740a9846504e7b29a24d68cd9044c8e5d8fb2083.tar.gz chromium_src-740a9846504e7b29a24d68cd9044c8e5d8fb2083.tar.bz2 |
linux: fix a layout test by having our test plugin provide two mimetypes
The layout test LayoutTests/fast/js/navigator-mimeTypes-length.html asserts
that the number of mimetypes handled by plugins should be greater than the
number of plugins. This isn't true if the layout test plugin is the only
plugin and it only handles one mimetype, so we make it handle an additional
fake mimetype.
Review URL: http://codereview.chromium.org/149146
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 191fcae..2f2e23d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1259,9 +1259,6 @@ BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL BUG10351 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS BUG10351 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL BUG10673 MAC : chrome/plugins/call-as-function.html = FAIL -// Linux: This test verifies that a single plugin has multiple mime-types. -// Our test plugin doesn't. Maybe we should add an extra one? -BUG10351 LINUX : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = FAIL // Skip because we throw an exception before we get to dumpAsText. BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL |