blob: 8cca1d0c4f980d51abbc6c3f836f8aef12de35e1 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
[justify-self-valid.html]
[e.style['justify-self'\] = "auto" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "normal" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "stretch" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "baseline" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "first baseline" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "last baseline" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "center" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "start" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "end" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "self-start" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "self-end" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "flex-start" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "flex-end" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "unsafe center" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "safe self-end" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "left" should set the property value]
expected: FAIL
[e.style['justify-self'\] = "unsafe right" should set the property value]
expected: FAIL
|