Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html b/third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html |
| index e8976cc16ffd6c8d5c5fb3505930be61b063fde1..1a59b0f84dc7a723a269989da28067ede3e0359a 100644 |
| --- a/third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html |
| +++ b/third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html |
| @@ -66,12 +66,12 @@ |
| </svg> |
| <svg viewBox="0 0 50 50"> |
| - <rect fill="red" x="0" y="0" height="50" width="50" |
| + <rect fill="lime" x="0" y="0" height="50" width="50" |
|
pdr.
2016/09/16 18:45:17
Do we match firefox in this case?
fs
2016/09/16 19:02:33
Well, they support shorthand filters on SVG, so it
|
| style="filter: url(#filter) blur(0px)"/> |
| </svg> |
| <svg viewBox="0 0 50 50"> |
| - <rect fill="red" x="0" y="0" height="50" width="50" |
| + <rect fill="lime" x="0" y="0" height="50" width="50" |
| style="filter: blur(0px)"/> |
| </svg> |