summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translatex-1-ref-2.html
blob: 319fcc0b87dfa3f5e2b4dbd3bd710c49c6481daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
</head>
<body>
  <div style="margin-left: 50px;">
    Test Text
  </div>
  <div style="position:relative; left:50px; height:10px;">
    <!-- make the body overflow by 50px horizontally -->
  </div>
</body>
</html>