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