tor-browser

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

sandbox-mandatory-flags.https.html.ini (643B)


      1 [sandbox-mandatory-flags.https.html]
      2  expected:
      3    if (os == "win") and debug: [TIMEOUT, CRASH]
      4    if (os == "linux") and debug: [TIMEOUT, CRASH]
      5    TIMEOUT
      6  [Sandboxed Iframe with mandatory flags can load a fenced frame.]
      7    expected: TIMEOUT
      8 
      9  [Sandboxed Iframe without one of mandatory flag must fail to load a fenced frame.]
     10    expected: NOTRUN
     11 
     12  [Nested sandboxed iframe without one of mandatory flag must fail to load afenced frame even when the inner nested sandboxed iframe has all mandatory allow- flags.]
     13    expected: NOTRUN
     14 
     15  [navigator.canLoadAdAuctionFencedFrame considers mandatory sandbox flags]
     16    expected: NOTRUN