tor-browser

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

assorted.window.js.ini (6939B)


      1 [assorted.window.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, CRASH]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5  [Origin header and 308 redirect]
      6    expected:
      7      if (os == "mac") and not debug: [PASS, TIMEOUT]
      8 
      9  [Origin header and GET navigation]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, NOTRUN]
     12 
     13  [Origin header and POST navigation]
     14    expected:
     15      if (os == "mac") and not debug: [PASS, NOTRUN]
     16 
     17  [Origin header and POST same-origin navigation with Referrer-Policy no-referrer]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, NOTRUN]
     20 
     21  [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer]
     22    expected:
     23      if (os == "mac") and not debug: [PASS, NOTRUN]
     24 
     25  [Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer]
     26    expected:
     27      if (os == "mac") and not debug: [PASS, NOTRUN]
     28 
     29  [Origin header and GET same-origin fetch cors mode with Referrer-Policy no-referrer]
     30    expected:
     31      if (os == "mac") and not debug: [PASS, NOTRUN]
     32 
     33  [Origin header and POST cross-origin navigation with Referrer-Policy no-referrer]
     34    expected:
     35      if (os == "mac") and not debug: [PASS, NOTRUN]
     36 
     37  [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, NOTRUN]
     40 
     41  [Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer]
     42    expected:
     43      if (os == "mac") and not debug: [PASS, NOTRUN]
     44 
     45  [Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer]
     46    expected:
     47      if (os == "mac") and not debug: [PASS, NOTRUN]
     48 
     49  [Origin header and POST same-origin navigation with Referrer-Policy same-origin]
     50    expected:
     51      if (os == "mac") and not debug: [PASS, NOTRUN]
     52 
     53  [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy same-origin]
     54    expected:
     55      if (os == "mac") and not debug: [PASS, NOTRUN]
     56 
     57  [Origin header and POST same-origin fetch cors mode with Referrer-Policy same-origin]
     58    expected:
     59      if (os == "mac") and not debug: [PASS, NOTRUN]
     60 
     61  [Origin header and GET same-origin fetch cors mode with Referrer-Policy same-origin]
     62    expected:
     63      if (os == "mac") and not debug: [PASS, NOTRUN]
     64 
     65  [Origin header and POST cross-origin navigation with Referrer-Policy same-origin]
     66    expected:
     67      if (os == "mac") and not debug: [PASS, NOTRUN]
     68 
     69  [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy same-origin]
     70    expected:
     71      if (os == "mac") and not debug: [PASS, NOTRUN]
     72 
     73  [Origin header and POST cross-origin fetch cors mode with Referrer-Policy same-origin]
     74    expected:
     75      if (os == "mac") and not debug: [PASS, NOTRUN]
     76 
     77  [Origin header and GET cross-origin fetch cors mode with Referrer-Policy same-origin]
     78    expected:
     79      if (os == "mac") and not debug: [PASS, NOTRUN]
     80 
     81  [Origin header and POST same-origin navigation with Referrer-Policy origin-when-cross-origin]
     82    expected:
     83      if (os == "mac") and not debug: [PASS, NOTRUN]
     84 
     85  [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin]
     86    expected:
     87      if (os == "mac") and not debug: [PASS, NOTRUN]
     88 
     89  [Origin header and POST same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
     90    expected:
     91      if (os == "mac") and not debug: [PASS, NOTRUN]
     92 
     93  [Origin header and GET same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
     94    expected:
     95      if (os == "mac") and not debug: [PASS, NOTRUN]
     96 
     97  [Origin header and POST cross-origin navigation with Referrer-Policy origin-when-cross-origin]
     98    expected:
     99      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
    100 
    101  [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin]
    102    expected:
    103      if (os == "mac") and not debug: [PASS, NOTRUN]
    104 
    105  [Origin header and POST cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
    106    expected:
    107      if (os == "mac") and not debug: [PASS, NOTRUN]
    108 
    109  [Origin header and GET cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
    110    expected:
    111      if (os == "mac") and not debug: [PASS, NOTRUN]
    112 
    113  [Origin header and POST same-origin navigation with Referrer-Policy no-referrer-when-downgrade]
    114    expected:
    115      if (os == "mac") and not debug: [PASS, NOTRUN]
    116 
    117  [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade]
    118    expected:
    119      if (os == "mac") and not debug: [PASS, NOTRUN]
    120 
    121  [Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
    122    expected:
    123      if (os == "mac") and not debug: [PASS, NOTRUN]
    124 
    125  [Origin header and GET same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
    126    expected:
    127      if (os == "mac") and not debug: [PASS, NOTRUN]
    128 
    129  [Origin header and POST cross-origin navigation with Referrer-Policy no-referrer-when-downgrade]
    130    expected:
    131      if (os == "mac") and not debug: [PASS, NOTRUN]
    132 
    133  [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade]
    134    expected:
    135      if (os == "mac") and not debug: [PASS, NOTRUN]
    136 
    137  [Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
    138    expected:
    139      if (os == "mac") and not debug: [PASS, NOTRUN]
    140 
    141  [Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
    142    expected:
    143      if (os == "mac") and not debug: [PASS, NOTRUN]
    144 
    145  [Origin header and POST same-origin navigation with Referrer-Policy unsafe-url]
    146    expected:
    147      if (os == "mac") and not debug: [PASS, NOTRUN]
    148 
    149  [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy unsafe-url]
    150    expected:
    151      if (os == "mac") and not debug: [PASS, NOTRUN]
    152 
    153  [Origin header and POST same-origin fetch cors mode with Referrer-Policy unsafe-url]
    154    expected:
    155      if (os == "mac") and not debug: [PASS, NOTRUN]
    156 
    157  [Origin header and GET same-origin fetch cors mode with Referrer-Policy unsafe-url]
    158    expected:
    159      if (os == "mac") and not debug: [PASS, NOTRUN]
    160 
    161  [Origin header and POST cross-origin navigation with Referrer-Policy unsafe-url]
    162    expected:
    163      if (os == "mac") and not debug: [PASS, NOTRUN]
    164 
    165  [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy unsafe-url]
    166    expected:
    167      if (os == "mac") and not debug: [PASS, NOTRUN]
    168 
    169  [Origin header and POST cross-origin fetch cors mode with Referrer-Policy unsafe-url]
    170    expected:
    171      if (os == "mac") and not debug: [PASS, NOTRUN]
    172 
    173  [Origin header and GET cross-origin fetch cors mode with Referrer-Policy unsafe-url]
    174    expected:
    175      if (os == "mac") and not debug: [PASS, NOTRUN]