Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
automation
/
sends_message_on_load.html
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>