diff options
Diffstat (limited to 'editor/reftests/dynamic-overflow-change-ref.html')
-rw-r--r-- | editor/reftests/dynamic-overflow-change-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editor/reftests/dynamic-overflow-change-ref.html b/editor/reftests/dynamic-overflow-change-ref.html new file mode 100644 index 0000000000..52e5f5bb0d --- /dev/null +++ b/editor/reftests/dynamic-overflow-change-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <body> + <textarea rows="2" style="overflow: hidden;"> + this + is + a + textarea + with + overflow + </textarea> + </body> +</html> |