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