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