[Webkit-unassigned] [Bug 19161] New: getComputedStyle(element, null).fontSize is wrong when using fallback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 16:24:30 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19161

           Summary: getComputedStyle(element, null).fontSize is wrong when
                    using fallback
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: GoogleBug
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


getComputedStyle(element, null).fontSize is wrong

This affects an internal Google application.

See test case.  TOT results:
foo bar baz
monospace: 13px
courier new: 16px
courier new,monospace: 13px

FF results are:
foo bar baz
monospace: 13px
courier new: 16px
courier new,monospace: 16px


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



More information about the webkit-unassigned mailing list