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