Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
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>