[Webkit-unassigned] [Bug 87688] New: float block sometimes over-wraps wrongly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 18:58:59 PDT 2012


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

           Summary: float block sometimes over-wraps wrongly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


In the following repro, "hello" and "world" should not be over-wrapped. However they do.

Repro:
<html>
    <head>
        <!--
            GOOD when round(padding-top) = floor(padding-top)
            BAD when round(padding-top) = ceil(padding-top)
         -->
        <style>
            body { padding-top: 0.6px; }
            div  { float: left; }
        </style>
    </head>
    <body>
        <div>hello</div> 
        <div>world</div> 
    </body>
</html>

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