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