LibWeb/CSS: Resolve used value for the inline-size property

This commit is contained in:
Tim Ledbetter 2025-03-09 20:28:59 +00:00 committed by Sam Atkins
commit 53bf0ef225
Notes: github-actions[bot] 2025-03-10 13:02:08 +00:00
5 changed files with 67 additions and 4 deletions

View file

@ -0,0 +1,12 @@
Harness status: OK
Found 7 tests
7 Pass
Pass Property inline-size value 'auto'
Pass Property inline-size value '10px'
Pass Property inline-size value '20%'
Pass Property inline-size value 'calc(0.5em + 10px)'
Pass Property inline-size value 'calc(-0.5em + 10px)'
Pass Property inline-size value 'min-content'
Pass Property inline-size value 'max-content'