Chromium Code Reviews| Index: LayoutTests/css3/filters/effect-reference-composite-hw.html |
| diff --git a/LayoutTests/css3/filters/effect-reference-composite-hw.html b/LayoutTests/css3/filters/effect-reference-composite-hw.html |
| index 7e51871388fa3a6da754204b474c11d93dce8833..be44f5bcde8c4d4fde39ae9b3f2ca8c442428ce3 100644 |
| --- a/LayoutTests/css3/filters/effect-reference-composite-hw.html |
| +++ b/LayoutTests/css3/filters/effect-reference-composite-hw.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"/> |
|
Stephen White
2013/06/05 21:13:19
I think this is probably a git cl upload fail, but
|