Index: chrome/test/data/prerender/prefetch_loop.html |
diff --git a/chrome/test/data/prerender/prefetch_loop.html b/chrome/test/data/prerender/prefetch_loop.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e3d4a876b26f59fd11589259189595bc6f98de99 |
--- /dev/null |
+++ b/chrome/test/data/prerender/prefetch_loop.html |
@@ -0,0 +1,14 @@ |
+<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> |