repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
automation
/
sends_message_on_load.html
blob
794ada5db3f37ddfb2a7127f7e785c5b3e4ce7b3
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
);
9
}
10
</script>
11
</html>