summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1157758-1-vertical-arabic-ref.html
blob: e3ec37a5a358864207d2f98d42f0a6a75f8e019d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
html {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
</style>
</head>

<body>
  &#x4F60; <bdo dir=ltr>&#x0627;&#x200c;&#x0644;&#x200c;&#x0639;&#x200c;&#x0631;&#x200c;&#x0628;&#x200c;&#x064A;</bdo> &#x597D;&#xFF01;
</body>
</html>