Align URLParser with web platform tests when parsing non-special relative URLs ending in AuthorityOrHost state
Created attachment 289305 [details] Patch
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?
(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.
https://trac.webkit.org/changeset/206162