Skip to content

Commit

Permalink
Better check for non-contiguous IFCs.
Browse files Browse the repository at this point in the history
Finding a non-atomic inline fragment item inside a containing block
fragment isn't enough to consider the inline formatting context to be
contiguous. We need some actual content, such as an atomic inline or
text.

In the test included there's a text node that occurs in the first and
third column, but not in the second.

Bug: 1494201
Change-Id: Iaddcf3a200f5111f899ea1de28f75c049e0d9e58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4958334
Commit-Queue: Morten Stenshorne <[email protected]>
Reviewed-by: Koji Ishii <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1212691}
  • Loading branch information
mstensho authored and chromium-wpt-export-bot committed Oct 20, 2023
1 parent 7fe2823 commit 78a4d14
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!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=1494201">
<div style="columns:3; column-fill:auto; height:100px; line-height:50px; orphans:1; widows:1;">
<div style="width:1px;">
<span style="padding-left:100px;">
<div style="float:left; contain:size; width:100%; height:100px;"></div>
firstcolumn thirdcolumn
</span>
</div>
</div>

0 comments on commit 78a4d14

Please sign in to comment.