[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / no_hang_if_init_crashes.html
blob00e76a982b5ab667b0bb785b356c2f0a3e1ff87a
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
14 No Hang If Init Crashes<p>
16 Tests that if a plugin crashes during NP_Initialize the renderer doesn't hang.
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="no_hang_if_init_crashes"
21 id="1"
22 mode="np_embed"
24 <script>
25 setTimeout('onSuccess("no_hang_if_init_crashes", 1);', 0);
26 </script>
27 </body>
28 </html>