Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / automation / sends_message_on_load.html
blob794ada5db3f37ddfb2a7127f7e785c5b3e4ce7b3
1 <!-- Used for testing that the automation code waits until the onload handler
2 ---- has finished.
3 !-->
4 <html>
5 <script>
6 window.onload = function() {
7 window.domAutomationController.setAutomationId(0);
8 window.domAutomationController.send(1);
10 </script>
11 </html>