(localName)
| 13240 | return new DocumentType$1(this, name, publicId, systemId); |
| 13241 | } |
| 13242 | createElement(localName) { |
| 13243 | return new Element$1(this, localName); |
| 13244 | } |
| 13245 | createRange() { |
| 13246 | const range = new Range(); |
| 13247 | range.commonAncestorContainer = this; |
no outgoing calls
no test coverage detected