mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fixed the inline_element_border_a reftest with incremental layout turned on.
This commit is contained in:
parent
2faf5b270f
commit
8496c056e7
6 changed files with 60 additions and 89 deletions
|
@ -676,6 +676,10 @@ impl LayoutTask {
|
|||
}
|
||||
});
|
||||
|
||||
if self.opts.dump_flow_tree {
|
||||
layout_root.dump();
|
||||
}
|
||||
|
||||
// Build the display list if necessary, and send it to the renderer.
|
||||
if data.goal == ReflowForDisplay {
|
||||
let writing_mode = flow::base(layout_root.deref()).writing_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue