diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-toggle/parsing/toggle-group-valid.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-toggle/parsing/toggle-group-valid.tentative.html.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-valid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-valid.tentative.html.ini new file mode 100644 index 0000000000..672118cab5 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-valid.tentative.html.ini @@ -0,0 +1,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 |