Source code

Revision control

Copy as Markdown

Other Tools

[border-block-end-radius-valid.html]
[e.style['border-block-end-radius'\] = "1px" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "10%" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "1px 5%" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "5% 1px" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "1px / 2px" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "1px / 1px 2%" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "1px 2% / 3%" should set the property value]
expected: FAIL
[e.style['border-block-end-radius'\] = "1px 2% / 3px 4px" should set the property value]
expected: FAIL