summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/horizontal/toauto-leftA-widthA-rightN.html
blob: d8b4de0f17395e7d84d31f417b2db67f0cd563e5 (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="right: 100px;">
        <div class="floatLeft"></div>
        <div class="floatLeft"></div>
      </div>
    </div>
    <script>
      toAuto("right");
    </script>
  </body>
</html>