aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/canvas_transform_ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/canvas_transform_ref.html')
-rw-r--r--tests/ref/canvas_transform_ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ref/canvas_transform_ref.html b/tests/ref/canvas_transform_ref.html
new file mode 100644
index 00000000000..2c0898134f4
--- /dev/null
+++ b/tests/ref/canvas_transform_ref.html
@@ -0,0 +1,21 @@
+<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>
+