PASS

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassAppending children in customized built-in constructor should work
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:23:3)
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:24:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:25:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:26:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:27:3)
Pass
assert_equals("PASS", "PASS")
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:28:3)
PassThrowing exception in customized built-in constructor should not crash and should return correct element type (video)
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:46:3)
Pass
assert_equals("video", "video")
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:47:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:48:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:49:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:50:3)
PassThrowing exception in customized built-in constructor should not crash and should return correct element type (form)
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:68:3)
Pass
assert_equals("form", "form")
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:69:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:70:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:71:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:72:3)
PassMake sure customized <input> element doesnt crash
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:84:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:85:3)
PassMake sure customized <input> element that sets attributes doesnt crash
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:103:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:104:3)
Pass
assert_equals("bar", "bar")
    at Test.<anonymous> ( /custom-elements/customized-built-in-constructor-exceptions.html:105:3)