Skip to content

Commit e45dd13

Browse files
committed
chore: update web-platform tests
1 parent f7925f6 commit e45dd13

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed

tests/wpt/urltestdata.json

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7755,6 +7755,21 @@
77557755
"search": "",
77567756
"hash": ""
77577757
},
7758+
{
7759+
"input": "blob:http://example.org:88/",
7760+
"base": null,
7761+
"href": "blob:http://example.org:88/",
7762+
"origin": "http://example.org:88",
7763+
"protocol": "blob:",
7764+
"username": "",
7765+
"password": "",
7766+
"host": "",
7767+
"hostname": "",
7768+
"port": "",
7769+
"pathname": "http://example.org:88/",
7770+
"search": "",
7771+
"hash": ""
7772+
},
77587773
{
77597774
"input": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
77607775
"base": null,
@@ -7785,6 +7800,113 @@
77857800
"search": "",
77867801
"hash": ""
77877802
},
7803+
"blob: in blob:",
7804+
{
7805+
"input": "blob:blob:",
7806+
"base": null,
7807+
"href": "blob:blob:",
7808+
"origin": "null",
7809+
"protocol": "blob:",
7810+
"username": "",
7811+
"password": "",
7812+
"host": "",
7813+
"hostname": "",
7814+
"port": "",
7815+
"pathname": "blob:",
7816+
"search": "",
7817+
"hash": ""
7818+
},
7819+
{
7820+
"input": "blob:blob:https://example.org/",
7821+
"base": null,
7822+
"href": "blob:blob:https://example.org/",
7823+
"origin": "null",
7824+
"protocol": "blob:",
7825+
"username": "",
7826+
"password": "",
7827+
"host": "",
7828+
"hostname": "",
7829+
"port": "",
7830+
"pathname": "blob:https://example.org/",
7831+
"search": "",
7832+
"hash": ""
7833+
},
7834+
"Non-http(s): in blob:",
7835+
{
7836+
"input": "blob:about:blank",
7837+
"base": null,
7838+
"href": "blob:about:blank",
7839+
"origin": "null",
7840+
"protocol": "blob:",
7841+
"username": "",
7842+
"password": "",
7843+
"host": "",
7844+
"hostname": "",
7845+
"port": "",
7846+
"pathname": "about:blank",
7847+
"search": "",
7848+
"hash": ""
7849+
},
7850+
{
7851+
"input": "blob:file://host/path",
7852+
"base": null,
7853+
"href": "blob:file://host/path",
7854+
"origin": "null",
7855+
"protocol": "blob:",
7856+
"username": "",
7857+
"password": "",
7858+
"host": "",
7859+
"hostname": "",
7860+
"port": "",
7861+
"pathname": "file://host/path",
7862+
"search": "",
7863+
"hash": ""
7864+
},
7865+
{
7866+
"input": "blob:ftp://host/path",
7867+
"base": null,
7868+
"href": "blob:ftp://host/path",
7869+
"origin": "null",
7870+
"protocol": "blob:",
7871+
"username": "",
7872+
"password": "",
7873+
"host": "",
7874+
"hostname": "",
7875+
"port": "",
7876+
"pathname": "ftp://host/path",
7877+
"search": "",
7878+
"hash": ""
7879+
},
7880+
{
7881+
"input": "blob:ws://example.org/",
7882+
"base": null,
7883+
"href": "blob:ws://example.org/",
7884+
"origin": "null",
7885+
"protocol": "blob:",
7886+
"username": "",
7887+
"password": "",
7888+
"host": "",
7889+
"hostname": "",
7890+
"port": "",
7891+
"pathname": "ws://example.org/",
7892+
"search": "",
7893+
"hash": ""
7894+
},
7895+
{
7896+
"input": "blob:wss://example.org/",
7897+
"base": null,
7898+
"href": "blob:wss://example.org/",
7899+
"origin": "null",
7900+
"protocol": "blob:",
7901+
"username": "",
7902+
"password": "",
7903+
"host": "",
7904+
"hostname": "",
7905+
"port": "",
7906+
"pathname": "wss://example.org/",
7907+
"search": "",
7908+
"hash": ""
7909+
},
77887910
"Invalid IPv4 radix digits",
77897911
{
77907912
"input": "http://0x7f.0.0.0x7g",

0 commit comments

Comments
 (0)