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
/
request_autocomplete
/
test_page.html
blob
9db7dd6c42b48a2d5241602143cd9f506821a278
1
<!doctype
html
>
2
<html>
3
<body>
4
<form><input
autocomplete
=
"cc-name"
></form>
5
<script>
6
function
send
(
msg
) {
7
domAutomationController
.
setAutomationId
(
0
);
8
domAutomationController
.
send
(
msg
);
9
}
10
11
window
.
onclick
=
function
() {
12
document
.
forms
[
0
].
requestAutocomplete
();
13
send
(
'clicked'
);
14
};
15
</script>
16
</body>
17
</html>