[Webkit-unassigned] [Bug 62421] New: REGRESSION: uneven text baseline in table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 18:50:36 PDT 2011


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

           Summary: REGRESSION: uneven text baseline in table
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://persistent.info/webkit/test-cases/text-baseline
                    .html
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihaip at chromium.org


Created an attachment (id=96686)
 --> (https://bugs.webkit.org/attachment.cgi?id=96686&action=review)
screenshot

The following markup:
  <table>
    <tr valign="top">
      <td>
        <img style="height:1.2em" width="1">
        one <span>two</span> three <span>four</span> five
      </td>
    </tr>
  </table>
(live at http://persistent.info/webkit/test-cases/text-baseline.html - this is a reduction of a Google Groups UI page)

Results in "two" and "four" appearing lower than "one",  "three" and "five" (see screenshot). This happens in a ToT build (r88490) but does not in Safari 5.0 Firefox 4.0 or Opera 10.63. I will try to find a narrower regression range.

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