Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/bugs/reftest.list
<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 { writing-mode: sideways-rl; }
</style>
<div>نوٹو نستعلیق</div>
<div class="v1">نوٹو نستعلیق</div>