Re: [url-tests] URL: test the host parser (#4504)

So here is an example. For `(new URL("https://\u001Fx")).hostname`, jsdom/whatwg-url gives a host of `"xn--\u001fx-"` instead of the apparently correct `"\u001fx"`.

Apparently our interpretation of

> Let asciiDomain be the result of running domain to ASCII on domain.

When applied to the string `"\u001fx"` gives `"xn--\u001fx-"`. Is that not correct? Just trying to nail down where the problem is at this point :)

/cc @Sebmaster 

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4504#issuecomment-270771165

Received on Thursday, 5 January 2017 22:13:48 UTC