mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +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.
22 lines
1.7 KiB
Text
22 lines
1.7 KiB
Text
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,8) content-size 784x17.46875 children: not-inline
|
|
BlockContainer <div.wrapper> at (8,8) content-size 784x17.46875 children: not-inline
|
|
TableWrapper <(anonymous)> at (235.265625,8) content-size 329.46875x17.46875 [BFC] children: not-inline
|
|
Box <div.box> at (235.265625,8) content-size 329.46875x17.46875 table-box [TFC] children: not-inline
|
|
Box <(anonymous)> at (235.265625,8) content-size 329.46875x17.46875 table-row children: not-inline
|
|
BlockContainer <div.cell> at (235.265625,8) content-size 329.46875x17.46875 table-cell [BFC] children: inline
|
|
line 0 width: 329.46875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
|
frag 0 from TextNode start: 0, length: 34, rect: [235.265625,8 329.46875x17.46875]
|
|
"DaTa DisplaYiNg CSS WeBpaGE ScReEn"
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17.46875]
|
|
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x17.46875]
|
|
PaintableWithLines (TableWrapper(anonymous)) [235.265625,8 329.46875x17.46875]
|
|
PaintableBox (Box<DIV>.box) [235.265625,8 329.46875x17.46875]
|
|
PaintableBox (Box(anonymous)) [235.265625,8 329.46875x17.46875]
|
|
PaintableWithLines (BlockContainer<DIV>.cell) [235.265625,8 329.46875x17.46875]
|
|
TextPaintable (TextNode<#text>)
|