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