| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.setCanOpenWindows(); | |
| testRunner.dumpAsText(); | |
| testRunner.waitUntilDone(); | |
| } | |
| </script> | |
| <body style="margin:0px;overflow:hidden"> | |
| <object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true"> | |
| </object> | |
| <div> | |
| This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds. | |
| </div> | |
| <body> | |
| </html> |