mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Add debug strings for float flows and boxes
This commit is contained in:
parent
ce04996734
commit
b67ec304de
3 changed files with 21 additions and 1 deletions
|
@ -893,7 +893,7 @@ impl FlowContext for InlineFlow {
|
|||
}
|
||||
|
||||
fn debug_str(&self) -> ~str {
|
||||
~"InlineFlow"
|
||||
~"InlineFlow: " + self.boxes.map(|s| s.debug_str()).connect(", ")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue