()
| 138 | |
| 139 | #[test] |
| 140 | fn test_is_baseline_supported() { |
| 141 | let flex_wrap = CSSFeature::by_feature_name("css.properties.flex-wrap"); |
| 142 | assert!(flex_wrap.is_some_and(|f| f.has_baseline_support())); |
| 143 | } |
| 144 | |
| 145 | #[test] |
| 146 | fn test_group_siblings() { |
nothing calls this directly
no test coverage detected