Files
ladybird/Tests/LibWeb/Layout/expected/grid/grid-span-4.txt
BenJilks 0d63269cb7 LibGfx+LibWeb: Use harfbuzz for text shaping
This replaces glyph positioning system with harfbuzz's shaping
algorithm. Adding support for bidirectional encoded text.
2024-08-16 22:28:34 +02:00

20 lines
1.0 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x66 [BFC] children: not-inline
Box <body> at (10,10) content-size 780x48 [GFC] children: not-inline
BlockContainer <div.foo> at (11,11) content-size 778x22 [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [11,11 33.953125x22] baseline: 17
"foo"
TextNode <#text>
BlockContainer <div.bar> at (11,35) content-size 778x22 [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [11,35 34.5625x22] baseline: 17
"bar"
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x68]
PaintableBox (Box<BODY>) [9,9 782x50]
PaintableWithLines (BlockContainer<DIV>.foo) [10,10 780x24]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.bar) [10,34 780x24]
TextPaintable (TextNode<#text>)