Skip to content

Commit

Permalink
test: update web platform tests (url) (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: anonrig <[email protected]>
  • Loading branch information
anonrig and anonrig authored Feb 17, 2025
1 parent acae034 commit 997143b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/wpt/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3137,6 +3137,21 @@
"search": "",
"hash": ""
},
{
"input": "https://example.com/aaa/bbb/%2e%2e?query",
"base": null,
"href": "https://example.com/aaa/?query",
"origin": "https://example.com",
"protocol": "https:",
"username": "",
"password": "",
"host": "example.com",
"hostname": "example.com",
"port": "",
"pathname": "/aaa/",
"search": "?query",
"hash": ""
},
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/segments-userinfo-vs-host.html",
{
"input": "http:@www.example.com",
Expand Down

0 comments on commit 997143b

Please sign in to comment.