diff options
Diffstat (limited to 'testing/web-platform/tests/images/red-zeroheight.svg')
-rw-r--r-- | testing/web-platform/tests/images/red-zeroheight.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/images/red-zeroheight.svg b/testing/web-platform/tests/images/red-zeroheight.svg new file mode 100644 index 0000000000..de378d4469 --- /dev/null +++ b/testing/web-platform/tests/images/red-zeroheight.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="100" height="0"> + <rect fill="red" width="100" height="100"/> +</svg> |