tor-browser

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

wakelock-disabled-by-permissions-policy.https.html.ini (575B)


      1 [wakelock-disabled-by-permissions-policy.https.html]
      2  [Permissions-Policy header "screen-wake-lock=()" disallows the top-level document.]
      3    expected:
      4      if (processor == "x86") and (os == "linux"): [FAIL, PASS]
      5      FAIL
      6 
      7  [Permissions-Policy header "screen-wake-lock=()" disallows same-origin iframes.]
      8    expected:
      9      if (processor == "x86") and (os == "linux"): [FAIL, PASS]
     10      FAIL
     11 
     12  [Permissions-Policy header "screen-wake-lock=()" disallows cross-origin iframes.]
     13    expected:
     14      if (processor == "x86") and (os == "linux"): [FAIL, PASS]
     15      FAIL