DOMMatrix and DOMMatrixReadOnly

Updated test expectations
This commit is contained in:
Peter 2016-02-22 22:44:02 +00:00
parent 234951e4b6
commit 8ff8ee9492
14 changed files with 1241 additions and 114 deletions

View file

@ -250,6 +250,8 @@ pub mod documentfragment;
pub mod documenttype;
pub mod domexception;
pub mod domimplementation;
pub mod dommatrix;
pub mod dommatrixreadonly;
pub mod domparser;
pub mod dompoint;
pub mod dompointreadonly;