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

Unified Diff: LayoutTests/css3/filters/effect-reference-ordering-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
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-ordering.html ('k') | Source/WebKit/chromium/WebKit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/filters/effect-reference-ordering-hw.html
diff --git a/LayoutTests/css3/filters/effect-reference-ordering-hw.html b/LayoutTests/css3/filters/effect-reference-ordering-hw.html
index 2ea1d8901b27027c9146f2e7030277cd703a234d..236aa501037831b199aa773335c690dd84f429d8 100644
--- a/LayoutTests/css3/filters/effect-reference-ordering-hw.html
+++ b/LayoutTests/css3/filters/effect-reference-ordering-hw.html
@@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
<defs>
- <filter id="blurX">
+ <filter id="blurX" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="5 0"/>
</filter>
- <filter id="blurY">
+ <filter id="blurY" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="0 5"/>
</filter>
</defs>
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-ordering.html ('k') | Source/WebKit/chromium/WebKit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698