| 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..b7309e27ffb87ebbcda85dfb062dabf0efa453c8 100644
|
| --- a/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
|
| @@ -16,7 +16,7 @@ PASS circle1.transform.baseVal.initialize(circle1) threw exception TypeError: Fa
|
| PASS circle1.transform.baseVal.initialize(null) threw exception TypeError: Failed to execute 'initialize' on 'SVGTransformList': parameter 1 is not of type 'SVGTransform'..
|
|
|
| Test uncommon arguments for getItem()
|
| -PASS circle1.transform.baseVal.getItem(30) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGTransformList': The index provided (30) is greater than the maximum bound (2)..
|
| +PASS circle1.transform.baseVal.getItem(30) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS circle1.transform.baseVal.getItem('aString') is circle1.transform.baseVal.getItem(0)
|
| PASS circle1.transform.baseVal.getItem(circle1) is circle1.transform.baseVal.getItem(0)
|
| PASS circle1.transform.baseVal.getItem(null) is circle1.transform.baseVal.getItem(0)
|
| @@ -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
|
|
|