| Index: third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| index 13f5a4c9d3e10bf417e67d0cc3df8a2e176c2dcb..0921fd36ada361d7ea12ce1c99151b477de4994a 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| @@ -138,7 +138,7 @@ PASS transformList.appendItem(circle1) threw exception TypeError: Failed to exec
|
| PASS transformList.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': The object is read-only..
|
| +PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': This object is read-only..
|
| PASS transformList.clear() is undefined.
|
|
|
| Creating new SVGTransform, with 45 deg rotation about x=50, y=100 and append it to the transform list
|
|
|