[Webkit-unassigned] [Bug 264068] Don't let 'dispatchChildRemovalEvents' conflict while removing node reference with a node in different document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 7 20:11:18 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=264068
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
so not sure, the test is well done.
Safari. FAIL
assert_equals(
"NotFoundError: The object can not be found here.",
"NotFoundError: Failed to execute 'appendChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in response to a mutation?"
)
Firefox. PASS
but with assert not ran.
Chrome. PASS
assert_equals(
"NotFoundError: Failed to execute 'appendChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in response to a mutation?", "NotFoundError: Failed to execute 'appendChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in response to a mutation?"
)
So Chrome and WebKit seems to have the same behavior but a different error message.
Firefox is probably not going to the error, because it is doing the steps.
This needs a better test. :)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231108/7380afc2/attachment.htm>
More information about the webkit-unassigned
mailing list