Skip to content

Commit d625d30

Browse files
mstenshochromium-wpt-export-bot
authored andcommitted
Don't expect any meaningful column stretch amount if already at "infinity".
This fixes fast/overflow/overflow-height-float-not-removed-crash3.html when LayoutNGBlockFragmentation is enabled. Bug: 829028 Change-Id: Iaa4755486f7d8d95927ce7faa6eda5ac45b5b4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3178968 Reviewed-by: Ian Kilpatrick <[email protected]> Commit-Queue: Morten Stenshorne <[email protected]> Cr-Commit-Position: refs/heads/main@{#924432}
1 parent d02980b commit d625d30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
3+
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
4+
<link rel="help" href="https://www.w3.org/TR/css-break-3/#monolithic">
5+
<div style="columns:2;">
6+
<div style="contain:size; height:12345678901234px;"></div>
7+
<div style="contain:size; height:12345678901234px;"></div>
8+
<div style="contain:size; height:12345678901234px;"></div>
9+
</div>

0 commit comments

Comments
 (0)