Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassSVGAnimatedEnumeration interface - utilizing the clipPathUnits property of SVGClipPathElement
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:12:3)
Pass
assert_equals("number", "number")
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:13:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:14:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:19:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:20:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { clipPathElement.clipPathUnits.baseVal = 3; }")
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:23:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:24:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { clipPathElement.clipPathUnits.baseVal = -1; }")
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:25:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:26:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:30:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { clipPathElement.clipPathUnits.baseVal = 'aString'; }")
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:33:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:34:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:37:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { clipPathElement.clipPathUnits.baseVal = clipPathElement; }")
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:38:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /svg/types/scripted/SVGAnimatedEnumeration.html:39:3)