<html> | |
<head> | |
<script src="npapi.js"></script> | |
<script>document.cookie="blah"</script> | |
</head> | |
<body> | |
<div id="statusPanel" style="border: 1px solid red; width: 100%"> | |
Test running.... | |
</div> | |
Cookies Test<p> | |
This test fetches an URL via the plugin, and verifies that the cookies are sent | |
with plugin-initiated requests. | |
<embed type="application/vnd.npapi-test" | |
src="foo" | |
name="cookies" | |
id="1" | |
mode="np_embed" | |
> | |
</body> | |
</html> |