use crate::*;
#[test]
fn max_width_fixed() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_width_percentage() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_width_fixed_lt_width() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_width_fixed_gt_width() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_width_fixed_lt_child_width() {
assert_xml!(
r#"
"#
)
}
#[test]
fn max_width_fixed_gt_child_width() {
assert_xml!(
r#"
"#
)
}