1 <html> 2 3 <head> 4 <script src="npapi.js"></script> 5 <script>document.cookie="blah"</script> 6 </head> 7 8 9 <body> 10 <div id="statusPanel" style="border: 1px solid red; width: 100%"> 11 Test running.... 12 </div> 13 14 15 Cookies Test<p> 16 This test fetches an URL via the plugin, and verifies that the cookies are sent 17 with plugin-initiated requests. 18 19 <embed type="application/vnd.npapi-test" 20 src="foo" 21 name="cookies" 22 id="1" 23 mode="np_embed" 24 > 25 26 </body> 27 </html> 28