Accelerometer Feature Policy Test: Disabled

Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
PassAccelerometer: Feature-Policy header accelerometer 'none' disallows the top-level document.
Asserts run
Pass
assert_implements(true, "Accelerometer is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:31:5)
Pass
assert_throws_dom("SecurityError", function "() => {new sensorType()}")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:32:5)
PassAccelerometer: Feature-Policy header accelerometer 'none' disallows same-origin iframes.
Asserts run
Pass
assert_implements(true, "Accelerometer is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:36:5)
Pass
assert_false(false, "'new Accelerometer()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassAccelerometer: Feature-Policy header accelerometer 'none' disallows cross-origin iframes.
Asserts run
Pass
assert_implements(true, "Accelerometer is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:46:5)
Pass
assert_false(false, "'new Accelerometer()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassLinearAccelerationSensor: Feature-Policy header accelerometer 'none' disallows the top-level document.
Asserts run
Pass
assert_implements(true, "LinearAccelerationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:31:5)
Pass
assert_throws_dom("SecurityError", function "() => {new sensorType()}")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:32:5)
PassLinearAccelerationSensor: Feature-Policy header accelerometer 'none' disallows same-origin iframes.
Asserts run
Pass
assert_implements(true, "LinearAccelerationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:36:5)
Pass
assert_false(false, "'new LinearAccelerationSensor()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassLinearAccelerationSensor: Feature-Policy header accelerometer 'none' disallows cross-origin iframes.
Asserts run
Pass
assert_implements(true, "LinearAccelerationSensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:46:5)
Pass
assert_false(false, "'new LinearAccelerationSensor()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassGravitySensor: Feature-Policy header accelerometer 'none' disallows the top-level document.
Asserts run
Pass
assert_implements(true, "GravitySensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:31:5)
Pass
assert_throws_dom("SecurityError", function "() => {new sensorType()}")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:32:5)
PassGravitySensor: Feature-Policy header accelerometer 'none' disallows same-origin iframes.
Asserts run
Pass
assert_implements(true, "GravitySensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:36:5)
Pass
assert_false(false, "'new GravitySensor()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassGravitySensor: Feature-Policy header accelerometer 'none' disallows cross-origin iframes.
Asserts run
Pass
assert_implements(true, "GravitySensor is not supported.")
    at Test.<anonymous> ( /generic-sensor/generic-sensor-feature-policy-test.sub.js:46:5)
Pass
assert_false(false, "'new GravitySensor()'")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)