mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/CSS: Remove PropertyID::Invalid
This commit is contained in:
parent
56c7d838f0
commit
a098b5fcc4
Notes:
github-actions[bot]
2025-09-30 13:22:16 +00:00
Author: https://github.com/AtkinsSJ
Commit: a098b5fcc4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6347
Reviewed-by: https://github.com/gmta ✅
3 changed files with 0 additions and 4 deletions
|
|
@ -22,7 +22,6 @@ TEST_CASE(is_inherited_property_test)
|
|||
EXPECT(!CSS::is_inherited_property(CSS::PropertyID::Border));
|
||||
|
||||
// Edge cases
|
||||
EXPECT(!CSS::is_inherited_property(CSS::PropertyID::Invalid));
|
||||
EXPECT(!CSS::is_inherited_property(CSS::PropertyID::All));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue