[Webkit-unassigned] [Bug 55311] Incorrect layout when an element has a border, line-height and column-count on the mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 26 16:51:32 PST 2011


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





--- Comment #1 from Darth <priyajeet.hora at gmail.com>  2011-02-26 16:51:33 PST ---
btw, this piece of code also acts differently from FF, makes the border go in column 2.


<!DOCTYPE html>
<html>
  <head>
    <style>
      body {
          font: 12px Arial;
        line-height: 20px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
      }
      div {
        border-bottom: 1px solid;
      }
    </style>
  </head>
  <body>
    <div>Lorem Ipsum</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