mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make some attr values case-insensitive in selectors
https://bugzilla.mozilla.org/show_bug.cgi?id=1363531
This commit is contained in:
parent
c5e37f3d2c
commit
94b4a32c18
10 changed files with 167 additions and 30 deletions
|
@ -6,6 +6,7 @@
|
|||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate matches;
|
||||
extern crate fnv;
|
||||
extern crate phf;
|
||||
extern crate precomputed_hash;
|
||||
#[cfg(test)] #[macro_use] extern crate size_of_test;
|
||||
extern crate smallvec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue