summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translatex-1a.html
blob: fe9c4f4eb02d03b9790c1fdcb86378ec825cd4f1 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: translatex(50px);">
    <div style="background-color: green; width: 20px; height: 20px">
  </div>
</body>
</html>