tor-browser

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

GravitySensor.https.html.ini (1827B)


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