4 <script src=
"npapi.js"></script>
6 function deleteShortLivedInstance() {
7 var shortLivedDiv
= document
.getElementById("short_lived_div");
8 shortLivedDiv
.innerHTML
= "Instance deleted";
15 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
20 NPAPI NPN_PluginThreadAsyncCall test
<p>
21 Tests that a plugin can schedule async callbacks.
<P>
23 <embed type=
"application/vnd.npapi-test"
25 name=
"plugin_thread_async_call"
31 <div id=
"short_lived_div">
32 <embed type=
"application/vnd.npapi-test"
34 name=
"plugin_thread_async_call"