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