| OLD | NEW |
| 1 <body> | 1 <body> |
| 2 <div id="console"></div> | 2 <div id="console"></div> |
| 3 <script src="../../js/resources/js-test-pre.js"></script> | 3 <script src="../../../resources/js-test.js"></script> |
| 4 <script> | 4 <script> |
| 5 if (window.testRunner) { | 5 if (window.testRunner) { |
| 6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
| 7 } | 7 } |
| 8 </script> | 8 </script> |
| 9 <html> | 9 <html> |
| 10 <p>This test will only print "PASS" or "FAIL" if link prefetches are | 10 <p>This test will only print "PASS" or "FAIL" if link prefetches are |
| 11 enabled, otherwise it will show nothing below.</p> | 11 enabled, otherwise it will show nothing below.</p> |
| 12 <link href="prefetch.link" rel="prefetch" onbeforeload="testPassed('beforeload c
alled');return false" onload="testFailed('onload')" onerror="testFailed('onerror
')" /> | 12 <link href="prefetch.link" rel="prefetch" onbeforeload="testPassed('beforeload c
alled');return false" onload="testFailed('onload')" onerror="testFailed('onerror
')" /> |
| 13 </html> | 13 </html> |
| 14 | 14 |
| OLD | NEW |