mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Fix and ensure alignment of restyle hints. Test it on Travis.
Turns out eRestyle_LaterSiblings was not really matching, sigh...
This commit is contained in:
parent
6d67525172
commit
27b2bad256
5 changed files with 58 additions and 1 deletions
|
@ -28,7 +28,7 @@ bitflags! {
|
|||
// of a good reason for that.
|
||||
const RESTYLE_DESCENDANTS = 0x02,
|
||||
#[doc = "Rerun selector matching on all later siblings of the element and all of their descendants."]
|
||||
const RESTYLE_LATER_SIBLINGS = 0x04,
|
||||
const RESTYLE_LATER_SIBLINGS = 0x08,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue