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

Unified Diff: LayoutTests/css3/filters/effect-reference-composite-hw.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-hw.html
diff --git a/LayoutTests/css3/filters/effect-reference-composite-hw.html b/LayoutTests/css3/filters/effect-reference-composite-hw.html
index 7e51871388fa3a6da754204b474c11d93dce8833..be44f5bcde8c4d4fde39ae9b3f2ca8c442428ce3 100644
--- a/LayoutTests/css3/filters/effect-reference-composite-hw.html
+++ b/LayoutTests/css3/filters/effect-reference-composite-hw.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"/>
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-composite.html ('k') | LayoutTests/css3/filters/effect-reference-hw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698