summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/vertical/topA-heightN-bottomA.html
blob: 38a506372b31da49ceff11036d2c6a359a294114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="animate.js" type="text/javascript"></script>
    <script src="../handleprop.js" type="text/javascript"></script>
  </head>
  <body>
    <div id="parent">
      <div id="child" style="height: 100px;">
        <div class="floatTop"></div>
        <div class="floatTop"></div>
      </div>
    </div>
    <script>
      animate(100, 200, "height");
    </script>
  </body>
</html>