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