Files
ladybird/Tests/LibWeb/Layout/expected/block-and-inline/block-with-min-content-width.txt
Tim Ledbetter d49a2dcfa1 LibWeb: Implement word-break functionality using UAX#14 line breaking
We now use ICU's line break iterator to determine soft wrap
opportunities, enabling correct line breaking for CJK text.
2026-02-14 16:23:18 -05:00

54 lines
3.2 KiB
Plaintext

Viewport <#document> at [0,0] [0+0+0 800 0+0+0] [0+0+0 600 0+0+0] [BFC] children: not-inline
BlockContainer <html> at [1,1] [0+1+0 798 0+1+0] [0+1+0 222 0+1+0] [BFC] children: not-inline
BlockContainer <body> at [10,10] [8+1+0 780 0+1+8] [8+1+0 204 0+1+8] children: not-inline
BlockContainer <div.foo> at [11,11] [0+1+0 60.90625 0+1+717.09375] [0+1+0 54 0+1+0] children: inline
frag 0 from TextNode start: 0, length: 6, rect: [11,11 43.578125x18] baseline: 13.796875
"width:"
frag 1 from TextNode start: 7, length: 4, rect: [11,29 32.859375x18] baseline: 13.796875
"min-"
frag 2 from TextNode start: 11, length: 7, rect: [11,47 60.90625x18] baseline: 13.796875
"content"
TextNode <#text> (not painted)
BlockContainer <(anonymous)> at [10,66] [0+0+0 780 0+0+0] [0+0+0 0 0+0+0] children: inline
TextNode <#text> (not painted)
BlockContainer <div.bar> at [11,67] [0+1+0 60.90625 0+1+717.09375] [0+1+0 72 0+1+0] children: inline
frag 0 from TextNode start: 0, length: 4, rect: [11,67 37.734375x18] baseline: 13.796875
"max-"
frag 1 from TextNode start: 4, length: 6, rect: [11,85 43.578125x18] baseline: 13.796875
"width:"
frag 2 from TextNode start: 11, length: 4, rect: [11,103 32.859375x18] baseline: 13.796875
"min-"
frag 3 from TextNode start: 15, length: 7, rect: [11,121 60.90625x18] baseline: 13.796875
"content"
TextNode <#text> (not painted)
BlockContainer <(anonymous)> at [10,140] [0+0+0 780 0+0+0] [0+0+0 0 0+0+0] children: inline
TextNode <#text> (not painted)
BlockContainer <div.baz> at [11,141] [0+1+0 60.90625 0+1+717.09375] [0+1+0 72 0+1+0] children: inline
frag 0 from TextNode start: 0, length: 4, rect: [11,141 32.859375x18] baseline: 13.796875
"min-"
frag 1 from TextNode start: 4, length: 6, rect: [11,159 43.578125x18] baseline: 13.796875
"width:"
frag 2 from TextNode start: 11, length: 4, rect: [11,177 32.859375x18] baseline: 13.796875
"min-"
frag 3 from TextNode start: 15, length: 7, rect: [11,195 60.90625x18] baseline: 13.796875
"content"
TextNode <#text> (not painted)
BlockContainer <(anonymous)> at [10,214] [0+0+0 780 0+0+0] [0+0+0 0 0+0+0] children: inline
TextNode <#text> (not painted)
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x224]
PaintableWithLines (BlockContainer<BODY>) [9,9 782x206]
PaintableWithLines (BlockContainer<DIV>.foo) [10,10 62.90625x56]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [10,66 780x0]
PaintableWithLines (BlockContainer<DIV>.bar) [10,66 62.90625x74]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [10,140 780x0]
PaintableWithLines (BlockContainer<DIV>.baz) [10,140 62.90625x74]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [10,214 780x0]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [1,1 798x222] [children: 0] (z-index: auto)