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

Side by Side Diff: content/test/data/npapi/plugin_thread_async_call.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
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <script src="npapi.js"></script>
5 <script>
6 function deleteShortLivedInstance() {
7 var shortLivedDiv = document.getElementById("short_lived_div");
8 shortLivedDiv.innerHTML = "Instance deleted";
9 }
10 </script>
11 </head>
12
13
14 <body>
15 <div id="statusPanel" style="border: 1px solid red; width: 100%">
16 Test running....
17 </div>
18
19
20 NPAPI NPN_PluginThreadAsyncCall test<p>
21 Tests that a plugin can schedule async callbacks.<P>
22
23 <embed type="application/vnd.npapi-test"
24 src="foo"
25 name="plugin_thread_async_call"
26 id="1"
27 short_lived="false"
28 mode="np_embed"
29 >
30
31 <div id="short_lived_div">
32 <embed type="application/vnd.npapi-test"
33 src="foo"
34 name="plugin_thread_async_call"
35 id="2"
36 short_lived="true"
37 mode="np_embed"
38 >
39 </div>
40
41 </body>
42 </html>
OLDNEW
« no previous file with comments | « content/test/data/npapi/plugin_single_range_request.html ('k') | content/test/data/npapi/plugin_url_request_404.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698