Files
ladybird/Tests/LibWeb/Layout/expected/div_align_nested.txt
Andreas Kling 09eed8eea2 LibWeb+headless-browser: Include paint tree in layout test output
This will give us a more comprehensive look at what actually gets
rendered in the end, and also allows us to catch more behavior changes.
2023-08-03 13:21:26 +02:00

43 lines
2.9 KiB
Plaintext

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 784x252.40625 children: not-inline
BlockContainer <div> at (8,8) content-size 784x252.40625 children: not-inline
BlockContainer <(anonymous)> at (8,8) content-size 784x17.46875 children: inline
line 0 width: 447.484375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 54, rect: [344.515625,8 447.484375x17.46875]
"This text and the green square are both right aligned:"
TextNode <#text>
BlockContainer <div.square> at (692,25.46875) content-size 100x100 children: not-inline
BlockContainer <(anonymous)> at (8,125.46875) content-size 784x0 children: inline
TextNode <#text>
BlockContainer <div> at (8,125.46875) content-size 784x134.9375 children: not-inline
BlockContainer <(anonymous)> at (8,125.46875) content-size 784x34.9375 children: inline
line 0 width: 711.4375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 1, length: 87, rect: [8,125.46875 711.4375x17.46875]
"This text and the green square are both left aligned despite being nested in a div with"
line 1 width: 94.296875, height: 17.46875, bottom: 34.9375, baseline: 13.53125
frag 0 from TextNode start: 89, length: 14, rect: [8,142.9375 94.296875x17.46875]
"align="right":"
TextNode <#text>
BlockContainer <div.square> at (8,160.40625) content-size 100x100 children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,260.40625) content-size 784x0 children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,260.40625) content-size 784x0 children: inline
TextNode <#text>
PaintableWithLines (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x252.40625]
PaintableWithLines (BlockContainer<DIV>) [8,8 784x252.40625]
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x17.46875]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.square) [692,25.46875 100x100]
PaintableWithLines (BlockContainer(anonymous)) [8,125.46875 784x0]
PaintableWithLines (BlockContainer<DIV>) [8,125.46875 784x134.9375]
PaintableWithLines (BlockContainer(anonymous)) [8,125.46875 784x34.9375]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.square) [8,160.40625 100x100]
PaintableWithLines (BlockContainer(anonymous)) [8,260.40625 784x0]
PaintableWithLines (BlockContainer(anonymous)) [8,260.40625 784x0]