Files
serenity/Userland/Libraries/LibWeb/DOMURL/URLSearchParams.cpp
Shannon Booth 85e0c80061 LibWeb: Sort URLSearchParams using UTF-16 code units
We were previously sorting using code points which could give the wrong
result for certain inputs.

Fixes the last two failing tests on:

https://wpt.live/url/urlsearchparams-sort.any.html
(cherry picked from commit d56da8cf9a0298d3e6e3ee8984f60d4a3217183b)
2024-11-09 07:30:40 -05:00

14 KiB