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

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