RESOLVED FIXED 162251
Align URLParser with web platform tests when parsing non-special relative URLs ending in AuthorityOrHost state
https://bugs.webkit.org/show_bug.cgi?id=162251
Summary Align URLParser with web platform tests when parsing non-special relative URL...
Alex Christensen
Reported 2016-09-19 20:32:58 PDT
Align URLParser with web platform tests when parsing non-special relative URLs ending in AuthorityOrHost state
Attachments
Patch (16.28 KB, patch)
2016-09-19 20:35 PDT, Alex Christensen
thorton: review+
Alex Christensen
Comment 1 2016-09-19 20:35:28 PDT
Tim Horton
Comment 2 2016-09-20 11:10:21 PDT
Comment on attachment 289305 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289305&action=review > Source/WebCore/ChangeLog:12 > + Fix non-special URLs that end after scheme:// with no authority. "Fix" is way too vague. > Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:541 > + // This matches the spec and web platform tests, but not Chrome, Firefox, or URL::parse. ! Is this a case where you think the spec is wrong and will try to get it changed, or what?
Alex Christensen
Comment 3 2016-09-20 11:37:41 PDT
(In reply to comment #2) > > Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:541 > > + // This matches the spec and web platform tests, but not Chrome, Firefox, or URL::parse. > > ! > > Is this a case where you think the spec is wrong and will try to get it > changed, or what? I think the spec might be right and everybody needs to change. We'll see.
Alex Christensen
Comment 4 2016-09-20 11:48:59 PDT
Note You need to log in before you can comment on or make changes to this bug.