Files
ladybird/Tests/LibWeb/Layout/expected/tab-size-text-wrap.txt
Callum Law 50cce72ab9 LibWeb: Implement text-wrap CSS property
This resolves an issue introduced in 94f5a51 with the
tab-size-text-wrap test
2025-06-04 12:48:36 +01:00

34 lines
2.1 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x61 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x45 children: not-inline
BlockContainer <div> at (8,8) content-size 100x45 children: inline
frag 0 from BlockContainer start: 0, length: 0, rect: [8,8 111.59375x15] baseline: 11.390625
frag 1 from BlockContainer start: 0, length: 0, rect: [8,23 119.1875x15] baseline: 11.390625
frag 2 from BlockContainer start: 0, length: 0, rect: [8,38 127.5625x15] baseline: 11.390625
BlockContainer <span> at (8,8) content-size 111.59375x15 inline-block [BFC] children: inline
frag 0 from TextNode start: 0, length: 2, rect: [8,8 111.59375x15] baseline: 11.390625
" A"
TextNode <#text>
BlockContainer <span> at (8,23) content-size 119.1875x15 inline-block [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [8,23 119.1875x15] baseline: 11.390625
" AB"
TextNode <#text>
BlockContainer <span> at (8,38) content-size 127.5625x15 inline-block [BFC] children: inline
frag 0 from TextNode start: 0, length: 4, rect: [8,38 127.5625x15] baseline: 11.390625
" ABC"
TextNode <#text>
BlockContainer <(anonymous)> at (8,53) content-size 784x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x61]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x45]
PaintableWithLines (BlockContainer<DIV>) [8,8 100x45] overflow: [8,8 127.5625x45]
PaintableWithLines (BlockContainer<SPAN>) [8,8 111.59375x15]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<SPAN>) [8,23 119.1875x15]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<SPAN>) [8,38 127.5625x15]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,53 784x0]