MCPcopy Create free account
hub / github.com/csskit/csskit / test_is_baseline_supported

Function test_is_baseline_supported

crates/css_feature_data/src/css_feature.rs:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

by_feature_nameFunction · 0.85

Tested by

no test coverage detected