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

Unified Diff: LayoutTests/css3/filters/effect-reference-composite.html

Issue 14856010: Adding color space conversion code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attemptimp to re-upload the patch Created 7 years, 6 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: LayoutTests/css3/filters/effect-reference-composite.html
diff --git a/LayoutTests/css3/filters/effect-reference-composite.html b/LayoutTests/css3/filters/effect-reference-composite.html
index c8ea2af136b26b8819c2c54f1e0ef493f3484bdc..22dac478a2c2b1b7e39154d314b999a5c8a7691a 100644
--- a/LayoutTests/css3/filters/effect-reference-composite.html
+++ b/LayoutTests/css3/filters/effect-reference-composite.html
@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
<defs>
- <filter id="over" color-interpolation=filters="sRGB">
+ <filter id="over" color-interpolation-filters="sRGB">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
<feOffset dx="10" dy="10"/>
<feComposite in2="transp" operator="over"/>

Powered by Google App Engine
This is Rietveld 408576698