We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v20.0.0-pre
Linux meixg-desktop 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
No response
let u = new URL('http://example.net:8080/path') u.port = 'randomstring'
always
{ "href": "http://example.net:8080/path", "host": "example.net:8080", "hostname": "example.net", "port": "8080" }
{ href: 'http://example.net/path', host: 'example.net', hostname: 'example.net', port: '' }
https://github.com/web-platform-tests/wpt/blob/master/url/resources/setters_tests.json#L1596
#46860
The text was updated successfully, but these errors were encountered:
My bad, rebuild and works fine now.
Sorry, something went wrong.
No branches or pull requests
Version
v20.0.0-pre
Platform
Linux meixg-desktop 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
What do you see instead?
Additional information
https://github.com/web-platform-tests/wpt/blob/master/url/resources/setters_tests.json#L1596
#46860
The text was updated successfully, but these errors were encountered: