tenfourfox/testing/web-platform/tests/2dcontext/transformations/transform_ref.html

17 lines
238 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<meta charset=utf-8>
<style>
html, body {
margin: 0;
}
section {
position: absolute;
background: rgb(255, 0, 0);
width: 30px;
height: 30px;
top: 30px;
left: 30px;
}
</style>
<section></section>