Rename CaseSensitivity::CaseInsensitive to AsciiCaseInsensitive

This commit is contained in:
Simon Sapin 2017-05-17 15:03:26 +02:00
parent 864f5509d8
commit 0b1e51de53
3 changed files with 5 additions and 5 deletions

View file

@ -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)
),