1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Tests/LibWeb/Layout/expected/block-and-inline/float-left-and-right-with-text-in-between.txt
Andreas Kling c01c4b41e2 LibWeb: Add ViewportPaintable to represent viewports in the paint tree
This patch just adds the new root paintable and updates the tests
expectations. The next patch will move painting logic from the layout
viewport to the paint viewport.
2023-08-20 05:02:59 +02:00

69 lines
4.5 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x600 [BFC] children: not-inline
BlockContainer <body> at (252,10) content-size 538x399.53125 children: inline
line 0 width: 228.34375, height: 21.84375, bottom: 21.84375, baseline: 16.921875
frag 0 from TextNode start: 1, length: 21, rect: [554,10 228.34375x21.84375]
"Lorem ipsum dolor sit"
line 1 width: 183.78125, height: 22.6875, bottom: 44.53125, baseline: 16.921875
frag 0 from TextNode start: 23, length: 17, rect: [554,31 183.78125x21.84375]
"amet, consectetur"
line 2 width: 140.5625, height: 22.53125, bottom: 66.21875, baseline: 16.921875
frag 0 from TextNode start: 41, length: 16, rect: [554,53 140.5625x21.84375]
"adipiscing elit."
line 3 width: 145, height: 22.375, bottom: 87.90625, baseline: 16.921875
frag 0 from TextNode start: 58, length: 13, rect: [554,75 145x21.84375]
"Suspendisse a"
line 4 width: 196.703125, height: 22.21875, bottom: 109.59375, baseline: 16.921875
frag 0 from TextNode start: 72, length: 19, rect: [554,97 196.703125x21.84375]
"placerat mauris, ut"
line 5 width: 234.6875, height: 22.0625, bottom: 131.28125, baseline: 16.921875
frag 0 from TextNode start: 92, length: 22, rect: [554,119 234.6875x21.84375]
"elementum mi. Morbi ut"
line 6 width: 201.53125, height: 21.90625, bottom: 152.96875, baseline: 16.921875
frag 0 from TextNode start: 115, length: 20, rect: [554,141 201.53125x21.84375]
"vehicula ipsum, eget"
line 7 width: 232.53125, height: 22.75, bottom: 175.65625, baseline: 16.921875
frag 0 from TextNode start: 136, length: 23, rect: [554,162 232.53125x21.84375]
"placerat augue. Integer"
line 8 width: 202.96875, height: 22.59375, bottom: 197.34375, baseline: 16.921875
frag 0 from TextNode start: 160, length: 20, rect: [554,184 202.96875x21.84375]
"rutrum nisi eget dui"
line 9 width: 0, height: 0, bottom: 0, baseline: 0
line 10 width: 208.828125, height: 22.4375, bottom: 225.03125, baseline: 16.921875
frag 0 from TextNode start: 181, length: 19, rect: [252,212 208.828125x21.84375]
"dictum, eu accumsan"
line 11 width: 180.1875, height: 22.28125, bottom: 246.71875, baseline: 16.921875
frag 0 from TextNode start: 201, length: 18, rect: [252,234 180.1875x21.84375]
"enim tristique. Ut"
line 12 width: 195.28125, height: 22.125, bottom: 268.40625, baseline: 16.921875
frag 0 from TextNode start: 220, length: 19, rect: [252,256 195.28125x21.84375]
"lobortis lorem eget"
line 13 width: 222.921875, height: 21.96875, bottom: 290.09375, baseline: 16.921875
frag 0 from TextNode start: 240, length: 22, rect: [252,278 222.921875x21.84375]
"est vulputate egestas."
line 14 width: 223.125, height: 22.8125, bottom: 312.78125, baseline: 16.921875
frag 0 from TextNode start: 263, length: 23, rect: [252,299 223.125x21.84375]
"Integer laoreet lacinia"
line 15 width: 222.609375, height: 22.65625, bottom: 334.46875, baseline: 16.921875
frag 0 from TextNode start: 287, length: 22, rect: [252,321 222.609375x21.84375]
"ante sodales lobortis."
line 16 width: 178.3125, height: 22.5, bottom: 356.15625, baseline: 16.921875
frag 0 from TextNode start: 310, length: 17, rect: [252,343 178.3125x21.84375]
"Donec a tincidunt"
line 17 width: 231.078125, height: 22.34375, bottom: 377.84375, baseline: 16.921875
frag 0 from TextNode start: 328, length: 22, rect: [252,365 231.078125x21.84375]
"ante. Phasellus a arcu"
line 18 width: 70.546875, height: 22.1875, bottom: 399.53125, baseline: 16.921875
frag 0 from TextNode start: 351, length: 7, rect: [252,387 70.546875x21.84375]
"tortor."
BlockContainer <div.left> at (253,11) content-size 300x200 floating [BFC] children: not-inline
TextNode <#text>
BlockContainer <div.right> at (489,213) content-size 300x200 floating [BFC] children: not-inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 800x602]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x602]
PaintableWithLines (BlockContainer<BODY>) [251,9 540x401.53125]
PaintableWithLines (BlockContainer<DIV>.left) [252,10 302x202]
PaintableWithLines (BlockContainer<DIV>.right) [488,212 302x202]
TextPaintable (TextNode<#text>)