| Index: LayoutTests/svg/custom/baseval-animval-equality-expected.txt
|
| diff --git a/LayoutTests/svg/custom/baseval-animval-equality-expected.txt b/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
|
| index 97b057279381068d898b9ab57046f93e8ef1d1ce..e5acb7046226786784fcebd35660d53871b8bd72 100644
|
| --- a/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
|
| +++ b/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
|
| @@ -6,7 +6,7 @@ svg.x.baseVal.value = 10
|
| svg.x.animVal.value = 10
|
| SUCCESS (1 of 2)
|
| setting svg.x.animVal.value = 5
|
| -caught exception: An attempt was made to modify an object where modifications are not allowed.
|
| +caught exception: Failed to set the 'value' property on 'SVGLength': The attribute is read-only.
|
| svg.x.baseVal.value = 10
|
| svg.x.animVal.value = 10
|
| SUCCESS (2 of 2)
|
|
|