WPT
wpt / url / urlsearchparams-constructor.any.worker.html
Spec: URL ↗
Runs: Chrome 155.0.8042.0 (wpt@0588f3896, 2026-09-04) | Firefox 157.0a1 (wpt@0588f3896, 2026-09-04) | Safari 251 preview (wpt@0588f3896, 2026-09-04) | Ladybird 1.0-b1af2 (wpt@0588f3896, 2026-09-04) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 27/27 | 27/27 | 27/27 | 27/27 | 27/27 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Basic URLSearchParams construction | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, no arguments | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, remove leading "?" | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, DOMException as argument | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, empty string as argument | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, {} as argument | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, string. | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, object. | PASS | PASS | PASS | PASS | PASS | — |
| URLSearchParams constructor, FormData. | PASS | PASS | PASS | PASS | PASS | — |
| Parse + | PASS | PASS | PASS | PASS | PASS | — |
| Parse encoded + | PASS | PASS | PASS | PASS | PASS | — |
| Parse space | PASS | PASS | PASS | PASS | PASS | — |
| Parse %20 | PASS | PASS | PASS | PASS | PASS | — |
| Parse \0 | PASS | PASS | PASS | PASS | PASS | — |
| Parse %00 | PASS | PASS | PASS | PASS | PASS | — |
| Parse ⎄ | PASS | PASS | PASS | PASS | PASS | — |
| Parse %e2%8e%84 | PASS | PASS | PASS | PASS | PASS | — |
| Parse 💩 | PASS | PASS | PASS | PASS | PASS | — |
| Parse %f0%9f%92%a9 | PASS | PASS | PASS | PASS | PASS | — |
| Constructor with sequence of sequences of strings | PASS | PASS | PASS | PASS | PASS | — |
| Construct with object with + | PASS | PASS | PASS | PASS | PASS | — |
| Construct with object with two keys | PASS | PASS | PASS | PASS | PASS | — |
| Construct with array with two keys | PASS | PASS | PASS | PASS | PASS | — |
| Construct with 2 unpaired surrogates (no trailing) | PASS | PASS | PASS | PASS | PASS | — |
| Construct with 3 unpaired surrogates (no leading) | PASS | PASS | PASS | PASS | PASS | — |
| Construct with object with NULL, non-ASCII, and surrogate keys | PASS | PASS | PASS | PASS | PASS | — |
| Custom [Symbol.iterator] | PASS | PASS | PASS | PASS | PASS | — |