[Webkit-unassigned] [Bug 66186] New: [Qt] CSS font fallback does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 13 07:11:59 PDT 2011


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

           Summary: [Qt] CSS font fallback does not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rectalogic at rectalogic.com


Created an attachment (id=103857)
 --> (https://bugs.webkit.org/attachment.cgi?id=103857&action=review)
testcase

If I specify CSS with an unknown font and a fallback font, "font-family: BadFont, monospace", QtTestBrowser renders this using neither font (and it's not using the default font either - not sure which font it's picking).

The attached web page has 3 DIVs. The blue text is rendered with "font-family:monospace", the red text with "font-family: BadFont, monospace" and the green with no font-family specified. All 3 are rendered with a different font - but both the red and blue should be using monospace.

-- 
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