[Webkit-unassigned] [Bug 9508] Comparing a form element group to itself returns false (form element name getter returns a new NodeList each time)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 13:48:13 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=9508

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #19 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and all browsers produce same output as below:

with (document.theForm) {
        (theRadio == theRadio) == true
        (theRadio[0] == theRadio[0]) == true
}

I think it might have been fixed along the way and can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!

-- 
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/20220727/b13c9d30/attachment.htm>


More information about the webkit-unassigned mailing list