blob: cf310f615d6a0c5abe9c09af1e75b78b3a035129 [file] [log] [blame]
<!-- Used for testing that the automation code waits until the onload handler
---- has finished.
!-->
<html>
<script>
window.onload = function() {
window.domAutomationController.send(1);
}
</script>
</html>