summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/origin-2c.html
blob: 722b7bca7493902600d1b4a20e346fba49a9bb45 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="width:200px;height:100px;border:1px solid black; transform: rotate(45deg); transform-origin: 50% 51px;">
	Some text!
  </div>
</body>
</html>