summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/horizontal/leftN-widthA-rightN-2.html
blob: d12d7a917a2569a584f9f6745676a7a0553ba2bc (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="left: 100px; right: 20px;">
        <div class="floatLeft"></div>
        <div class="floatLeft"></div>
      </div>
    </div>
    <script>
      animate(100, 340);
    </script>
  </body>
</html>