[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / get_javascript_open_popup_with_plugin.html
blob8f2f01ad25a5960bb83ed2840bf740c92fa2742d
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 Open Popup window with plugin Test<p>
15 This test instantiates a plugin which executes the window.open call to open a popup <br />
16 window with a windowed plugin instance. The test verifies that the plugin instance in <br />
17 the popup window always has a valid parent window. <br />
19 <embed type="application/vnd.npapi-test"
20 src="foo"
21 name="plugin_javascript_open_popup_with_plugin"
22 id="1"
23 mode="np_embed"
26 </body>
27 </html>