tor-browser

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

permissions-policy-video.https.sub.html.ini (1187B)


      1 [permissions-policy-video.https.sub.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR]
      4    if (os == "mac") and debug: [OK, ERROR]
      5    if (os == "linux") and not debug: [OK, ERROR]
      6  disabled:
      7    if os == "mac" and os_version == "14.70" and processor == "x86_64" and debug: Bug 1931213
      8    if os == "mac" and os_version == "14.70" and processor == "x86_64" and not debug: Bug 1931213
      9 
     10  [Default "display-capture" permissions policy ["self"\] allows the top-level document.]
     11    expected:
     12      if (os == "mac") and not debug: [PASS, FAIL]
     13      if os == "android": FAIL
     14 
     15  [Default "display-capture" permissions policy ["self"\] allows same-origin iframes.]
     16    expected:
     17      if os == "android": FAIL
     18 
     19  [Default "display-capture" permissions policy ["self"\] disallows cross-origin iframes.]
     20    expected:
     21      if os == "android": FAIL
     22 
     23  [permissions policy "display-capture" can be disabled in same-origin iframes using "allow" attribute.]
     24    expected:
     25      if os == "android": FAIL
     26 
     27  [permissions policy "display-capture" can be enabled in cross-origin iframes using "allow" attribute.]
     28    expected:
     29      if os == "android": FAIL