1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:35:06 +00:00
serenity/Tests/LibWeb/Layout/input/table/inline-table-width.html
Aliaksandr Kalenik 3a605d8c19 LibWeb: Set width in compute_width_for_table_wrapper()
Width of table wrapper need to be set to to calculate width of table
box inside. Otherwise TFC will set wrong width assuming width of
containing block is 0.
2023-05-07 06:31:53 +02:00

10 lines
No EOL
228 B
HTML

<style type="text/css">
* {
font-family: 'SerenitySans';
}
table {
border: 1px solid #333;
display: inline-block;
}
</style><table><tr><td>ID</td><td>null</td></tr><tr><td>Is Selected</td><td>false</td></tr></table>