/dom/nodes/ParentNode-prepend.html| status | subtest | message |
|---|---|---|
| PASS | If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException. | |
| PASS | If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException. | |
| PASS | Element.prepend() without any argument, on a parent having no child. | |
| PASS | Element.prepend() with null as an argument, on a parent having no child. | |
| PASS | Element.prepend() with undefined as an argument, on a parent having no child. | |
| PASS | Element.prepend() with only text as an argument, on a parent having no child. | |
| PASS | Element.prepend() with only one element as an argument, on a parent having no child. | |
| PASS | Element.prepend() with null as an argument, on a parent having a child. | |
| PASS | Element.prepend() with one element and text as argument, on a parent having a child. | |
| PASS | DocumentFragment.prepend() without any argument, on a parent having no child. | |
| PASS | DocumentFragment.prepend() with null as an argument, on a parent having no child. | |
| PASS | DocumentFragment.prepend() with undefined as an argument, on a parent having no child. | |
| PASS | DocumentFragment.prepend() with only text as an argument, on a parent having no child. | |
| PASS | DocumentFragment.prepend() with only one element as an argument, on a parent having no child. | |
| PASS | DocumentFragment.prepend() with null as an argument, on a parent having a child. | |
| PASS | DocumentFragment.prepend() with one element and text as argument, on a parent having a child. |
bundle built 2026-07-16T07:16:48.063Z