Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
permissions-policy
/
resources
/
opaque-origin2.https.html
blob: 73122ff7f6c496ee28414a7cd1504479d107b3ce [
file
] [
log
] [
blame
] [
edit
]
<script>
parent
.
postMessage
(
document
.
fullscreenEnabled
?
'fullscreen enabled in opaque-origin2.html'
:
'fullscreen disabled in opaque-origin2.html'
,
'*'
);
</script>