Skip to content

Commit d38f7f2

Browse files
mstenshomoz-wptsync-bot
authored andcommitted
Bug 1860235 [wpt PR 42657] - Better check for non-contiguous IFCs., a=testonly
Automatic update from web-platform-tests Better check for non-contiguous IFCs. 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} -- wpt-commits: 78a4d1482d5862d11c4ea57b77be966b2a29638f wpt-pr: 42657
1 parent a1ffea0 commit d38f7f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
3+
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1494201">
4+
<div style="columns:3; column-fill:auto; height:100px; line-height:50px; orphans:1; widows:1;">
5+
<div style="width:1px;">
6+
<span style="padding-left:100px;">
7+
<div style="float:left; contain:size; width:100%; height:100px;"></div>
8+
firstcolumn thirdcolumn
9+
</span>
10+
</div>
11+
</div>

0 commit comments

Comments
 (0)