1 <html> 2 3 <head> 4 <script src="npapi.js"></script> 5 </head> 6 7 8 <body> 9 <div id="statusPanel" style="border: 1px solid red; width: 100%"> 10 Test running.... 11 </div> 12 13 14 NPAPI ConvertPoint test<p> 15 Tests that NPN_ConvertPoint works.<P> 16 17 <div style="position:absolute; left: 50px; top: 50px"> 18 <embed type="application/vnd.npapi-test" 19 src="foo" 20 name="convert_point" 21 id="1" 22 mode="np_embed" 23 > 24 </div> 25 26 </body> 27 </html> 28