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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.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
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.html
index 829ed512e2e60b5ac03603fdecfa513a4cde1e7c..16f453b14211018de2f37e20ad8fd6209216a85f 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite-hw.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>
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/filters/effect-reference-composite.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698