Skip to content

Commit 1b54ed1

Browse files
test: update WPT for url to 81a2aed262
PR-URL: #61509 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 6beb65e commit 1b54ed1

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Last update:
2828
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
2929
- resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/593c46cf18/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/81a2aed262/url
3232
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern
3333
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3434
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6065,6 +6065,36 @@
60656065
"search": "",
60666066
"hash": ""
60676067
},
6068+
{
6069+
"input": "https://0x.0x.0x.0x",
6070+
"base": null,
6071+
"href": "https://0.0.0.0/",
6072+
"origin": "https://0.0.0.0",
6073+
"protocol": "https:",
6074+
"username": "",
6075+
"password": "",
6076+
"host": "0.0.0.0",
6077+
"hostname": "0.0.0.0",
6078+
"port": "",
6079+
"pathname": "/",
6080+
"search": "",
6081+
"hash": ""
6082+
},
6083+
{
6084+
"input": "https://00.00.00.00",
6085+
"base": null,
6086+
"href": "https://0.0.0.0/",
6087+
"origin": "https://0.0.0.0",
6088+
"protocol": "https:",
6089+
"username": "",
6090+
"password": "",
6091+
"host": "0.0.0.0",
6092+
"hostname": "0.0.0.0",
6093+
"port": "",
6094+
"pathname": "/",
6095+
"search": "",
6096+
"hash": ""
6097+
},
60686098
"More IPv4 parsing (via https://github.com/jsdom/whatwg-url/issues/92)",
60696099
{
60706100
"input": "https://0x100000000/test",

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "593c46cf18ee325a8740d3f0f4c447840fb9919a",
75+
"commit": "81a2aed262a6e82824afa19509583a736da580ed",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
 (0)