Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/mongolian-orientation-001.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Writing Modes Test: orientation of mongolian</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#text-orientation"> <link rel="match" href="reference/mongolian-orientation-001-ref.html"> <meta name="assert" content="Mongolian is intrinsicly vertical, mixed and upright text-orientation are expected to be the same."> <style> div { font-family: "Mongolian White"; /* Not required for the test to work, but it helps make it look not ugly if you have the font installed.*/ font-size: 2em; margin: 1em; writing-mode: vertical-lr; float: left; } div:nth-of-type(1) { text-orientation: mixed; } div:nth-of-type(2) { text-orientation: upright; } </style> <p>The test passes if you see two identical lines of vertical text (in Mongolian). <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div> <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div>
/css/css-writing-modes/reference/mongolian-orientation-001-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Writing Modes Test Reference</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <style> div { font-family: "Mongolian White"; font-size: 2em; margin: 1em; writing-mode: vertical-lr; float: left; } div:nth-of-type(1) { text-orientation: sideways; } div:nth-of-type(2) { text-orientation: sideways; } </style> <p>The test passes if you see two identical lines of vertical text (in Mongolian). <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div> <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div>