Skip to content

Commit

Permalink
URL: test origin of blob: URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored Oct 19, 2021
1 parent 1a3a089 commit 5acc427
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions url/resources/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7303,6 +7303,7 @@
"input": "blob:https://example.com:443/",
"base": "about:blank",
"href": "blob:https://example.com:443/",
"origin": "https://example.com",
"protocol": "blob:",
"username": "",
"password": "",
Expand All @@ -7317,6 +7318,7 @@
"input": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
"base": "about:blank",
"href": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
"origin": "null",
"protocol": "blob:",
"username": "",
"password": "",
Expand All @@ -7327,6 +7329,21 @@
"search": "",
"hash": ""
},
{
"input": "blob:",
"base": "about:blank",
"href": "blob:",
"origin": "null",
"protocol": "blob:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
"Invalid IPv4 radix digits",
{
"input": "http://0x7f.0.0.0x7g",
Expand Down

0 comments on commit 5acc427

Please sign in to comment.