[Webkit-unassigned] [Bug 27534] New: [QT] make test LayoutTests/fast/block/float/009.html to pass.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 01:36:25 PDT 2009


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

           Summary: [QT] make test LayoutTests/fast/block/float/009.html
                    to pass.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hodovan.renata at stud.u-szeged.hu
                CC: hausmann at webkit.org, tonikitoo at gmail.com


The layout test LayoutTests/fast/block/float/009.html fails in the case when
the width of a div is given in em. In this case, the width is calculated using
defaultFontSize. This variable is set up first in qwebsettings.cpp to 14, then
in DumprenderTree.cpp to 13. That's why 10em results in 130px instead of 140px.
If we set back the value of defaultFontSize in DRT from 13 to 14, the test
succeeds. Alternally, we could have a qt-specific result for this test. Also I
have to mention that it's related to the missing proper implementation of
unitsPerEm() in the qt font.

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