Skip to content

Commit

Permalink
test: update web platform tests (#715)
Browse files Browse the repository at this point in the history
Co-authored-by: anonrig <1935246+anonrig@users.noreply.github.com>
  • Loading branch information
anonrig and anonrig committed Aug 22, 2024
1 parent c72c783 commit 97a5fdd
Showing 1 changed file with 195 additions and 0 deletions.
195 changes: 195 additions & 0 deletions tests/wpt/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9643,6 +9643,201 @@
"search": "",
"hash": ""
},
{
"input": "android://x:0/a",
"base": null,
"href": "android://x:0/a",
"origin": "null",
"protocol": "android:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "/a",
"search": "",
"hash": ""
},
{
"input": "drivefs://x:0/a",
"base": null,
"href": "drivefs://x:0/a",
"origin": "null",
"protocol": "drivefs:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "/a",
"search": "",
"hash": ""
},
{
"input": "chromeos-steam://x:0/a",
"base": null,
"href": "chromeos-steam://x:0/a",
"origin": "null",
"protocol": "chromeos-steam:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "/a",
"search": "",
"hash": ""
},
{
"input": "steam://x:0/a",
"base": null,
"href": "steam://x:0/a",
"origin": "null",
"protocol": "steam:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "/a",
"search": "",
"hash": ""
},
{
"input": "materialized-view://x:0/a",
"base": null,
"href": "materialized-view://x:0/a",
"origin": "null",
"protocol": "materialized-view:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "/a",
"search": "",
"hash": ""
},
{
"input": "android-app://x:0",
"base": null,
"href": "android-app://x:0",
"origin": "null",
"protocol": "android-app:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "chrome-distiller://x:0",
"base": null,
"href": "chrome-distiller://x:0",
"origin": "null",
"protocol": "chrome-distiller:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "chrome-extension://x:0",
"base": null,
"href": "chrome-extension://x:0",
"origin": "null",
"protocol": "chrome-extension:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "chrome-native://x:0",
"base": null,
"href": "chrome-native://x:0",
"origin": "null",
"protocol": "chrome-native:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "chrome-resource://x:0",
"base": null,
"href": "chrome-resource://x:0",
"origin": "null",
"protocol": "chrome-resource:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "chrome-search://x:0",
"base": null,
"href": "chrome-search://x:0",
"origin": "null",
"protocol": "chrome-search:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "fuchsia-dir://x:0",
"base": null,
"href": "fuchsia-dir://x:0",
"origin": "null",
"protocol": "fuchsia-dir:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "isolated-app://x:0",
"base": null,
"href": "isolated-app://x:0",
"origin": "null",
"protocol": "isolated-app:",
"username": "",
"password": "",
"host": "x:0",
"hostname": "x",
"port": "0",
"pathname": "",
"search": "",
"hash": ""
},
"Scheme relative path starting with multiple slashes",
{
"input": "///test",
Expand Down

0 comments on commit 97a5fdd

Please sign in to comment.