1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Tests/LibWeb/Layout/expected/css-logical-inset-properties.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

12 lines
827 B
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x0 [BFC] children: not-inline
BlockContainer <body> at (9,9) content-size 500x400 positioned [BFC] children: inline
BlockContainer <div.two-props> at (60,110) content-size 398x198 positioned [BFC] children: not-inline
BlockContainer <div.four-props> at (110,210) content-size 248x148 positioned [BFC] children: not-inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x2] overflow: [8,8 502x402]
PaintableWithLines (BlockContainer<BODY>) [8,8 502x402]
PaintableWithLines (BlockContainer<DIV>.two-props) [59,109 400x200]
PaintableWithLines (BlockContainer<DIV>.four-props) [109,209 250x150]