Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passdocument.registerElement should not exist
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/historical.html:7:3)
Passdocument.createElement(localName, "string") should not work
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/historical.html:17:5)
Passdocument.createElementNS(namespace, qualifiedName, "string") should not work
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/historical.html:29:5)