diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 01:24:50 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 01:24:50 +0000 |
commit | 19327b4cdb21cedeb6fe2f7f59779d097134b926 (patch) | |
tree | e8be7eaad24151968e23e4dca9aee80f0e9a2cd5 /webkit/data | |
parent | e516ffdbb14f6f192047df18a40ad5bff10df77e (diff) | |
download | chromium_src-19327b4cdb21cedeb6fe2f7f59779d097134b926.zip chromium_src-19327b4cdb21cedeb6fe2f7f59779d097134b926.tar.gz chromium_src-19327b4cdb21cedeb6fe2f7f59779d097134b926.tar.bz2 |
linux: more plugin layout test fixing
Intentionally no code change. For each plugin test, either fix baseline, mark
as passing, or annotate with why we're failing.
Review URL: http://codereview.chromium.org/151129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
3 files changed, 33 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.checksum new file mode 100644 index 0000000..f85264a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.checksum @@ -0,0 +1 @@ +6dbde1798eb908e0ad9ea0536a6e8e76
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.png Binary files differnew file mode 100644 index 0000000..35421ed --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/netscape-dom-access-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/plugin-javascript-access-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/plugin-javascript-access-expected.txt new file mode 100644 index 0000000..fcfd2c2 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/plugins/plugin-javascript-access-expected.txt @@ -0,0 +1,32 @@ +Name: WebKit Test PlugIn + +Description: Simple Netscape plug-in that handles test content for WebKit + +Filename: libnpapi_layout_test_plugin.so + +Mime Types: + +Type: application/x-webkit-test-netscape + +Description: test netscape content + +Suffixes: testnetscape + + +Plugin.item() works. + +Plugin.namedItem() works. + +PluginArray.item() works. + +PluginArray.namedItem() works. + +Type: application/x-webkit-test-netscape + +Description: test netscape content + +Suffixes: testnetscape + +MimeTypeArray.item() works. + +MimeTypeArray.namedItem() works. |