columns-valid.html.ini (839B)
1 [columns-valid.html] 2 [e.style['columns'\] = "10px 2 / 100px" should set the property value] 3 expected: FAIL 4 5 [e.style['columns'\] = "2 10px / 100px" should set the property value] 6 expected: FAIL 7 8 [e.style['columns'\] = "10px / 100px" should set the property value] 9 expected: FAIL 10 11 [e.style['columns'\] = "auto / 100px" should set the property value] 12 expected: FAIL 13 14 [e.style['columns'\] = "10px 2 / auto" should set the property value] 15 expected: FAIL 16 17 [e.style['columns'\] = "2 10px / auto" should set the property value] 18 expected: FAIL 19 20 [e.style['columns'\] = "10px / auto" should set the property value] 21 expected: FAIL 22 23 [e.style['columns'\] = "2 / auto" should set the property value] 24 expected: FAIL 25 26 [e.style['columns'\] = "auto / auto" should set the property value] 27 expected: FAIL