[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / plugins / netscape-plugin-setwindow-size-2.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController) {
5         layoutTestController.dumpAsText();
6         layoutTestController.setWindowIsKey(false);
7     }
8     
9 </script>
10 <body>
11 <embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwindow="true" width="200" height="200"></embed>
12 <div>
13     This tests that a hidden plug-in gets a correct NPP_SetWindow the first time.
14 </div>
15 </body>
16 </html>