From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../web-animations/responsive/toggle-animated-iframe-visibility.html | 1 + testing/web-platform/tests/web-animations/testcommon.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/web-platform/tests/web-animations') diff --git a/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html index f50ffaad34..b5c32f26d8 100644 --- a/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html +++ b/testing/web-platform/tests/web-animations/responsive/toggle-animated-iframe-visibility.html @@ -1,6 +1,7 @@ + CSS Test (Animations): Unhiding iframe visibility should restart animation. diff --git a/testing/web-platform/tests/web-animations/testcommon.js b/testing/web-platform/tests/web-animations/testcommon.js index 5b22c658d5..b431b213db 100644 --- a/testing/web-platform/tests/web-animations/testcommon.js +++ b/testing/web-platform/tests/web-animations/testcommon.js @@ -331,7 +331,7 @@ function assert_phase(animation, phase) { // crbug.com/1378671 async function waitForCompositorReady() { const animation = - document.body.animate({ opacity: [ 1, 1 ] }, {duration: 1 }); + document.body.animate({ opacity: [ 0, 1 ] }, {duration: 1 }); return animation.finished; } -- cgit v1.2.3