| Index: third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..963adeaf8185b9537d388273c0dd654b70ac1939
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<svg>
|
| + <feConvolveMatrix order="0"/>
|
| + <feConvolveMatrix order="0.49999999"/>
|
| + <feConvolveMatrix order="0.5"/>
|
| + <feConvolveMatrix order="-1"/>
|
| + <feConvolveMatrix order="1 0"/>
|
| + <feConvolveMatrix order="1 0.49999999"/>
|
| + <feConvolveMatrix order="1 0.5"/>
|
| + <feConvolveMatrix order="1 -1"/>
|
| +</svg>
|
|
|