1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-inflation/xul-reflow-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>Testcase, bug 764354</title> 1.6 +<style> 1.7 +#outer { 1.8 + width: 300px; 1.9 + height: 100px; 1.10 + background: yellow; color: black; 1.11 +} 1.12 +.inner { 1.13 + background: aqua; color: black; 1.14 + text-align: center; 1.15 +} 1.16 +</style> 1.17 + 1.18 +<div id="outer"> 1.19 + <div class="inner">Text</div> 1.20 + <div class="inner">Text</div> 1.21 +</div>