Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: third_party/WebKit/ManualTests/NPN_Invoke/test.html

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 &quot;NPN_Invoke&quot; plugin installed. Before you run this test:</p>
- <ol>
- <li>Build the included Xcode project, &quot;NPN_Invoke.xcodeproj&quot;.</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 &quot;Success!&quot;</p>
-<p style="color: red">Failure: No alert dialog is shown, or the message is not &quot;Success!&quot;</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>
« no previous file with comments | « third_party/WebKit/ManualTests/NPN_Invoke/main.c ('k') | third_party/WebKit/Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698