tor-browser

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

AbsoluteOrientationSensor.https.html.ini (2242B)


      1 [AbsoluteOrientationSensor.https.html]
      2  [AbsoluteOrientationSensor.quaternion return a four-element FrozenArray.]
      3    expected: FAIL
      4 
      5  [AbsoluteOrientationSensor.populateMatrix() method works correctly.]
      6    expected: FAIL
      7 
      8  [AbsoluteOrientationSensor: Test that sensor can be successfully created and its states are correct.]
      9    expected: FAIL
     10 
     11  [AbsoluteOrientationSensor: Test that 'onreading' is called and sensor reading is valid.]
     12    expected: FAIL
     13 
     14  [AbsoluteOrientationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.]
     15    expected: FAIL
     16 
     17  [AbsoluteOrientationSensor: Test that frequency is capped to allowed maximum.]
     18    expected: FAIL
     19 
     20  [AbsoluteOrientationSensor: Test that frequency is capped to the maximum supported frequency.]
     21    expected: FAIL
     22 
     23  [AbsoluteOrientationSensor: Test that frequency is limited to the minimum supported frequency.]
     24    expected: FAIL
     25 
     26  [AbsoluteOrientationSensor: no exception is thrown when calling start() on already started sensor.]
     27    expected: FAIL
     28 
     29  [AbsoluteOrientationSensor: Test that onerror is sent when permissions are not granted.]
     30    expected: FAIL
     31 
     32  [AbsoluteOrientationSensor: frequency hint works.]
     33    expected: FAIL
     34 
     35  [AbsoluteOrientationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.]
     36    expected: FAIL
     37 
     38  [AbsoluteOrientationSensor: sensor reading is correct.]
     39    expected: FAIL
     40 
     41  [AbsoluteOrientationSensor: Test that fresh reading is fetched on start().]
     42    expected: FAIL
     43 
     44  [AbsoluteOrientationSensor: sensor timestamp is updated when time passes.]
     45    expected: FAIL
     46 
     47  [AbsoluteOrientationSensor: Test that onerror is send when start() call has failed.]
     48    expected: FAIL
     49 
     50  [AbsoluteOrientationSensor: no exception is thrown when calling stop() on already stopped sensor.]
     51    expected: FAIL
     52 
     53  [AbsoluteOrientationSensor: Readings delivered by shared platform sensor are immediately accessible to all sensors.]
     54    expected: FAIL
     55 
     56  [AbsoluteOrientationSensor: Test that readings are all mapped to expectedReadings correctly.]
     57    expected: FAIL
     58 
     59  [AbsoluteOrientationSensor: Readings are not delivered when the page has no visibility]
     60    expected: FAIL