Bug 1794893 - WebGLMemoryTracker ensured-registered in WebGLContext::ctor. r=gfx...
[gecko.git] / editor / reftests / spellcheck-contenteditable-property-dynamic-override.html
blobdd16894b89680b7eaaed18703cc58d1fc03c6390
1 <!DOCTYPE html>
2 <html>
3 <body onload="init()">
4 <div contenteditable spellcheck="true">blahblahblah</div>
5 <script>
6 function init() {
7 document.querySelector("div").spellcheck = false;
9 </script>
10 </body>
11 </html>