aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/canvas_transform_ref.html
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-02-22 20:33:45 -0700
committerbors-servo <metajack+bors@gmail.com>2015-02-22 20:33:45 -0700
commit2e1adb3fa670504fb0fedaa517f312ba233bf67b (patch)
treeb82db2b6f4cd23dd332224d3f4fd7139d58ee429 /tests/ref/canvas_transform_ref.html
parent21a6633898d244595dc3bcf8b10ed859bca96e2e (diff)
parent55a0ee6ec75960879c20aea7d4b68a8bbdda1560 (diff)
downloadservo-2e1adb3fa670504fb0fedaa517f312ba233bf67b.tar.gz
servo-2e1adb3fa670504fb0fedaa517f312ba233bf67b.zip
auto merge of #5016 : jdm/servo/canvas-for-svg, r=jdm
the tiger. Rebased from #4623.
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>
+