Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |