tor-browser

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

idlharness.any.js.ini (5256B)


      1 [idlharness.any.html]
      2  [NetworkInformation interface: existence and properties of interface object]
      3    expected:
      4      if os == "android": PASS
      5      FAIL
      6 
      7  [NetworkInformation interface object length]
      8    expected:
      9      if os == "android": PASS
     10      FAIL
     11 
     12  [NetworkInformation interface object name]
     13    expected:
     14      if os == "android": PASS
     15      FAIL
     16 
     17  [NetworkInformation interface: existence and properties of interface prototype object]
     18    expected:
     19      if os == "android": PASS
     20      FAIL
     21 
     22  [NetworkInformation interface: existence and properties of interface prototype object's "constructor" property]
     23    expected:
     24      if os == "android": PASS
     25      FAIL
     26 
     27  [NetworkInformation interface: existence and properties of interface prototype object's @@unscopables property]
     28    expected:
     29      if os == "android": PASS
     30      FAIL
     31 
     32  [NetworkInformation interface: attribute type]
     33    expected:
     34      if os == "android": PASS
     35      FAIL
     36 
     37  [NetworkInformation interface: attribute effectiveType]
     38    expected: FAIL
     39 
     40  [NetworkInformation interface: attribute downlinkMax]
     41    expected: FAIL
     42 
     43  [NetworkInformation interface: attribute downlink]
     44    expected: FAIL
     45 
     46  [NetworkInformation interface: attribute rtt]
     47    expected: FAIL
     48 
     49  [NetworkInformation interface: attribute onchange]
     50    expected: FAIL
     51 
     52  [NetworkInformation must be primary interface of navigator.connection]
     53    expected:
     54      if os == "android": PASS
     55      FAIL
     56 
     57  [Stringification of navigator.connection]
     58    expected:
     59      if os == "android": PASS
     60      FAIL
     61 
     62  [NetworkInformation interface: navigator.connection must inherit property "type" with the proper type]
     63    expected:
     64      if os == "android": PASS
     65      FAIL
     66 
     67  [NetworkInformation interface: navigator.connection must inherit property "effectiveType" with the proper type]
     68    expected: FAIL
     69 
     70  [NetworkInformation interface: navigator.connection must inherit property "downlinkMax" with the proper type]
     71    expected: FAIL
     72 
     73  [NetworkInformation interface: navigator.connection must inherit property "downlink" with the proper type]
     74    expected: FAIL
     75 
     76  [NetworkInformation interface: navigator.connection must inherit property "rtt" with the proper type]
     77    expected: FAIL
     78 
     79  [NetworkInformation interface: navigator.connection must inherit property "onchange" with the proper type]
     80    expected: FAIL
     81 
     82  [Navigator interface: attribute connection]
     83    expected:
     84      if os == "android": PASS
     85      FAIL
     86 
     87  [Navigator interface: navigator must inherit property "connection" with the proper type]
     88    expected:
     89      if os == "android": PASS
     90      FAIL
     91 
     92 
     93 [idlharness.any.worker.html]
     94  [NetworkInformation interface: existence and properties of interface object]
     95    expected:
     96      if os == "android": PASS
     97      FAIL
     98 
     99  [NetworkInformation interface object length]
    100    expected:
    101      if os == "android": PASS
    102      FAIL
    103 
    104  [NetworkInformation interface object name]
    105    expected:
    106      if os == "android": PASS
    107      FAIL
    108 
    109  [NetworkInformation interface: existence and properties of interface prototype object]
    110    expected:
    111      if os == "android": PASS
    112      FAIL
    113 
    114  [NetworkInformation interface: existence and properties of interface prototype object's "constructor" property]
    115    expected:
    116      if os == "android": PASS
    117      FAIL
    118 
    119  [NetworkInformation interface: existence and properties of interface prototype object's @@unscopables property]
    120    expected:
    121      if os == "android": PASS
    122      FAIL
    123 
    124  [NetworkInformation interface: attribute type]
    125    expected:
    126      if os == "android": PASS
    127      FAIL
    128 
    129  [NetworkInformation interface: attribute effectiveType]
    130    expected: FAIL
    131 
    132  [NetworkInformation interface: attribute downlinkMax]
    133    expected: FAIL
    134 
    135  [NetworkInformation interface: attribute downlink]
    136    expected: FAIL
    137 
    138  [NetworkInformation interface: attribute rtt]
    139    expected: FAIL
    140 
    141  [NetworkInformation interface: attribute onchange]
    142    expected: FAIL
    143 
    144  [NetworkInformation must be primary interface of navigator.connection]
    145    expected:
    146      if os == "android": PASS
    147      FAIL
    148 
    149  [Stringification of navigator.connection]
    150    expected:
    151      if os == "android": PASS
    152      FAIL
    153 
    154  [NetworkInformation interface: navigator.connection must inherit property "type" with the proper type]
    155    expected:
    156      if os == "android": PASS
    157      FAIL
    158 
    159  [NetworkInformation interface: navigator.connection must inherit property "effectiveType" with the proper type]
    160    expected: FAIL
    161 
    162  [NetworkInformation interface: navigator.connection must inherit property "downlinkMax" with the proper type]
    163    expected: FAIL
    164 
    165  [NetworkInformation interface: navigator.connection must inherit property "downlink" with the proper type]
    166    expected: FAIL
    167 
    168  [NetworkInformation interface: navigator.connection must inherit property "rtt" with the proper type]
    169    expected: FAIL
    170 
    171  [NetworkInformation interface: navigator.connection must inherit property "onchange" with the proper type]
    172    expected: FAIL
    173 
    174  [WorkerNavigator interface: attribute connection]
    175    expected:
    176      if os == "android": PASS
    177      FAIL
    178 
    179  [WorkerNavigator interface: navigator must inherit property "connection" with the proper type]
    180    expected:
    181      if os == "android": PASS
    182      FAIL