summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/mongolian-orientation-001.html
blob: 0c3271c0dc0bc7979e9bd35437d6cc7ab3d7938c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>