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

Side by Side Diff: chrome/test/data/android/google.html

Issue 2805763003: customtabs: Add a test for external app redirection. (Closed)
Patch Set: Address comments. Created 3 years, 8 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabExternalNavigationTest.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 2
3 <head> 3 <head>
4 <title>The Google</title> 4 <title>The Google</title>
5 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-sc ale=0.5" /> 5 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-sc ale=0.5" />
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 9
10 <h1>Welcome to the Google!</h1> 10 <h1>Welcome to the Google!</h1>
11 11
12 <img src="google.png" id="logo"></img><br> 12 <img src="google.png" id="logo"></img><br>
13 <form> 13 <form>
14 <input type="text" id="textField"></input> 14 <input type="text" id="textField"></input>
15 <input type="submit" value="Search"></input> 15 <input type="submit" value="Search"></input>
16 </form> 16 </form>
17 17
18 <br> 18 <br>
19 <a href="about.html" id="aboutLink">About the Google</a> 19 <a href="about.html" id="aboutLink">About the Google</a>
20 <br> 20 <br>
21 21
22 <br> 22 <br>
23 <a href="mailto:someone@example.com" id="email">Send email</a> 23 <a href="mailto:someone@example.com" id="email">Send email</a>
24 <br> 24 <br>
25 25
26 <br> 26 <br>
27 <a href="tel:10000000000" id="tel">1-000-000-0000</a> 27 <a href="tel:10000000000" id="tel">1-000-000-0000</a>
28 </br> 28 </br>
29
30
31 <br>
32 <a href="customtab://customtabtest/intent" id="customtab-external-link">Dummy Ex ternal App Link</a>
33 </br>
29 </body> 34 </body>
30 35
31 </html> 36 </html>
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabExternalNavigationTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698