| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 testRunner.setWindowIsKey(false); | 7 testRunner.setWindowIsKey(false); |
| 8 } | 8 } |
| 9 | 9 |
| 10 </script> | 10 </script> |
| 11 <body> | 11 <body> |
| 12 <embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test
-netscape" logfirstsetwindow="true" width="200" height="200"></embed> | 12 <embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test
-netscape" logfirstsetwindow="true" width="200" height="200"></embed> |
| 13 <div> | 13 <div> |
| 14 This tests that a hidden plug-in gets a correct NPP_SetWindow the first time
. | 14 This tests that a hidden plugin gets a correct NPP_SetWindow the first time. |
| 15 </div> | 15 </div> |
| 16 </body> | 16 </body> |
| 17 </html> | 17 </html> |
| OLD | NEW |