blob: 297d010034b67e8102741a9246d626f3bfa22720 [file] [log] [blame]
PASS e.style['min-height'] = "none" should not set the property value
PASS e.style['min-height'] = "complex" should not set the property value
PASS e.style['min-height'] = "-10%" should not set the property value
PASS e.style['min-height'] = "-0.5em" should not set the property value
PASS e.style['min-height'] = "60" should not set the property value
PASS e.style['min-height'] = "10px 20%" should not set the property value
PASS e.style['min-height'] = "max-content 10px" should not set the property value
PASS e.style['min-height'] = "min-content max-content" should not set the property value
PASS e.style['min-height'] = "available" should not set the property value
PASS e.style['min-height'] = "10px border-box" should not set the property value
PASS e.style['min-height'] = "content-box 20%" should not set the property value
FAIL e.style['min-height'] = "fit-content" should not set the property value assert_equals: expected "" but got "fit-content"