mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -220,6 +220,7 @@ pub mod dompoint;
|
|||
pub mod dompointreadonly;
|
||||
pub mod domrect;
|
||||
pub mod domrectlist;
|
||||
pub mod domrectreadonly;
|
||||
pub mod domstringmap;
|
||||
pub mod domtokenlist;
|
||||
pub mod element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue