summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/permissions-policy/resources/opaque-origin2.https.html
blob: 73122ff7f6c496ee28414a7cd1504479d107b3ce (plain)
1
2
3
4
5
6
7
8
<script>
  parent.postMessage(
    document.fullscreenEnabled ?
      'fullscreen enabled in opaque-origin2.html' :
      'fullscreen disabled in opaque-origin2.html',
    '*'
  );
</script>