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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 function PluginCreated() {
5 document.body.innerHTML = '';
6 document.title = "OK";
7 }
8 </script>
9 </head>
10 <body>
11 <embed type="application/vnd.npapi-test"
12 src="foo"
13 name="invoke_js_function_on_create"
14 id="plugin"
15 mode="np_embed">
16 </embed>
17 </body>
18 </html>
OLDNEW
« 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