From e71efec12cd3cabf0430a4fb6967b2eecd86c247 Mon Sep 17 00:00:00 2001 From: Morten Stenshorne Date: Thu, 26 Oct 2023 17:26:46 +0000 Subject: [PATCH] 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 Reviewed-by: Koji Ishii Cr-Commit-Position: refs/heads/main@{#1212691} -- wpt-commits: 78a4d1482d5862d11c4ea57b77be966b2a29638f wpt-pr: 42657 --- .../text-in-inline-interrupted-by-float.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/web-platform/tests/css/css-multicol/crashtests/text-in-inline-interrupted-by-float.html diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/text-in-inline-interrupted-by-float.html b/testing/web-platform/tests/css/css-multicol/crashtests/text-in-inline-interrupted-by-float.html new file mode 100644 index 0000000000000..fbb26507a21c3 --- /dev/null +++ b/testing/web-platform/tests/css/css-multicol/crashtests/text-in-inline-interrupted-by-float.html @@ -0,0 +1,11 @@ + + + +
+
+ +
+ firstcolumn thirdcolumn +
+
+