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