mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
LibWeb: Handle non-numeric font-weight
values in keyframes
Previously, using `font-weight` with a keyword or `calc()` value inside a keyframe rule would cause a crash.
This commit is contained in:
parent
e69d9fb331
commit
48f56cad08
Notes:
github-actions[bot]
2025-06-25 07:03:08 +00:00
Author: https://github.com/tcl3
Commit: 48f56cad08
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5206
Reviewed-by: https://github.com/gmta ✅
3 changed files with 42 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 2 tests
|
||||
|
||||
2 Fail
|
||||
Fail Initially, the sibling-index() is 3 for #target
|
||||
Fail Removing a preceding sibling of #target reduces the sibling-index()
|
Loading…
Add table
Add a link
Reference in a new issue