blob: c8a81571d0e3aba29cea2b3541a0b3a457d80e65 [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