RESOLVED FIXED 211878
[LFC][TFC] Add support for cases when the balancing is not based on the initial width
https://bugs.webkit.org/show_bug.cgi?id=211878
Summary [LFC][TFC] Add support for cases when the balancing is not based on the initi...
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.