Source code

Revision control

Copy as Markdown

Other Tools

[stroke-width-valid.svg]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['stroke-width'\] = "calc(3)" should set the property value]
expected: FAIL
[e.style['stroke-width'\] = "calc(2 + (7 - 5))" should set the property value]
expected: FAIL
[e.style['stroke-width'\] = "calc(2 + 1)" should set the property value]
expected: FAIL
[e.style['stroke-width'\] = "0" should set the property value]
expected: FAIL
[e.style['stroke-width'\] = "10" should set the property value]
expected: FAIL