commit 44d6d8f0c1141a5bc12566366d2ffb3a8ef4c4f6
parent 7b77c7dcb9b9ef4727a2a3cdcc1a38457b7d626c
Author: Kagami Sascha Rosylight <krosylight@proton.me>
Date: Tue, 21 Oct 2025 00:01:50 +0300
Bug 1995396 - Mark as failing on Android
Differential Revision: https://phabricator.services.mozilla.com/D269295
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/meta/scroll-animations/css/scroll-timeline-paused-animations.html.ini b/testing/web-platform/meta/scroll-animations/css/scroll-timeline-paused-animations.html.ini
@@ -1,7 +1,11 @@
[scroll-timeline-paused-animations.html]
- expected: TIMEOUT
+ expected:
+ if (os == "android"): OK
+ TIMEOUT
[Test that the scroll animation is paused]
expected: FAIL
[Test that the scroll animation is paused by updating animation-play-state]
- expected: TIMEOUT
+ expected:
+ if (os == "android"): FAIL
+ TIMEOUT