diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini b/testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini new file mode 100644 index 0000000000..a59d7f872f --- /dev/null +++ b/testing/web-platform/meta/geolocation-sensor/GeolocationSensor.https.html.ini @@ -0,0 +1,61 @@ +[GeolocationSensor.https.html] + expected: ERROR + [GeolocationSensor: Test that sensor can be successfully created and its states are correct.] + expected: NOTRUN + + [GeolocationSensor: no exception is thrown when calling stop() on already stopped sensor.] + expected: NOTRUN + + [GeolocationSensor: no exception is thrown when calling start() on already started sensor.] + expected: NOTRUN + + [GeolocationSensor: sensor timestamp is updated when time passes.] + expected: NOTRUN + + [GeolocationSensor: Test that fresh reading is fetched on start().] + expected: NOTRUN + + [GeolocationSensor: Test that frequency is capped to the maximum supported frequency.] + expected: NOTRUN + + [GeolocationSensor: Test that onerror is sent when permissions are not granted.] + expected: NOTRUN + + [GeolocationSensor: frequency hint works.] + expected: NOTRUN + + [GeolocationSensor: sensor reading is correct.] + expected: NOTRUN + + [GeolocationSensor: Test that onerror is send when start() call has failed.] + expected: NOTRUN + + [GeolocationSensor: Test that frequency is capped to allowed maximum.] + expected: NOTRUN + + [GeolocationSensor: Test that frequency is limited to the minimum supported frequency.] + expected: NOTRUN + + [GeolocationSensor: Test that sensor cannot be constructed within iframe disallowed to use feature policy.] + expected: NOTRUN + + [GeolocationSensor: Test that sensor can be constructed within an iframe allowed to use feature policy.] + expected: NOTRUN + + [GeolocationSensor: Test that 'onreading' is called and sensor reading is valid.] + expected: NOTRUN + + [GeolocationSensor: throw 'TypeError' if frequency is invalid.] + expected: FAIL + + [GeolocationSensor: Test that onerror is sent when sensor is not supported.] + expected: FAIL + + [GeolocationSensor: Readings delivered by shared platform sensor are immediately accessible to all sensors.] + expected: NOTRUN + + [GeolocationSensor: Test that readings are all mapped to expectedReadings correctly.] + expected: NOTRUN + + [GeolocationSensor: Losing visibility must cause readings to be suspended.] + expected: NOTRUN |