diff options
Diffstat (limited to 'layout/reftests/svg/as-image/svg-image-synthetic-viewBox-01-helper-2.svg')
-rw-r--r-- | layout/reftests/svg/as-image/svg-image-synthetic-viewBox-01-helper-2.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/svg-image-synthetic-viewBox-01-helper-2.svg b/layout/reftests/svg/as-image/svg-image-synthetic-viewBox-01-helper-2.svg new file mode 100644 index 0000000000..83f49b787f --- /dev/null +++ b/layout/reftests/svg/as-image/svg-image-synthetic-viewBox-01-helper-2.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> + <circle cx="50" cy="50" r="50" fill="blue"/> +</svg> + |