gecko/layout/reftests/transform/translatex-2.html

10 lines
129 B
HTML
Raw Normal View History

<html>
<head>
</head>
<body>
<div style="-moz-transform: matrix(1, 0, 0, 1, 50px, 0);">
Test Text
</div>
</body>
</html>