[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / new_fails.html
bloba4b7de939d68471c32c0a4b02520dcb31e298df5
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 NPP_NEW test<p>
15 This test ensures we don't crash or assert if NPP_New fails.
17 <embed type="application/vnd.npapi-test"
18 src="foo"
19 name="new_fails"
20 id="1"
21 mode="np_embed"
24 <script>
25 var height = document.body.offsetHeight;
26 onSuccess("new_fails", 1);
27 </script>
29 </body>
30 </html>