1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 07:27:35 +00:00
serenity/Tests/LibWeb/Layout/expected/table/zero-columns-gridmax.txt
Aliaksandr Kalenik 9fd51a59ff LibWeb: Fix division by zero in table columns width distribution
If total max columns width (grid_max) is zero then available width
should be divided equally between columns. Previously there was
division by zero: `column.max_width / grid_max`.
2023-04-29 06:46:45 +02:00

7 lines
547 B
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x16 children: not-inline
BlockContainer <body> at (8,8) content-size 784x0 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 200x0 children: not-inline
TableBox <div.table> at (8,8) content-size 200x0 children: not-inline
TableRowBox <div.row> at (8,8) content-size 200x0 children: not-inline
TableCellBox <div.cell> at (8,8) content-size 200x0 children: not-inline