1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/372062-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<style> 1.5 +div {color:white; font-size: xx-large; top: 0; left: 0; position: absolute; width: 200px; height:200px;} 1.6 +</style> 1.7 + 1.8 +<div style="background: red;">FAIL</div> 1.9 +<div style=""> 1.10 + <div style="background:green">PASS</div> 1.11 +</div> 1.12 \ No newline at end of file