[wpt-sync] Sync PR 45085 - WPT: Script child removal does not trigger execution
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45085 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45085
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
WPT: Script child removal does not trigger execution
Given the old Chromium change that introduced this behavior:
... the old discussion in:
- https://github.com/whatwg/dom/pull/732#pullrequestreview-328249015
- https://github.com/whatwg/html/pull/4354#issuecomment-476038918
... and the much newer discussion in:
This CL upstreams an old test ensuring that removal of a child node
from a script node that has not "already started" 1, does not trigger
script execution. Only the insertion of child nodes (to a
non-already-started script node) should trigger that script's execution.Bug: 40150299
Change-Id: I750ccee0a2be834360c557042e975547c8ddd32cReviewed-on: https://chromium-review.googlesource.com/5367238
WPT-Export-Revision: 1c091625f5efb840ebe45a7b96ba1817b1fadb44
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
PASS
: 1
Links
Comment 4•11 months ago
|
||
bugherder |
Description
•