tenfourfox/layout/reftests/transform/scale-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>