mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 04:18:14 +00:00

This patch just adds the new root paintable and updates the tests expectations. The next patch will move painting logic from the layout viewport to the paint viewport.
34 lines
2.1 KiB
Text
34 lines
2.1 KiB
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x616 [BFC] children: not-inline
|
|
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <body> at (8,8) content-size 784x600 children: not-inline
|
|
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
|
TextNode <#text>
|
|
TableWrapper <(anonymous)> at (8,8) content-size 1200x600 [BFC] children: not-inline
|
|
Box <div.aligncenter.block-image> at (8,8) content-size 1200x600 table-box [TFC] children: inline
|
|
Box <(anonymous)> at (8,8) content-size 1200x600 table-row children: inline
|
|
BlockContainer <(anonymous)> at (8,8) content-size 1200x600 table-cell [BFC] children: inline
|
|
line 0 width: 1200, height: 600, bottom: 600, baseline: 600
|
|
frag 0 from ImageBox start: 0, length: 0, rect: [8,8 1200x600]
|
|
TextNode <#text>
|
|
InlineNode <a>
|
|
TextNode <#text>
|
|
ImageBox <img> at (8,8) content-size 1200x600 children: not-inline
|
|
TextNode <#text>
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (8,608) content-size 784x0 children: inline
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 1208x616]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x616] overflow: [0,0 1208x616]
|
|
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x600] overflow: [8,8 1200x600]
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
|
PaintableWithLines (TableWrapper(anonymous)) [8,8 1200x600]
|
|
PaintableBox (Box<DIV>.aligncenter.block-image) [8,8 1200x600]
|
|
PaintableBox (Box(anonymous)) [8,8 1200x600]
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,8 1200x600]
|
|
InlinePaintable (InlineNode<A>)
|
|
ImagePaintable (ImageBox<IMG>) [8,8 1200x600]
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,608 784x0]
|