Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698