chromium/third_party/blink/web_tests/webexposed/permissions-attribute.html

<!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>