blob: 19752de370e553cbc1942f0a343aefbc28dd9da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[column-rule-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['column-rule'\] = "dotted" should set the property value]
expected: FAIL
[e.style['column-rule'\] = "red" should set the property value]
expected: FAIL
[e.style['column-rule'\] = "10px" should set the property value]
expected: FAIL
[e.style['column-rule'\] = "currentcolor hidden medium" should set the property value]
expected: FAIL
[e.style['column-rule'\] = "currentcolor none medium" should set the property value]
expected: FAIL
|