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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/prerender/prefetch_appcache.html
diff --git a/chrome/test/data/prerender/prefetch_appcache.html b/chrome/test/data/prerender/prefetch_appcache.html
new file mode 100644
index 0000000000000000000000000000000000000000..bbe1c09bcc8d1e1ca32de27a9dd12e2e503165e8
--- /dev/null
+++ b/chrome/test/data/prerender/prefetch_appcache.html
@@ -0,0 +1,9 @@
+<html manifest="REPLACE_WITH_MANIFEST">
+<!--
+A stub page used to set up an AppCache manifest.
+-->
+<body>
+ <script src="prefetch.js"></script>
+ <img src="image.png"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698