tor-browser

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

feature-policy-frame-policy-allowed-for-self.https.sub.html.ini (2541B)


      1 [feature-policy-frame-policy-allowed-for-self.https.sub.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Test frame policy on sandboxed iframe with no allow attribute.]
      5    expected: FAIL
      6 
      7  [Test frame policy on sandboxed iframe with allow="fullscreen https://www.web-platform.test:8443".]
      8    expected: FAIL
      9 
     10  [Test frame policy on data: URL origin iframe with allow = "*".]
     11    expected: FAIL
     12 
     13  [Test frame policy on data: URL origin iframe with allow = "*" and allowfullscreen.]
     14    expected: FAIL
     15 
     16  [Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Feature-Policy: fullscreen 'none';".]
     17    expected: FAIL
     18 
     19  [Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".]
     20    expected: FAIL
     21 
     22  [Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Feature-Policy: fullscreen 'self';".]
     23    expected: FAIL
     24 
     25  [Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.]
     26    expected: FAIL
     27 
     28  [Test frame policy on srcdoc + cross origin sandboxed iframe with allow="fullscreen".]
     29    expected: FAIL
     30 
     31  [Test frame policy on cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen 'none';".]
     32    expected: FAIL
     33 
     34  [Test frame policy on cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen *;".]
     35    expected: FAIL
     36 
     37  [Test frame policy on cross origin iframe with allow = "*" and header policy = "Feature-Policy: fullscreen 'self';".]
     38    expected: FAIL
     39 
     40  [Test frame policy on sandboxed iframe with allow="fullscreen".]
     41    expected: FAIL
     42 
     43  [Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Feature-Policy: fullscreen *;".]
     44    expected: FAIL
     45 
     46  [Test frame policy on sandboxed iframe with allow="fullscreen 'src'".]
     47    expected: FAIL
     48 
     49  [Test frame policy on cross origin iframe with allow = "*".]
     50    expected: FAIL
     51 
     52  [Test frame policy on srcdoc sandboxed iframe with allow="fullscreen".]
     53    expected: FAIL
     54 
     55  [Test frame policy on srcdoc + same origin sandboxed iframe with allow="fullscreen".]
     56    expected: FAIL
     57 
     58  [Test frame policy on cross origin iframe with allow = "*" and allowfullscreen.]
     59    expected: FAIL