1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Tests/LibWeb/Layout/expected/table/auto-height.txt
Aliaksandr Kalenik de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree
This is a part of refactoring towards making the paintable tree
independent of the layout tree. Now, instead of transferring text
fragments from the layout tree to the paintable tree during the layout
commit phase, we allocate separate PaintableFragments that contain only
the information necessary for painting. Doing this also allows us to
get rid LineBoxes, as they are used only during layout.
2024-01-13 10:53:38 +01:00

38 lines
2.6 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x60 [BFC] children: not-inline
BlockContainer <body> at (10,10) content-size 780x42 children: not-inline
BlockContainer <div> at (11,11) content-size 778x19 children: not-inline
TableWrapper <(anonymous)> at (11,11) content-size 29.15625x19 [BFC] children: not-inline
Box <(anonymous)> at (11,11) content-size 29.15625x19 table-box [TFC] children: not-inline
Box <(anonymous)> at (11,11) content-size 29.15625x19 table-row children: not-inline
BlockContainer <span> at (12,12) content-size 27.15625x17 table-cell [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [12,12 27.15625x17] baseline: 13.296875
"foo"
TextNode <#text>
BlockContainer <div> at (11,32) content-size 778x19 children: not-inline
TableWrapper <(anonymous)> at (11,32) content-size 29.640625x19 [BFC] children: not-inline
Box <(anonymous)> at (11,32) content-size 29.640625x19 table-box [TFC] children: not-inline
Box <(anonymous)> at (11,32) content-size 29.640625x19 table-row children: not-inline
BlockContainer <span> at (12,33) content-size 27.640625x17 table-cell [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [12,33 27.640625x17] baseline: 13.296875
"bar"
TextNode <#text>
BlockContainer <(anonymous)> at (10,52) content-size 780x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x62]
PaintableWithLines (BlockContainer<BODY>) [9,9 782x44]
PaintableWithLines (BlockContainer<DIV>) [10,10 780x21]
PaintableWithLines (TableWrapper(anonymous)) [11,11 29.15625x19]
PaintableBox (Box(anonymous)) [11,11 29.15625x19]
PaintableBox (Box(anonymous)) [11,11 29.15625x19]
PaintableWithLines (BlockContainer<SPAN>) [11,11 29.15625x19]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [10,31 780x21]
PaintableWithLines (TableWrapper(anonymous)) [11,32 29.640625x19]
PaintableBox (Box(anonymous)) [11,32 29.640625x19]
PaintableBox (Box(anonymous)) [11,32 29.640625x19]
PaintableWithLines (BlockContainer<SPAN>) [11,32 29.640625x19]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [10,52 780x0]