| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt
|
| index e66e7037883b40f2ec0c297409288a7289411e54..86ab7b7a5def31c0ffcb813891c5e5658b179d5f 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt
|
| @@ -25,13 +25,13 @@ PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMAT
|
| PASS feColorMatrixElement.getAttribute('type') is "luminanceToAlpha"
|
|
|
| Try setting invalid values
|
| -PASS feColorMatrixElement.type.baseVal = 5 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feColorMatrixElement.type.baseVal = 5 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
|
| PASS feColorMatrixElement.getAttribute('type') is "luminanceToAlpha"
|
| -PASS feColorMatrixElement.type.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feColorMatrixElement.type.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
|
| PASS feColorMatrixElement.getAttribute('type') is "luminanceToAlpha"
|
| -PASS feColorMatrixElement.type.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feColorMatrixElement.type.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
|
| PASS feColorMatrixElement.getAttribute('type') is "luminanceToAlpha"
|
|
|
|
|