trisquel-icecat/icecat/testing/web-platform/tests/feature-policy/resources/feature-policy-allowedfeatures.html

7 lines
134 B
HTML

<script>
'use strict';
window.onload = function() {
parent.postMessage(document.featurePolicy.allowedFeatures(), '*');
}
</script>