summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/horizontal/leftN-widthA-rightA-2-ref.html
blob: 33b21d8f12fe587801c16d47d4fe36f7eab2c748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="../handleprop.js" type="text/javascript"></script>
  </head>
  <body>
    <div id="parent">
      <div id="child" style="left: 360px;">
        <div class="floatLeft"></div>
        <div class="floatLeft"></div>
      </div>
    </div>
  </body>
</html>