mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:57:35 +00:00
LibWeb: Use auto minimimum size while resolving flexible tracks in GFC
This commit is contained in:
parent
5f2264a2bd
commit
c61bb1706f
3 changed files with 24 additions and 1 deletions
6
Tests/LibWeb/Layout/expected/grid/column-1fr-1fr.txt
Normal file
6
Tests/LibWeb/Layout/expected/grid/column-1fr-1fr.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
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 784x100 children: not-inline
|
||||
Box <div.grid> at (8,8) content-size 100x100 [GFC] children: not-inline
|
||||
BlockContainer <div.test> at (8,8) content-size 100x100 [BFC] children: not-inline
|
||||
BlockContainer <div.big-child> at (8,8) content-size 500x100 children: not-inline
|
Loading…
Add table
Add a link
Reference in a new issue