We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f0130 commit 5e2d3b3Copy full SHA for 5e2d3b3
url/resources/setters_tests.json
@@ -686,6 +686,17 @@
686
"port": "2"
687
}
688
},
689
+ {
690
+ "comment": "IPv6 literal address with port, crbug.com/1012416",
691
+ "href": "http://example.net",
692
+ "new_value": "[2001:db8::2]:4002",
693
+ "expected": {
694
+ "href": "http://[2001:db8::2]:4002/",
695
+ "host": "[2001:db8::2]:4002",
696
+ "hostname": "[2001:db8::2]",
697
+ "port": "4002"
698
+ }
699
+ },
700
{
701
"comment": "Default port number is removed",
702
"href": "http://example.net",
0 commit comments