summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/rotate-2a.html
blob: 9805bd79afec1b3d1c669fec83124b28dfa7ca6a (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="width:100px;height:200px;-moz-transform: translate(50px, -50px) rotate(-90deg); border: 1px solid black;">

  </div>
</body>
</html>