HTML image map support

This commit is contained in:
bachar 2016-12-01 21:23:22 -05:00 committed by Manish Goregaokar
parent c784bc6944
commit 980dde7e15
7 changed files with 463 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#![feature(plugin)]
#![plugin(plugins)]
extern crate euclid;
extern crate msg;
extern crate script;
extern crate servo_url;
@ -13,3 +14,5 @@ extern crate servo_url;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
#[cfg(test)] mod textinput;
#[cfg(test)] mod headers;
#[cfg(test)] mod htmlareaelement;