Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that exceptions from the constructor of a custom element inside a module are propagated as expected.
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/custom-element-exception.html:16:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/custom-element-exception.html:18:7)
Pass
assert_equals("custom element error", "custom element error")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/custom-element-exception.html:19:7)