blob: 7228b3e82c9d870940622d9df679bac60b4a4b9a [file] [log] [blame]
PASS e.style['block-size'] = "none" should not set the property value
PASS e.style['block-size'] = "min-content available" should not set the property value
PASS e.style['block-size'] = "max-content 10px" should not set the property value
PASS e.style['block-size'] = "20% available" should not set the property value
PASS e.style['block-size'] = "-10px" should not set the property value
PASS e.style['block-size'] = "-20%" should not set the property value
PASS e.style['block-size'] = "60" should not set the property value
PASS e.style['block-size'] = "10px 20%" should not set the property value
PASS e.style['block-size'] = "10px border-box" should not set the property value
PASS e.style['block-size'] = "content-box 20%" should not set the property value