summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1513423-3-ref.html
blob: ec31af28c09baed7ab59d9f28e198fbf733dee36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset=utf-8>
<style>
@font-face {
  font-family: awami;
  src: url(../fonts/sil/AwamiNastaliq-Regular.woff);
}
div {
  font: 36px/3 awami;
  text-align: center;
}
</style>
Both lines should be the same, with no clipping of either green or blue glyphs:
<div dir=rtl>
<p style="color:blue"><span style="color:green">دیکھتی</span> کنسلٹنٹس</p>
<p style="color:green">دیکھتی <span style="color:blue">کنسلٹنٹس</span></p>