mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Initial rendering of background-image
This commit is contained in:
parent
d332dfdb41
commit
c6ba6c40b9
3 changed files with 109 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue