diff options
Diffstat (limited to 'layout/reftests/writing-mode/1094434-2-ref.html')
-rw-r--r-- | layout/reftests/writing-mode/1094434-2-ref.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1094434-2-ref.html b/layout/reftests/writing-mode/1094434-2-ref.html new file mode 100644 index 000000000..3182e7cfd --- /dev/null +++ b/layout/reftests/writing-mode/1094434-2-ref.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<style> +.test { + margin: 20px; + height: 200px; + width: 200px; + overflow: scroll; + padding: 0; +} +</style> +</head> + +<body> + +<textarea class="test" dir="ltr"> </textarea> + +<textarea class="test" dir="ltr"> </textarea> + +<br> + +<textarea class="test" dir="rtl"> </textarea> + +<textarea class="test" dir="rtl"> </textarea> + +</body> +</html> |