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

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

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 months 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
(Empty)
1 <body>
2 <div id="console"></div>
3 <script src="../../../resources/js-test.js"></script>
4 <script>
5 if (window.testRunner) {
6 testRunner.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 c alled');return false" onload="testFailed('onload')" onerror="testFailed('onerror ')" />
13 </html>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698