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

Unified Diff: chrome/test/data/prerender/prefetch_image.html

Issue 2304953002: NoState Prefetch: nostate prefetch browser tests. (Closed)
Patch Set: comments 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/prerender/prefetch_image.html
diff --git a/chrome/test/data/prerender/prefetch_image.html b/chrome/test/data/prerender/prefetch_image.html
new file mode 100644
index 0000000000000000000000000000000000000000..4a9675db9084b844d16d53a8f6f194423d849c1f
--- /dev/null
+++ b/chrome/test/data/prerender/prefetch_image.html
@@ -0,0 +1,12 @@
+<html>
+<!--
+This page checks for prefetching of a an image.
+-->
+<head>
+<title>Prefetch Page</title>
+<script src="prefetch.js" type="text/javascript"></script>
+</head>
+<body>
+ <img src="REPLACE_WITH_IMAGE_URL"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698