Bug 211878

Summary: [LFC][TFC] Add support for cases when the balancing is not based on the initial width
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

zalan
Reported 2020-05-13 20:10:08 PDT
these 2 tables produce different layout because the of the fixed width <td> even when the content (iiiiiiii) has the exact width as the width property value. <table> <tr><td style="width: 22px"></td><td style="">iiiiiiii iiiiiiii</td></tr> <tr><td style="width: 22px"></td><td style="width: 22px; height: 20px;">iiiiiiii</td></tr> </table> <table> <tr><td style="width: 22px"></td><td style="">iiiiiiii iiiiiiii</td></tr> <tr><td style="width: 22px"></td><td style="height: 20px;">iiiiiiii</td></tr> </table>
Attachments
Patch (14.93 KB, patch)
2020-05-13 21:04 PDT, zalan
no flags
zalan
Comment 1 2020-05-13 21:04:08 PDT
EWS
Comment 2 2020-05-13 22:03:18 PDT
Committed r261676: <https://trac.webkit.org/changeset/261676> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399330 [details].
Radar WebKit Bug Importer
Comment 3 2020-05-13 22:04:15 PDT
Note You need to log in before you can comment on or make changes to this bug.