mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Improve implementation of DOMRect and implement DOMRectReadOnly
Passes most tests from test-css.
This commit is contained in:
parent
499a847141
commit
4c1c05fac6
11 changed files with 198 additions and 184 deletions
|
@ -82,6 +82,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"DOMPoint",
|
||||
"DOMPointReadOnly",
|
||||
"DOMRect",
|
||||
"DOMRectReadOnly",
|
||||
"Comment",
|
||||
"Console",
|
||||
"CustomEvent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue