RESOLVED FIXED252805
[DOM] ASSERTION FAILED: commonRoot
https://bugs.webkit.org/show_bug.cgi?id=252805
Summary [DOM] ASSERTION FAILED: commonRoot
David Li
Reported 2023-02-23 01:54:11 PST
Created attachment 465129 [details] Test case If a document fragment is extracted by range.extractContents from a document, and no further operation for the document fragment, the cloned node in this document fragment will be released (no immediately). And the timing gap between it the document fragment is generated and released, We still can set a new Range start and end on this document fragment, but range don’t have any ref for the commonRoot of start and end. So if we have any operation on this new range after the commonRoot is released, the commonRoot is not found.
Attachments
Test case (1.12 KB, text/html)
2023-02-23 01:54 PST, David Li
no flags
David Li
Comment 1 2023-02-23 01:57:31 PST
David Li
Comment 2 2023-03-03 06:49:31 PST
David Li
Comment 3 2023-03-03 06:53:58 PST
EWS
Comment 4 2023-03-07 13:45:13 PST
Committed 261342@main (c20d51c646be): <https://commits.webkit.org/261342@main> Reviewed commits have been landed. Closing PR #10252 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.