Index: third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius-expected.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius-expected.svg b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius-expected.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aaaf8db2a6ebf29ed2d58f01fc292d53592a51cb |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius-expected.svg |
@@ -0,0 +1,11 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> |
+ <rect x="20" |
+ y="20" |
+ width="100" |
+ height="100" fill="green"/> |
+ |
+ <rect x="140" |
+ y="20" |
+ width="100" |
+ height="100" fill="green"/> |
+</svg> |