mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:27:45 +00:00
LibWeb: Resolve flex item auto
cross sizes through aspect ratio
Makes the bird logo show up on https://twitter.com/ :^)
This commit is contained in:
parent
d6a3a50ec9
commit
4474aa0ae5
4 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x100 [BFC] children: not-inline
|
||||
Box <body> at (0,0) content-size 800x100 flex-container(column) [FFC] children: not-inline
|
||||
SVGSVGBox <svg> at (0,0) content-size 200x100 flex-item [SVG] children: not-inline
|
||||
SVGGeometryBox <rect> at (0,0) content-size 200x100 children: not-inline
|
Loading…
Add table
Add a link
Reference in a new issue