mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
This will give us a more comprehensive look at what actually gets rendered in the end, and also allows us to catch more behavior changes.
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,20) content-size 784x21.828125 children: not-inline
|
|
BlockContainer <p> at (8,20) content-size 784x21.828125 children: inline
|
|
line 0 width: 183.875, height: 21.828125, bottom: 21.828125, baseline: 16.890625
|
|
frag 0 from TextNode start: 0, length: 15, rect: [18,20 163.875x21.828125]
|
|
"Should be green"
|
|
TextNode <#text>
|
|
InlineNode <a>
|
|
TextNode <#text>
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (8,61.828125) content-size 784x0 children: inline
|
|
TextNode <#text>
|
|
|
|
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,20 784x21.828125] overflow: [8,20 784x41.828125]
|
|
PaintableWithLines (BlockContainer<P>) [8,20 784x21.828125]
|
|
InlinePaintable (InlineNode<A>)
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,61.828125 784x0]
|