repo.or.cz
/
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 1728955: part 5) Add missing `// static` comment to `nsClipboard::CreateNativeDat...
[gecko.git]
/
editor
/
reftests
/
dynamic-type-4.html
blob
7cf5be6abb58a5141ff91518e4f342f55645063b
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<input
type
=
"checkbox"
value
=
"foo"
>
5
<script>
6
var
i
=
document
.
getElementsByTagName
(
"input"
)[
0
];
7
i
.
type
=
"text"
;
8
i
.
value
=
"abcdef"
;
9
</script>
10
</body>
11
</html>