Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
feature-policy
/
resources
/
feature-policy-allowedfeatures.html
blob: f4b020273fd394fb8691b6eeb406c7b3773cbcb3 [
file
] [
edit
]
<script>
'use strict'
;
window
.
onload
=
function
()
{
parent
.
postMessage
(
document
.
featurePolicy
.
allowedFeatures
(),
'*'
);
}
</script>