1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 10:30:59 +00:00
serenity/Tests/LibWeb/Layout
Aliaksandr Kalenik d9f0c2a806 LibWeb: Implement "distribute height to rows" step in TFC
This commit implements following missing steps in table layout:
- Calculate final table height
- Resolve percentage height of cells and rows using final table height
- Distribute avilable height to table rows
2023-04-29 06:46:45 +02:00
..
expected LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
input LibWeb: Implement "distribute height to rows" step in TFC 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