layout/reftests/position-dynamic-changes/vertical/topA-heightN-bottomA.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/position-dynamic-changes/vertical/topA-heightN-bottomA.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html class="reftest-wait">
     1.6 +  <head>
     1.7 +    <link rel="stylesheet" type="text/css" href="style.css">
     1.8 +    <script src="animate.js" type="text/javascript"></script>
     1.9 +    <script src="../handleprop.js" type="text/javascript"></script>
    1.10 +  </head>
    1.11 +  <body>
    1.12 +    <div id="parent">
    1.13 +      <div id="child" style="height: 100px;">
    1.14 +        <div class="floatTop"></div>
    1.15 +        <div class="floatTop"></div>
    1.16 +      </div>
    1.17 +    </div>
    1.18 +    <script>
    1.19 +      animate(100, 200, "height");
    1.20 +    </script>
    1.21 +  </body>
    1.22 +</html>

mercurial