<!DOCTYPE html><title>Test that encrypted-media is advertised in the feature list</title><linkrel="help"href="https://w3c.github.io/webappsec-feature-policy/#dom-featurepolicy-features"><linkrel="help"href="https://github.com/w3c/encrypted-media/pull/432"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><script>test(()=>{assert_in_array('encrypted-media',document.featurePolicy.features());},'document.featurePolicy.features should advertise encrypted-media.');</script>