[wpt-sync] Sync PR 39692 - [RemoveLegacy] Fix crash at subtree root without layout-result.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39692 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39692
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[RemoveLegacy] Fix crash at subtree root without layout-result.
It was possible (with fieldsets) to layout at a subtree root which
didn't undergo layout previously (due to the way children are created).Check that we have a previous layout result before selecting the subtree
root.This is due to the new LayoutNewSubtreeRoot logic, and hence added it
under that flag.Fixed: 1439692
Change-Id: I54eab45b213616f0ad174fbdf0d6cdaf8916c8e0
Reviewed-on: https://chromium-review.googlesource.com/4472060
WPT-Export-Revision: c8bb5695c40a8f0906791a0c6d1e7505c7cb8195
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•