blob: a2dfe6bf39607522b0acfa3b1ae084a9b8b4158a [file] [log] [blame]
PASS e.style['stroke-width'] = "0" should set the property value
PASS e.style['stroke-width'] = "10" should set the property value
PASS e.style['stroke-width'] = "1px" should set the property value
PASS e.style['stroke-width'] = "calc(2em + 3ex)" should set the property value
PASS e.style['stroke-width'] = "4%" should set the property value
PASS e.style['stroke-width'] = "5vmin" should set the property value
PASS e.style['stroke-width'] = "calc(50% + 60px)" should set the property value