AbsoluteOrientationSensor Feature Policy Test: Enabled

Summary

Harness status: OK

Found 3 tests

Details

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