tenfourfox/layout/reftests/transform/iframe-transform.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
240 B
HTML

<html>
<head>
<style>
div {
height: 200px;
width: 200px;
background: green;
-moz-transform: translate(500px, 500px);
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>