summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini')
-rw-r--r--testing/web-platform/meta/worklets/layout-worklet-service-worker-interception.https.html.ini10
1 files changed, 8 insertions, 2 deletions
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