AbsoluteOrientationSensor Feature Policy Test: Enabled by attribute

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAbsoluteOrientationSensor: Feature-Policy allow='accelerometer gyroscope magnetometer' attribute allows same-origin iframe
Asserts run
Pass
assert_implements(true, "AbsoluteOrientationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:95:5)
Pass
assert_true(true, "'new AbsoluteOrientationSensor()'")
    at expect_feature_available_default ( /feature-policy/resources/featurepolicy.js:57:3)
PassAbsoluteOrientationSensor: Feature-Policy allow='accelerometer gyroscope magnetometer' attribute allows cross-origin iframe
Asserts run
Pass
assert_implements(true, "AbsoluteOrientationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:106:5)
Pass
assert_true(true, "'new AbsoluteOrientationSensor()'")
    at expect_feature_available_default ( /feature-policy/resources/featurepolicy.js:57:3)