tor-browser

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

iframe-failed-commit.html.ini (1364B)


      1 [iframe-failed-commit.html]
      2  expected:
      3    if (os == "android") and fission: [ERROR, TIMEOUT]
      4    TIMEOUT
      5  [Same-origin iframe that complies with CSP attribute gets reported]
      6    expected:
      7      if (os == "linux") and debug: [NOTRUN, PASS, FAIL]
      8      NOTRUN
      9 
     10  [Same-origin empty iframe with a 200 status gets reported]
     11    expected:
     12      if (processor == "x86") and debug: [NOTRUN, PASS, FAIL]
     13      NOTRUN
     14 
     15  [Same-origin iframe that doesn't comply with CSP attribute gets reported]
     16    expected:
     17      if (os == "linux") and not fission and not debug: [NOTRUN, PASS, FAIL]
     18      NOTRUN
     19 
     20  [Test iframe from non-existent host gets reported]
     21    expected: TIMEOUT
     22 
     23  [Test iframe redirecting to non-existent host gets reported]
     24    expected: NOTRUN
     25 
     26  [Cross-origin iframe that complies with CSP attribute gets reported]
     27    expected: NOTRUN
     28 
     29  [Cross-origin iframe that doesn't comply with CSP attribute gets reported]
     30    expected: NOTRUN
     31 
     32  [Cross-origin empty iframe with a 200 status gets reported]
     33    expected: NOTRUN
     34 
     35  [Same-origin empty iframe with a 204 status gets reported]
     36    expected: NOTRUN
     37 
     38  [Same-origin empty iframe with a 205 status gets reported]
     39    expected: NOTRUN
     40 
     41  [Cross-origin empty iframe with a 204 status gets reported]
     42    expected: NOTRUN
     43 
     44  [Cross-origin empty iframe with a 205 status gets reported]
     45    expected: NOTRUN