[wpt-sync] Sync PR 47673 - Keep ::backdrop next to element in sync remove+add case
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47673 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47673
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Keep ::backdrop next to element in sync remove+add case
In the case that a top layer element is synchronously removed and
re-added to the top layer, it is supposed to get moved to the front of
the top layer list. However, its ::backdrop was not staying next to it
in the top layer list, which caused it to fall behind other top layer
elements.This patch removes and re-adds any top layer element's ::backdrop when
it gets removed and re-added. This matches the rendering of firefox and
safari.Fixed: 360158414
Change-Id: I3a619b248999a79139ced7a52591809e03e2a6c9Reviewed-on: https://chromium-review.googlesource.com/5788966
WPT-Export-Revision: 8310a41621ddc34ba437e98da871fad4592a7d3c
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months 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
FAIL
: 1
Safari
PASS
: 1
Links
Comment 4•6 months ago
|
||
bugherder |
Description
•