Source code
Revision control
Copy as Markdown
Other Tools
[var-parsing.html]
[e.style['width'\] = "var(--x ())" should set the property value]
expected: FAIL
[e.style['width'\] = "var(--x () )" should set the property value]
expected: FAIL
[e.style['width'\] = "var(--x() )" should set the property value]
expected: FAIL
[e.style['width'\] = "var(--x (),)" should set the property value]
expected: FAIL
[e.style['width'\] = "var(--x(),)" should set the property value]
expected: FAIL
[e.style['width'\] = "var({--x})" should set the property value]
expected: FAIL
[e.style['width'\] = "var({--x}, 10px)" should set the property value]
expected: FAIL
[e.style['width'\] = "var({--x, --y})" should set the property value]
expected: FAIL