()
| 804 | } |
| 805 | |
| 806 | createDocumentFragment() { |
| 807 | return DocumentFragment.createImpl(this._globalObject, [], { ownerDocument: this }); |
| 808 | } |
| 809 | |
| 810 | createAttribute(localName) { |
| 811 | validateName(this._globalObject, localName); |
no outgoing calls
no test coverage detected