Files
servo/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/writing-mode-horizontal-001r-ref.htm

24 lines
396 B
HTML

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura">
<style>
.test {
font-size: 5em;
line-height: 1;
direction: rtl;
}
</style>
</head>
<body>
<p>Test passes if the following texts are identical:</p>
<div class="test">
<p>2014</p>
<p>2014</p>
</div>
</body></html>