blob: e3d4a876b26f59fd11589259189595bc6f98de99 [file] [log] [blame]
<html>
<!--
Prefetch with a loop via a link rel. We shouldn't actually fetch contents and
get caught in an infinite loop.
-->
<head>
<title>Prefetch Loop</title>
<link rel="prefetch" href="prefetch_loop.html">
<script src="prefetch.js" type="text/javascript"></script>
</head>
<body>
<a href="prefetch_loop.html">Loop</a>
</body>
</html>