1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/98223-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1.5 + "http://www.w3.org/TR/html4/loose.dtd"> 1.6 + 1.7 +<html lang="en"> 1.8 +<head> 1.9 +<title>Testcase #2 for bug 98223</title> 1.10 + 1.11 +<style type="text/css"> 1.12 + 1.13 + .outer { padding-left:150px; height:100px; width:50px; background: yellow; } 1.14 + .inner { position:absolute; height:50px; width:50px; background-color:lime; } 1.15 + 1.16 +</style> 1.17 + 1.18 + 1.19 +</head> 1.20 +<body> 1.21 + 1.22 + <div style="position:absolute; width:200px"> 1.23 + <div class="outer"> 1.24 + <div class="inner"></div> 1.25 + </div> 1.26 + </div> 1.27 + 1.28 +</body> 1.29 +</html>