summaryrefslogtreecommitdiffstats
path: root/editor/reftests/dynamic-overflow-change.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/dynamic-overflow-change.html')
-rw-r--r--editor/reftests/dynamic-overflow-change.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/editor/reftests/dynamic-overflow-change.html b/editor/reftests/dynamic-overflow-change.html
new file mode 100644
index 0000000000..57a1b8f74e
--- /dev/null
+++ b/editor/reftests/dynamic-overflow-change.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <body onload="document.querySelector('textarea').style.overflow='hidden'">
+ <textarea rows="2">
+ this
+ is
+ a
+ textarea
+ with
+ overflow
+ </textarea>
+ </body>
+</html>