summaryrefslogtreecommitdiffstats
path: root/editor/reftests/readwrite-editable-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/readwrite-editable-ref.html')
-rw-r--r--editor/reftests/readwrite-editable-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/editor/reftests/readwrite-editable-ref.html b/editor/reftests/readwrite-editable-ref.html
new file mode 100644
index 0000000000..99f1e51017
--- /dev/null
+++ b/editor/reftests/readwrite-editable-ref.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <input>
+ <input readonly>
+ <input type=password>
+ <input type=password readonly>
+ <input type=email>
+ <input type=email readonly>
+ <textarea></textarea>
+ <textarea readonly></textarea>
+ </body>
+</html>