summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/worklets/animation-worklet-credentials.https.html.ini
blob: 4a0798ee2a59f07fb774b5393fdd3f972ac1cffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[animation-worklet-credentials.https.html]
  [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