Chromium Code Reviews| Index: LayoutTests/svg/clip-path/clip-path-w-broken-filter-on-shape.html |
| diff --git a/LayoutTests/svg/clip-path/clip-path-w-broken-filter-on-shape.html b/LayoutTests/svg/clip-path/clip-path-w-broken-filter-on-shape.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9d19726dac89bef9b0e574163969104f8e5a6652 |
| --- /dev/null |
| +++ b/LayoutTests/svg/clip-path/clip-path-w-broken-filter-on-shape.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<svg> |
| + <clipPath id="c"> |
| + <text></text> |
|
f(malita)
2014/10/31 17:24:46
Just curious: I assume this is to force the mask p
fs
2014/10/31 19:29:22
It's needed because the path/path-ops codepath (ri
f(malita)
2014/10/31 19:36:35
Ack.
|
| + <rect width="100" height="100" filter="url(#nonexistent)"/> |
| + </clipPath> |
| + <rect width="200" height="100" fill="green" clip-path="url(#c)"/> |
| +</svg> |