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