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

Side by Side Diff: content/test/data/npapi/no_hang_if_init_crashes.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 | « content/test/data/npapi/new_fails.html ('k') | content/test/data/npapi/npapi.js » ('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
3 <head>
4 <script src="npapi.js"></script>
5 </head>
6
7
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
12
13
14 No Hang If Init Crashes<p>
15
16 Tests that if a plugin crashes during NP_Initialize the renderer doesn't hang.
17
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="no_hang_if_init_crashes"
21 id="1"
22 mode="np_embed"
23 >
24 <script>
25 setTimeout('onSuccess("no_hang_if_init_crashes", 1);', 0);
26 </script>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « content/test/data/npapi/new_fails.html ('k') | content/test/data/npapi/npapi.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698