tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3c06f6d091f7b91cf66d8fe0dede66ba38e27274
parent a8100c403857e47f5e8f6f191a472315f5fb7759
Author: Boris Chiou <boris.chiou@gmail.com>
Date:   Wed, 17 Dec 2025 02:54:09 +0000

Bug 2006288 - Update test expection for scroll-timeline-paused-animations.html. r=jwatt

We don't timeout anymore. Just mark FAIL.

Differential Revision: https://phabricator.services.mozilla.com/D276763

Diffstat:
Mtesting/web-platform/meta/scroll-animations/css/scroll-timeline-paused-animations.html.ini | 9+--------
1 file changed, 1 insertion(+), 8 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,13 +1,6 @@ [scroll-timeline-paused-animations.html] - expected: - if (os == "linux") and not debug: [ERROR, TIMEOUT] - 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: - if (os == "linux") and not debug: [TIMEOUT, NOTRUN] - if os == "android": FAIL - TIMEOUT + expected: FAIL