tor-browser

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

permissions-policy-header-policy-allowed-for-wildcard.https.sub.html.ini (1629B)


      1 [permissions-policy-header-policy-allowed-for-wildcard.https.sub.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4    TIMEOUT
      5  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test allowlist is [self wildcard_origin\].]
      6    expected: FAIL
      7 
      8  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is allowed on same-origin subframe]
      9    expected: TIMEOUT
     10 
     11  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is allowed on same-origin subframe even with allow attribute]
     12    expected: NOTRUN
     13 
     14  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is disallowed on cross-origin subframe]
     15    expected: NOTRUN
     16 
     17  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is allowed on cross-origin subframe allow attribute]
     18    expected: NOTRUN
     19 
     20  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is disallowed on another cross-origin subframe]
     21    expected: NOTRUN
     22 
     23  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is allowed on another cross-origin subframe allow attribute]
     24    expected: NOTRUN
     25 
     26  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is disallowed on cross-origin subframe with wildcard allow attribute]
     27    expected: NOTRUN
     28 
     29  [Permissions-Policy: fullscreen=("https://*.web-platform.test:8443") -- test fullscreen is disallowed on another cross-origin subframe with wildcard allow attribute]
     30    expected: NOTRUN