diff options
Diffstat (limited to 'editor/reftests/spellcheck-superscript-1-ref.html')
-rw-r--r-- | editor/reftests/spellcheck-superscript-1-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/reftests/spellcheck-superscript-1-ref.html b/editor/reftests/spellcheck-superscript-1-ref.html new file mode 100644 index 0000000000..35df20d70b --- /dev/null +++ b/editor/reftests/spellcheck-superscript-1-ref.html @@ -0,0 +1,3 @@ +<!doctype html> +<textarea spellcheck=false>¹ ² ³</textarea> +<script>document.body.firstChild.focus()</script> |