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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
editor
/
reftests
/
spellcheck-contenteditable-attr-dynamic-override-inherit.html
blob
1b4a0ab3b9332ea8c15c46d1648490d8cf7c401d
1
<!DOCTYPE
html
>
2
<html>
3
<body
onload
=
"init()"
spellcheck
=
"true"
>
4
<div
contenteditable
>
blahblahblah
</div>
5
<script>
6
function
init
() {
7
document
.
body
.
setAttribute
(
"spellcheck"
,
"false"
);
8
}
9
</script>
10
</body>
11
</html>