tor-browser

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

idlharness.https.window.js.ini (3332B)


      1 [idlharness.https.window.html]
      2  [Sensor interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [Sensor interface object length]
      6    expected: FAIL
      7 
      8  [Sensor interface object name]
      9    expected: FAIL
     10 
     11  [Sensor interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [Sensor interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [Sensor interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [Sensor interface: attribute activated]
     21    expected: FAIL
     22 
     23  [Sensor interface: attribute hasReading]
     24    expected: FAIL
     25 
     26  [Sensor interface: attribute timestamp]
     27    expected: FAIL
     28 
     29  [Sensor interface: operation start()]
     30    expected: FAIL
     31 
     32  [Sensor interface: operation stop()]
     33    expected: FAIL
     34 
     35  [Sensor interface: attribute onreading]
     36    expected: FAIL
     37 
     38  [Sensor interface: attribute onactivate]
     39    expected: FAIL
     40 
     41  [Sensor interface: attribute onerror]
     42    expected: FAIL
     43 
     44  [Sensor must be primary interface of cast(new Accelerometer(), Sensor)]
     45    expected: FAIL
     46 
     47  [Stringification of cast(new Accelerometer(), Sensor)]
     48    expected: FAIL
     49 
     50  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "activated" with the proper type]
     51    expected: FAIL
     52 
     53  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "hasReading" with the proper type]
     54    expected: FAIL
     55 
     56  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "timestamp" with the proper type]
     57    expected: FAIL
     58 
     59  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "start()" with the proper type]
     60    expected: FAIL
     61 
     62  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "stop()" with the proper type]
     63    expected: FAIL
     64 
     65  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "onreading" with the proper type]
     66    expected: FAIL
     67 
     68  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "onactivate" with the proper type]
     69    expected: FAIL
     70 
     71  [Sensor interface: cast(new Accelerometer(), Sensor) must inherit property "onerror" with the proper type]
     72    expected: FAIL
     73 
     74  [SensorErrorEvent interface: existence and properties of interface object]
     75    expected: FAIL
     76 
     77  [SensorErrorEvent interface object length]
     78    expected: FAIL
     79 
     80  [SensorErrorEvent interface object name]
     81    expected: FAIL
     82 
     83  [SensorErrorEvent interface: existence and properties of interface prototype object]
     84    expected: FAIL
     85 
     86  [SensorErrorEvent interface: existence and properties of interface prototype object's "constructor" property]
     87    expected: FAIL
     88 
     89  [SensorErrorEvent interface: existence and properties of interface prototype object's @@unscopables property]
     90    expected: FAIL
     91 
     92  [SensorErrorEvent interface: attribute error]
     93    expected: FAIL
     94 
     95  [SensorErrorEvent must be primary interface of new SensorErrorEvent("error", { error: new DOMException });]
     96    expected: FAIL
     97 
     98  [Stringification of new SensorErrorEvent("error", { error: new DOMException });]
     99    expected: FAIL
    100 
    101  [SensorErrorEvent interface: new SensorErrorEvent("error", { error: new DOMException }); must inherit property "error" with the proper type]
    102    expected: FAIL