RelativeOrientationSensor Feature Policy Test: Enabled

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassRelativeOrientationSensor: Feature-Policy header accelerometer *;gyroscope * allows the top-level document.
Asserts run
Pass
assert_implements(true, "RelativeOrientationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:62:5)
PassRelativeOrientationSensor: Feature-Policy header accelerometer *;gyroscope * allows same-origin iframes.
Asserts run
Pass
assert_implements(true, "RelativeOrientationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:66:5)
Pass
assert_true(true, "'new RelativeOrientationSensor()'")
    at expect_feature_available_default ( /feature-policy/resources/featurepolicy.js:57:3)
PassRelativeOrientationSensor: Feature-Policy header accelerometer *;gyroscope * allows cross-origin iframes.
Asserts run
Pass
assert_implements(true, "RelativeOrientationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:78:5)
Pass
assert_true(true, "'new RelativeOrientationSensor()'")
    at expect_feature_available_default ( /feature-policy/resources/featurepolicy.js:57:3)