[wpt-sync] Sync PR 35983 - FrameSet NG: Fix a crash on re-showing a sub FRAMESET
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35983 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35983
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
FrameSet NG: Fix a crash on re-showing a sub FRAMESET
We clear NeedsLayout flags of FRAMESET children which are not fit in
the FRAMESET's grid. We should clear their NGPhysicalFragments too in
order not to re-use stale fragment trees when a child fits in the grid
again.Bug: 1365048
Change-Id: I638f68eba61d557b1aede9d4f686998f0c774d60Reviewed-on: https://chromium-review.googlesource.com/3904719
WPT-Export-Revision: 9671ffea8b1eb3c46dc922673a9764a5205490a0
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS : 1
Chrome
CRASH: 1
Links
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•