diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/web-animations/interfaces | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces')
2 files changed, 30 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 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 |