mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Unless the feature `preserve_order` is enabled, serde_json will sort the map's entries in an alphanumerical order. The specification instead expect the entries to be visited by the order they are listed, a latter entry should replace a previous one when they are resolved to the same url. I've also removed a couple of `CanGc` introduced in #37405, unless I've missed something there is not code that can trigger a GC. Testing: A subtest now pass Part of #37553 --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
54 KiB
54 KiB