diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini b/testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini new file mode 100644 index 0000000000..00578e7786 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative.html.ini @@ -0,0 +1,87 @@ +[scroll-animation-effect-phases.tentative.html] + [Verify that (play -> pause -> play) doesn't change phase/progress.] + expected: FAIL + + [Pause in before phase, scroll timeline into active phase, animation should remain in the before phase] + expected: FAIL + + [Make scroller inactive, then set current time to an in range time] + expected: FAIL + + [Animation effect is still applied after pausing and making timeline inactive.] + expected: FAIL + + [Current times and effect phase at timeline start when delay = 0 and endDelay = 500 |] + expected: FAIL + + [Current times and effect phase at timeline start when delay = 500 and endDelay = 0 |] + expected: FAIL + + [Pause in before phase, set animation current time to be in active range, animation should become active. Scrolling should have no effect.] + expected: FAIL + + [Make timeline inactive, force style update then pause the animation. No crashing indicates test success.] + expected: FAIL + + [Current times and effect phase at start delay when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase at start when delay = 0 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase in active range when delay = 500 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase after effect end time when delay = 0 and endDelay = 500 |] + expected: FAIL + + [Current times and effect phase at effect end time when delay = 500 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase at effect end time when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase at effect end time when delay = 0 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase at timeline boundary when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase in active range when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase at timeline end when delay = -125 and endDelay = -125 |] + expected: FAIL + + [Current times and effect phase in active range when delay = 0 and endDelay = 500 |] + expected: FAIL + + [Current times and effect phase before start delay when delay = 500 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase at timeline boundary when delay = 0 and endDelay = 500 |] + expected: FAIL + + [Current times and effect phase in active range when delay = 0 and endDelay = 0 |] + expected: FAIL + + [Current times and effect phase at timeline start when delay = -125 and endDelay = -125 |] + expected: FAIL + + [Current times and effect phase before start delay when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase in active range when delay = -125 and endDelay = -125 |] + expected: FAIL + + [Current times and effect phase at effect end time when delay = 0 and endDelay = 500 |] + expected: FAIL + + [Current times and effect phase after effect end time when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase at timeline start when delay = 250 and endDelay = 250 |] + expected: FAIL + + [Current times and effect phase at start delay when delay = 500 and endDelay = 0 |] + expected: FAIL |