mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
This will allow us to test (and catch regressions in) stacking context tree construction and updates, etc.
22 lines
1 KiB
Text
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)
|