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