1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/lineheight-metrics-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<title>Reference, bug 643781</title> 1.5 +<style> 1.6 +html { background: white; } 1.7 +body { 1.8 + padding: 1px; 1.9 + background: blue; 1.10 + width: 100px; 1.11 + font-size: 0px; /* remove the effect of the strut ascent and descent */ 1.12 +} 1.13 +div { 1.14 + background: aqua; 1.15 + height: 33px; 1.16 +} 1.17 +</style> 1.18 +<body> 1.19 +<div></div> 1.20 +</body>