blob: 5e5009d98a02793af10ca9eebe2c54707fd63d8d [file] [log] [blame]
PASS e.style['block-size'] = "auto" should set the property value
PASS e.style['block-size'] = "10px" should set the property value
PASS e.style['block-size'] = "20%" should set the property value
PASS e.style['block-size'] = "calc(2em + 3ex)" should set the property value
PASS e.style['block-size'] = "min-content" should set the property value
PASS e.style['block-size'] = "max-content" should set the property value