mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
29
layout/reftests/text/lineheight-metrics-2b.html
Normal file
29
layout/reftests/text/lineheight-metrics-2b.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<title>Testcase, bug 947650 and 598900</title>
|
||||
<style>
|
||||
html { background: white; }
|
||||
@font-face {
|
||||
font-family: "MarkA-lineheight6000-typolineheight2700";
|
||||
src: url(../fonts/markA-lineheight6000-typolineheight2700.ttf);
|
||||
}
|
||||
body {
|
||||
padding: 1px;
|
||||
background: blue;
|
||||
width: 100px;
|
||||
height: 27px;
|
||||
font-size: 0px; /* remove the effect of the strut ascent and descent */
|
||||
}
|
||||
div {
|
||||
background: aqua;
|
||||
}
|
||||
span {
|
||||
/* Choose 10px so that all the metrics are integers and we avoid rounding
|
||||
issues. See lineheight-metrics-1.html for a test with non-integer values.
|
||||
*/
|
||||
color: transparent;
|
||||
font-family: MarkA-lineheight6000-typolineheight2700;
|
||||
font-size: 10px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div><span>A</span></div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue