Mypal/layout/reftests/transform/scale-1-ref.html
2019-03-11 13:26:37 +03:00

17 lines
213 B
HTML

<html>
<head>
<style>
body { margin: 0px; }
#test {
background: green;
width: 50px;
height: 50px;
margin: 25px;
}
</style>
<body>
<div id="test">
</div>
</body>
</html>