mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement :visited handling for lazy pseudo-elements in stylo.
Part 2 of the fix for Gecko bug 1364242: https://bugzilla.mozilla.org/show_bug.cgi?id=1364242
This commit is contained in:
parent
351c7f7859
commit
52d1b59515
5 changed files with 134 additions and 47 deletions
|
@ -426,6 +426,7 @@ pub trait ThreadSafeLayoutElement: Clone + Copy + Sized + Debug +
|
|||
&style_pseudo,
|
||||
RuleInclusion::All,
|
||||
data.styles.primary(),
|
||||
/* is_probe = */ false,
|
||||
&ServoMetricsProvider)
|
||||
.unwrap()
|
||||
.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue