Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/svg-element-invalid-filter.html

Issue 2349743003: Don't treat shorthand filters as errors on SVG content (Closed)
Patch Set: Fix animation test Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698