From 426ea2f61c1ffc89c2fa52d83b42179303a3480a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Fri, 16 Dec 2022 18:39:01 +0200 Subject: [PATCH] URL: fix invalid test According to https://url.spec.whatwg.org/#origin non-special URL has opaque origin, which is serialized as "null". --- url/resources/urltestdata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url/resources/urltestdata.json b/url/resources/urltestdata.json index b681ad59809e5e..5833adae584a39 100644 --- a/url/resources/urltestdata.json +++ b/url/resources/urltestdata.json @@ -3922,7 +3922,7 @@ "input": "h://.", "base": "about:blank", "href": "h://.", - "origin": "h://.", + "origin": "null", "protocol": "h:", "username": "", "password": "",