diff options
Diffstat (limited to 'layout/reftests/forms/textarea/resize-rtl-vertical.html')
-rw-r--r-- | layout/reftests/forms/textarea/resize-rtl-vertical.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/forms/textarea/resize-rtl-vertical.html b/layout/reftests/forms/textarea/resize-rtl-vertical.html new file mode 100644 index 0000000000..602ca9b399 --- /dev/null +++ b/layout/reftests/forms/textarea/resize-rtl-vertical.html @@ -0,0 +1,3 @@ +<html><body> +<textarea dir="rtl" style="resize: vertical; -moz-appearance: none; background: white; border: 0; padding: 0; margin: 0; width: 100px; height: 100px;" resizable="false" multiline="true" width="100" height="100"></textarea> +</body></html> |