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

Unified Diff: third_party/WebKit/LayoutTests/plugins/window-open.html

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/window-open.html
diff --git a/third_party/WebKit/LayoutTests/plugins/window-open.html b/third_party/WebKit/LayoutTests/plugins/window-open.html
deleted file mode 100644
index 4447cdd7e7a48e3feab18ab55595e18a00370d3f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/plugins/window-open.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner) {
- testRunner.setCanOpenWindows();
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-
-</script>
-<body style="margin:0px;overflow:hidden">
-<object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true">
-</object>
-<div>
- This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
-</div>
-<body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698