Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
feature-policy
/
resources
/
nested-sandbox.html
blob: 30af2070921309cfa28e591966985f57f50b2ddb [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
Return fullscreen feature policy state
</title>
<script>
"use strict"
;
window
.
onload
=
()
=>
{
window
.
parent
.
postMessage
(
document
.
featurePolicy
.
allowedFeatures
().
includes
(
"fullscreen"
),
"*"
);
};
</script>