Bug 1931648 [wpt PR 49208] - Only skip non-leading item-less container fragments., a=testonly

Automatic update from web-platform-tests
Only skip non-leading item-less container fragments.

crrev.com/c/6022897 added code to skip over item-less container
fragments when painting an inline, as an attempt to map FragmentData
indices in a LayoutInline to the correct container fragment FragmentData
indices. However, in order to get this correct, we cannot skip leading
item-less container fragments, as InlineCursor has already taken those
into account.

Bug: 379259810
Change-Id: I8986e648a676ccb59578a780fd9e85c418b9009a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6025271
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Auto-Submit: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1384156}

--

wpt-commits: 74f7a105e8d1ce6b39bdcbae9c809080b0d4059e
wpt-pr: 49208
This commit is contained in:
Morten Stenshorne
2024-11-18 17:24:11 +00:00
committed by moz-wptsync-bot
parent 048204f5dc
commit e58fc0fc44

View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://issues.chromium.org/issues/379259810">
<div style="columns:3; height:0;">
<div style="border-top:solid;">
<span style="position:relative;">x</span>
</div>
</div>