blob: 3cc4343772f6116fca6bfd40c15c782289d149eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[audio-worklet-referrer.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Importing a remote-origin script from a remote-origin worklet script that has "origin" referrer policy should send referrer.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1808189
expected: FAIL
[Importing a same-origin script from a remote-origin worklet script that has "origin" referrer policy should send referrer.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1808189
expected: FAIL
[Importing a same-origin script from a remote-origin worklet script that has "same-origin" referrer policy should not send referrer.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1808189
expected: FAIL
[Importing a remote-origin script from a remote-origin worklet script that has "same-origin" referrer policy should send referrer.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1808189
expected: FAIL
|