diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/css/view-timeline-name-parsing.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-animations/css/view-timeline-name-parsing.html.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/css/view-timeline-name-parsing.html.ini b/testing/web-platform/meta/scroll-animations/css/view-timeline-name-parsing.html.ini new file mode 100644 index 0000000000..9a1fe22f23 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/css/view-timeline-name-parsing.html.ini @@ -0,0 +1,44 @@ +[view-timeline-name-parsing.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['view-timeline-name'\] = "initial" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "inherit" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "unset" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "revert" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "none" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "abc" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = " abc" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "abc " should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "aBc" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "foo, bar" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "bar, foo" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "none, none" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "a, none, b" should set the property value] + expected: FAIL + + [e.style['view-timeline-name'\] = "auto" should set the property value] + expected: FAIL |