Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg |
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg b/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..04549f0cc4e7a001a20a35bb4f01e3fbf1a4f02e |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg |
| @@ -0,0 +1,3 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg"> |
| + <rect x="0" y="0" width="100%" height="100%" style="fill:blue;" /> |
| +</svg> |