Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / devtools / page_with_content_script.html
blobd38591e867476b8f61a5214b04fca65b8ad9e3c4
1 <html>
2 <head>
3 <script>
6 function handleClick() {
8 </script>
9 </head>
10 <body>
11 <input id='btn' type='button' onclick='handleClick()' value='Test'/>
12 </body>
13 </html>