mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Record the property we are computing on computed::Context, if it's a non-inherited one.
This commit is contained in:
parent
9230030daa
commit
1cde26eacb
7 changed files with 19 additions and 1 deletions
|
@ -706,6 +706,7 @@ impl Expression {
|
|||
// TODO: pass the correct value here.
|
||||
quirks_mode: quirks_mode,
|
||||
for_smil_animation: false,
|
||||
for_non_inherited_property: None,
|
||||
rule_cache_conditions: RefCell::new(&mut conditions),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue