summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/feature-policy/resources/feature-policy-allowedfeatures.html
blob: f4b020273fd394fb8691b6eeb406c7b3773cbcb3 (plain)
1
2
3
4
5
6
7
<script>
'use strict';

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