summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/origin-name-1-ref.html
blob: 16af6cd0627addcb4c5c0d7ff698f24898aedc2f (plain)
1
2
3
4
5
6
7
8
<html>
<head>
</head>
<body>
  <div style="margin-left: 300px; margin-top:300px; width:100px; height:200px; background-color:#202040; transform: rotate(45deg); transform-origin: 0% 0%;">
  </div>
</body>
</html>