Mypal/editor/reftests/spellcheck-superscript-2.html

4 lines
134 B
HTML
Raw Permalink Normal View History

2019-03-11 03:26:37 -07:00
<!doctype html>
<textarea spellcheck=false>&sup1; &sup2; &sup3; mispeled</textarea>
<script>document.body.firstChild.focus()</script>