layout/reftests/transform/abspos-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/transform/abspos-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +</head>
     1.7 +<body>
     1.8 +  <div style="width: 100px; height: 200px; position: relative; left: 50px; top: 50px; background-color: gold;">
     1.9 +    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
    1.10 +    <div style="background-color: navy; color: gold; width: 200px; height: 100px; position: absolute; left: 50px; top: 100px;">
    1.11 +      0 1 2 3 4 5 6 7 8 9
    1.12 +    </div>
    1.13 +  </div>
    1.14 +</body>
    1.15 +</html>

mercurial