Skip to content

Commit 6e899c4

Browse files
committed
Update WPT tests (2024-08-26)
1 parent 58c8012 commit 6e899c4

File tree

1 file changed

+195
-15
lines changed

1 file changed

+195
-15
lines changed

tests/files/urltestdata.json

Lines changed: 195 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4849,21 +4849,6 @@
48494849
"search": "",
48504850
"hash": ""
48514851
},
4852-
{
4853-
"input": "http://example.com/\uD800\uD801\uDFFE\uDFFF\uFDD0\uFDCF\uFDEF\uFDF0\uFFFE\uFFFF?\uD800\uD801\uDFFE\uDFFF\uFDD0\uFDCF\uFDEF\uFDF0\uFFFE\uFFFF",
4854-
"base": null,
4855-
"href": "http://example.com/%EF%BF%BD%F0%90%9F%BE%EF%BF%BD%EF%B7%90%EF%B7%8F%EF%B7%AF%EF%B7%B0%EF%BF%BE%EF%BF%BF?%EF%BF%BD%F0%90%9F%BE%EF%BF%BD%EF%B7%90%EF%B7%8F%EF%B7%AF%EF%B7%B0%EF%BF%BE%EF%BF%BF",
4856-
"origin": "http://example.com",
4857-
"protocol": "http:",
4858-
"username": "",
4859-
"password": "",
4860-
"host": "example.com",
4861-
"hostname": "example.com",
4862-
"port": "",
4863-
"pathname": "/%EF%BF%BD%F0%90%9F%BE%EF%BF%BD%EF%B7%90%EF%B7%8F%EF%B7%AF%EF%B7%B0%EF%BF%BE%EF%BF%BF",
4864-
"search": "?%EF%BF%BD%F0%90%9F%BE%EF%BF%BD%EF%B7%90%EF%B7%8F%EF%B7%AF%EF%B7%B0%EF%BF%BE%EF%BF%BF",
4865-
"hash": ""
4866-
},
48674852
"Forbidden host code points",
48684853
{
48694854
"input": "sc://a\u0000b/",
@@ -9658,6 +9643,201 @@
96589643
"search": "",
96599644
"hash": ""
96609645
},
9646+
{
9647+
"input": "android://x:0/a",
9648+
"base": null,
9649+
"href": "android://x:0/a",
9650+
"origin": "null",
9651+
"protocol": "android:",
9652+
"username": "",
9653+
"password": "",
9654+
"host": "x:0",
9655+
"hostname": "x",
9656+
"port": "0",
9657+
"pathname": "/a",
9658+
"search": "",
9659+
"hash": ""
9660+
},
9661+
{
9662+
"input": "drivefs://x:0/a",
9663+
"base": null,
9664+
"href": "drivefs://x:0/a",
9665+
"origin": "null",
9666+
"protocol": "drivefs:",
9667+
"username": "",
9668+
"password": "",
9669+
"host": "x:0",
9670+
"hostname": "x",
9671+
"port": "0",
9672+
"pathname": "/a",
9673+
"search": "",
9674+
"hash": ""
9675+
},
9676+
{
9677+
"input": "chromeos-steam://x:0/a",
9678+
"base": null,
9679+
"href": "chromeos-steam://x:0/a",
9680+
"origin": "null",
9681+
"protocol": "chromeos-steam:",
9682+
"username": "",
9683+
"password": "",
9684+
"host": "x:0",
9685+
"hostname": "x",
9686+
"port": "0",
9687+
"pathname": "/a",
9688+
"search": "",
9689+
"hash": ""
9690+
},
9691+
{
9692+
"input": "steam://x:0/a",
9693+
"base": null,
9694+
"href": "steam://x:0/a",
9695+
"origin": "null",
9696+
"protocol": "steam:",
9697+
"username": "",
9698+
"password": "",
9699+
"host": "x:0",
9700+
"hostname": "x",
9701+
"port": "0",
9702+
"pathname": "/a",
9703+
"search": "",
9704+
"hash": ""
9705+
},
9706+
{
9707+
"input": "materialized-view://x:0/a",
9708+
"base": null,
9709+
"href": "materialized-view://x:0/a",
9710+
"origin": "null",
9711+
"protocol": "materialized-view:",
9712+
"username": "",
9713+
"password": "",
9714+
"host": "x:0",
9715+
"hostname": "x",
9716+
"port": "0",
9717+
"pathname": "/a",
9718+
"search": "",
9719+
"hash": ""
9720+
},
9721+
{
9722+
"input": "android-app://x:0",
9723+
"base": null,
9724+
"href": "android-app://x:0",
9725+
"origin": "null",
9726+
"protocol": "android-app:",
9727+
"username": "",
9728+
"password": "",
9729+
"host": "x:0",
9730+
"hostname": "x",
9731+
"port": "0",
9732+
"pathname": "",
9733+
"search": "",
9734+
"hash": ""
9735+
},
9736+
{
9737+
"input": "chrome-distiller://x:0",
9738+
"base": null,
9739+
"href": "chrome-distiller://x:0",
9740+
"origin": "null",
9741+
"protocol": "chrome-distiller:",
9742+
"username": "",
9743+
"password": "",
9744+
"host": "x:0",
9745+
"hostname": "x",
9746+
"port": "0",
9747+
"pathname": "",
9748+
"search": "",
9749+
"hash": ""
9750+
},
9751+
{
9752+
"input": "chrome-extension://x:0",
9753+
"base": null,
9754+
"href": "chrome-extension://x:0",
9755+
"origin": "null",
9756+
"protocol": "chrome-extension:",
9757+
"username": "",
9758+
"password": "",
9759+
"host": "x:0",
9760+
"hostname": "x",
9761+
"port": "0",
9762+
"pathname": "",
9763+
"search": "",
9764+
"hash": ""
9765+
},
9766+
{
9767+
"input": "chrome-native://x:0",
9768+
"base": null,
9769+
"href": "chrome-native://x:0",
9770+
"origin": "null",
9771+
"protocol": "chrome-native:",
9772+
"username": "",
9773+
"password": "",
9774+
"host": "x:0",
9775+
"hostname": "x",
9776+
"port": "0",
9777+
"pathname": "",
9778+
"search": "",
9779+
"hash": ""
9780+
},
9781+
{
9782+
"input": "chrome-resource://x:0",
9783+
"base": null,
9784+
"href": "chrome-resource://x:0",
9785+
"origin": "null",
9786+
"protocol": "chrome-resource:",
9787+
"username": "",
9788+
"password": "",
9789+
"host": "x:0",
9790+
"hostname": "x",
9791+
"port": "0",
9792+
"pathname": "",
9793+
"search": "",
9794+
"hash": ""
9795+
},
9796+
{
9797+
"input": "chrome-search://x:0",
9798+
"base": null,
9799+
"href": "chrome-search://x:0",
9800+
"origin": "null",
9801+
"protocol": "chrome-search:",
9802+
"username": "",
9803+
"password": "",
9804+
"host": "x:0",
9805+
"hostname": "x",
9806+
"port": "0",
9807+
"pathname": "",
9808+
"search": "",
9809+
"hash": ""
9810+
},
9811+
{
9812+
"input": "fuchsia-dir://x:0",
9813+
"base": null,
9814+
"href": "fuchsia-dir://x:0",
9815+
"origin": "null",
9816+
"protocol": "fuchsia-dir:",
9817+
"username": "",
9818+
"password": "",
9819+
"host": "x:0",
9820+
"hostname": "x",
9821+
"port": "0",
9822+
"pathname": "",
9823+
"search": "",
9824+
"hash": ""
9825+
},
9826+
{
9827+
"input": "isolated-app://x:0",
9828+
"base": null,
9829+
"href": "isolated-app://x:0",
9830+
"origin": "null",
9831+
"protocol": "isolated-app:",
9832+
"username": "",
9833+
"password": "",
9834+
"host": "x:0",
9835+
"hostname": "x",
9836+
"port": "0",
9837+
"pathname": "",
9838+
"search": "",
9839+
"hash": ""
9840+
},
96619841
"Scheme relative path starting with multiple slashes",
96629842
{
96639843
"input": "///test",

0 commit comments

Comments
 (0)