summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/vertical-ahem-1x4-ref.html
blob: e8968d166ccffd5de63038ad118a6374b6a12987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYakura">
<meta name="flags" content="ahem">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.test {
  writing-mode: vertical-rl;
  font-size: 5em;
  line-height: 1;
  font-family: Ahem;
}
</style>
</head>
<body>

<p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>

<div class="test">
  <p>xxxx</p>
  <p>xxxx</p>
</div>

</body>
</html>