summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini')
-rw-r--r--testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini b/testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini
new file mode 100644
index 0000000000..7d3b53b183
--- /dev/null
+++ b/testing/web-platform/meta/worklets/layout-worklet-credentials.https.html.ini
@@ -0,0 +1,26 @@
+[layout-worklet-credentials.https.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Importing a remote-origin script with the default WorkletOptions should not send the credentials]
+ expected: FAIL
+
+ [Importing a same-origin script with credentials=omit should not send the credentials]
+ expected: FAIL
+
+ [Importing a remote-origin script with credentials=omit should not send the credentials]
+ expected: FAIL
+
+ [Importing a same-origin script with credentials=same-origin should send the credentials]
+ expected: FAIL
+
+ [Importing a remote-origin script with credentials=same-origin should not send the credentials]
+ expected: FAIL
+
+ [Importing a same-origin script with credentials=include should send the credentials]
+ expected: FAIL
+
+ [Importing a remote-origin script with credentials=include should send the credentials]
+ expected: FAIL
+
+ [Importing a same-origin script with the default WorkletOptions should send the credentials]
+ expected: FAIL