diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-02-22 20:33:45 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-02-22 20:33:45 -0700 |
commit | 2e1adb3fa670504fb0fedaa517f312ba233bf67b (patch) | |
tree | b82db2b6f4cd23dd332224d3f4fd7139d58ee429 /tests/ref/canvas_transform_ref.html | |
parent | 21a6633898d244595dc3bcf8b10ed859bca96e2e (diff) | |
parent | 55a0ee6ec75960879c20aea7d4b68a8bbdda1560 (diff) | |
download | servo-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.html | 21 |
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> + |