mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Rename CaseSensitivity::CaseInsensitive to AsciiCaseInsensitive
This commit is contained in:
parent
864f5509d8
commit
0b1e51de53
3 changed files with 5 additions and 5 deletions
|
@ -104,7 +104,7 @@ fn test_parse_stylesheet() {
|
|||
prefix: None,
|
||||
url: ns!()
|
||||
}),
|
||||
}, "hidden".to_owned(), CaseSensitivity::CaseInsensitive)
|
||||
}, "hidden".to_owned(), CaseSensitivity::AsciiCaseInsensitive)
|
||||
]),
|
||||
(0 << 20) + (1 << 10) + (1 << 0)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue