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%"> 10Test running.... 11</div> 12 13 14GetURL Test<p> 15This test fetches an URL via the plugin, and verifies that the 16callbacks 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