mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Fixes infinite recursion in following cases: - max-height: fit-content - max-height: min-content - max-height: max-content
14 lines
709 B
Plaintext
14 lines
709 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 <(anonymous)> at (8,8) content-size 784x17 [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 5, rect: [8,8 36.84375x17] 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(anonymous)) [8,8 784x17]
|
|
TextPaintable (TextNode<#text>)
|