summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1193519-sideways-lr-decoration-1.html
blob: a9cc3dd73b594d004cbf7fda6c9fff6339fb78c3 (plain)
1
2
3
4
5
6
7
8
9
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>