tor-browser

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

getresponseheader.any.js.ini (801B)


      1 [getresponseheader.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [getResponseHeader('content-length') expects 0, 0]
      5    expected: FAIL
      6 
      7  [getResponseHeader('double-trouble') expects , ]
      8    expected: FAIL
      9 
     10  [getResponseHeader('heya') expects , \x0b\x0c, 1, , , 2]
     11    expected: FAIL
     12 
     13  [getResponseHeader('www-authenticate') expects 1, 2, 3, 4]
     14    expected: FAIL
     15 
     16 
     17 [getresponseheader.any.html]
     18  expected:
     19    if (os == "android") and fission: [OK, TIMEOUT]
     20  [getResponseHeader('content-length') expects 0, 0]
     21    expected: FAIL
     22 
     23  [getResponseHeader('double-trouble') expects , ]
     24    expected: FAIL
     25 
     26  [getResponseHeader('heya') expects , \x0b\x0c, 1, , , 2]
     27    expected: FAIL
     28 
     29  [getResponseHeader('www-authenticate') expects 1, 2, 3, 4]
     30    expected: FAIL