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 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git]
/
editor
/
reftests
/
spellcheck-contenteditable-disabled-partial.html
blob
c7b6c427c4088f94d965bc13317f06c90d56c7cd
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<div
contenteditable
>
sakde
<span
spellcheck=false
>
kreid
</span>
slodv
</div>
5
<script>
6
// Adding focus to the textbox should trigger a spellcheck
7
document
.
querySelector
(
"div"
).
focus
();
8
document
.
querySelector
(
"div"
).
blur
();
9
</script>
10
</body>
11
</html>