Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passpermissions policy "ch-ua-high-entropy-values" is enabled by default
Asserts run
Pass
assert_true(true, "navigator.userAgentData.getHighEntropyValues()")
    at expect_feature_available_default ( /permissions-policy/resources/permissions-policy.js:97:3)
Failpermissions policy "ch-ua-high-entropy-values" disabled in same-origin iframe using allow="ch-ua-high-entropy-values 'none'" attributeassert_false: navigator.userAgentData.getHighEntropyValues() expected false got true
    at expect_feature_unavailable_default (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/permissions-policy/resources/permissions-policy.js:101:3)
    at Test.expectFeatureAvailable (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/permissions-policy/resources/permissions-policy.js:73:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts run
Fail
assert_false(true, "navigator.userAgentData.getHighEntropyValues()")
    at expect_feature_unavailable_default ( /permissions-policy/resources/permissions-policy.js:101:3)
Failpermissions policy "ch-ua-high-entropy-values" disabled in cross-origin iframe using allow="ch-ua-high-entropy-values 'none'" attributeassert_false: navigator.userAgentData.getHighEntropyValues() expected false got true
    at expect_feature_unavailable_default (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/permissions-policy/resources/permissions-policy.js:101:3)
    at Test.expectFeatureAvailable (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/permissions-policy/resources/permissions-policy.js:73:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts run
Fail
assert_false(true, "navigator.userAgentData.getHighEntropyValues()")
    at expect_feature_unavailable_default ( /permissions-policy/resources/permissions-policy.js:101:3)
Passpermissions policy "ch-ua-high-entropy-values" can be enabled in same-origin iframe using allow="ch-ua-high-entropy-values" attribute
Asserts run
Pass
assert_true(true, "navigator.userAgentData.getHighEntropyValues()")
    at expect_feature_available_default ( /permissions-policy/resources/permissions-policy.js:97:3)
Passallow="ch-ua-high-entropy-values" attribute allows high-entropy values via getHighEntropyValues() in cross-origin iframes.
Asserts run
Pass
assert_true(true, "navigator.userAgentData.getHighEntropyValues()")
    at expect_feature_available_default ( /permissions-policy/resources/permissions-policy.js:97:3)