1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/372037-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html> 1.5 + 1.6 +<style> 1.7 +html, body {margin: 0; padding:5px} 1.8 +</style> 1.9 + 1.10 +<div style="position: relative; height: 100px; width: 100px;"> 1.11 +<div style="background: blue; position: absolute; top: 10px; width: 40px; height: 50px;"> 1.12 +</div> 1.13 +</div> 1.14 + 1.15 +<div style="position: relative; height: 100px; width: 100px;"> 1.16 +<div style="background: blue; position: fixed; left: 20px; width: 40px; height: 50px;"> 1.17 +</div> 1.18 +</div> 1.19 + 1.20 +<div style="overflow: auto; position: relative; height: 100px; width: 100px;"> 1.21 +<div style="background: blue; position: relative; width: 200px; height: 200px;"> 1.22 +</div> 1.23 +</div> 1.24 + 1.25 +<div style="overflow: auto; position: relative; height: 100px; width: 100px;"> 1.26 +<div style="background: blue; position: absolute; width: 200px; height: 200px;"> 1.27 +</div> 1.28 +</div>