gecko-dev/layout/reftests/transform/translatey-1c.html

10 lines
190 B
HTML
Raw Normal View History

<html>
<head>
</head>
<body>
<div style="-moz-transform: translatey(25px) translatey(25px);">
<div style="background-color: green; width: 20px; height: 20px">
</div>
</body>
</html>