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