mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Record on a computed::Context whether we are computing a SMIL animated value.
This commit is contained in:
parent
30d6d6024b
commit
c81d62d36f
7 changed files with 37 additions and 3 deletions
|
@ -60,6 +60,7 @@ fn assert_computed_serialization<C, F, T>(f: F, input: &'static str, output: &st
|
|||
font_metrics_provider: &ServoMetricsProvider,
|
||||
in_media_query: false,
|
||||
quirks_mode: QuirksMode::NoQuirks,
|
||||
for_smil_animation: false,
|
||||
};
|
||||
|
||||
let parsed = parse(f, input).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue