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

Unified Diff: chrome/test/data/plugin_delete_self_at_load.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/data/load_npapi_plugin.html ('k') | chrome/test/data/printing/npapi_plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/plugin_delete_self_at_load.html
diff --git a/chrome/test/data/plugin_delete_self_at_load.html b/chrome/test/data/plugin_delete_self_at_load.html
deleted file mode 100644
index 50805a25e4c8690ef330754ab8f24993b7a64f44..0000000000000000000000000000000000000000
--- a/chrome/test/data/plugin_delete_self_at_load.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<script>
-function PluginCreated() {
- document.body.innerHTML = '';
- document.title = "OK";
-}
-</script>
-</head>
-<body>
-<embed type="application/vnd.npapi-test"
- src="foo"
- name="invoke_js_function_on_create"
- id="plugin"
- mode="np_embed">
-</embed>
-</body>
-</html>
« no previous file with comments | « chrome/test/data/load_npapi_plugin.html ('k') | chrome/test/data/printing/npapi_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698