| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt
|
| index c6e73f9660dc52509ac160fbd0c901df2bd0f56d..d23842d4d8458962adf4c9d80165982586ddee12 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt
|
| @@ -15,13 +15,13 @@ PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_ST
|
| PASS textPathElement.getAttribute('method') is "stretch"
|
|
|
| Try setting invalid values
|
| -PASS textPathElement.method.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.method.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
|
| PASS textPathElement.getAttribute('method') is "stretch"
|
| -PASS textPathElement.method.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.method.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
|
| PASS textPathElement.getAttribute('method') is "stretch"
|
| -PASS textPathElement.method.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.method.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
|
| PASS textPathElement.getAttribute('method') is "stretch"
|
|
|
| @@ -41,13 +41,13 @@ PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_
|
| PASS textPathElement.getAttribute('spacing') is "exact"
|
|
|
| Try setting invalid values
|
| -PASS textPathElement.spacing.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.spacing.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
|
| PASS textPathElement.getAttribute('spacing') is "exact"
|
| -PASS textPathElement.spacing.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.spacing.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
|
| PASS textPathElement.getAttribute('spacing') is "exact"
|
| -PASS textPathElement.spacing.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS textPathElement.spacing.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
|
| PASS textPathElement.getAttribute('spacing') is "exact"
|
|
|
|
|