diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-26 16:54:35 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-31 18:35:53 +0100 |
commit | 664d5cd2fadc852e72c2461db94f0f2720cd7c40 (patch) | |
tree | d9c5c1830ae7b4d5bcb5e88b151c6225aa8914d2 /components/script/test.rs | |
parent | 662fd0afa49ff48888e7f6fe42e23470117b2ddd (diff) | |
download | servo-664d5cd2fadc852e72c2461db94f0f2720cd7c40.tar.gz servo-664d5cd2fadc852e72c2461db94f0f2720cd7c40.zip |
Implement TimeRanges interface
Diffstat (limited to 'components/script/test.rs')
-rw-r--r-- | components/script/test.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/test.rs b/components/script/test.rs index b907404da0b..5dd75edad8f 100644 --- a/components/script/test.rs +++ b/components/script/test.rs @@ -62,3 +62,7 @@ pub mod size_of { pub mod srcset { pub use dom::htmlimageelement::{parse_a_srcset_attribute, ImageSource, Descriptor}; } + +pub mod timeranges { + pub use dom::timeranges::TimeRangesContainer; +} |