Skip to content

Commit

Permalink
Handle kOutOfFragmentainerSpace from multicol table cells.
Browse files Browse the repository at this point in the history
If a table-cell multicol container refuses to lay out because of
insufficient space (in a nested fragmentation context), we need to break
before the row, or something even higher up in the tree.

Bug: 1347322
Change-Id: I454d7904988315112f5e46dca58b8112f98b9133
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3816645
Reviewed-by: Ian Kilpatrick <[email protected]>
Commit-Queue: Morten Stenshorne <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1032906}
  • Loading branch information
mstensho authored and chromium-wpt-export-bot committed Aug 9, 2022
1 parent 0fe3d1b commit d806f61
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1347322">
<div style="columns:2;">
<div style="columns:2; margin-top:8px;">
text
<div style="display:table-cell; columns:2;"></div>
</div>
</div>

0 comments on commit d806f61

Please sign in to comment.