Source code

Revision control

Copy as Markdown

Other Tools

[gap-decorations-width-valid.html]
[e.style['column-rule-width'\] = "repeat(4, thin)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(3, thin medium thick)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(1, 10px thin medium thick)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(4, medium)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "10px 15px" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "10px 15px 20px 25px 30px" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(3, 10px) repeat(4, 15px)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "10px repeat(3, 20px) 30px repeat(4, thin medium thick)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(5, 40px) 50px" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(auto, thin)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(auto, 10px 20px 30px)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(auto, 10px 20px) 30px" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(auto, 40px)" should set the property value]
expected: FAIL
[e.style['column-rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
expected: FAIL