summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fullscreen/api/resources/report-fullscreen-enabled.html
blob: ee8d4cfab70246d75066a224c1045d1b4f5dae6f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>