From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/magnetometer/Magnetometer.https.html.ini | 127 +++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 testing/web-platform/meta/magnetometer/Magnetometer.https.html.ini (limited to 'testing/web-platform/meta/magnetometer/Magnetometer.https.html.ini') diff --git a/testing/web-platform/meta/magnetometer/Magnetometer.https.html.ini b/testing/web-platform/meta/magnetometer/Magnetometer.https.html.ini new file mode 100644 index 0000000000..d80ac7c8c1 --- /dev/null +++ b/testing/web-platform/meta/magnetometer/Magnetometer.https.html.ini @@ -0,0 +1,127 @@ +[Magnetometer.https.html] + expected: ERROR + [Magnetometer: Test that sensor can be successfully created and its states are correct.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that sensor can be successfully created and its states are correct.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that frequency is capped to the maximum supported frequency.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that fresh reading is fetched on start().] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that 'onreading' is called and sensor reading is valid.] + expected: NOTRUN + + [Magnetometer: throw 'TypeError' if frequency is invalid.] + expected: FAIL + + [Magnetometer: frequency hint works.] + expected: NOTRUN + + [Magnetometer: no exception is thrown when calling stop() on already stopped sensor.] + expected: NOTRUN + + [Magnetometer: Test that frequency is capped to allowed maximum.] + expected: NOTRUN + + [Magnetometer: Test that fresh reading is fetched on start().] + expected: NOTRUN + + [Magnetometer: Test that frequency is capped to the maximum supported frequency.] + expected: NOTRUN + + [Magnetometer: Test that onerror is send when start() call has failed.] + expected: NOTRUN + + [Magnetometer: sensor reading is correct.] + expected: NOTRUN + + [Magnetometer: sensor reading is correct when options.referenceFrame is 'screen'.] + expected: NOTRUN + + [UncalibratedMagnetometer: throw 'TypeError' if referenceFrame is not one of enumeration values.] + expected: FAIL + + [Magnetometer: Test that onerror is sent when sensor is not supported.] + expected: FAIL + + [UncalibratedMagnetometer: sensor timestamp is updated when time passes.] + expected: NOTRUN + + [Magnetometer: Test that 'onreading' is called and sensor reading is valid.] + expected: NOTRUN + + [UncalibratedMagnetometer: sensor reading is correct.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that sensor cannot be constructed within iframe disallowed to use feature policy.] + expected: NOTRUN + + [UncalibratedMagnetometer: sensor reading is correct when options.referenceFrame is 'screen'.] + expected: NOTRUN + + [Magnetometer: no exception is thrown when calling start() on already started sensor.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that sensor can be constructed within an iframe allowed to use feature policy.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that onerror is sent when permissions are not granted.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that frequency is capped to allowed maximum.] + expected: NOTRUN + + [Magnetometer: Test that frequency is limited to the minimum supported frequency.] + expected: NOTRUN + + [UncalibratedMagnetometer: no exception is thrown when calling stop() on already stopped sensor.] + expected: NOTRUN + + [Magnetometer: Test that onerror is sent when permissions are not granted.] + expected: NOTRUN + + [Magnetometer: sensor timestamp is updated when time passes.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that frequency is limited to the minimum supported frequency.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that onerror is sent when sensor is not supported.] + expected: NOTRUN + + [Magnetometer: Test that sensor can be constructed within an iframe allowed to use feature policy.] + expected: NOTRUN + + [Magnetometer: Test that sensor cannot be constructed within iframe disallowed to use feature policy.] + expected: NOTRUN + + [UncalibratedMagnetometer: no exception is thrown when calling start() on already started sensor.] + expected: NOTRUN + + [UncalibratedMagnetometer: throw 'TypeError' if frequency is invalid.] + expected: FAIL + + [UncalibratedMagnetometer: Test that onerror is send when start() call has failed.] + expected: NOTRUN + + [UncalibratedMagnetometer: frequency hint works.] + expected: NOTRUN + + [Magnetometer: throw 'TypeError' if referenceFrame is not one of enumeration values.] + expected: FAIL + + [UncalibratedMagnetometer: Readings delivered by shared platform sensor are immediately accessible to all sensors.] + expected: NOTRUN + + [Magnetometer: Readings delivered by shared platform sensor are immediately accessible to all sensors.] + expected: NOTRUN + + [UncalibratedMagnetometer: Test that readings are all mapped to expectedReadings correctly.] + expected: NOTRUN + + [Magnetometer: Test that readings are all mapped to expectedReadings correctly.] + expected: NOTRUN -- cgit v1.2.3