Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/mongolian-span-001.html - WPT Dashboard Interop Dashboard
<!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="author" href="mailto:kojii@chromium.org">
<style>
html {
writing-mode: vertical-lr;
font-size: 50px;
}
</style>
<body>
<div>ᠶᠠᠫᠣᠨ</div>
<div><span>ᠶᠠᠫᠣᠨ</span></div>
</body>