blob: f2692009f610607e220f37122969ad224228582a [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
PASS e.style['stroke-width'] = "calc(3)" should set the property value
PASS e.style['stroke-width'] = "calc(2 + 1)" should set the property value
PASS e.style['stroke-width'] = "calc(2 + (7 - 5))" should set the property value