Chromium Code Reviews| Index: LayoutTests/svg/animations/polygon-set-expected.svg |
| diff --git a/LayoutTests/svg/animations/polygon-set-expected.svg b/LayoutTests/svg/animations/polygon-set-expected.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..27a3e88d7a1f193838f0257bdda8f85212235e45 |
| --- /dev/null |
| +++ b/LayoutTests/svg/animations/polygon-set-expected.svg |
| @@ -0,0 +1,3 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg"> |
| + <polygon points="0,0 200,0 200,200 0,200" fill="green" /> |
| +</svg> |