use crate::*; #[test] fn border_fixed_content_box() { assert_xml!( r#"
"# ) } #[test] fn border_fixed_border_box() { assert_xml!( r#"
"# ) } #[test] fn border_percentage_content_box() { assert_xml!( r#"
"# ) } #[test] fn border_left_fixed_content_box() { assert_xml!( r#"
"# ) } #[test] fn border_right_fixed_content_box() { assert_xml!( r#"
"# ) } #[test] fn border_top_fixed_content_box() { assert_xml!( r#"
"# ) } #[test] fn border_bottom_fixed_content_box() { assert_xml!( r#"
"# ) }