Re: [whatwg] URL: file URL C| quirk

2013-07-25 Thread Chris Weber
the scheme is qualified, as in: file://c|/foo/bar I know that including the scheme is a slightly different test case than your original, but in case it's helpful see: http://web.lookout.net/2011/06/some-browsers-convert-pipe-to-colon-in.html thanks, Chris Weber

Re: [whatwg] URL testing

2012-11-24 Thread Chris Weber
On 11/23/2012 10:11 PM, Michael[tm] Smith wrote: I wonder if it might make more sense for the URLs being tested for all those cases to include a / for the pathname. That way they would be further isolated to just testing what they're actually intended to test, rather that what they're instead

Re: [whatwg] URL testing

2012-11-24 Thread Chris Weber
On 11/24/2012 1:34 AM, Anne van Kesteren wrote: This is super awesome. Glad you continued with this. I have a few generic points for now: * No special handling for IPv4. IPv4 should work the same as domain names. I.e. the host of http://192/ is 192, not 0.0.0.192. * It's still a bit unclear

[whatwg] URL testing

2012-11-23 Thread Chris Weber
Hello, I've been trying to follow Anne's work with the URL spec, and working on using the W3C testharness.js for URL testing. I have some URL testing running, with still more work to do: http://www.lookout.net/test/url/ The test cases and harness are available at: