summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini18
1 files changed, 18 insertions, 0 deletions
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