12 display: inline-block;
23 <div>ب-بّ-ب
<span id=
"mask"> </span></div>
25 The three Arabic glyphs above should have the same baseline.
28 // Hide combining mark when running as test and try to match
29 // with the same text without the mark.
30 if (window
.testRunner
)
31 document
.getElementById('mask').style
.visibility
= 'visible';