[wpt-sync] Sync PR 56446 - Don't call SetNeedsCollectInlines if it's atomic inline
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 56446 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/56446
Details from upstream follow.
Minseong Kim <jja08111@gmail.com> wrote:
Don't call SetNeedsCollectInlines if it's atomic inline
This CL fixes the CHECK failure which is caused from
LineBreaker::HandleAtomicInline. This is because the LayoutObject
instance is marked asNeedsCollectInlinesduring it's being destroyed
atLayoutObject::MarkParentForSpannerOrOutOfFlowPositionedChange.Bug: 403617975
Change-Id: Ice69250dd47784945b894187276663f21493ffb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7206586
Commit-Queue: Minseong Kim \<jja08111@gmail.com>
Reviewed-by: Koji Ishii \<kojii@chromium.org>
Reviewed-by: Ian Kilpatrick \<ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1553261}
| Assignee | ||
Updated•1 day ago
|
| Assignee | ||
Comment 1•1 day ago
|
||
| Assignee | ||
Comment 2•1 day ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 27 tests
Status Summary
Firefox
PASS : 1[GitHub] 27[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
Chrome
CRASH : 1
Safari
TIMEOUT: 1
Description
•