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

Unified Diff: third_party/WebKit/LayoutTests/plugins/document-open.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/LayoutTests/plugins/document-open.html
diff --git a/third_party/WebKit/LayoutTests/plugins/document-open.html b/third_party/WebKit/LayoutTests/plugins/document-open.html
deleted file mode 100644
index 1d0d39da268e9175473cc2e2d1510d75c55e9761..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/plugins/document-open.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<body>
-<embed id="testPlugin"
- type="application/x-webkit-test-netscape"
- src="data:text/plain,"
- test="document-open-in-destroy-stream">
-</embed>
-
-<div>
- This tests that document.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
-</div>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698