diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 17:13:37 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 17:13:37 +0000 |
commit | 22baf143d9211ec794f884ec5341481f950818ef (patch) | |
tree | 536a1bace59c8b4f2e6976ff83d455f39dee64c2 /webkit/data | |
parent | 9a862589370681281d9e2875b7250e1e7d394903 (diff) | |
download | chromium_src-22baf143d9211ec794f884ec5341481f950818ef.zip chromium_src-22baf143d9211ec794f884ec5341481f950818ef.tar.gz chromium_src-22baf143d9211ec794f884ec5341481f950818ef.tar.bz2 |
Add layout test plugin functions required for plugins/netscape-plugin-property-access-exception.html and rebaseline.
BUG=35115
TEST=!red
Review URL: http://codereview.chromium.org/660390
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
2 files changed, 20 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt new file mode 100644 index 0000000..2b68fe8 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt @@ -0,0 +1,10 @@ +CONSOLE MESSAGE: line 1: Uncaught Error: plugin object testThrowExceptionProperty SUCCESS +CONSOLE MESSAGE: line 1: Uncaught Error: plugin object testThrowExceptionProperty SUCCESS + +SUCCESS: Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +SUCCESS: Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +One could expect exceptions to be raised in the below cases, too - but Firefox doesn't do that in most of these (I do get an exception in the first case, but that's inconsistent with not getting it in the seconfd one). +Exception caught: Error: Error calling method on NPObject! +Exception caught: Error: Error calling method on NPObject! +Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt new file mode 100644 index 0000000..2b68fe8 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-property-access-exception-expected.txt @@ -0,0 +1,10 @@ +CONSOLE MESSAGE: line 1: Uncaught Error: plugin object testThrowExceptionProperty SUCCESS +CONSOLE MESSAGE: line 1: Uncaught Error: plugin object testThrowExceptionProperty SUCCESS + +SUCCESS: Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +SUCCESS: Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +One could expect exceptions to be raised in the below cases, too - but Firefox doesn't do that in most of these (I do get an exception in the first case, but that's inconsistent with not getting it in the seconfd one). +Exception caught: Error: Error calling method on NPObject! +Exception caught: Error: Error calling method on NPObject! +Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS +Exception caught: Error: plugin object testThrowExceptionProperty SUCCESS |