diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-toggle/parsing/toggle-group-computed.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-toggle/parsing/toggle-group-computed.tentative.html.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-computed.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-computed.tentative.html.ini new file mode 100644 index 0000000000..7b29d07aaf --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-group-computed.tentative.html.ini @@ -0,0 +1,24 @@ +[toggle-group-computed.tentative.html] + [Property toggle-group value 'none'] + expected: FAIL + + [Property toggle-group value 'self self'] + expected: FAIL + + [Property toggle-group value 'mytoggle'] + expected: FAIL + + [Property toggle-group value 'mytoggle, yourtoggle'] + expected: FAIL + + [Property toggle-group value 'mytoggle, mytoggle'] + expected: FAIL + + [Property toggle-group value 'mytoggle self, yourtoggle'] + expected: FAIL + + [Property toggle-group value 'mytoggle self , yourtoggle self'] + expected: FAIL + + [Property toggle-group value 'mytoggle,yourtoggle self'] + expected: FAIL |