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 committed Feb 21, 2017
1 parent a0796e9 commit 9980731
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions url/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5644,5 +5644,15 @@
"input": "non-special://[:80/",
"base": "about:blank",
"failure": true
},
{
"input": "blob:https://example.com:443/",
"protocol": "blob:",
"pathname": "https://example.com:443/"
},
{
"input": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf",
"protocol": "blob",
"pathname": "d3958f5c-0777-0845-9dcf-2cb28783acaf"
}
]

0 comments on commit 9980731

Please sign in to comment.