Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / android / google.html
blob35773deefa190e6dbdaa20ce459164368988dc19
1 <html>
3 <head>
4 <title>The Google</title>
5 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5" />
6 </head>
8 <body>
10 <h1>Welcome to the Google!</h1>
12 <img src="google.png" id="logo"></img><br>
13 <form>
14 <input type="text" id="textField"></input>
15 <input type="submit" value="Search"></input>
16 </form>
18 <br>
19 <a href="about.html" id="aboutLink">About the Google</a>
20 <br>
21 </body>
23 </html>