blob: ee8d4cfab70246d75066a224c1045d1b4f5dae6f [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>IFrame fullscreenEnabled attribute reporter</title>
<body>
<script>
parent.postMessage({"report": {
"api": "fullscreen",
"enabled": document.fullscreenEnabled,
"frame": window.name
}}, "*");
</script>