| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <script src="../../fast/js/resources/js-test-pre.js"></script> | 2 <script src="../../resources/js-test.js"></script> |
| 3 </head> | 3 </head> |
| 4 <body> | 4 <body> |
| 5 <script> | 5 <script> |
| 6 function main() | 6 function main() |
| 7 { | 7 { |
| 8 if (!window.testRunner) { | 8 if (!window.testRunner) { |
| 9 debug("This test can only run from within DumpRenderTree because it requ
ires TestNetscapePlugin.\n"); | 9 debug("This test can only run from within DumpRenderTree because it requ
ires TestNetscapePlugin.\n"); |
| 10 return; | 10 return; |
| 11 } | 11 } |
| 12 | 12 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 } | 51 } |
| 52 | 52 |
| 53 description("Tests that the NPRuntime implementation works as expected"); | 53 description("Tests that the NPRuntime implementation works as expected"); |
| 54 | 54 |
| 55 </script> | 55 </script> |
| 56 <embed id="plugin" | 56 <embed id="plugin" |
| 57 type="application/x-webkit-test-netscape" | 57 type="application/x-webkit-test-netscape" |
| 58 style="width:0; height:0" | 58 style="width:0; height:0" |
| 59 testnpruntime="1"> | 59 testnpruntime="1"> |
| 60 </embed> | 60 </embed> |
| OLD | NEW |