tenfourfox/layout/reftests/transform/scale-1-ref.html

17 lines
213 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style>
body { margin: 0px; }
#test {
background: green;
width: 50px;
height: 50px;
margin: 25px;
}
</style>
<body>
<div id="test">
</div>
</body>
</html>