report-fullscreen-enabled.html (253B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>IFrame fullscreenEnabled attribute reporter</title> 4 <body> 5 <script> 6 parent.postMessage({"report": { 7 "api": "fullscreen", 8 "enabled": document.fullscreenEnabled, 9 "frame": window.name 10 }}, "*"); 11 </script>