Mypal/layout/reftests/transform/rotate-1-ref.html

10 lines
144 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
</head>
<body>
<div style="-moz-transform: rotate(45deg); width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>