mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
27 lines
488 B
HTML
27 lines
488 B
HTML
<!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 {
|
|
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>
|