mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Implemented Node.adoptNode
Spec: http://dom.spec.whatwg.org/#dom-document-adoptnode
This commit is contained in:
parent
8a457a2caa
commit
990545c310
4 changed files with 19 additions and 1 deletions
|
@ -26,6 +26,7 @@ DOMInterfaces = {
|
|||
'Console': {},
|
||||
'Document': {
|
||||
'needsAbstract': [
|
||||
'adoptNode',
|
||||
'anchors',
|
||||
'applets',
|
||||
'body',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue