diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-toggle/parsing/toggle-root-valid.tentative.html.ini | 86 |
1 files changed, 86 insertions, 0 deletions
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 |