[Webkit-unassigned] [Bug 235307] TextCodec should treat lone surrogates as the replacement character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 02:42:37 PST 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
*** Firefox Nightly 109 ***

 href attribute of link is: "?a\ud800b" (should be "?a\ud800b")

href property of link is: "https://bug-235307-attachments.webkit.org/attachment.cgi?a%EF%BF%BDb" (should end in "?a%26%2365533%3Bb") 

*** Chrome Canary 110 ***

href attribute of link is: "?a\ud800b" (should be "?a\ud800b")

href property of link is: "https://bug-235307-attachments.webkit.org/attachment.cgi?a%EF%BF%BDb" (should end in "?a%26%2365533%3Bb")

*** Safari 16.1 ***

href attribute of link is: "?a\ud800b" (should be "?a\ud800b")

href property of link is: "https://bug-235307-attachments.webkit.org/attachment.cgi?a%EF%BF%BDb" (should end in "?a%26%2365533%3Bb")

_______-

All browsers are matching or I am testing it wrong?

JSFiddle - https://jsfiddle.net/b50n7e2s/ (same test but took from Chrome / Blink bug).

-- 
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/20221130/44e57b0c/attachment.htm>


More information about the webkit-unassigned mailing list