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

This commit is contained in:
Tim Ledbetter 2025-03-09 20:25:34 +00:00 committed by Sam Atkins
commit 1739e2851d
Notes: github-actions[bot] 2025-03-10 13:02:15 +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 block-size value 'auto'
Pass Property block-size value '10px'
Pass Property block-size value '20%'
Pass Property block-size value 'calc(0.5em + 10px)'
Pass Property block-size value 'calc(-0.5em + 10px)'
Pass Property block-size value 'min-content'
Pass Property block-size value 'max-content'