Improve implementation of DOMRect and implement DOMRectReadOnly

Passes most tests from test-css.
This commit is contained in:
Till Schneidereit 2015-09-02 14:16:34 +02:00
parent 499a847141
commit 4c1c05fac6
11 changed files with 198 additions and 184 deletions

View file

@ -82,6 +82,7 @@ var interfaceNamesInGlobalScope = [
"DOMPoint",
"DOMPointReadOnly",
"DOMRect",
"DOMRectReadOnly",
"Comment",
"Console",
"CustomEvent",