From ed71fa2265f061d44d42f1917ed4727a83e35017 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Tue, 21 Feb 2017 18:05:33 +0100 Subject: [PATCH] Add blob URLs into urltestdata.json Related link: + https://github.com/nodejs/node/pull/11426 --- url/urltestdata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/url/urltestdata.json b/url/urltestdata.json index f3df8fb2583ea08..e75c6d46406d667 100644 --- a/url/urltestdata.json +++ b/url/urltestdata.json @@ -5644,5 +5644,17 @@ "input": "non-special://[:80/", "base": "about:blank", "failure": true + }, + { + "input": "blob:https://nodejs.org:443/", + "origin": "https://nodejs.org", + "protocol": "blob:", + "pathname": "https://nodejs.org:443/" + }, + { + "input": "blob:d3958f5c-0777-0845-9dcf-2cb28783acaf", + "origin": "null", + "protocol": "blob", + "pathname": "d3958f5c-0777-0845-9dcf-2cb28783acaf" } ]