tor-browser

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

autoplay-allowed-by-feature-policy.https.sub.html.ini (688B)


      1 implementation-status: backlog
      2 [autoplay-allowed-by-feature-policy.https.sub.html]
      3  expected:
      4    if (os == "android") and (version == "7.0"): OK
      5    if os == "linux": OK
      6    [OK, TIMEOUT]
      7  [Feature-Policy header: autoplay * allows cross-origin iframes.]
      8    expected:
      9      if (os == "android") and (version == "7.0"): PASS
     10      if os == "linux": PASS
     11      [PASS, TIMEOUT]
     12 
     13  [Feature-Policy header: autoplay * allows same-origin iframes.]
     14    expected:
     15      if (os == "android") and (version == "7.0"): PASS
     16      if os == "linux": PASS
     17      [PASS, TIMEOUT]
     18 
     19  [Feature-Policy header: autoplay * allows the top-level document.]
     20    expected:
     21      if os == "mac": [PASS, TIMEOUT]