| Index: LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload.html
|
| diff --git a/LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload.html b/LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload.html
|
| deleted file mode 100644
|
| index 4039019f85348d744090e9c9911ea39eda7e1c76..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<body>
|
| -<div id="console"></div>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| -}
|
| -</script>
|
| -<html>
|
| -<p>This test will only print "PASS" or "FAIL" if link prefetches are
|
| -enabled, otherwise it will show nothing below.</p>
|
| -<link href="prefetch.link" rel="prefetch" onbeforeload="testPassed('beforeload called');return false" onload="testFailed('onload')" onerror="testFailed('onerror')" />
|
| -</html>
|
| -
|
|
|