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

Unified Diff: chrome/test/data/printing/npapi_plugin.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/plugin_delete_self_at_load.html ('k') | chrome/test/data/windowed_npapi_plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/printing/npapi_plugin.html
diff --git a/chrome/test/data/printing/npapi_plugin.html b/chrome/test/data/printing/npapi_plugin.html
deleted file mode 100644
index afbb9aad60b0726f031ead8b11f5a2380e33cf62..0000000000000000000000000000000000000000
--- a/chrome/test/data/printing/npapi_plugin.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<hmtl>
-<body>
-<embed type="application/vnd.npapi-test"
- height="300"
- width="100%"
- name="set_title_in_paint"
- id="1"
- mode="np_embed"/>
-</body>
-
-<script>
-function SetTitle() {
- window.document.title = "ready";
- return;
-}
-</script>
-
-</hmtl>
« no previous file with comments | « chrome/test/data/plugin_delete_self_at_load.html ('k') | chrome/test/data/windowed_npapi_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698