1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Tests/LibWeb/Layout/expected/input-element-with-display-inline.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

16 lines
1.1 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x45.828125 [BFC] children: not-inline
BlockContainer <body> at (10,10) content-size 780x27.828125 children: inline
line 0 width: 202, height: 27.828125, bottom: 27.828125, baseline: 27.828125
frag 0 from BlockContainer start: 0, length: 0, rect: [11,11 200x25.828125]
BlockContainer <input> at (11,11) content-size 200x25.828125 inline-block [BFC] children: not-inline
Box <div> at (13,12) content-size 196x23.828125 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (14,13) content-size 0x21.828125 flex-item [BFC] children: inline
TextNode <#text>
PaintableWithLines (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x47.828125]
PaintableWithLines (BlockContainer<BODY>) [9,9 782x29.828125]
PaintableWithLines (BlockContainer<INPUT>) [10,10 202x27.828125]
PaintableBox (Box<DIV>) [11,11 200x25.828125]
PaintableWithLines (BlockContainer<DIV>) [13,12 2x23.828125]