gecko-dev/layout/reftests/transform/translatey-1c.html
2019-02-01 18:45:48 +00:00

10 lines
190 B
HTML

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