mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb/CSS: Resolve used value for the inline-size
property
This commit is contained in:
parent
1739e2851d
commit
53bf0ef225
Notes:
github-actions[bot]
2025-03-10 13:02:08 +00:00
Author: https://github.com/tcl3
Commit: 53bf0ef225
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 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'
|
Loading…
Add table
Add a link
Reference in a new issue