Fix http://w3c-test.org/url/url-constructor.html failures |
||||
Issue descriptionSee issue 651770 for the context.
,
Feb 6 2017
In my environment (Version 56.0.2924.87 on Linux), some of them pass: - Parsing: <mailto:/example.com/> against <about:blank> - Parsing: <sc:\../> against <about:blank> - Parsing: <ftps:example.com/> against <http://example.org/foo/bar> - Parsing: <mailto:example.com/> against <http://example.org/foo/bar> - Parsing: <ftps:/example.com/> against <about:blank> - Parsing: <mailto:/example.com/> against <http://example.org/foo/bar> - Parsing: <madeupscheme:/example.com/> against <about:blank> - Parsing: <madeupscheme:example.com/> against <http://example.org/foo/bar> - Parsing: <ftps:example.com/> against <about:blank> - Parsing: <madeupscheme:example.com/> against <about:blank> - Parsing: <mailto:example.com/> against <about:blank> - Parsing: <madeupscheme:/example.com/> against <http://example.org/foo/bar> - Parsing: <foo:/bar.com/> against <http://example.org/foo/bar> - Parsing: <foo:/> against <http://example.org/foo/bar> - Parsing: <ftps:/example.com/> against <http://example.org/foo/bar> - Parsing: <sc::a@example.net> against <about:blank> Others fail: - Parsing: <file://localhost> against <file:///tmp/mock/path> - Parsing: <file://localhost/test> against <file:///tmp/mock/path> - Parsing: <file://localhost/> against <file:///tmp/mock/path> TODO(yhirano): Run the tests on Chrome on Windows.
,
Feb 6 2017
,
Feb 6 2017
With Chrome 56.0.2924.87 on Windows: The following tests pass: - Parsing: <mailto:/example.com/> against <about:blank> - Parsing: <sc:\../> against <about:blank> - Parsing: <ftps:example.com/> against <http://example.org/foo/bar> - Parsing: <mailto:example.com/> against <http://example.org/foo/bar> - Parsing: <ftps:/example.com/> against <about:blank> - Parsing: <mailto:/example.com/> against <http://example.org/foo/bar> - Parsing: <madeupscheme:/example.com/> against <about:blank> - Parsing: <madeupscheme:example.com/> against <http://example.org/foo/bar> - Parsing: <ftps:example.com/> against <about:blank> - Parsing: <madeupscheme:example.com/> against <about:blank> - Parsing: <mailto:example.com/> against <about:blank> - Parsing: <madeupscheme:/example.com/> against <http://example.org/foo/bar> - Parsing: <foo:/bar.com/> against <http://example.org/foo/bar> - Parsing: <foo:/> against <http://example.org/foo/bar> - Parsing: <ftps:/example.com/> against <http://example.org/foo/bar> - Parsing: <sc::a@example.net> against <about:blank> The following tests fail: - Parsing: <file://localhost> against <file:///tmp/mock/path> - Parsing: <file://localhost/test> against <file:///tmp/mock/path> - Parsing: <file://localhost/> against <file:///tmp/mock/path>
,
Mar 23 2017
,
Jul 4 2017
See issue 660384 for some meta-discussion of the overall problem here.
,
Feb 8 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by yhirano@chromium.org
, Feb 6 2017