mirror of
https://github.com/servo/servo.git
synced 2025-07-21 14:23:41 +01:00
Further changes required by Servo
This commit is contained in:
parent
9ac97dd8ad
commit
1a49d8c79f
1 changed files with 2 additions and 2 deletions
|
@ -206,13 +206,13 @@ fn test_insert() {
|
||||||
0,
|
0,
|
||||||
selector_map
|
selector_map
|
||||||
.class_hash
|
.class_hash
|
||||||
.get(&Atom::from("intro"), QuirksMode::NoQuirks)
|
.get(&Atom::from("foo"), QuirksMode::NoQuirks)
|
||||||
.unwrap()[0]
|
.unwrap()[0]
|
||||||
.source_order
|
.source_order
|
||||||
);
|
);
|
||||||
assert!(selector_map
|
assert!(selector_map
|
||||||
.class_hash
|
.class_hash
|
||||||
.get(&Atom::from("foo"), QuirksMode::NoQuirks)
|
.get(&Atom::from("intro"), QuirksMode::NoQuirks)
|
||||||
.is_none());
|
.is_none());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue