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

18 lines
304 B
HTML

<title>Testcase, bug 947650 and 598900</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: 27px;
}
</style>
<body>
<div></div>
</body>