[Webkit-unassigned] [Bug 133744] New: The computed value of line-height:normal is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 09:52:39 PDT 2014


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

           Summary: The computed value of line-height:normal is incorrect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: galineau at adobe.com


REPRO:

1. Load the attached HTML file
2. Open the JS console
3. Reported computed value of line-height for test paragraph is 'normal'

EXPECTED:
Per CSSOM [1], should be a pixel lengths i.e. "19.2px" given font-size:16px and a normal line-height of 1.2.

This works as expected in Gecko.

[1] http://dev.w3.org/csswg/cssom/#resolved-value

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