diff options
author | Peter <peter.hall@algomi.com> | 2016-02-22 22:44:02 +0000 |
---|---|---|
committer | Peter <peter.hall@algomi.com> | 2016-09-15 00:16:42 +0100 |
commit | 8ff8ee94925fa3b918225a06a670ebb53a1d2deb (patch) | |
tree | 39eb707d16a0f1ff65c130ee3569deb7709dff5f /components/script/dom/mod.rs | |
parent | 234951e4b6d66891cd0cc9705f42e3ca16d9e3d5 (diff) | |
download | servo-8ff8ee94925fa3b918225a06a670ebb53a1d2deb.tar.gz servo-8ff8ee94925fa3b918225a06a670ebb53a1d2deb.zip |
DOMMatrix and DOMMatrixReadOnly
Updated test expectations
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index f38d1e8949c..1e7832478cd 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -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; |