3 <script src=
"npapi.js"></script>
5 function onloadfunction() {
6 document
.getElementById("theiframe").src
= "about:blank";
11 <body onload=
"setTimeout(onloadfunction(), 0)">
12 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
16 Tests that scripting works during NPP_Destroy.
18 <iframe src=
"ensure_scripting_works_in_destroy_iframe.html" id=
"theiframe">