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 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
[gecko.git]
/
editor
/
reftests
/
spellcheck-input-attr-dynamic.html
blob
27c8281faf8f5e64f31da8e70ea922dd923fce46
1
<!DOCTYPE
html
>
2
<html>
3
<body
onload
=
"init()"
>
4
<input
class
=
"spell-checked"
type
=
"text"
value
=
"blahblahblah"
>
5
<script>
6
function
init
() {
7
document
.
querySelector
(
"input"
).
setAttribute
(
"spellcheck"
,
"true"
);
8
}
9
</script>
10
</body>
11
</html>