use crate::*; #[test] fn display_block() { assert_xml!( r#"
"# ) } #[test] fn display_none() { assert_xml!( r#"
"# ) } #[test] fn display_flex() { assert_xml!( r#"
"# ) }