layout/reftests/bugs/98223-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/98223-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     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 #1 for bug 98223</title>
    1.10 +
    1.11 +<style type="text/css">
    1.12 +
    1.13 +        .outer { position:relative; padding-left:50px; height:100px; width:50px; border:thin solid;}
    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 +
    1.21 +<body>
    1.22 +
    1.23 + <div style="position:absolute; width:200px">
    1.24 +  <div class="outer">
    1.25 +   <div class="inner"></div>
    1.26 +  </div>
    1.27 + </div>
    1.28 +
    1.29 +</body>
    1.30 +</html>

mercurial