summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/vertical-mode-decorations-1-ref.html
blob: e2078fdc393e8e65fc19fd340661c46e5ce94d55 (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="transform: rotate(90deg);">
  hello <span class=a>hello</span> <span class=c>hello</span>
</div>