summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/relative/move-top-left.html
blob: ec92ea4392fb4e9943dd62839479c603554ad0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="animate.js" type="text/javascript"></script>
  </head>
  <body>
    <div id="container"
      >surrounding <span id="rel"
        style="right: -400px; bottom: -400px;"
        >position&#10;relative</span> text</div>
    <script>
      animate({bottom: 10, right: 20}, 100);
    </script>
  </body>
</html>