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

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

Issue 2642733002: Prerender: Disable prefetch if there's an appcache. (Closed)
Patch Set: Prerender: Disable prefetch if there's an appcache. Created 3 years, 8 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 manifest="REPLACE_WITH_MANIFEST">
2 <!--
3 A stub page used to set up an AppCache manifest.
4 -->
5 <body>
6 <script src="prefetch.js"></script>
7 <img src="image.png"/>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698