Make area structs accessible from area tests

This commit is contained in:
Manish Goregaokar 2017-01-11 12:22:11 -08:00
parent 980dde7e15
commit d3be70b4de
2 changed files with 5 additions and 2 deletions

View file

@ -8,8 +8,7 @@
// except according to those terms.
use euclid::point::Point2D;
use script::dom::htmlareaelement::Area;
use script::dom::htmlareaelement::Shape;
use script::test::area::{Area, Shape};
#[test]
fn garbage_input() {