[Webkit-unassigned] [Bug 217643] New: [Subpixel] imported/w3c/web-platform-tests/css/css-flexbox/auto-margins-001.html fails at certain font sizes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 18:00:50 PDT 2020


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

            Bug ID: 217643
           Summary: [Subpixel]
                    imported/w3c/web-platform-tests/css/css-flexbox/auto-m
                    argins-001.html fails at certain font sizes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

<div class="flexbox" style="width: 4em; height: 4em; background: silver">
  <p id="ok" style="margin: auto; font-family: Ahem">OK</p>
</div>

and

<div style="width: 4em; height: 4em; background: silver">
  <table style="width: 100%; height: 100%;"><tr><td style="text-align: center; font-family: Ahem;">OK</td></tr></table>
</div>

are not compatible when it comes to inline content vertical positioning due to the different rounding strategies (at block level).
This test fails for example when font-size is set to 20px.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201013/b35a0ea6/attachment.htm>


More information about the webkit-unassigned mailing list