tor-browser

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

request-disturbed.any.js.ini (1696B)


      1 [request-disturbed.any.worker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4  [Request's body: initial state]
      5    expected: FAIL
      6 
      7  [Input request used for creating new request became disturbed even if body is not used]
      8    expected: FAIL
      9 
     10  [Check creating a new request with a new body from a disturbed request]
     11    expected: FAIL
     12 
     13  [Input request used for creating new request became disturbed]
     14    expected: FAIL
     15 
     16 
     17 [request-disturbed.any.serviceworker.html]
     18  [Request's body: initial state]
     19    expected: FAIL
     20 
     21  [Input request used for creating new request became disturbed even if body is not used]
     22    expected: FAIL
     23 
     24  [Check creating a new request with a new body from a disturbed request]
     25    expected: FAIL
     26 
     27  [Input request used for creating new request became disturbed]
     28    expected: FAIL
     29 
     30 
     31 [request-disturbed.any.html]
     32  expected:
     33    if (os == "android") and not debug: [OK, CRASH]
     34  [Request's body: initial state]
     35    expected: FAIL
     36 
     37  [Input request used for creating new request became disturbed even if body is not used]
     38    expected: FAIL
     39 
     40  [Check creating a new request with a new body from a disturbed request]
     41    expected: FAIL
     42 
     43  [Input request used for creating new request became disturbed]
     44    expected: FAIL
     45 
     46 
     47 [request-disturbed.any.sharedworker.html]
     48  expected:
     49    if os == "mac": [OK, CRASH]
     50  [Request's body: initial state]
     51    expected: FAIL
     52 
     53  [Input request used for creating new request became disturbed even if body is not used]
     54    expected: FAIL
     55 
     56  [Check creating a new request with a new body from a disturbed request]
     57    expected: FAIL
     58 
     59  [Input request used for creating new request became disturbed]
     60    expected: FAIL