mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Implement Node.contains
Spec: http://dom.spec.whatwg.org/#dom-node-contains Closes #1647.
This commit is contained in:
parent
9305a95b68
commit
99b3b144d4
4 changed files with 33 additions and 4 deletions
|
@ -323,7 +323,8 @@ DOMInterfaces = {
|
|||
'nodeValue',
|
||||
'removeChild',
|
||||
'textContent',
|
||||
'childNodes'
|
||||
'childNodes',
|
||||
'contains',
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue