summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/transformations/transform_ref.html
blob: 2a166c36ce401cc125e4e8981185d8fa39696207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>