Initial rendering of background-image

This commit is contained in:
Simon Sapin 2020-01-10 18:45:00 +01:00
parent d332dfdb41
commit c6ba6c40b9
3 changed files with 109 additions and 23 deletions

View file

@ -1165,7 +1165,10 @@ impl LayoutThread {
}
if self.dump_style_tree {
println!("{:?}", style::dom::ShowSubtreeDataAndPrimaryValues(element.as_node()));
println!(
"{:?}",
style::dom::ShowSubtreeDataAndPrimaryValues(element.as_node())
);
}
if self.dump_rule_tree {