servo/tests/ref/canvas_transform_ref.html

21 lines
247 B
HTML

<html>
<head>
<style>
html, body {
margin: 0;
}
section {
position: absolute;
background: rgb(255, 0, 0);
width: 30px;
height: 30px;
top: 30px;
left: 30px;
}
</style>
</head>
<body>
<section></section>
</body>
</html>