blob: 0fb9f28de6455c003b0bd3847d03588975c56031 [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: NoModificationAllowedError: DOM Exception 7
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (2 of 2)