From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../layout-worklet-service-worker-interception.https.html.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'testing/web-platform/meta/worklets') diff --git a/testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini b/testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini index 50df846dcc..3d1355b42c 100644 --- a/testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini +++ b/testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini @@ -1,9 +1,15 @@ [layout-worklet-service-worker-interception.https.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] [addModule() on a controlled document should be intercepted by a service worker.] expected: FAIL [addModule() on a non-controlled document should not be intercepted by a service worker even if the script is under the service worker scope.] - expected: FAIL + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT] + FAIL [Static import should be intercepted by a service worker.] - expected: FAIL + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN] + FAIL -- cgit v1.2.3