1
0
Fork 0
firefox/testing/web-platform/tests/css/css-writing-modes/reference/full-width-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
493 B
HTML

<!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;
}
.tcu-all {
text-combine-upright: all;
}
</style>
</head>
<body>
<p>Test passes if the following paragraphs are identical:</p>
<div class="test">
<p>6月<span class="tcu-all">19</span></p>
<p>6月<span class="tcu-all">19</span></p>
</div>
</body>
</html>