mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move EventState to rust-selectors.
This commit is contained in:
parent
f7f27a8146
commit
79ac365a68
20 changed files with 114 additions and 169 deletions
|
@ -103,7 +103,7 @@ fn test_parse_stylesheet() {
|
|||
simple_selectors: vec![
|
||||
SimpleSelector::Class(Atom::from_slice("ok")),
|
||||
],
|
||||
next: Some((Box::new(CompoundSelector {
|
||||
next: Some((Arc::new(CompoundSelector {
|
||||
simple_selectors: vec![
|
||||
SimpleSelector::ID(Atom::from_slice("d1")),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue