[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / plugins / window-open.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController) {
5         layoutTestController.setCanOpenWindows();
6         layoutTestController.dumpAsText();
7         layoutTestController.waitUntilDone();
8      }
9      
10 </script>
11 <body style="margin:0px;overflow:hidden">
12 <object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true">
13 </object>
14 <div>
15     This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
16 </div>
17 <body>
18 </html>