| Index: LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt b/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| index 221b6adafbcb1602b5031633866d41ddf248d1e2..ce0bbb6d46249c52cc6ee16a77d70dfad039e107 100644
|
| --- a/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| @@ -122,7 +122,7 @@ PASS circle1.transform.baseVal.appendItem(circle1) threw exception TypeError: Fa
|
| PASS circle1.transform.baseVal.appendItem(null) threw exception TypeError: Failed to execute 'appendItem' on 'SVGTransformList': parameter 1 is not of type 'SVGTransform'..
|
|
|
| Testing animVal clear throws
|
| -PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': This object is read-only, because the property is an animation value..
|
| +PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': The object is read-only..
|
| PASS circle1.transform.baseVal.clear() is undefined.
|
|
|
| Creating new SVGTransform, with 45 deg rotation about x=50, y=100 and append it to the transform list
|
|
|