[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / ensure_scripting_works_in_destroy.html
blob80b9f65fdfeefa20573aad0a726890ce59e6c2f4
1 <html>
2 <head>
3 <script src="npapi.js"></script>
4 <script>
5 function onloadfunction() {
6 document.getElementById("theiframe").src = "about:blank";
8 </script>
9 </head>
11 <body onload="setTimeout(onloadfunction(), 0)">
12 <div id="statusPanel" style="border: 1px solid red; width: 100%">
13 Test running....
14 </div>
16 Tests that scripting works during NPP_Destroy.
18 <iframe src="ensure_scripting_works_in_destroy_iframe.html" id="theiframe">
19 </iframe>
20 </body>
21 </html>