Skip to content

Commit 0859021

Browse files
test: update WPT for url to c23755a144
1 parent 045ff95 commit 0859021

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

test/fixtures/wpt/url/resources/urltestdata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7581,6 +7581,18 @@
75817581
"hash": ""
75827582
},
75837583
"# 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+
"base": null,
7594+
"failure": true
7595+
},
75847596
{
75857597
"input": "http://[1:0::]",
75867598
"base": "http://example.net/",

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"path": "streams"
7777
},
7878
"url": {
79-
"commit": "4832db47614f5f48cc57374cbf5c1f70937fad48",
79+
"commit": "c23755a1449cc9c5a9131378c13ecf073c0885c6",
8080
"path": "url"
8181
},
8282
"urlpattern": {

0 commit comments

Comments
 (0)