Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D235147

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1942820
gecko-commit: 76ecd4fd31b3e0a9426a3436d24ff8c190a7624e
gecko-reviewers: necko-reviewers, kershaw
  • Loading branch information
valenting authored and moz-wptsync-bot committed Jan 25, 2025
1 parent bcf47bd commit a23788b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions url/resources/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 a23788b

Please sign in to comment.