5 function onSuccess(name
, id
) {
6 window
.opener
.document
.title
= "OK";
13 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
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"
25 name=
"plugin_popup_with_plugin_target"