зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
263 B
HTML
10 строки
263 B
HTML
|
<!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>
|