1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

LibWeb: Use intrinsic aspect ratio when calculating max content height

This commit is contained in:
matcool 2023-04-03 18:26:13 -03:00 committed by Andreas Kling
parent 9b4b12f133
commit cc33a57620
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x200 children: not-inline
Box <body> at (0,0) content-size 800x200 flex-container(row) children: not-inline
ImageBox <img> at (0,0) content-size 400x200 flex-item children: not-inline