[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / get_javascript_url.html
blob404613bd5f66b3e8e529cd9ac1b55b7de12ec639
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 GetJavscriptURL Test<p>
15 This test fetches a javascript URL via the plugin with _top as the
16 target frame, and verifies that the call succeeds.
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="getjavascripturl"
21 id="1"
22 mode="np_embed"
25 </body>
26 </html>