servo/tests/wpt/web-platform-tests/css/css-writing-modes-3/reference/full-width-notcu-notref.html

23 lines
392 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYakura">
<style>
.test {
writing-mode: vertical-rl;
}
</style>
</head>
<body>
<p>Test passes if the following paragraphs are identical:</p>
<div class="test">
<p>月19日</p>
<p>月19日</p>
</div>
</body>
</html>