summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/mixed-abspos-root/mixed-dimentionN-ref.html
blob: d47317996bd9bed953679742554bc3d47f54e827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html id="parent">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="../handleprop.js" type="text/javascript"></script>
    <style>
      #child {
        width: 100px;
        height: 100px;
        left: 300px;
        top: 200px;
      }
    </style>
  </head>
  <body>
    <div id="child">
      <div class="floatLeft"></div>
      <div class="floatLeft"></div>
    </div>
  </body>
</html>