Source code
Revision control
Copy as Markdown
Other Tools
[clamp-length-serialize.html]
[e.style['margin-top'\] = "clamp(none, 33px, 30px)" should set the property value]
expected: FAIL
[e.style['margin-top'\] = "calc(clamp(none, 33px, 30px))" should set the property value]
expected: FAIL
[e.style['margin-top'\] = "clamp(33px, 30px, none)" should set the property value]
expected: FAIL
[e.style['margin-top'\] = "calc(clamp(33px, 30px, none))" should set the property value]
expected: FAIL
[e.style['margin-top'\] = "clamp(none, 30px, none)" should set the property value]
expected: FAIL
[e.style['margin-top'\] = "calc(clamp(none, 30px, none))" should set the property value]
expected: FAIL