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 | |