| Index: third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a7f577197ff4bdca0bafda1beb1dbfeb4a00f4e9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg
|
| @@ -0,0 +1,11 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg">
|
| + <rect y="0" width="100" height="100" fill="lime"/>
|
| + <rect y="0" x="100" width="100" height="100" fill="lime"/>
|
| + <rect y="0" x="200" width="100" height="100" fill="lime"/>
|
| + <rect y="100" width="100" height="100" fill="lime"/>
|
| + <rect y="100" x="100" width="100" height="100" fill="lime"/>
|
| + <rect y="100" x="200" width="100" height="100" fill="lime"/>
|
| + <rect y="200" width="100" height="100" fill="lime"/>
|
| + <rect y="200" x="100" width="100" height="100" fill="lime"/>
|
| + <rect y="200" x="200" width="100" height="100" fill="lime"/>
|
| +</svg>
|
|
|