Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSVGAnimationElement exceptions, getStartTime throws with unresolved interval.
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "function() { animationElement.getStartTime() }")
    at Test.<anonymous> ( /svg/animations/scripted/SVGAnimationElement-exceptions.html:12:5)
PassSVGAnimationElement exceptions, getSimpleDuration throws with undefined simple duration.
Asserts run
Pass
assert_throws_dom("NotSupportedError", function "function() { animationElement.getSimpleDuration() }")
    at Test.<anonymous> ( /svg/animations/scripted/SVGAnimationElement-exceptions.html:16:5)