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 14GetJavscriptURL Test<p> 15This test fetches a javascript URL via the plugin with _top as the 16target frame, and verifies that the call succeeds. 17 18<embed type="application/vnd.npapi-test" 19 src="foo" 20 name="getjavascripturl" 21 id="1" 22 mode="np_embed" 23> 24 25</body> 26</html> 27