From d806f61d6d7da39268aed4a93d20b69c3a6a70b8 Mon Sep 17 00:00:00 2001 From: Morten Stenshorne Date: Tue, 9 Aug 2022 00:22:49 -0700 Subject: [PATCH] Handle kOutOfFragmentainerSpace from multicol table cells. 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 Commit-Queue: Morten Stenshorne Cr-Commit-Position: refs/heads/main@{#1032906} --- .../crashtests/nested-with-multicol-table-cell.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 css/css-multicol/crashtests/nested-with-multicol-table-cell.html diff --git a/css/css-multicol/crashtests/nested-with-multicol-table-cell.html b/css/css-multicol/crashtests/nested-with-multicol-table-cell.html new file mode 100644 index 00000000000000..abb99c6201dee7 --- /dev/null +++ b/css/css-multicol/crashtests/nested-with-multicol-table-cell.html @@ -0,0 +1,9 @@ + + + +
+
+ text +
+
+