1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:37:35 +00:00

LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC

Implements assignment of sizes specified in grid-auto-columns/rows for
implicitly created tracks.
This commit is contained in:
Aliaksandr Kalenik 2023-05-21 18:13:33 +03:00 committed by Andreas Kling
parent 6e0601a63e
commit 193290b19a
3 changed files with 61 additions and 6 deletions

View file

@ -0,0 +1,8 @@
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x60 children: not-inline
Box <div.grid> at (8,8) content-size 784x60 [GFC] children: not-inline
BlockContainer <div#c1> at (8,8) content-size 23x11 [BFC] children: not-inline
BlockContainer <div#c2> at (8,8) content-size 52x24 [BFC] children: not-inline
BlockContainer <div#c3> at (8,8) content-size 83x41 [BFC] children: not-inline
BlockContainer <div#c4> at (8,8) content-size 120x60 [BFC] children: not-inline