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
Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
keyboard
/
focus.html
blob
e572c5800bdff68e40813b0e432c353918bcf587
1
<html>
2
<script>
3
function
focus_textfield
() {
4
document
.
getElementById
(
'text'
).
focus
();
5
}
6
</script>
7
<body
onload
=
"focus_textfield();"
>
8
<input
id='text'
>
9
</body>
10
</html>