blob: c56323c525895cff63918762037f2794041541c5 [file] [log] [blame]
This tests to make sure that baseVal and animVal are tied when animation is not enabled:
svg.x.baseVal.value = 0
svg.x.animVal.value = 0
setting svg.x.baseVal.value = 10
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (1 of 2)
setting svg.x.animVal.value = 5
caught exception: The object can not be modified.
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (2 of 2)