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> |