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

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

Issue 2304953002: NoState Prefetch: nostate prefetch browser tests. (Closed)
Patch Set: histogram tests Created 4 years, 3 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 This page checks for prefetching of a an image.
pasko 2016/09/22 18:14:05 let's name the files like: chrome/test/data/prere
mattcary 2016/09/23 09:00:15 Yeah, I was thinking about that. I started naming
4 -->
5 <head>
6 <title>Prefetch Page</title>
pasko 2016/09/22 18:14:05 please add consistent 2 space indentation in the n
mattcary 2016/09/23 09:00:15 Done.
7 <script src="prerender_prefetch.js" type="text/javascript"></script>
8 </head>
9 <body>
10 <img src="REPLACE_WITH_IMAGE_URL"/>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698