| 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>
|
|
|