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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <!--
3 Prefetch page which fetches a script. It includes some javascript that can be
4 used to test whether execution occurred.
5 -->
6 <head>
7 <title>Prefetch Page</title>
8 <script src="prefetch.js" type="text/javascript"></script>
9
10 <script>
11 // Variables to test if javascript is executed.
12 var pageBool = true;
13 var pageAntiBool = false;
14 </script>
15
16 </head>
17 <body>
18 Page content that is necessary for first contentful paint metrics
19 </body>
20 </html>
OLDNEW
« 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