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

18 lines
214 B
HTML

<html>
<head>
<style>
body { margin: 0px; }
div {
background: green;
width: 100px;
height: 50px;
margin-top: 25px;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>