[Webkit-unassigned] [Bug 106728] New: [KURL] 'https:' gets adjusted to 'https:/'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 01:41:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106728

           Summary: [KURL] 'https:' gets adjusted to 'https:/'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com


When creating a KURL instance with the relative URL being 'https:', the URL is adjusted to 'https:/'.

Spotted on the Coremob CSS3 Fonts test. The style rule is set to '@font-face { font-family: font; src: url(https:); }', but during parsing the URL is adjusted and the cssText attribute returns '@font-face { font-family: font; src: url(https:/); }'.
https://github.com/facebook/coremob-tests/blob/master/tests/cssfont/test.js#L38

Chromium port uses the GoogleURL but is not having this problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list