mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused code for parsing a sizes
attribute.
We have `SourceSizeList` in components/style/values/specified/source_size_list.rs which does the job and is tested via WPT in Gecko.
This commit is contained in:
parent
8e5c853fca
commit
36495d677f
6 changed files with 0 additions and 174 deletions
|
@ -6,7 +6,6 @@
|
|||
#[cfg(test)] extern crate msg;
|
||||
#[cfg(test)] extern crate script;
|
||||
#[cfg(test)] extern crate servo_url;
|
||||
#[cfg(test)] extern crate style;
|
||||
|
||||
#[cfg(test)] mod origin;
|
||||
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue