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