blob: 672118cab5a38f3a607aadee2d66592b3406a933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[toggle-group-valid.tentative.html]
[e.style['toggle-group'\] = "none" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "self self" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle, yourtoggle" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle, mytoggle" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle self, yourtoggle" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle self , yourtoggle self" should set the property value]
expected: FAIL
[e.style['toggle-group'\] = "mytoggle,yourtoggle self" should set the property value]
expected: FAIL
|