summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1094434-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/writing-mode/1094434-1-ref.html')
-rw-r--r--layout/reftests/writing-mode/1094434-1-ref.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1094434-1-ref.html b/layout/reftests/writing-mode/1094434-1-ref.html
new file mode 100644
index 0000000000..df8564d2b5
--- /dev/null
+++ b/layout/reftests/writing-mode/1094434-1-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<style>
+.test {
+ margin: 20px;
+ height: 200px;
+ width: 200px;
+ 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>