mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Parse @property
CSS directives
This is not a complete parse, as it doesn't validate or take into account the parsed syntax. Enough to get us a few more WPT tests though :)
This commit is contained in:
parent
50d64b0fb7
commit
a4c72f50c0
Notes:
github-actions[bot]
2024-10-23 05:56:40 +00:00
Author: https://github.com/a-ungurianu
Commit: a4c72f50c0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1777
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ ✅
6 changed files with 178 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Number of parsed css rules: 1 (expected: 1)
|
|
@ -0,0 +1,6 @@
|
|||
@property rule syntax value: *
|
||||
@property rule syntax value: *
|
||||
@property rule inherits value: false
|
||||
@property rule inherits value: false
|
||||
@property rule initialValue value: blue
|
||||
@property rule initialValue value: blue
|
Loading…
Add table
Add a link
Reference in a new issue