blob: 802a3b2f20fa78b59ec4879d1ddada7302b656f8 [file] [log] [blame]
<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>