tenfourfox/layout/reftests/transform/rotate-2a.html

10 lines
176 B
HTML
Raw Normal View History

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