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:
Callum Law
2026-03-14 16:04:41 +13:00
committed by Jelle Raaijmakers
parent f06bd0303f
commit 915fc4602b
Notes: github-actions[bot] 2026-03-19 09:27:01 +00:00
17 changed files with 346 additions and 2 deletions

View File

@@ -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()