WPT
wpt / url / urlsearchparams-constructor.any.html
Spec: URL ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
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 | — |