| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| index 50e55ddedce716261a8d0c8d86afab2dcc966a48..4d76dffb03d4b024cb7ccac523f9464c40ec1fbd 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| @@ -49,6 +49,10 @@ Switch to 'over'
|
| PASS feCompositeElement.operator.baseVal = SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER
|
| PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER
|
| PASS feCompositeElement.getAttribute('operator') is "over"
|
| +
|
| +Switch to 'lighter'
|
| +PASS SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_LIGHTER is undefined.
|
| +PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|