Blame editor/reftests/spellcheck-contenteditable-disabled.html

Packit f0b94e
Packit f0b94e
<html>
Packit f0b94e
<body>
Packit f0b94e
  
blahblahblah
Packit f0b94e
  <script>
Packit f0b94e
    // Adding focus to the textbox should trigger a spellcheck
Packit f0b94e
    document.querySelector("div").focus();
Packit f0b94e
    document.querySelector("div").blur();
Packit f0b94e
  </script>
Packit f0b94e
</body>
Packit f0b94e
</html>