fune/testing/web-platform/tests/css/css-break/float-after-self-collapsing-block-in-inline-crash.html
Morten Stenshorne 441ff6c9e8 Bug 1758706 [wpt PR 33123] - Clear previously propagated float-in-inline break tokens., a=testonly
Automatic update from web-platform-tests
Clear previously propagated float-in-inline break tokens.

The propagated break tokens from floats inside inlines are picked up and
added to the builder at the same time as adding the fragment. However,
if we before doing that decide to discard the fragment and relayout the
node because the BFC offset got resolved, we'd add the break token for
the same float twice afterwards. Find a better place to clear the break
tokens.

Bug: 1303201
Change-Id: Iad695cdb5dc61228d4bdef868f09b3426230ff65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3512652
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#979264}

--

wpt-commits: a9f144ca55849e38b3ab2e596cd7f034ffb5a051
wpt-pr: 33123
2022-03-26 21:56:18 +00:00

10 lines
416 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1303201">
<div style="columns:2; column-fill:auto; line-height:20px; height:25px; orphans:1; widows:1;">
<span>
<br>
<div style="margin-top:1px;"></div>
<div style="float:left; width:100%; height:10px;"></div>
</span>
</div>