diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini b/testing/web-platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini new file mode 100644 index 0000000000..2aca618159 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini @@ -0,0 +1,33 @@ +[scroll-timeline-attachment-parsing-tentative.html] + [e.style['scroll-timeline-attachment'\] = "initial" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "inherit" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "unset" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "revert" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "local" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "defer" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "ancestor" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "local, defer" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "defer, ancestor" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "local, defer, ancestor, local" should set the property value] + expected: FAIL + + [e.style['scroll-timeline-attachment'\] = "local, local, local, local" should set the property value] + expected: FAIL |