summaryrefslogtreecommitdiffstats
path: root/editor/reftests/spellcheck-textarea-attr-inherit.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/spellcheck-textarea-attr-inherit.html')
-rw-r--r--editor/reftests/spellcheck-textarea-attr-inherit.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/spellcheck-textarea-attr-inherit.html b/editor/reftests/spellcheck-textarea-attr-inherit.html
new file mode 100644
index 0000000000..c261fec5a4
--- /dev/null
+++ b/editor/reftests/spellcheck-textarea-attr-inherit.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <span spellcheck="false"><textarea>blahblahblah</textarea></span>
+</body>
+</html>