mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Node.isEqualNode
Spec: http://dom.spec.whatwg.org/#dom-node-isequalnode Closes #1645.
This commit is contained in:
parent
f26cdcf235
commit
4d4495b015
4 changed files with 123 additions and 3 deletions
|
@ -325,6 +325,7 @@ DOMInterfaces = {
|
|||
'textContent',
|
||||
'childNodes',
|
||||
'contains',
|
||||
'isEqualNode',
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue