gecko/layout/reftests/transform/translatex-1b.html

10 lines
133 B
HTML
Raw Normal View History

<html>
<head>
</head>
<body>
<div style="-moz-transform: translatex(50px) rotate(360deg);">
Test Text
</div>
</body>
</html>