layout/reftests/position-dynamic-changes/mixed-abspos-root/mixed-dimentionN-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/position-dynamic-changes/mixed-abspos-root/mixed-dimentionN-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html id="parent">
     1.6 +  <head>
     1.7 +    <link rel="stylesheet" type="text/css" href="style.css">
     1.8 +    <script src="../handleprop.js" type="text/javascript"></script>
     1.9 +    <style>
    1.10 +      #child {
    1.11 +        width: 100px;
    1.12 +        height: 100px;
    1.13 +        left: 300px;
    1.14 +        top: 200px;
    1.15 +      }
    1.16 +    </style>
    1.17 +  </head>
    1.18 +  <body>
    1.19 +    <div id="child">
    1.20 +      <div class="floatLeft"></div>
    1.21 +      <div class="floatLeft"></div>
    1.22 +    </div>
    1.23 +  </body>
    1.24 +</html>

mercurial