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

Unified Diff: chrome/test/data/load_all_blocked_plugins.html

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 months 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/load_npapi_plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/load_all_blocked_plugins.html
diff --git a/chrome/test/data/load_all_blocked_plugins.html b/chrome/test/data/load_all_blocked_plugins.html
deleted file mode 100644
index 8ae05db69cb81b0d44bf7c76016d92e9de761db1..0000000000000000000000000000000000000000
--- a/chrome/test/data/load_all_blocked_plugins.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-<head>
-<script>
-var count = 0;
-function PluginCreated() {
- count++;
- document.title = count.toString();
-}
-
-var id = 1;
-function inject() {
- var child = document.createElement("div");
- child.innerHTML = '<embed type="application/vnd.npapi-test" src="foo" '+
- 'name="invoke_js_function_on_create" ' +
- 'id="' + id + '" mode="np_embed">';
- document.getElementById("content").appendChild(child);
- id++;
-}
-</script>
-</head>
-<body onload="inject();">
-<div id="content"></div>
-</body>
-</html>
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/load_npapi_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698