Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
chromium_src
/
843bbb3bb34080a582b730da36421118dca26e74
/
.
/
third_party
/
blink
/
web_tests
/
webexposed
/
permissions-attribute.html
blob: 89048cfaf19f83138d135a279f899ac78ed76299 [
file
]
<!DOCTYPE html>
<script
src
=
"../resources/js-test.js"
></script>
<body>
<script>
description
(
'Tests that the permissions attribute is not exposed for stable'
);
</script>
<iframe
permissions
=
"abcdefg"
></iframe>