tenfourfox/layout/reftests/transform/iframe-transform.html

17 lines
240 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style>
div {
height: 200px;
width: 200px;
background: green;
-moz-transform: translate(500px, 500px);
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>