summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html')
-rw-r--r--layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html b/layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html
new file mode 100644
index 0000000000..a9cc3dd73b
--- /dev/null
+++ b/layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<div style="width:300px;
+ height:300px;
+ text-align:center;
+ line-height:150px;
+ writing-mode:sideways-lr;">
+ <span style="text-decoration:underline;">under</span>
+ <span style="text-decoration:overline;">over</span>
+ <span style="text-decoration:line-through;">through</span>
+</div>