diff options
Diffstat (limited to 'editor/reftests/spellcheck-input-attr-after.html')
-rw-r--r-- | editor/reftests/spellcheck-input-attr-after.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/spellcheck-input-attr-after.html b/editor/reftests/spellcheck-input-attr-after.html new file mode 100644 index 000000000..1e878b5d1 --- /dev/null +++ b/editor/reftests/spellcheck-input-attr-after.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <input type="text" value="blahblahblah" spellcheck="true"> +</body> +</html> |