tenfourfox/layout/reftests/transform/origin-2c.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
195 B
HTML

<html>
<head>
</head>
<body>
<div style="width:200px;height:100px;border:1px solid black; -moz-transform: rotate(45deg); -moz-transform-origin: 50% 51px;">
Some text!
</div>
</body>
</html>