blob: 3109f6f2ce5333e4cdbe89233c8654ae1a5e2366 [file] [log] [blame]
<title> Check openee.frames access is checked</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/common/get-host-info.sub.js></script>
<script src="/common/utils.js"></script>
<script src="../resources/dispatcher.js"></script>
<script src="../resources/test-access-property.js"></script>
<script>
testAccessProperty("frames", w => w.frames);
</script>