summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini')
-rw-r--r--testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini45
1 files changed, 45 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini b/testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini
new file mode 100644
index 0000000000..deb5c13a59
--- /dev/null
+++ b/testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini
@@ -0,0 +1,45 @@
+[animation-timeline-parsing.html]
+ [e.style['animation-timeline'\] = "\\"test\\"" should not set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "test1" should not set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "scroll(x)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "scroll(y)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "scroll(y root)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(x)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y 1px 2px)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y 1px)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y auto)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y auto auto)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(y auto 1px)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(1px 2px y)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(1px y)" should set the property value]
+ expected: FAIL
+
+ [e.style['animation-timeline'\] = "view(auto x)" should set the property value]
+ expected: FAIL