| Index: LayoutTests/css3/filters/effect-reference-composite.html
|
| diff --git a/LayoutTests/css3/filters/effect-reference-composite.html b/LayoutTests/css3/filters/effect-reference-composite.html
|
| index c8ea2af136b26b8819c2c54f1e0ef493f3484bdc..22dac478a2c2b1b7e39154d314b999a5c8a7691a 100644
|
| --- a/LayoutTests/css3/filters/effect-reference-composite.html
|
| +++ b/LayoutTests/css3/filters/effect-reference-composite.html
|
| @@ -1,6 +1,6 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
|
| <defs>
|
| - <filter id="over" color-interpolation=filters="sRGB">
|
| + <filter id="over" color-interpolation-filters="sRGB">
|
| <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="over"/>
|
|
|