| Index: LayoutTests/svg/dom/SVGLength-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGLength-expected.txt b/LayoutTests/svg/dom/SVGLength-expected.txt
|
| index 5ac2b821f0cbe80d8d00fc9c44ba7bfd025491d8..a2b415e490a81e7506d4dfd0e114c3804cb5f712 100644
|
| --- a/LayoutTests/svg/dom/SVGLength-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGLength-expected.txt
|
| @@ -62,10 +62,10 @@ PASS length.valueAsString is "2px"
|
| PASS length.value is 2
|
| PASS length.valueInSpecifiedUnits is 2
|
| PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
|
| -PASS length.valueAsString = '1pX' threw exception SyntaxError: Failed to set the 'valueAsString' property on 'SVGLength': The value provided ('1pX') is invalid..
|
| -PASS length.valueAsString is "2px"
|
| -PASS length.value is 2
|
| -PASS length.valueInSpecifiedUnits is 2
|
| +PASS length.valueAsString = '1pX' did not throw exception.
|
| +PASS length.valueAsString is "1px"
|
| +PASS length.value is 1
|
| +PASS length.valueInSpecifiedUnits is 1
|
| PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
|
| PASS length.valueAsString = ',5 em' threw exception SyntaxError: Failed to set the 'valueAsString' property on 'SVGLength': The value provided (',5 em') is invalid..
|
| PASS length.valueAsString is "2px"
|
|
|