mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibWeb: Add logical CSS properties for insets
This patch adds the following properties: - inset-inline - inset-inline-start - inset-inline-end - inset-block - inset-block-start - inset-block-end
This commit is contained in:
parent
fc065ee560
commit
1470e60800
4 changed files with 95 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue