4 <script src=
"../../../resources/js-test.js"></script>
8 document
.registerElement("x-foo", { prototype: Object
.create(HTMLElement
.prototype, { createdCallback
: { value: function () { this.innerHTML
= "<x-foo>Hello</x-foo>"; } } }) });
10 testRunner
.dumpAsText();
11 document
.createElement("x-foo");
12 debug("PASS unless crash");