There was an error while loading. Please reload this page.
1 parent 6a3d8a6 commit ec96f8dCopy full SHA for ec96f8d
2 files changed
test/fixtures/wpt/url/resources/urltestdata.json
@@ -7581,6 +7581,18 @@
7581
"hash": ""
7582
},
7583
"# IPv6 tests",
7584
+ "IPv4 pieces embedded in IPv6 addresses must not have leading zeroes",
7585
+ {
7586
+ "input": "https://[0:1:2:3:4:5:192.0.02.1]/",
7587
+ "base": null,
7588
+ "failure": true
7589
+ },
7590
+ "An embedded IPv4 address must end the IPv6 address",
7591
7592
+ "input": "https://[192.0.2.1::]/",
7593
7594
7595
7596
{
7597
"input": "http://[1:0::]",
7598
"base": "http://example.net/",
test/fixtures/wpt/versions.json
@@ -76,7 +76,7 @@
76
"path": "streams"
77
78
"url": {
79
- "commit": "4832db47614f5f48cc57374cbf5c1f70937fad48",
+ "commit": "c23755a1449cc9c5a9131378c13ecf073c0885c6",
80
"path": "url"
81
82
"urlpattern": {
0 commit comments