tor-browser

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

autoplay-default-feature-policy.https.sub.html.ini (652B)


      1 implementation-status: backlog
      2 [autoplay-default-feature-policy.https.sub.html]
      3  expected:
      4    if os == "mac": [OK, TIMEOUT]
      5    if os == "android": [OK, TIMEOUT]
      6  [Default "autoplay" feature policy ["self"\] disallows cross-origin iframes.]
      7    expected:
      8      if os == "mac": [FAIL, TIMEOUT]
      9      if os == "android": [FAIL, TIMEOUT]
     10      FAIL
     11 
     12  [Default "autoplay" feature policy ["self"\] allows same-origin iframes.]
     13    expected:
     14      if os == "mac": [PASS, TIMEOUT]
     15 
     16  [Default "autoplay" feature policy ["self"\] allows the top-level document.]
     17    expected:
     18      if os == "mac": [PASS, TIMEOUT]
     19      if os == "android": [PASS, TIMEOUT]