diff options
Diffstat (limited to 'webkit/data/layout_tests')
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 |