Source code

Revision control

Copy as Markdown

Other Tools

[box-shadow-blur-valid.html]
[e.style['box-shadow-blur'\] = "0" should set the property value]
expected: FAIL
[e.style['box-shadow-blur'\] = "1px" should set the property value]
expected: FAIL
[e.style['box-shadow-blur'\] = "1em" should set the property value]
expected: FAIL
[e.style['box-shadow-blur'\] = "calc(1em + 2px)" should set the property value]
expected: FAIL
[e.style['box-shadow-blur'\] = "1px, 2px" should set the property value]
expected: FAIL