Re: [whatwg/url] File URL reparse bug with percent encoded windows drive letter (#559)

> Does your table include Chrome on Linux or Chrome on Windows?

I tested both. The same result: `file://c%7C/`

> What is the behavior of new and old Edge? What about IE?

Browser | first pass | second pass
-|-|-
new Edge: | `file://c%7C/` | `file://c%7C/`
old Edge: | `file://c%7c/` | `file://c%7c/`
IE: | `file://c%7c/` | `file://c%7c/`


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/559#issuecomment-717848816

Received on Wednesday, 28 October 2020 10:43:42 UTC