Mypal/layout/reftests/writing-mode/1193519-sideways-lr-decorat...

11 lines
347 B
HTML

<!DOCTYPE html>
<div style="width:300px;
height:300px;
text-align:center;
line-height:150px;
transform:rotate(-90deg);">
<span style="text-decoration:underline;">under</span>
<span style="text-decoration:overline;">over</span>
<span style="text-decoration:line-through;">through</span>
</div>