Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg |
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ac0870ebbae1fbdb11d3ffc7e2c94f538127f5df |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.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" style="ry:10"/> |
|
fs
2016/05/31 14:27:35
The case we want to test is style="ry: auto" and s
Shanmuga Pandi
2016/06/01 09:38:11
Done.
|
| + |
| + <rect x="140" |
| + y="20" |
| + width="100" |
| + height="100" fill="green" style="rx:10"/> |
| +</svg> |