Bug 1890277: part 2) Add `require-trusted-types-for` directive to CSP parser, guarded...
[gecko.git] / editor / reftests / spellcheck-textarea-focused.html
blob04d689cc1add1b4dd8e6751390d0781e73cbb8e7
1 <!DOCTYPE html>
2 <html>
3 <body>
5 <textarea id="testBox">blahblahblah</textarea>
6 <script type="text/javascript">
7 //Adding focus to the textbox should trigger a spellcheck
8 document.getElementById("testBox").focus();
9 document.getElementById("testBox").blur();
10 </script>
12 </body>
13 </html>