tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

audio-worklet-referrer.https.html.ini (951B)


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