diff options
Diffstat (limited to 'components/script/test.rs')
-rw-r--r-- | components/script/test.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/script/test.rs b/components/script/test.rs index 694998714a6..ca00b200788 100644 --- a/components/script/test.rs +++ b/components/script/test.rs @@ -5,6 +5,11 @@ pub use dom::bindings::str::{ByteString, DOMString}; pub use dom::headers::normalize_value; +// For compile-fail tests only. +pub use dom::bindings::cell::DOMRefCell; +pub use dom::bindings::js::JS; +pub use dom::node::Node; + pub mod size_of { use dom::characterdata::CharacterData; use dom::element::Element; |