mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02: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.
13 lines
828 B
Plaintext
13 lines
828 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (1,1) content-size 798x0 [BFC] children: not-inline
|
|
BlockContainer <body> at (9,9) content-size 500x400 positioned [BFC] children: inline
|
|
BlockContainer <div.two-props> at (60,110) content-size 398x198 positioned [BFC] children: not-inline
|
|
BlockContainer <div.four-props> at (110,210) content-size 248x148 positioned [BFC] children: not-inline
|
|
TextNode <#text>
|
|
|
|
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x2] overflow: [8,8 502x402]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 502x402]
|
|
PaintableWithLines (BlockContainer<DIV>.two-props) [59,109 400x200]
|
|
PaintableWithLines (BlockContainer<DIV>.four-props) [109,209 250x150]
|