summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1562733-rotated-nastaliq-1-ref.html
blob: 2a2298240c9e844a0cda05cbf37a420b89dcc973 (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; }
.v1 { transform: rotate(90deg); }
</style>

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