gecko/layout/reftests/editor/spellcheck-textarea-focused.html

12 lines
265 B
HTML

<!DOCTYPE html>
<html>
<body>
<textarea id="testBox">blahblahblah</textarea>
<script type="text/javascript">
//Adding focus to the textbox should trigger a spellcheck
document.getElementById("testBox").focus();
</script>
</body>
</html>