18.15.0 `new URL(HTTP://AMAZON.COM).href` gives `http://amazon.com/` 18.16.0 `new URL(HTTP://AMAZON.COM).href` gives `http://amaZon.com/` It seems the capital letter Z is not lower cased. Is that expected or is it a regression ?
18.15.0
new URL(HTTP://AMAZON.COM).hrefgiveshttp://amazon.com/18.16.0
new URL(HTTP://AMAZON.COM).hrefgiveshttp://amaZon.com/It seems the capital letter Z is not lower cased. Is that expected or is it a regression ?