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 1880273 [wpt PR 44583] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git]
/
editor
/
reftests
/
spellcheck-input-attr-dynamic-inherit.html
blob
c87be7c3e34303e3a57009204d27141e355f321b
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
.
body
.
setAttribute
(
"spellcheck"
,
"true"
);
8
}
9
</script>
10
</body>
11
</html>