summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html
blob: cc8f943901129348be2bdcf95646a66c0949c52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<meta charset=utf-8>
<style>
@font-face {
  font-family: noto-nastaliq;
  src: url(../fonts/NotoNastaliqUrdu-Regular.ttf);
}
body { font: 40px/200px noto-nastaliq; }
div { text-align: center; margin: 10px; border: 1px solid gray;
      width: 200px; height: 200px; float: left; }
.v2 { transform: rotate(-90deg); }
</style>

<div>نوٹو نستعلیق</div>
<div class="v2">نوٹو نستعلیق</div>