trisquel-icecat/icecat/layout/reftests/transform/origin-2c.html

9 lines
185 B
HTML

<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>