Pass | Test that exceptions from the constructor of a custom element inside a module are propagated as expected.
| Asserts runPass | 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) |
|