- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / npapi / npobject_lifetime_test_second_instance.html
1 <html>
2
3 <body>
4 <div id="statusPanel" style="border: 1px solid red; width: 100%">
5 Second instance.
6 </div>
7
8 NPObject Lifetime test second plugin instance<p>
9
10 Tests the case where a plugin holds on to an NPObject reference 
11 to another plugin in a different frame in the page and whether 
12 the npobject is callable when the frame is destroyed.
13
14 <embed  type="application/vnd.npapi-test" 
15         name="npobject_lifetime_test_second_instance"
16         id="2"
17         mode="np_embed"> </embed>
18         
19 </body>
20 </html>