mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #6683 - tschneidereit:dompoint, r=Ms2ger
Implement DOMPoint and DOMPointReadOnly <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6683) <!-- Reviewable:end -->
This commit is contained in:
commit
658c3d05ae
47 changed files with 855 additions and 28 deletions
|
@ -79,6 +79,8 @@ var interfaceNamesInGlobalScope = [
|
|||
"CloseEvent",
|
||||
"CSS",
|
||||
"CSSStyleDeclaration",
|
||||
"DOMPoint",
|
||||
"DOMPointReadOnly",
|
||||
"DOMRect",
|
||||
"Comment",
|
||||
"Console",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue