[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / cookies.html
blob802a3b2f20fa78b59ec4879d1ddada7302b656f8
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 <script>document.cookie="blah"</script>
6 </head>
9 <body>
10 <div id="statusPanel" style="border: 1px solid red; width: 100%">
11 Test running....
12 </div>
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.
19 <embed type="application/vnd.npapi-test"
20 src="foo"
21 name="cookies"
22 id="1"
23 mode="np_embed"
26 </body>
27 </html>