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

Side by Side Diff: content/test/data/android/device_files/content_detection/phone_local.html

Issue 11085008: [Android] Upstream content detection and ChromeBrowserProvider tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after landing resources separately. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « content/test/data/android/device_files/content_detection/phone_international.html ('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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
5 </head>
6 <body>
7
8 <!-- Local US numbers -->
9 <span id="US_1">1-888-433-5788</span></br>
10 <span id="US_2">703-293-6299</span></br>
11 <span id="US_3">(202) 456-2121</span></br>
12
13 <!-- Local UK/GB numbers -->
14 <span id="GB_1">(0) 20 7323 8299</span></br>
15 <span id="GB_2">01227865330</span></br>
16 <span id="GB_3">01963 824686</span></br>
17
18 <!-- Local FR numbers -->
19 <span id="FR_1">01 40 20 50 50</span></br>
20 <span id="FR_2">0326475534</span></br>
21 <span id="FR_3">(0) 237 211 992</span></br>
22
23 <!-- International numbers should still work in local modes -->
24 <span id="International">+31 (0)20-5045-100</span></br>
25
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « content/test/data/android/device_files/content_detection/phone_international.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698