From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../css/view-timeline-shorthand.tentative.html.ini | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini (limited to 'testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini') diff --git a/testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini b/testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini new file mode 100644 index 0000000000..b5e2cef65b --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini @@ -0,0 +1,104 @@ +[view-timeline-shorthand.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['view-timeline'\] = "abcd" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "none block" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "none inline" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "inline block" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "block block" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "vertical block" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "horizontal block" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "a, b, c" should set the property value] + expected: FAIL + + [e.style['view-timeline'\] = "a inline, b block, c vertical" should set the property value] + expected: FAIL + + [Property view-timeline value 'abcd'] + expected: FAIL + + [Property view-timeline value 'none block'] + expected: FAIL + + [Property view-timeline value 'none inline'] + expected: FAIL + + [Property view-timeline value 'inline block'] + expected: FAIL + + [Property view-timeline value 'block block'] + expected: FAIL + + [Property view-timeline value 'vertical block'] + expected: FAIL + + [Property view-timeline value 'horizontal block'] + expected: FAIL + + [Property view-timeline value 'a, b, c'] + expected: FAIL + + [Property view-timeline value 'a inline, b block, c vertical'] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical" should set view-timeline-axis] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical" should set view-timeline-name] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical" should not set unrelated longhands] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical, def" should set view-timeline-axis] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical, def" should set view-timeline-name] + expected: FAIL + + [e.style['view-timeline'\] = "abc vertical, def" should not set unrelated longhands] + expected: FAIL + + [e.style['view-timeline'\] = "abc, def" should set view-timeline-axis] + expected: FAIL + + [e.style['view-timeline'\] = "abc, def" should set view-timeline-name] + expected: FAIL + + [e.style['view-timeline'\] = "abc, def" should not set unrelated longhands] + expected: FAIL + + [e.style['view-timeline'\] = "inline horizontal" should set view-timeline-axis] + expected: FAIL + + [e.style['view-timeline'\] = "inline horizontal" should set view-timeline-name] + expected: FAIL + + [e.style['view-timeline'\] = "inline horizontal" should not set unrelated longhands] + expected: FAIL + + [Shorthand contraction of view-timeline-name:abc;view-timeline-axis:inline] + expected: FAIL + + [Shorthand contraction of view-timeline-name:a, b;view-timeline-axis:inline, block] + expected: FAIL + + [Shorthand contraction of view-timeline-name:none, none;view-timeline-axis:block, block] + expected: FAIL + + [e.style['view-timeline'\] = "auto" should set the property value] + expected: FAIL -- cgit v1.2.3