summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/vertical-mode-decorations-2.html
blob: 72bdfca999398bb4abd7918923edd15249183185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<head>
<meta charset=utf-8>
<style>
body { font: 32px Arial, sans-serif; margin: 20px; color: transparent; }
div { block-size: 10em; inline-size: 10em; margin: 0; padding: 10px;
      text-align: center; background: #eee; }
.a { text-decoration: blue solid underline line-through overline; }
.c { text-decoration: green double underline line-through overline; }
</style>
</head>
<body>
<div style="writing-mode:sideways-lr;">
  hello <span class=a>hello</span> <span class=c>hello</span>
</div>