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