blob: f1019ba9bf5cc6d0616435174173bc73b766969b (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<style>
p { font: 36px Geeza Pro, serif; }
span { font-variant: small-caps; }
</style>
<!-- bug 739117: breaking the run after the lam-alef ligature
should NOT cause extra space to appear -->
<p>سلا<span>م</span></p>
|