Add unit test to freeze sizes of DOM structs

This commit is contained in:
Manish Goregaokar 2014-12-01 14:02:17 +05:30
parent 2741fd2e13
commit 16ffd543dd
2 changed files with 51 additions and 0 deletions

View file

@ -226,3 +226,6 @@ pub mod script_task;
mod timers;
pub mod textinput;
mod devtools;
#[cfg(test)]
mod tests;