summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html')
-rw-r--r--layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html b/layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html
new file mode 100644
index 0000000000..cc8f943901
--- /dev/null
+++ b/layout/reftests/bugs/1562733-rotated-nastaliq-2-ref.html
@@ -0,0 +1,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>