| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt
|
| index 3e4a58f3a9e08d0f5e7ac0401d7ac5295b68a73b..fe641f40aa0c9c1086e11e19c3e43981c62cb1ce 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt
|
| @@ -15,13 +15,13 @@ PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUND
|
| PASS filterElement.getAttribute('filterUnits') is "objectBoundingBox"
|
|
|
| Try setting invalid values
|
| -PASS filterElement.filterUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.filterUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('filterUnits') is "objectBoundingBox"
|
| -PASS filterElement.filterUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.filterUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('filterUnits') is "objectBoundingBox"
|
| -PASS filterElement.filterUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.filterUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('filterUnits') is "objectBoundingBox"
|
|
|
| @@ -41,13 +41,13 @@ PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBO
|
| PASS filterElement.getAttribute('primitiveUnits') is "objectBoundingBox"
|
|
|
| Try setting invalid values
|
| -PASS filterElement.primitiveUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.primitiveUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('primitiveUnits') is "objectBoundingBox"
|
| -PASS filterElement.primitiveUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.primitiveUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('primitiveUnits') is "objectBoundingBox"
|
| -PASS filterElement.primitiveUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS filterElement.primitiveUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS filterElement.getAttribute('primitiveUnits') is "objectBoundingBox"
|
|
|
|
|