Bug 1895153 - Implement "Find in page..." menu functionality r=android-reviewers...
[gecko.git] / editor / reftests / spellcheck-contenteditable-property-dynamic-inherit.html
blobfeb623dbb6e6f927eb1a8751f2e6a5b7ff955a22
1 <!DOCTYPE html>
2 <html>
3 <body onload="init()">
4 <div contenteditable>blahblahblah</div>
5 <script>
6 function init() {
7 document.body.spellcheck = false;
9 </script>
10 </body>
11 </html>