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

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

Issue 1633093002: Fix typo(s) in css3/filters/effect-reference-composite*.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations Created 4 years, 11 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/css3/filters/effect-reference-composite.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html
index a254ea72546896f13603147123bd43f5360d2ca0..63e4f3916a768549ddf41809c41842faeca5418c 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html
@@ -58,7 +58,7 @@
<filter id="arithmetic-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
<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="arithmetic" k1="0" k2="1" k3="1" k4="0" x="20" y=20" width="120" height="50"/>
+ <feComposite in2="transp" operator="arithmetic" k1="0" k2="1" k3="1" k4="0" x="20" y="20" width="120" height="50"/>
</filter>
</defs>
</svg>

Powered by Google App Engine
This is Rietveld 408576698