repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
content
/
html
/
document
/
test
/
bug448564-submit.js
blob
34de44d4dd5c4bb5a50012bba71bfc4fa06f342d
1
var
inputs
=
document
.
getElementsByTagName
(
"input"
);
2
for
(
var
input
,
i
=
0
;
input
=
inputs
[
i
]; ++
i
)
3
if
(
"submit"
==
input
.
type
)
4
input
.
click
();