| 882 | * children and doesn't have any DOM node properties. |
| 883 | */ |
| 884 | class DocumentFragment { |
| 885 | // HtmlDomNode |
| 886 | // Never used; needed for satisfying interface. |
| 887 | constructor(children) { |
nothing calls this directly
no outgoing calls
no test coverage detected