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