[wpt-sync] Sync PR 28392 - Call ChildrenRemoved() in base class first
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28392 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28392
Details from upstream follow.
b'Rune Lillesveen <futhark@chromium.org>' wrote:
Call ChildrenRemoved() in base class first
Removed style recalc root has to be updated in
ContainerNode::ChildrenRemoved() before we can start marking style dirty
for the object/plugin. Otherwise the style traversal root code triggers
a DCHECK.Bug: 1195633
Change-Id: I2e41a66ba869a23e1d3f246d3e1ba4d862709f3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2807619
Reviewed-by: Mason Freed \<masonf@chromium.org>
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#869908}
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 14 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 4•4 years ago
|
||
bugherder |
Description
•