mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement DOMPoint and DOMPointReadOnly
Passes some but not all WPT tests. One failure is caused by an issue in codegen for the `DOMPointInit` dictionary, the others by outdated tests: Gecko implements an old version of the spec that overloaded the `DOMPoint` constructor to optionally take an object as the first argument, and made `DOMPointReadOnly` non-constructible.
This commit is contained in:
parent
3a5e4335d7
commit
b692187ca2
47 changed files with 855 additions and 28 deletions
|
@ -190,6 +190,8 @@ pub mod canvasrenderingcontext2d;
|
|||
pub mod characterdata;
|
||||
pub mod css;
|
||||
pub mod cssstyledeclaration;
|
||||
pub mod dompoint;
|
||||
pub mod dompointreadonly;
|
||||
pub mod domrect;
|
||||
pub mod domrectlist;
|
||||
pub mod domstringmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue