[Webkit-unassigned] [Bug 97239] New: Baseline alignment with inline <table> is broken when margin-top is applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 11:13:47 PDT 2012


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

           Summary: Baseline alignment with inline <table> is broken when
                    margin-top is applied
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dholbert at mozilla.com


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

STEPS TO REPRODUCE:
 1. Load attached testcase. (with inline-block "aaa" and inline-table "bbb")

EXPECTED RESULTS:
 "aaa" and "bbb" are baseline-aligned.

ACTUAL RESULTS:
 They're misaligned.  "aaa" ends up baseline-aligned with where "bbb" *would* be, if it weren't for the margin-top.

So basically, it looks like Webkit's not taking the margin into consideration when doing baseline-alignment here.

Reproduced with latest Chrome build from google repo's "Dev Channel" on Ubuntu.
Version 23.0.1270.0 dev

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