tor-browser

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

cross-origin-status.https.html.ini (1168B)


      1 [cross-origin-status.https.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [ERROR, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT]
      5  [Cross-origin same-site status header should work from fetch()]
      6    expected: [PASS, FAIL]
      7 
      8  [Cross-origin status header should be ignored from fetch()]
      9    expected:
     10      if (os == "win") and not debug: [PASS, NOTRUN]
     11 
     12  [Status header should be ignored from cross-site iframe]
     13    expected:
     14      if not debug and (os == "win"): [PASS, NOTRUN]
     15 
     16  [Status header should be ignored from cross-site iframe that contains a subresource with the header]
     17    expected:
     18      if (os == "win") and not debug: [NOTRUN, PASS]
     19 
     20  [Status header should be ignored from a fenced frame, even if it is same-origin]
     21    expected:
     22      if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
     23      if (os == "win") and ccov: [PASS, NOTRUN]
     24 
     25  [Status header should be ignored from cross-site iframe]
     26    expected:
     27      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     28      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]