From fe6b251739e225555f04319f19c70c031a5d99eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Wed, 3 May 2017 10:16:22 +0300 Subject: [PATCH] Fix Windows drive letter handling in the file state Tests: https://github.com/w3c/web-platform-tests/issues/5754. Fixes #304. --- url.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/url.bs b/url.bs index 33a36666..c51adc58 100644 --- a/url.bs +++ b/url.bs @@ -1845,11 +1845,11 @@ string input, optionally with a base URL base, opti

If at least one of the following is true

then set url's host to base's host,