Tests: Import/create tests related to absolutization of StyleValues

Done in a separate commit to show progress
This commit is contained in:
Callum Law
2025-08-04 23:22:34 +12:00
committed by Sam Atkins
parent c8bd58c0ba
commit 70cb8d23fb
Notes: github-actions[bot] 2025-08-06 16:45:54 +00:00
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Harness status: OK
Found 14 tests
12 Pass
2 Fail
Pass Property border-radius value '1px'
Pass Property border-radius value '1px 2% 3px 4%'
Pass Property border-radius value '5em / 1px 2% 3px 4%'
Pass Property border-radius value '1px 2% 3px 4% / 5em'
Pass Property border-radius value '1px 1px 1px 2% / 1px 2% 1px 2%'
Pass Property border-radius value '1px 1px 1px 1px / 1px 1px 2% 1px'
Pass Property border-radius value '1px 1px 2% 2%'
Pass Property border-radius value '1px 2% 1px 1px'
Pass Property border-radius value '1px 2% 2% 2% / 1px 2% 3px 2%'
Fail Property border-top-left-radius value 'calc(-0.5em + 10px)'
Pass Property border-top-right-radius value '20%'
Fail Property border-bottom-right-radius value 'calc(0.5em + 10px) 40%'
Pass Property border-bottom-left-radius value '50% 60px'
Pass Property border-top-left-radius value '40px 0px'