1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:17:35 +00:00
serenity/Tests/LibWeb/Layout
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
..
expected LibWeb: Fix division by zero in table columns width distribution 2023-04-29 06:46:45 +02:00
input LibWeb: Fix division by zero in table columns width distribution 2023-04-29 06:46:45 +02:00
layout_test.sh Tests/LibWeb: Time limit layout tests 2023-04-21 11:00:21 +01:00