tor-browser

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

fedcm-reject-invalid-responses.https.html.ini (939B)


      1 [fedcm-reject-invalid-responses.https.html]
      2  expected:
      3    if (os == "win") and not debug: [ERROR, OK, TIMEOUT]
      4    if os == "mac": [OK, TIMEOUT, ERROR]
      5    if os == "linux": [OK, TIMEOUT]
      6    [OK, ERROR, TIMEOUT]
      7  [Reject when provider list is empty]
      8    expected: FAIL
      9 
     10  [Reject when configURL is missing]
     11    expected:
     12      if os == "win": [PASS, FAIL, NOTRUN]
     13      [PASS, FAIL]
     14 
     15  [Reject when configURL is invalid]
     16    expected:
     17      if os == "mac": [FAIL, TIMEOUT, PASS, NOTRUN]
     18      [FAIL, PASS, TIMEOUT, NOTRUN]
     19 
     20  [Reject when clientId is empty]
     21    expected:
     22      if (os == "win") and not debug: [NOTRUN, PASS, FAIL, TIMEOUT]
     23      if os == "mac": [FAIL, TIMEOUT, NOTRUN, PASS]
     24      [FAIL, PASS, TIMEOUT, NOTRUN]
     25 
     26  [Reject when clientId is missing]
     27    expected:
     28      if (os == "win") and not debug: [NOTRUN, PASS, FAIL, TIMEOUT]
     29      if os == "mac": [PASS, NOTRUN, FAIL, TIMEOUT]
     30      [PASS, FAIL, TIMEOUT, NOTRUN]