Source code

Revision control

Copy as Markdown

Other Tools

[offset-path-parsing-valid.html]
[e.style['offset-path'\] = "polygon(round 0px, 1px 2px, 3px 4px)" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "polygon(round 1px, 1% 2%)" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "polygon(nonzero round 1px, 1px 2px, 3em 4em)" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "polygon(evenodd round 1px, 1px 2px, 3em 4em, 5pt 6%)" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "polygon(round calc(1em + 2px), 1px 2px, 3px 4px)" should set the property value]
expected: FAIL