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

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

Issue 2619493006: [Android] Chagne items shown in context menu for tel link (Closed)
Patch Set: Solve conflicts of commit. Created 3 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
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
26 <br>
27 <a href="tel:10000000000" id="tel">1-000-000-0000</a>
28 </br>
25 </body> 29 </body>
26 30
27 </html> 31 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/android/contextmenu/context_menu_test.html ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698