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 GetURL Test<p> 15 This test fetches an URL via the plugin, and verifies that the 16 callbacks are expected and that the retrieved content is correct. 17 18 <embed type="application/vnd.npapi-test" 19 src="foo" 20 name="geturl" 21 id="1" 22 mode="np_embed" 23 > 24 25 </body> 26 </html> 27