3 <title>Set Exception Test
</title>
4 <script src=
"npapi.js"></script>
9 <h2>Test that if NPN_SetException is called by an out of process plugin, the
10 exception is sent to the proper renderer.
</h2>
13 <embed name=
"plg" type=
"application/x-webkit-test-netscape"></embed>
16 var plg
= window
.document
["plg"];
18 plg
.testThrowException();
20 onSuccess("npobject_set_exception", 1);