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

Unified Diff: chrome/test/data/windowed_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
Index: chrome/test/data/windowed_npapi_plugin.html
diff --git a/chrome/test/data/windowed_npapi_plugin.html b/chrome/test/data/windowed_npapi_plugin.html
deleted file mode 100644
index 1a0cc4b58406f958caeaf185697aff41d26a0743..0000000000000000000000000000000000000000
--- a/chrome/test/data/windowed_npapi_plugin.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<hmtl>
-<body>
-<embed type="application/vnd.npapi-test"
- height="300"
- width="100%"
- name="set_title_in_set_window_and_paint"
- id="1"
- mode="np_embed"/>
-</body>
-
-<script>
-function PluginCreated() {
- window.document.title = "created";
- return;
-}
-
-function PluginShown() {
- window.document.title = "shown";
- return;
-}
-</script>
-
-</hmtl>
« no previous file with comments | « chrome/test/data/printing/npapi_plugin.html ('k') | content/browser/plugin_data_remover_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698