summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/web-animations')
-rw-r--r--testing/web-platform/meta/web-animations/idlharness.window.js.ini6
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini18
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html.ini12
-rw-r--r--testing/web-platform/meta/web-animations/responsive/background-position-responsive.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/responsive/box-shadow-responsive.html.ini6
-rw-r--r--testing/web-platform/meta/web-animations/responsive/width.html.ini6
6 files changed, 51 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/idlharness.window.js.ini b/testing/web-platform/meta/web-animations/idlharness.window.js.ini
index 67423e1a01..3abaa9a8df 100644
--- a/testing/web-platform/meta/web-animations/idlharness.window.js.ini
+++ b/testing/web-platform/meta/web-animations/idlharness.window.js.ini
@@ -148,3 +148,9 @@
[AnimationTimeline interface: document.timeline must inherit property "currentTime" with the proper type]
expected: FAIL
+
+ [Animation interface: attribute progress]
+ expected: FAIL
+
+ [Animation interface: new Animation() must inherit property "progress" with the proper type]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini
new file mode 100644
index 0000000000..f8e00ad957
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini
@@ -0,0 +1,18 @@
+[progress.tentative.html]
+ [progress of a newly created animation without an effect is unresolved]
+ expected: FAIL
+
+ [progress of an animation whose currentTime is unresolved is unresolved.]
+ expected: FAIL
+
+ [progress of an animation whose effect's endTime is zero is zero if its currentTime is negative.]
+ expected: FAIL
+
+ [progress of an animation whose effect's endTime is zero is one if its currentTime is non-negative.]
+ expected: FAIL
+
+ [progress of an animation whose effect's endTime is infinity is zero.]
+ expected: FAIL
+
+ [progress of an animation is calculated by currentTime / effect endTime.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html.ini
new file mode 100644
index 0000000000..ecce31fe0c
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html.ini
@@ -0,0 +1,12 @@
+[scroll-timeline-progress.tentative.html]
+ [animation.progress reflects the progress of a scroll animation as a number between 0 and 1]
+ expected: FAIL
+
+ [animation.progress reflects the overall progress of a scroll animation with multiple iterations.]
+ expected: FAIL
+
+ [animation.progress reflects the overall progress of a scroll animation that uses a view-timeline.]
+ expected: FAIL
+
+ [progresss of a view-timeline is bounded between 0 and 1.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/responsive/background-position-responsive.html.ini b/testing/web-platform/meta/web-animations/responsive/background-position-responsive.html.ini
new file mode 100644
index 0000000000..88450d0f9f
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/responsive/background-position-responsive.html.ini
@@ -0,0 +1,3 @@
+[background-position-responsive.html]
+ [Animating from a neutral keyframe when the underlying style is inherited from the parent]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/responsive/box-shadow-responsive.html.ini b/testing/web-platform/meta/web-animations/responsive/box-shadow-responsive.html.ini
new file mode 100644
index 0000000000..7dc631a4fe
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/responsive/box-shadow-responsive.html.ini
@@ -0,0 +1,6 @@
+[box-shadow-responsive.html]
+ [Animating to inherit responsive to change in style]
+ expected: FAIL
+
+ [Animating from inherit responsive to change in style]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/responsive/width.html.ini b/testing/web-platform/meta/web-animations/responsive/width.html.ini
new file mode 100644
index 0000000000..53effa436c
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/responsive/width.html.ini
@@ -0,0 +1,6 @@
+[width.html]
+ [width responsive to inherited changes from keyword]
+ expected: FAIL
+
+ [width responsive to inherited changes from length]
+ expected: FAIL