tenfourfox/layout/reftests/transform/translate-1e.html

10 lines
190 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
</head>
<body>
<div style="-moz-transform: translate(50px) translate(-100px) translate(150px) translate(-50px) translate(0px, 50px);">
Test Text
</div>
</body>
</html>