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