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

Side by Side Diff: chrome/test/data/prerender/prefetch_loop.html

Issue 2304953002: NoState Prefetch: nostate prefetch browser tests. (Closed)
Patch Set: Remove final_status.cc as it had only formatting changes. Created 4 years, 2 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
OLDNEW
(Empty)
1 <html>
2 <!--
3 Prefetch with a loop via a link rel. We shouldn't actually fetch contents and
4 get caught in an infinite loop.
5 -->
6 <head>
7 <title>Prefetch Loop</title>
8 <link rel="prefetch" href="prefetch_loop.html">
9 <script src="prefetch.js" type="text/javascript"></script>
10 </head>
11 <body>
12 <a href="prefetch_loop.html">Loop</a>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/prerender/prefetch_loader.html ('k') | chrome/test/data/prerender/prefetch_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698