/dom/attributes-are-nodes.html| status | subtest | message |
|---|---|---|
| PASS | Attrs are subclasses of Nodes | |
| FAIL | appendChild with an attribute as the child should fail | assert_throws_dom: function "() => { parent.appendChild(attribute); }" threw object "TypeError: kitesurf: not yet supported in this sandbox (Day 6) (tried to set/call 'appendChild: unsupported c… |
| FAIL | replaceChild with an attribute as the child should fail | assert_throws_dom: function "() => { parent.replaceChild(attribute, parent.firstChild); }" threw object "TypeError: kitesurf: not yet supported in this sandbox (Day 6) (tried to set/call 'replac… |
| FAIL | insertBefore with an attribute as the child should fail | assert_throws_dom: function "() => { parent.insertBefore(attribute, parent.firstChild); }" threw object "TypeError: kitesurf: not yet supported in this sandbox (Day 6) (tried to set/call 'insert… |
bundle built 2026-07-16T07:16:48.063Z