mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Implement CSS inherit() function
The remaining failing imported tests are due to wider issues which are covered by FIXMEs (both existing and added in this commit)
This commit is contained in:
committed by
Jelle Raaijmakers
parent
f06bd0303f
commit
915fc4602b
Notes:
github-actions[bot]
2026-03-19 09:27:01 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/915fc4602b7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8409 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/tcl3
@@ -0,0 +1,12 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 6 tests
|
||||
|
||||
4 Pass
|
||||
2 Fail
|
||||
Pass inherit() on value set on parent
|
||||
Pass inherit() on value set on ancestor
|
||||
Pass inherit(), no value set on parent
|
||||
Pass inherit(), accumulating values
|
||||
Fail inherit(), accumulating font-size
|
||||
Fail inherit() can be used within if()
|
||||
Reference in New Issue
Block a user