From 77267eb15cbce849ac01c95fc4d85015a28539e5 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 10 Feb 2016 12:58:43 +0100 Subject: [PATCH] url: Update test for spec change https://github.com/whatwg/url/issues/77 / https://github.com/whatwg/url/commit/bee5ad8041adfe6fc676c527bbc3f3cf4562ef67 --- url/urltestdata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/url/urltestdata.json b/url/urltestdata.json index a55622ab49ec0e..4ea27d73229e55 100644 --- a/url/urltestdata.json +++ b/url/urltestdata.json @@ -2201,7 +2201,7 @@ { "input": "http://www/foo%2Ehtml", "base": "about:blank", - "href": "http://www/foo%2Ehtml", + "href": "http://www/foo.html", "origin": "http://www", "protocol": "http:", "username": "", @@ -2209,7 +2209,7 @@ "host": "www", "hostname": "www", "port": "", - "pathname": "/foo%2Ehtml", + "pathname": "/foo.html", "search": "", "hash": "" },