tenfourfox/layout/reftests/text/lineheight-metrics-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
294 B
HTML

<title>Reference, bug 643781</title>
<style>
html { background: white; }
body {
padding: 1px;
background: blue;
width: 100px;
font-size: 0px; /* remove the effect of the strut ascent and descent */
}
div {
background: aqua;
height: 33px;
}
</style>
<body>
<div></div>
</body>