LibWeb: Store font-style in ComputedProperties in computed form

This commit is contained in:
Callum Law
2025-09-03 18:57:32 +12:00
committed by Sam Atkins
parent 10793aef56
commit dc41d045d8
Notes: github-actions[bot] 2025-09-19 09:07:44 +00:00
7 changed files with 48 additions and 12 deletions

View File

@@ -2,8 +2,8 @@ Harness status: OK
Found 43 tests
40 Pass
3 Fail
41 Pass
2 Fail
Pass Font-style (supports): 'italic' is valid
Pass Font-style (supports): 'italic' followed by angle is invalid
Pass Font-style (supports): 'italic' followed by non-number is invalid
@@ -46,4 +46,4 @@ Pass Font-style (computed): 'oblique' followed by positive angle is valid
Pass Font-style (computed): 'oblique' followed by calc is valid
Fail Font-style (computed): 'oblique' followed by calc is valid even if it must be clamped (no computation)
Fail Font-style (computed): 'oblique' followed by calc is valid even if it must be clamped (with computation)
Fail Font-style (computed): 'oblique' followed by calc is valid even if it mixes units (with computation)
Pass Font-style (computed): 'oblique' followed by calc is valid even if it mixes units (with computation)