tenfourfox/layout/reftests/transform/origin-1-ref.html

10 lines
162 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
</head>
<body>
<div style="width:200px;height:100px;border:1px solid black; -moz-transform: rotate(45deg);">
Some text!
</div>
</body>
</html>