mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
HTML image map support
This commit is contained in:
parent
c784bc6944
commit
980dde7e15
7 changed files with 463 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue