Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / autofill / functional / crowdsourcing-test.html
blob613f927366e6ccbd0c7ecf52c3cbc79027959c4c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Autofill Crowdsourcing Test</title>
6 </head>
7 <body>
8 <form action="http://www.google.com/" method="post" id="testform">
9 <label for="fn">Fn:</label> <input type="text" id="fn"/><br/>
10 <label for="ln">Ln:</label> <input type="text" id="ln"/><br/>
11 <label for="em">Em:</label> <input type="text" id="em"/><br/>
12 <input type="submit" value="send">
13 </form>
14 </body>
15 </html>