[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / popup_window_with_target_plugin.html
bloba7942a853643516b8f55189a9307916dbe5be597
1 <html>
3 <head>
4 <script>
5 function onSuccess(name, id) {
6 window.opener.document.title = "OK";
8 </script>
9 </head>
12 <body>
13 <div id="statusPanel" style="border: 1px solid red; width: 100%">
14 Test running....
15 </div>
18 Open Popup window with plugin Test<p>
19 This test instantiates a plugin which executes the window.open call to open a popup <br />
20 window with a windowed plugin instance. The test verifies that the plugin instance in <br />
21 the popup window always has a valid parent window.<br />
23 <embed type="application/vnd.npapi-test"
24 src="foo"
25 name="plugin_popup_with_plugin_target"
26 id="1"
27 mode="np_embed"
30 </body>
31 </html>