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

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

Issue 2304953002: NoState Prefetch: nostate prefetch browser tests. (Closed)
Patch Set: Remove final_status.cc as it had only formatting changes. Created 4 years, 2 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
« no previous file with comments | « chrome/test/data/prerender/prefetch_loop.html ('k') | chrome/test/data/prerender/prefetch_page2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/prerender/prefetch_page.html
diff --git a/chrome/test/data/prerender/prefetch_page.html b/chrome/test/data/prerender/prefetch_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..9009fb41801f6397af23d22454c7f1e091995b37
--- /dev/null
+++ b/chrome/test/data/prerender/prefetch_page.html
@@ -0,0 +1,20 @@
+<html>
+<!--
+Prefetch page which fetches a script. It includes some javascript that can be
+used to test whether execution occurred.
+-->
+<head>
+<title>Prefetch Page</title>
+<script src="prefetch.js" type="text/javascript"></script>
+
+<script>
+// Variables to test if javascript is executed.
+var pageBool = true;
+var pageAntiBool = false;
+</script>
+
+</head>
+<body>
+Page content that is necessary for first contentful paint metrics
+</body>
+</html>
« no previous file with comments | « chrome/test/data/prerender/prefetch_loop.html ('k') | chrome/test/data/prerender/prefetch_page2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698