ladybird/Tests/LibWeb/Layout/expected/css-all-unset.txt
Andreas Kling dab1fd265d test-web: Dump stacking context tree in layout test output
This will allow us to test (and catch regressions in) stacking context
tree construction and updates, etc.
2025-07-09 14:36:08 +02:00

22 lines
1 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x18 [BFC] children: inline
InlineNode <head>
InlineNode <style>
frag 0 from TextNode start: 1, length: 18, rect: [0,0 134.984375x18] baseline: 13.796875
"* { all: unset; } "
TextNode <#text>
InlineNode <body>
frag 0 from TextNode start: 0, length: 13, rect: [134.984375,0 103.140625x18] baseline: 13.796875
"Hello friends"
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x18]
PaintableWithLines (InlineNode<HEAD>) [0,0 134.984375x18]
PaintableWithLines (InlineNode<STYLE>) [0,0 134.984375x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (InlineNode<BODY>) [134.984375,0 103.140625x18]
TextPaintable (TextNode<#text>)
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x18] [children: 0] (z-index: auto)