mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 16:12:53 +00:00
This was added in fdaa0e5a
to fix a case where roundtrips could fail. We had already partially
implemented these steps - but it seems this was missed in the update of
URLSearchParams.
Fixes the last failing WPT test for:
https://wpt.live/url/urlsearchparams-delete.any.html
6 lines
122 B
Text
6 lines
122 B
Text
URL pathname is 'space '
|
|
URL href is 'data:space ?test'
|
|
true
|
|
false
|
|
URL pathname is 'space'
|
|
URL href is 'data:space'
|