mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
- Change min track sizing function to be "auto" when flex size is specified. - Never check if min track sizing funciton is flexible, because only max is allowed to be flexible. - Address FIXME in automatic_minimum_size to avoid regressions after making two fixes mentioned above.
14 lines
705 B
Plaintext
14 lines
705 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x33 [BFC] children: not-inline
|
|
Box <body> at (8,8) content-size 784x17 [GFC] children: not-inline
|
|
BlockContainer <nav> at (8,8) content-size 39.78125x17 [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 5, rect: [8,8 39.78125x17] baseline: 13.296875
|
|
"Hello"
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x33]
|
|
PaintableBox (Box<BODY>) [8,8 784x17]
|
|
PaintableWithLines (BlockContainer<NAV>) [8,8 39.78125x17]
|
|
TextPaintable (TextNode<#text>)
|