diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/css/css-toggle/parsing | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-toggle/parsing')
14 files changed, 638 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-computed.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-computed.tentative.html.ini new file mode 100644 index 0000000000..ceff3ff1f7 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-computed.tentative.html.ini @@ -0,0 +1,99 @@ +[toggle-computed.tentative.html] + [Property toggle value 'none'] + expected: FAIL + + [Property toggle value 'sticky sticky'] + expected: FAIL + + [Property toggle value 'group group'] + expected: FAIL + + [Property toggle value 'self self'] + expected: FAIL + + [Property toggle value 'mytoggle'] + expected: FAIL + + [Property toggle value 'mytoggle, yourtoggle'] + expected: FAIL + + [Property toggle value 'mytoggle, mytoggle'] + expected: FAIL + + [Property toggle value 'mytoggle group sticky self, yourtoggle self sticky'] + expected: FAIL + + [Property toggle value 'mytoggle 3 at 0 sticky self, yourtoggle 1 group self'] + expected: FAIL + + [Property toggle value 'mytoggle 3 at 1 sticky self, yourtoggle 2 group self'] + expected: FAIL + + [Property toggle value 'mytoggle 1 at 0'] + expected: FAIL + + [Property toggle value 'mytoggle 1 at +0'] + expected: FAIL + + [Property toggle value 'mytoggle +1 at 0'] + expected: FAIL + + [Property toggle value 'mytoggle 1 at -0'] + expected: FAIL + + [Property toggle value 'mytoggle +1 at 2'] + expected: FAIL + + [Property toggle value 'mytoggle 1 at calc(-3)'] + expected: FAIL + + [Property toggle value 'mytoggle calc(-3) at 0'] + expected: FAIL + + [Property toggle value 'mytoggle 7 at calc(-3)'] + expected: FAIL + + [Property toggle value 'mytoggle calc(-3) at 7'] + expected: FAIL + + [Property toggle value 'mytoggle calc(9) at calc(6)'] + expected: FAIL + + [Property toggle value 'mytoggle calc(9.6) at calc(6.4)'] + expected: FAIL + + [Property toggle value 'mytoggle calc(-9.5) at calc(6.5)'] + expected: FAIL + + [Property toggle value 'mytoggle group 2 at 1'] + expected: FAIL + + [Property toggle value 'mytoggle [one two three\]'] + expected: FAIL + + [Property toggle value 'mytoggle [one two three\] at 0'] + expected: FAIL + + [Property toggle value 'mytoggle [ one two three \] at 0'] + expected: FAIL + + [Property toggle value 'mytoggle[one two three\]at 0'] + expected: FAIL + + [Property toggle value 'mytoggle [one two three\] at 1'] + expected: FAIL + + [Property toggle value 'mytoggle [ one two three \] at 1'] + expected: FAIL + + [Property toggle value 'mytoggle[one two three\]at 1'] + expected: FAIL + + [Property toggle value 'mytoggle [ one two three \] at two'] + expected: FAIL + + [Property toggle value 'mytoggle 3 at two'] + expected: FAIL + + [Property toggle value 'mytoggle [one two\]'] + expected: FAIL 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 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 diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-invalid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-invalid.tentative.html.ini new file mode 100644 index 0000000000..67b24e05cb --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-invalid.tentative.html.ini @@ -0,0 +1,3 @@ +[toggle-invalid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-computed.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-computed.tentative.html.ini new file mode 100644 index 0000000000..a77afc2c36 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-computed.tentative.html.ini @@ -0,0 +1,101 @@ +[toggle-root-computed.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Property toggle-root value 'none'] + expected: FAIL + + [Property toggle-root value 'sticky sticky'] + expected: FAIL + + [Property toggle-root value 'group group'] + expected: FAIL + + [Property toggle-root value 'self self'] + expected: FAIL + + [Property toggle-root value 'mytoggle'] + expected: FAIL + + [Property toggle-root value 'mytoggle, yourtoggle'] + expected: FAIL + + [Property toggle-root value 'mytoggle, mytoggle'] + expected: FAIL + + [Property toggle-root value 'mytoggle group sticky self, yourtoggle self sticky'] + expected: FAIL + + [Property toggle-root value 'mytoggle 3 at 0 sticky self, yourtoggle 1 group self'] + expected: FAIL + + [Property toggle-root value 'mytoggle 3 at 1 sticky self, yourtoggle 2 group self'] + expected: FAIL + + [Property toggle-root value 'mytoggle 1 at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle 1 at +0'] + expected: FAIL + + [Property toggle-root value 'mytoggle +1 at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle 1 at -0'] + expected: FAIL + + [Property toggle-root value 'mytoggle +1 at 2'] + expected: FAIL + + [Property toggle-root value 'mytoggle 1 at calc(-3)'] + expected: FAIL + + [Property toggle-root value 'mytoggle calc(-3) at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle 7 at calc(-3)'] + expected: FAIL + + [Property toggle-root value 'mytoggle calc(-3) at 7'] + expected: FAIL + + [Property toggle-root value 'mytoggle calc(9) at calc(6)'] + expected: FAIL + + [Property toggle-root value 'mytoggle calc(9.6) at calc(6.4)'] + expected: FAIL + + [Property toggle-root value 'mytoggle calc(-9.5) at calc(6.5)'] + expected: FAIL + + [Property toggle-root value 'mytoggle group 2 at 1'] + expected: FAIL + + [Property toggle-root value 'mytoggle [one two three\]'] + expected: FAIL + + [Property toggle-root value 'mytoggle [one two three\] at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle [ one two three \] at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle[one two three\]at 0'] + expected: FAIL + + [Property toggle-root value 'mytoggle [one two three\] at 1'] + expected: FAIL + + [Property toggle-root value 'mytoggle [ one two three \] at 1'] + expected: FAIL + + [Property toggle-root value 'mytoggle[one two three\]at 1'] + expected: FAIL + + [Property toggle-root value 'mytoggle [ one two three \] at two'] + expected: FAIL + + [Property toggle-root value 'mytoggle 3 at two'] + expected: FAIL + + [Property toggle-root value 'mytoggle [one two\]'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-invalid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-invalid.tentative.html.ini new file mode 100644 index 0000000000..b5e5b36fd2 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-invalid.tentative.html.ini @@ -0,0 +1,3 @@ +[toggle-root-invalid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini new file mode 100644 index 0000000000..a8fdf5aa3c --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini @@ -0,0 +1,86 @@ +[toggle-root-valid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['toggle-root'\] = "none" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "sticky sticky" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "group group" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "self self" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle, yourtoggle" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle, mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle group sticky self, yourtoggle self sticky" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 3 at 0 sticky self, yourtoggle 1 group self" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 1 at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 1 at +0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle +1 at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 1 at -0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 1 at calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle calc(-3) at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 7 at calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle calc(-3) at 7" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle calc(9) at calc(6)" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle calc(9.6) at calc(6.4)" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle calc(-9.5) at calc(6.5)" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle group 2 at 1" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle [one two three\]" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle [one two three\] at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle [ one two three \] at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle[one two three\]at 0" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle [ one two three \] at two" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle 3 at two" should set the property value] + expected: FAIL + + [e.style['toggle-root'\] = "mytoggle [one two\]" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-computed.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-computed.tentative.html.ini new file mode 100644 index 0000000000..3ceac77b5d --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-computed.tentative.html.ini @@ -0,0 +1,92 @@ +[toggle-trigger-computed.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property toggle-trigger value 'none'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle, yourtoggle'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle, mytoggle'] + expected: FAIL + + [Property toggle-trigger value 'self set 1'] + expected: FAIL + + [Property toggle-trigger value 'sticky set 1'] + expected: FAIL + + [Property toggle-trigger value 'group set 1'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set 0'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set +0'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set -0'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set +5'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set 1, yourtoggle'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set 1 , yourtoggle set 1'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle,yourtoggle set 1'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set calc(-3)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set calc(6)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set calc(6.4)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set calc(6.5)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set calc(6.6)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle set two'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle next 1'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle next 2'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle prev 1'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle prev 2'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle next calc(-3)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle prev calc(-3)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle next calc(6.4)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle next calc(6.5)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle prev calc(6.4)'] + expected: FAIL + + [Property toggle-trigger value 'mytoggle prev calc(6.5)'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-invalid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-invalid.tentative.html.ini new file mode 100644 index 0000000000..ba755ae659 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-invalid.tentative.html.ini @@ -0,0 +1,3 @@ +[toggle-trigger-invalid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-valid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-valid.tentative.html.ini new file mode 100644 index 0000000000..ac17ec8bdf --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-trigger-valid.tentative.html.ini @@ -0,0 +1,92 @@ +[toggle-trigger-valid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['toggle-trigger'\] = "none" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle, yourtoggle" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle, mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "self set 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "sticky set 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "group set 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set 0" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set +0" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set -0" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set +5" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set 1, yourtoggle" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set 1 , yourtoggle set 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle,yourtoggle set 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set calc(6)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set calc(6.4)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set calc(6.5)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set calc(6.6)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle set two" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle next 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle next 2" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle prev 1" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle prev 2" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle next calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle prev calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle next calc(6.4)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle next calc(6.5)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle prev calc(6.4)" should set the property value] + expected: FAIL + + [e.style['toggle-trigger'\] = "mytoggle prev calc(6.5)" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-valid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-valid.tentative.html.ini new file mode 100644 index 0000000000..b2332dac8d --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-valid.tentative.html.ini @@ -0,0 +1,86 @@ +[toggle-valid.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [e.style['toggle'\] = "none" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "sticky sticky" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "group group" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "self self" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle, yourtoggle" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle, mytoggle" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle group sticky self, yourtoggle self sticky" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 3 at 0 sticky self, yourtoggle 1 group self" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 1 at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 1 at +0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle +1 at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 1 at -0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 1 at calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle calc(-3) at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 7 at calc(-3)" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle calc(-3) at 7" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle calc(9) at calc(6)" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle calc(9.6) at calc(6.4)" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle calc(-9.5) at calc(6.5)" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle group 2 at 1" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle [one two three\]" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle [one two three\] at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle [ one two three \] at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle[one two three\]at 0" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle [ one two three \] at two" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle 3 at two" should set the property value] + expected: FAIL + + [e.style['toggle'\] = "mytoggle [one two\]" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-computed.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-computed.tentative.html.ini new file mode 100644 index 0000000000..192b542031 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-computed.tentative.html.ini @@ -0,0 +1,11 @@ +[toggle-visibility-computed.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property toggle-visibility value 'normal'] + expected: FAIL + + [Property toggle-visibility value 'toggle t'] + expected: FAIL + + [Property toggle-visibility value 'toggle toggle'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-invalid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-invalid.tentative.html.ini new file mode 100644 index 0000000000..ea357cb585 --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-invalid.tentative.html.ini @@ -0,0 +1,3 @@ +[toggle-visibility-invalid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-valid.tentative.html.ini b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-valid.tentative.html.ini new file mode 100644 index 0000000000..9d1f7a660f --- /dev/null +++ b/testing/web-platform/meta/css/css-toggle/parsing/toggle-visibility-valid.tentative.html.ini @@ -0,0 +1,11 @@ +[toggle-visibility-valid.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['toggle-visibility'\] = "normal" should set the property value] + expected: FAIL + + [e.style['toggle-visibility'\] = "toggle t" should set the property value] + expected: FAIL + + [e.style['toggle-visibility'\] = "toggle toggle" should set the property value] + expected: FAIL |