3 <script src=
"npapi.js"></script>
5 function TestCallback() {
6 onSuccess("multiple_instances_sync_calls", 1);
11 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
15 NPObject Proxy Test
<p>
17 Tests the case that involves two plugin instances with second
18 instance making sync calls to the renderer while the first one
19 is still servicing an incoming sync request
22 <embed type=
"application/vnd.npapi-test"
24 name=
"multiple_instances_sync_calls"
28 mode=
"np_embed"></embed>
29 <embed type=
"application/vnd.npapi-test"
31 name=
"multiple_instances_sync_calls"
35 mode=
"np_embed"></embed>