Account for rowspan in inline layout of table columns/cells

This commit is contained in:
Matt Brubeck 2016-12-08 15:47:22 -08:00
parent e982d6003f
commit 9700b0e8b3
6 changed files with 180 additions and 11 deletions

View file

@ -420,7 +420,8 @@ impl Flow for TableWrapperFlow {
child_flow,
writing_mode,
assigned_column_inline_sizes,
&border_spacing);
&border_spacing,
&mut vec![]);
})
}
}