Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassCustom elements can still be created after `window.customElements` is overwritten.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/overwritten-customElements-global.html:18:3)
PassCustom elements can still be constructed after `window.customElements` is overwritten.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/overwritten-customElements-global.html:31:3)
PassCustom elements can still be created after `window.customElements` is deleted.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/overwritten-customElements-global.html:44:3)
PassCustom elements can still be constructed after `window.customElements` is deleted.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/overwritten-customElements-global.html:57:3)