blob: af5f3eafa2112d287dbb16894fa2e684fd9e5470 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[gap-valid.html]
[e.style['gap'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['gap'\] = "10px 10px" should set the property value]
expected: FAIL
[e.style['gap'\] = "20% 20%" should set the property value]
expected: FAIL
[e.style['gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value]
expected: FAIL
[e.style['gap'\] = "normal 10px" should set the property value]
expected: FAIL
[e.style['gap'\] = "10px 20%" should set the property value]
expected: FAIL
[e.style['gap'\] = "20% calc(20% + 10px)" should set the property value]
expected: FAIL
[e.style['gap'\] = "calc(20% + 10px) 0px" should set the property value]
expected: FAIL
[e.style['gap'\] = "0px normal" should set the property value]
expected: FAIL
|