summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/relative/move-top-left-table-ref.html
blob: 748e1d7eec998ea28e9b95cb9abb5d7726d26a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <div id="container">
      <table id="rel" style="right: -200px; bottom: -300px;">
        <tr><td>position&#10;relative</td></tr>
      </table>
    </div>
  </body>
</html>