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

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

Issue 136583007: Refactor prerender_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and switch some CHECKs to ASSERT_TRUE Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Preloader</title> 3 <title>Preloader</title>
4 <script src="prerender_events_common.js"></script> 4 <script src="prerender_events_common.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 AddPrerender('REPLACE_WITH_DESTINATION_URL', 0); 8 AddPrerender('REPLACE_WITH_PRERENDER_URL', 0);
9 </script> 9 </script>
10 <a target="_blank" id="toClickTarget"
11 href="REPLACE_WITH_DESTINATION_URL">Link To click in new window</a>
12 <a id="toClick" href="REPLACE_WITH_DESTINATION_URL">Link to click</a>
13 </body> 10 </body>
14 </html> 11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/prerender/prerender_events_common.js ('k') | chrome/test/data/prerender/prerender_loader_removing_links.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698