https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5fec50492f5ff2a41f2b765bd1885ba4450061cb authored by ffxbld on 25 August 2014, 12:18:40 UTC
Added FIREFOX_24_8_0esr_RELEASE FIREFOX_24_8_0esr_BUILD1 tag(s) for changeset 420be099bad9. DONTBUILD CLOSED TREE a=release
Tip revision: 5fec504
615121-1.html
<html>
<head>
<style type="text/css">
@font-face {
  font-family: schz;
  src: url(../fonts/sil/ScheherazadeRegOT.ttf);
}
div {
  font-family: schz;
  font-size: 32px;
  margin: 32px;
}
</style>
</head>
<body>
<!-- test for bug 615121: flipped sign for diacritic y-offset
     will make it project above the em-height box -->
<div>
<p>The letter and diacritic should be hidden by the black box:<br>
<span style="background:black;padding:0 .5em;margin-right:-1em;">
</span>&nbsp;&#x628;&#x651;&#x64c;&nbsp;
</div>
</body>
</html>
back to top