LibWeb/CSS: Implement the light-dark color function

This commit is contained in:
Gingeh 2025-01-05 09:51:58 +11:00 committed by Sam Atkins
commit 8e56109515
Notes: github-actions[bot] 2025-01-08 11:19:19 +00:00
14 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Harness status: OK
Found 2 tests
2 Pass
Pass light-dark(white, black)
Pass light-dark(light-dark(white, red), red)

View file

@ -0,0 +1,6 @@
Harness status: OK
Found 1 tests
1 Fail
Fail curentColor in light-dark() refers to parent color