Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/settimeout-active-script
/
.
/
fullscreen
/
api
/
resources
/
report-fullscreen-enabled.html
blob: ee8d4cfab70246d75066a224c1045d1b4f5dae6f [
file
] [
log
] [
blame
] [
edit
]
<!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>