blob: 899e69c5e0b9e2f4675e7d2c66ad25360968cc7d [file] [log] [blame]
<!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">
<style>
.test {
-webkit-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>xxx</p>
<p>xxx</p>
</div>
</body>
</html>