| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt
|
| index bd34df78b1891b90b1b63e957a09854dd4ba0e6d..02a8a6e9a08c2ad3bee352489a3e7361f2f5c1f1 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt
|
| @@ -15,13 +15,13 @@ PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTB
|
| PASS clipPathElement.getAttribute('clipPathUnits') is "objectBoundingBox"
|
|
|
| Try setting invalid values
|
| -PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS clipPathElement.getAttribute('clipPathUnits') is "objectBoundingBox"
|
| -PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS clipPathElement.getAttribute('clipPathUnits') is "objectBoundingBox"
|
| -PASS clipPathElement.clipPathUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS clipPathElement.clipPathUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
|
| PASS clipPathElement.getAttribute('clipPathUnits') is "objectBoundingBox"
|
|
|
|
|