use crate::*;
#[test]
fn max_height_fixed_gt_height() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_height_fixed_lt_height() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_height_percentage_lt_height() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_height_percentage_gt_height() {
assert_xml!(
r#"
"#
)
}