| 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 } | 7 } |
| 8 </script> | 8 </script> |
| 9 <body style="margin:0px;overflow:hidden"> | 9 <body style="margin:0px;overflow:hidden"> |
| 10 <embed id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwind
ow="true" width="100%" height="200"></embed> | 10 <embed id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwind
ow="true" width="100%" height="200"></embed> |
| 11 <div> | 11 <div> |
| 12 This tests that a plug-in with a percentage width gets a correct NPP_SetWind
ow the first time. | 12 This tests that a plugin with a percentage width gets a correct NPP_SetWindo
w the first time. |
| 13 </div> | 13 </div> |
| 14 <body> | 14 <body> |
| 15 </html> | 15 </html> |
| OLD | NEW |