tor-browser

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

autoplay-disabled-by-feature-policy.https.sub.html.ini (671B)


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