mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Store font-style in ComputedProperties in computed form
This commit is contained in:
Notes:
github-actions[bot]
2025-09-19 09:07:44 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/dc41d045d8e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6072 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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)
|
||||
Reference in New Issue
Block a user