diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/css/view-timeline-name-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-animations/css/view-timeline-name-computed.html.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/css/view-timeline-name-computed.html.ini b/testing/web-platform/meta/scroll-animations/css/view-timeline-name-computed.html.ini new file mode 100644 index 0000000000..e5eb299d0c --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/css/view-timeline-name-computed.html.ini @@ -0,0 +1,41 @@ +[view-timeline-name-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property view-timeline-name value 'initial'] + expected: FAIL + + [Property view-timeline-name value 'inherit'] + expected: FAIL + + [Property view-timeline-name value 'unset'] + expected: FAIL + + [Property view-timeline-name value 'revert'] + expected: FAIL + + [Property view-timeline-name value 'none'] + expected: FAIL + + [Property view-timeline-name value 'foo'] + expected: FAIL + + [Property view-timeline-name value 'foo, bar'] + expected: FAIL + + [Property view-timeline-name value 'bar, foo'] + expected: FAIL + + [Property view-timeline-name value 'a, b, c, D, e'] + expected: FAIL + + [Property view-timeline-name value 'none, none'] + expected: FAIL + + [Property view-timeline-name value 'a, b, c, none, d, e'] + expected: FAIL + + [The view-timeline-name property shows up in CSSStyleDeclaration enumeration] + expected: FAIL + + [The view-timeline-name property shows up in CSSStyleDeclaration.cssText] + expected: FAIL |