[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / geturl.html
blob002b63b4ae2041eabe1b9b40efb711a3cb003e06
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
14 GetURL Test<p>
15 This test fetches an URL via the plugin, and verifies that the
16 callbacks are expected and that the retrieved content is correct.
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="geturl"
21 id="1"
22 mode="np_embed"
25 </body>
26 </html>