diff options
Diffstat (limited to 'Source/WebCore/manual-tests/NPN_Invoke/test.html')
-rw-r--r-- | Source/WebCore/manual-tests/NPN_Invoke/test.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/NPN_Invoke/test.html b/Source/WebCore/manual-tests/NPN_Invoke/test.html new file mode 100644 index 0000000..5164701 --- /dev/null +++ b/Source/WebCore/manual-tests/NPN_Invoke/test.html @@ -0,0 +1,29 @@ +<html> +<head> +<title>NPN_Invoke() test</title> +</head> +<body> + +<object width="0" height="0" type="test/npn-invoke"> + <!-- Fallback content to describe how to run the test -- /> + <p>You do not have the "NPN_Invoke" plugin installed. Before you run this test:</p> + <ol> + <li>Build the included Xcode project, "NPN_Invoke.xcodeproj".</li> + <li>Copy the built plugin (NPN_Invoke.plugin) to /Library/Internet Plug-Ins.</li> + <li>Restart Safari.</li> + </ol> +</object> + +<p>This tests NPN_Invoke(), part of the Netscape Plugin API scripting interface.</p> +<p>To verify, you must run this test with JavaScript enabled and then repeat the test with JavaScript disabled.</p> + +<h4>JavaScript enabled</h4> +<p style="color: green">Success: An alert dialog is shown with the message "Success!"</p> +<p style="color: red">Failure: No alert dialog is shown, or the message is not "Success!"</p> + +<h4>JavaScript disabled</h4> +<p style="color: green">Success: No alert dialog is shown, and Safari remains open (does not crash).</p> +<p style="color: red">Failure: An alert dialog is shown, or Safari crashes.</p> + +</body> +</html> |