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

Unified Diff: chrome/test/data/android/prerender/google.html

Issue 45693002: Add ExternalPrerenderRequestHandler and related API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed imports Created 7 years, 1 month 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/chrome_browser.gypi ('k') | chrome/test/data/android/prerender/youtube.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/prerender/google.html
diff --git a/chrome/test/data/android/prerender/google.html b/chrome/test/data/android/prerender/google.html
new file mode 100644
index 0000000000000000000000000000000000000000..8acce1ee156173f875620d7a2b6dfb3665c78930
--- /dev/null
+++ b/chrome/test/data/android/prerender/google.html
@@ -0,0 +1,16 @@
+<html>
+
+<head>
+ <title>Welcome to the Google</title>
+</head>
+
+<body>
+
+<form>
+ <input type="text" id="textField"></input>
+ <input type="submit" value="Search"></input>
+</form>
+
+</body>
+
+</html>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/android/prerender/youtube.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698