Tests basic web-exposure of Custom Elements | |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | |
Document.prototype.hasOwnProperty("register") | |
true | |
typeof Document.prototype.register | |
function | |
document.createElement("x-a") instanceof HTMLUnknownElement | |
false | |
document.querySelector(":unresolved") | |
[object HTMLDivElement] | |
PASS successfullyParsed is true | |
TEST COMPLETE | |