mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/CSS: Resolve used value for the block-size
property
This commit is contained in:
parent
41927ad9d1
commit
1739e2851d
Notes:
github-actions[bot]
2025-03-10 13:02:15 +00:00
Author: https://github.com/tcl3
Commit: 1739e2851d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3881
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 67 additions and 4 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue