mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This will allow us to test (and catch regressions in) stacking context tree construction and updates, etc.
38 lines
2.1 KiB
Plaintext
38 lines
2.1 KiB
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (1,1) content-size 798x78 [BFC] children: not-inline
|
|
BlockContainer <body> at (10,10) content-size 780x60 children: not-inline
|
|
BlockContainer <div.foo> at (11,11) content-size 150.21875x18 children: inline
|
|
frag 0 from TextNode start: 0, length: 18, rect: [11,11 150.21875x18] baseline: 13.796875
|
|
"width: max-content"
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (10,30) content-size 780x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <div.bar> at (11,31) content-size 187.953125x18 children: inline
|
|
frag 0 from TextNode start: 0, length: 22, rect: [11,31 187.953125x18] baseline: 13.796875
|
|
"max-width: max-content"
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (10,50) content-size 780x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <div.baz> at (11,51) content-size 183.078125x18 children: inline
|
|
frag 0 from TextNode start: 0, length: 22, rect: [11,51 183.078125x18] baseline: 13.796875
|
|
"min-width: max-content"
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (10,70) content-size 780x0 children: inline
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x80]
|
|
PaintableWithLines (BlockContainer<BODY>) [9,9 782x62]
|
|
PaintableWithLines (BlockContainer<DIV>.foo) [10,10 152.21875x20]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [10,30 780x0]
|
|
PaintableWithLines (BlockContainer<DIV>.bar) [10,30 189.953125x20]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [10,50 780x0]
|
|
PaintableWithLines (BlockContainer<DIV>.baz) [10,50 185.078125x20]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [10,70 780x0]
|
|
|
|
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
|
SC for BlockContainer<HTML> [1,1 798x78] [children: 0] (z-index: auto)
|