blob: dd6c01ec66e90061627e03cb10283e68f13153df [file] [log] [blame]
PASS e.style['outline-width'] = "0" should set the property value
PASS e.style['outline-width'] = "1px" should set the property value
PASS e.style['outline-width'] = "2em" should set the property value
PASS e.style['outline-width'] = "calc(2em + 3ex)" should set the property value
PASS e.style['outline-width'] = "thin" should set the property value
PASS e.style['outline-width'] = "medium" should set the property value
PASS e.style['outline-width'] = "thick" should set the property value