no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / editor / reftests / spellcheck-contenteditable-disabled-partial.html
blobc7b6c427c4088f94d965bc13317f06c90d56c7cd
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>