1
0
Fork 0
firefox/testing/web-platform/tests/css/css-writing-modes/mongolian-span-001.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

16 lines
485 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test: Test Mongolian in a span renders the same as without the span</title>
<link rel="match" href="reference/mongolian-span-001-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#block-flow">
<link rel="author" href="mailto:kojii@chromium.org">
<style>
html {
writing-mode: vertical-lr;
font-size: 50px;
}
</style>
<body>
<div>ᠶᠠᠫᠣᠨ</div>
<div><span>ᠶᠠᠫᠣᠨ</span></div>
</body>