gecko/layout/reftests/text/lineheight-metrics-1-ref.html
Karl Tomlinson 51bcebe748 normal line height test b=657864
--HG--
extra : transplant_source : w%E7B%EF%D1%A7%8C%9A%98%C2%0Ce%C1N%BB%08nrC2
2011-05-17 14:57:31 +12: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>