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