Index: LayoutTests/svg/as-image/resources/circle-200px-none.svg |
diff --git a/LayoutTests/svg/as-image/resources/circle-200px-none.svg b/LayoutTests/svg/as-image/resources/circle-200px-none.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6246f5745d0f60e91eb691c1adba37be14cb5200 |
--- /dev/null |
+++ b/LayoutTests/svg/as-image/resources/circle-200px-none.svg |
@@ -0,0 +1,9 @@ |
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
+<svg |
+ xmlns="http://www.w3.org/2000/svg" |
+ version="1.1" |
+ width="200" |
+ height="200" |
+ preserveAspectRatio="none"> |
+ <circle cx="100" cy="100" r="100" fill="blue"/> |
+</svg> |