Skip to content

Commit

Permalink
Add blob URLs into urltestdata.json
Browse files Browse the repository at this point in the history
Related link:
+ nodejs/node#11426
  • Loading branch information
watilde authored and jgraham committed Feb 23, 2017
1 parent 6501418 commit e32ff14
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions url/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5644,5 +5644,33 @@
"input": "non-special://[:80/",
"base": "about:blank",
"failure": true
},
{
"input": "blob:https://example.com:443/",
"base": "about:blank",
"href": "blob:https://example.com:443/",
"protocol": "blob:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "https://example.com:443/",
"search": "",
"hash": ""
},
{
"input": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
"base": "about:blank",
"href": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
"protocol": "blob:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "d3958f5c-0777-0845-9dcf-2cb28783acaf",
"search": "",
"hash": ""
}
]

0 comments on commit e32ff14

Please sign in to comment.