| Index: third_party/WebKit/ManualTests/NPN_Invoke/test.html
|
| diff --git a/third_party/WebKit/ManualTests/NPN_Invoke/test.html b/third_party/WebKit/ManualTests/NPN_Invoke/test.html
|
| deleted file mode 100644
|
| index 51647015471db16f8139ac68e7ee073ead4c4efd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/ManualTests/NPN_Invoke/test.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<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>
|
|
|