summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/vertical/topA-heightN-bottomA-ref.html
blob: 1513ea8e6ec2bb9ed64aefdcfa560f0a7b456d36 (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="height: 200px;">
        <div class="floatTop"></div>
        <div class="floatTop"></div>
      </div>
    </div>
  </body>
</html>