summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini
new file mode 100644
index 0000000000..3a814e3119
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/credentials.https.html.ini
@@ -0,0 +1,13 @@
+[credentials.https.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ if (processor == "x86") and not debug: [OK, TIMEOUT]
+ [Module with an imported statement should not have credentials]
+ expected:
+ if (processor == "x86") and not debug: [FAIL, TIMEOUT]
+ FAIL
+
+ [Script with service worker served as modules should not have credentials]
+ expected:
+ if (processor == "x86") and not debug: [FAIL, NOTRUN]
+ FAIL