mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Look at the right element for exportparts in each_applicable_non_document_style_rule_data
Otherwise we might not find those rules for invalidation. Differential Revision: https://phabricator.services.mozilla.com/D115130
This commit is contained in:
parent
4df282dab7
commit
204cb7a9c0
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ pub trait TElement:
|
|||
}
|
||||
}
|
||||
// TODO: Could be more granular.
|
||||
if !shadow.host().exports_any_part() {
|
||||
if !inner_shadow_host.exports_any_part() {
|
||||
break;
|
||||
}
|
||||
inner_shadow = shadow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue