blob: ba3ccf2a7668f6e007def0aae1f6b4e4ea0c592f [file] [log] [blame]
<title> Check openee.length 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("length", w => w.length);
</script>