Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / request_autocomplete / test_page.html
blob9db7dd6c42b48a2d5241602143cd9f506821a278
1 <!doctype html>
2 <html>
3 <body>
4 <form><input autocomplete="cc-name"></form>
5 <script>
6 function send(msg) {
7 domAutomationController.setAutomationId(0);
8 domAutomationController.send(msg);
11 window.onclick = function() {
12 document.forms[0].requestAutocomplete();
13 send('clicked');
15 </script>
16 </body>
17 </html>