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