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
Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git]
/
editor
/
reftests
/
spellcheck-textarea-attr-dynamic-inherit.html
blob
a4a938494b94108f765daa5ea710150c3392ab02
1
<!DOCTYPE
html
>
2
<html>
3
<body
onload
=
"init()"
>
4
<textarea>
blahblahblah
</textarea>
5
<script>
6
function
init
() {
7
document
.
body
.
setAttribute
(
"spellcheck"
,
"false"
);
8
}
9
</script>
10
</body>
11
</html>