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

8 lines
236 B
HTML

<!DOCTYPE html>
<title>Return fullscreen feature policy state</title>
<script>
"use strict";
window.onload = () => {
window.parent.postMessage(document.featurePolicy.allowedFeatures().includes("fullscreen"),"*");
};
</script>